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 dc8cc18 commit 36032d6Copy full SHA for 36032d6
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## v1.2.1
6
+
7
+* Fix changeset status display on Redmine 4.x
8
9
## v1.2.0
10
11
* Add support for Redmine 4.1
init.rb
@@ -1,6 +1,6 @@
1
require 'redmine'
-CHANGESET_STATUSES_VERSION = '1.2.0'
+CHANGESET_STATUSES_VERSION = '1.2.1'
Redmine::Plugin.register :redmine_changeset_statuses do
name 'Changeset Statuses'
0 commit comments