Releases: cat-in-136/redmine_scheduling_poll
Releases · cat-in-136/redmine_scheduling_poll
v3.2.0
- 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
- Show avatar icons on scheduling_poll#show if Gravatar enabled. #26
v3.0.3
- Fix bug #23 where Not processed if voting again after voting fails
v3.0.2
- fix #22 responce of scheduling_polls#create.xml
v3.0.1
- Only performance enhancement:
- The number of SQL query call has been reduced.
v3.0.0
- Remove slack notification feature of this plugin because redmine-slack itself resolved the issue. #19
v2.3.0
- 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
- Add slack notification feature which is enabled if redmine-slack plugin installed
v2.1.0
- 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
- Add notice on update submit vote #8
- Fix #9 JSON access API end points