Releases: FriendsOfFlarum/polls
Releases · FriendsOfFlarum/polls
1.1.0
1.0.5
User profile bugfix
Fixed issue when browsing posts that contain polls on the user profile #40
1.0.2
- Fix Pusher integration
- Add width transition to active background of poll options
Address inconsistency between frontend and backend abilities
Bundled output for commit b7ea4d9f0a55e05e2d2f3791dcec2c65885c4819 Includes transpiled JS/TS. [skip ci]
Flarum/core 1.0 ready
Bundled output for commit 52e02711a1c5546f35a0def96782789b4f083205 Includes transpiled JS/TS. [skip ci]
Fix ability to view votes
- Fixed issue introduced in 0.3.3/0.4.0 where having "View results without voting" permission would allow you to see voters of private polls.
Compatible with Flarum beta 16 only.
If you are updating from version 0.3.2 or older, check the update instructions in the 0.4.0 release notes.
Flarum beta 16 compatibility
- Updated deprecated Flarum beta 16 code.
- Allowed to set "see vote results before voting" permission to guests.
To update, run:
composer require fof/polls:*
php flarum migrate
php flarum fof:polls:refresh
The last command might take longer to run on forums with a large number of polls.
If you use the Polls websocket messages as part of a custom integration, please give us feedback at #38
Performance improvements and new permissions
- Improved performance by no longer loading the list of all votes all the time
- Added new permission to see vote results before voting
- Added new permission to control the ability to change vote
- Security: when disabling "Allow people to see who voted", the API now no longer returns the details of the votes
- Security: the vote results are now hidden from the API until the user votes or has the new "see vote results" permission
- Fixed Pusher integration
This update is compatible with both Flarum beta 15 and 16.
To update, run:
composer require fof/polls:*
php flarum migrate
php flarum fof:polls:refresh
The last command might take longer to run on forums with a large number of polls.
If you use the Polls websocket messages as part of a custom integration, please give us feedback at #38