File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v2.6.0...v2.x )
8
+ ## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v2.7.0...v2.x )
9
+
10
+ ## [ v2.7.0] ( https://github.com/kbsali/php-redmine-api/compare/v2.6.0...v2.7.0 ) - 2024-07-10
9
11
10
12
### Added
11
13
@@ -19,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
21
- New method ` Redmine\Api\Tracker::listNames() ` for listing the ids and names of all trackers.
20
22
- New method ` Redmine\Api\User::listLogins() ` for listing the ids and logins of all users.
21
23
- New method ` Redmine\Api\Version::listNamesByProject() ` for listing the ids and names of all versions of a project.
24
+ - Support for Redmine 4.2.x was added.
25
+
26
+ ### Changed
27
+
28
+ - Behaviour-driven tests are run against Redmine 4.2.10, 5.0.9 and 5.1.3.
22
29
23
30
### Deprecated
24
31
@@ -41,6 +48,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
48
- ` Redmine\Api\Version::listing() ` is deprecated, use ` \Redmine\Api\Version::listNamesByProject() ` instead.
42
49
- ` Redmine\Api\Version::getIdByName() ` is deprecated, use ` \Redmine\Api\Version::listNamesByProject() ` instead.
43
50
51
+ ### Removed
52
+
53
+ - Tests and development files were removed from releases.
54
+
44
55
## [ v2.6.0] ( https://github.com/kbsali/php-redmine-api/compare/v2.5.0...v2.6.0 ) - 2024-03-25
45
56
46
57
### Added
You can’t perform that action at this time.
0 commit comments