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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,15 @@ like [Guzzle](https://github.com/guzzle/guzzle) for handling http connections
27
27
28
28
## Supported Redmine versions
29
29
30
-
We support (and run tests against) the [latest Redmine versions](https://www.redmine.org/projects/redmine/wiki/Download#Latest-releases)
31
-
that are actively maintained.
30
+
We support (and run tests against) the [latest supported Redmine versions](https://www.redmine.org/projects/redmine/wiki/Download#Versions-status-and-releases-policy)
31
+
that receive security updates.
32
32
33
33
- Redmine 5.1.x
34
34
- Redmine 5.0.x
35
+
- Redmine 4.2.x
35
36
36
37
Nevertheless, you can also use this library for all older Redmine versions.
37
-
In this case, however, be aware that some features may not yet be supported by your Redmine server.
38
+
In this case, however, be aware that some features might not be supported by your Redmine server.
38
39
39
40
If a new Redmine version enables new features that are not yet supported with this library,
40
41
you are welcome to [create an issue](https://github.com/kbsali/php-redmine-api/issues).
0 commit comments