Skip to content

Releases: cat-in-136/redmine_scheduling_poll

v6.0.0

05 Dec 16:32
v6.0.0
2fb3c34
Compare
Choose a tag to compare

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

09 Apr 23:45
835879f
Compare
Choose a tag to compare

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

07 Apr 15:40
v4.1.1
0eb4e7b
Compare
Choose a tag to compare
  • Fix #50 test incompatibility with redmine 4.2.0

v4.1.0

05 Jan 06:08
v4.1.0
03a6bdc
Compare
Choose a tag to compare
  • #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

16 Sep 02:43
0511f17
Compare
Choose a tag to compare

same as v4.0.1, just only change version information in init.rb.

v4.0.1

30 Jun 05:10
v4.0.1
f611814
Compare
Choose a tag to compare
  • Fix bug #43 scheduling_poll#show raise an error if db is sqlite

v4.0.0

16 Feb 11:23
v4.0.0
3b5d32f
Compare
Choose a tag to compare
  • Fix bug #40 mysql fails on migration of VERSION=4
  • Drop support for redmine 3.1.x and 3.0.x

v3.4.0

02 Jan 00:43
v3.4.0
fc03f93
Compare
Choose a tag to compare
  • This plugin is now compatible with redmine 4.0.0, 3.4.7 and 3.3.9.

v3.3.2

01 Oct 15:02
v3.3.2
c0bdfa7
Compare
Choose a tag to compare
  • 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

08 Sep 04:49
v3.3.0
86756db
Compare
Choose a tag to compare
  • 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