Skip to content

Releases: cat-in-136/redmine_scheduling_poll

v3.2.0

09 Aug 09:31
v3.2.0
79d991e
Compare
Choose a tag to compare
  • New feature
    • #27 Show poll-related actions on the activity page

Note: This version includes schema change. Migration bundle exec rake redmine:plugins:migrate must be required.

v3.1.0

01 May 00:53
v3.1.0
9b16778
Compare
Choose a tag to compare
  • Show avatar icons on scheduling_poll#show if Gravatar enabled. #26

v3.0.3

26 Mar 14:59
v3.0.3
ced9a44
Compare
Choose a tag to compare
  • Fix bug #23 where Not processed if voting again after voting fails

v3.0.2

18 Feb 07:39
v3.0.2
ee82657
Compare
Choose a tag to compare
  • fix #22 responce of scheduling_polls#create.xml

v3.0.1

29 Jan 13:47
Compare
Choose a tag to compare
  • Only performance enhancement:
    • The number of SQL query call has been reduced.

v3.0.0

04 Jan 11:53
Compare
Choose a tag to compare
  • Remove slack notification feature of this plugin because redmine-slack itself resolved the issue. #19

v2.3.0

18 Dec 16:04
Compare
Choose a tag to compare
  • add "frozen_string_literal: true" for each .rb file
  • use *_url instead of *_path deprecated by rails/rails#17294
  • issue #18 : set the page title on scheduling_polls#show

v2.2.0

11 Aug 10:23
Compare
Choose a tag to compare
  • Add slack notification feature which is enabled if redmine-slack plugin installed

v2.1.0

24 Jun 06:16
Compare
Choose a tag to compare
  • fix regression issue #14: Could not create a new poll.
  • show 404 page if the issue does not exist for new/create action.
  • also fix regression issue #13.

v2.0.0

10 Oct 01:37
Compare
Choose a tag to compare
  • Add notice on update submit vote #8
  • Fix #9 JSON access API end points