You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- Added support for PHP 8.4
13
+
- Support for Redmine 6.0.x was added.
12
14
- New class `Redmine\Http\HttpFactory` to create `Redmine\Http\Request` and `Redmine\Http\Response` instances.
13
15
14
16
### Changed
15
17
16
-
- Behaviour-driven tests are run against Redmine 5.1.4, 5.0.10 and 4.2.10.
18
+
- Behaviour-driven tests are run against Redmine 6.0.2, 5.1.4, 5.0.10.
17
19
18
20
### Deprecated
19
21
@@ -25,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
27
-`Redmine\Client\Client::getLastResponseContentType()` is deprecated, use `\Redmine\Client\Client::request()` or `\Redmine\Api\AbstractApi::getLastResponse()->getContentType()` instead.
26
28
-`Redmine\Client\Client::getLastResponseBody()` is deprecated, use `\Redmine\Client\Client::request()` or `\Redmine\Api\AbstractApi::getLastResponse()->getContent()` instead.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ like [Guzzle](https://github.com/guzzle/guzzle) for handling http connections
38
38
We support (and run tests against) the [latest supported Redmine versions](https://www.redmine.org/projects/redmine/wiki/Download#Versions-status-and-releases-policy)
39
39
that receive security updates.
40
40
41
+
- Redmine 6.0.x
41
42
- Redmine 5.1.x
42
43
- Redmine 5.0.x
43
-
- Redmine 4.2.x
44
44
45
45
Nevertheless, you can also use this library for all older Redmine versions.
46
46
In this case, however, be aware that some features might not be supported by your Redmine server.
0 commit comments