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 e41808f commit 63ef58bCopy full SHA for 63ef58b
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.0.3
6
+
7
+### Fixed
8
9
+* Fix responsive on mobile of the status popover
10
11
## v1.0.2
12
13
### Fixed
init.rb
@@ -1,6 +1,6 @@
1
require 'redmine'
-CHANGESET_STATUSES_VERSION = '0.0.1'
+CHANGESET_STATUSES_VERSION = '1.0.3'
Redmine::Plugin.register :redmine_changeset_statuses do
name 'Changeset Statuses'
0 commit comments