File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
6
- ## [ Unreleased ]
6
+ ## 1.1.0 / 2017-11-06
7
7
8
8
### Added:
9
9
- Implemented [ Pipeline] support. ( * thanks to @marco_veenendaal* )
10
10
11
11
### Changed:
12
12
- Added $params arg to Repositories: all method (issue #65 )
13
13
14
+ ### Fixed:
15
+ - Include format param only in API v1
16
+
14
17
[ Pipeline ] : https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pipelines
15
18
16
19
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Client extends ClientListener implements ClientInterface
32
32
'api_versions ' => array ('1.0 ' , '2.0 ' ), // supported versions
33
33
'format ' => 'json ' ,
34
34
'formats ' => array ('json ' , 'xml ' ), // supported response formats
35
- 'user_agent ' => 'bitbucket-api-php/1.0 .0 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
35
+ 'user_agent ' => 'bitbucket-api-php/1.1 .0 (https://bitbucket.org/gentlero/bitbucket-api) ' ,
36
36
'timeout ' => 10 ,
37
37
'verify_peer ' => true
38
38
);
You can’t perform that action at this time.
0 commit comments