Skip to content

Releases: FriendsOfFlarum/polls

Flarum beta 16 compatibility

08 Apr 16:53
0648d70
Compare
Choose a tag to compare
  • 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

08 Apr 16:51
f008d8a
Compare
Choose a tag to compare
  • 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

0.3.2: Bundled output for commit e19fce8b25d8f8e821e736c1c62ef2d40be850b1 [s…

23 Dec 08:48
Compare
Choose a tag to compare

0.3.1

21 Dec 16:48
Compare
Choose a tag to compare
Remove extra ','

0.3.0: Bundled output for commit b95e74527c635a3c603d18b3aad775cce86a836f [s…

16 Dec 11:14
Compare
Choose a tag to compare

0.2.1: Add missing vote permission check. Fixes #28

01 Dec 21:21
02cb46b
Compare
Choose a tag to compare
  • Fix missing permission check when voting via API #28
  • Fix validation and permission errors not appearing on screen
  • Export javascript components for extensibility

0.1.5

01 Dec 21:20
0ed630d
Compare
Choose a tag to compare

This release is for Flarum beta 13!

  • Fix missing permission check when voting via API #28
  • Export javascript components for extensibility

0.2.0

24 Nov 18:47
8bcd271
Compare
Choose a tag to compare
  • Fix issues with deleted or guest users #26

0.1.4

24 Nov 18:41
Compare
Choose a tag to compare

This release is for Flarum beta 13!

  • Fix issues with deleted or guest users #26

beta 14 compat

14 Nov 22:18
868a35b
Compare
Choose a tag to compare
beta 14 (#25)

* mithril2 updates

* props -> attrs

* Use event extender

* Remove deprecated AssertPermissionTrait

* Working :D

* Lint