File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v2.7.0...v2.x )
99
10+ ### Deprecated
11+
12+ - ` Redmine\Client\Client::getLastResponseStatusCode() ` is deprecated, use ` \Redmine\Api\AbstractApi::getLastResponse()->getStatusCode() ` instead.
13+ - ` Redmine\Client\Client::getLastResponseContentType() ` is deprecated, use ` \Redmine\Api\AbstractApi::getLastResponse()->getContentType() ` instead.
14+ - ` Redmine\Client\Client::getLastResponseBody() ` is deprecated, use ` \Redmine\Api\AbstractApi::getLastResponse()->getContent() ` instead.
15+
1016## [ v2.7.0] ( https://github.com/kbsali/php-redmine-api/compare/v2.6.0...v2.7.0 ) - 2024-07-10
1117
1218### Added
Original file line number Diff line number Diff line change 5151 },
5252 "scripts" : {
5353 "bdt" : [
54+ " Composer\\ Config::disableProcessTimeout" ,
5455 " @behat --format=progress --suite=redmine_50103" ,
5556 " @behat --format=progress --suite=redmine_50009" ,
5657 " @behat --format=progress --suite=redmine_40210"
You can’t perform that action at this time.
0 commit comments