Version 1.7.0
February 28, 2021
Added
- Now it's possible to add user input text fields to answers. see the docs
Version 1.6.3
February 9, 2021
Fixed
- A potential block in gc/run (garbage cleanup) due to a Craft error is now ignored.
Version 1.6.1
October 28, 2020
Fixed
- Fix problems on case sensitive file systems (i.e. linux vs osx/win)
Version 1.6.0
October 27, 2020
Fixed
- composer v2 compatibility
Version 1.5.0
October 14, 2020
Fixed
- Carft 3.5 compatibility fixes
Version 1.2.5
February 20, 2020
Fixed
- Fixed problem viewing poll results in Admin CP
Version 1.2.4
February 9, 2020
Fixed
- fixed installation button for content in craft 3.4
Version 1.2.3
February 9, 2020
Added
- Added a PollSubmittedEvent to hook into caching or do external processing - see https://io.24hoursmedia.com/craftcms-poll/poll-events
Modified
- When retrieving results, user count now refers to num users per answer instead of poll total
- Optimized database indices
Version 1.2.2
February 6, 2020
Fixed
- Fixed ordering of users by participation date
Version 1.2.1
February 6, 2020
Fixed
- MySQL 5.7 compatibility
Version 1.2.0
February 5, 2020
Added
- Get participating users for a poll in twig/frontend
- Get user votes by answer in twig/frontent
- Added percentage in poll results by answer
Modified
- Added a craft.poll variable that exposes public methods to manage and get data from a poll
- Added getResults and more to craft.poll, replacing legacy twig filters
Version 1.1.2
February 2, 2020
Added
- Added control panel section for polls
- Download raw data for polls for marketing analysis / segmentation
Version 1.0.3
January 29, 2020
Fixed
- Poll plugin blocked removal of other plugins
Version 1.0.1
January 29, 2020
Modified
- Configuration options
- Safety block against accidental uninstall
Modified
Version 1.0.0
January 22, 2020
Added
- Initial release