File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
- New method ` Redmine\Api\Tracker::listNames() ` for listing the ids and names of all trackers.
22
22
- New method ` Redmine\Api\User::listLogins() ` for listing the ids and logins of all users.
23
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.
24
29
25
30
### Deprecated
26
31
@@ -43,6 +48,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
48
- ` Redmine\Api\Version::listing() ` is deprecated, use ` \Redmine\Api\Version::listNamesByProject() ` instead.
44
49
- ` Redmine\Api\Version::getIdByName() ` is deprecated, use ` \Redmine\Api\Version::listNamesByProject() ` instead.
45
50
51
+ ### Removed
52
+
53
+ - Tests and development files were removed from releases.
54
+
46
55
## [ v2.6.0] ( https://github.com/kbsali/php-redmine-api/compare/v2.5.0...v2.6.0 ) - 2024-03-25
47
56
48
57
### Added
You can’t perform that action at this time.
0 commit comments