Releases: cat-in-136/redmine_scheduling_poll
Releases · cat-in-136/redmine_scheduling_poll
v6.0.0
What's Changed
- Upgrade GitHub workflow by @cat-in-136 in #56
- Support for Redmine6 (Rails7) by @cat-in-136 in #57
- Tabler Icons are used on Redmine 6.0 (except for calendar icon)
Incompatibility against previous versions
- Drop Support for Redmine 4.0 and 4.1
Full Changelog: v5.0.0...v6.0.0
v5.0.0
What's Changed
- support for redmine5 and ruby 3.1 in #53
- Drop redmine 3.x
Full Changelog: v4.1.1...v5.0.0
v4.1.1
- Fix #50 test incompatibility with redmine 4.2.0
v4.1.0
- #48 Add Wikitoolbar to the comment textarea on the poll page. This change is only applied for Redmine 4+.
- #44 Fix brakeman security warning
v4.0.2
same as v4.0.1, just only change version information in init.rb.
v4.0.1
- Fix bug #43 scheduling_poll#show raise an error if db is sqlite
v4.0.0
- Fix bug #40 mysql fails on migration of VERSION=4
- Drop support for redmine 3.1.x and 3.0.x
v3.4.0
- This plugin is now compatible with redmine 4.0.0, 3.4.7 and 3.3.9.
v3.3.2
- Bugfix
- #37 #38 if permission "View scheduling polls" enabled and a scheduling poll not created for the issue, the tag was omitted.
- Enhancement
- #36 manually specify
null: true
to t.timestamps on the migration script
v3.3.0
- Bug fix
- #31 fix bug where
</div>
tag was still printed if permission "View scheduling polls" is disabled.
- Enhancement
- #29 add German translation
- #33 change the
{{scheduling_poll(:id)}}
render text to Scheduling poll #:id
- #35 add description to scheduling_poll macro