We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b319170 commit a161668Copy full SHA for a161668
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## v1.1.0
6
+
7
+### Added
8
9
+* Add support for Redmine 4
10
11
## v1.0.3
12
13
### Fixed
@@ -23,4 +29,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
23
29
24
30
## v1.0.0
25
31
26
-🎉 Initial release!
32
+🎉 Initial release!
init.rb
@@ -1,6 +1,6 @@
1
require 'redmine'
-CHANGESET_STATUSES_VERSION = '1.0.3'
+CHANGESET_STATUSES_VERSION = '1.1.0'
Redmine::Plugin.register :redmine_changeset_statuses do
name 'Changeset Statuses'
0 commit comments