Skip to content

Releases: FriendsOfFlarum/polls

2.2.8

17 Oct 20:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.7...2.2.8

2.2.7

07 Oct 12:33
Compare
Choose a tag to compare

What's Changed

  • feat: allow extending the includes used by PollListState by @imorland in #99

Full Changelog: 2.2.6...2.2.7

2.2.6

07 Oct 11:10
Compare
Choose a tag to compare

What's Changed

  • feat: make it possible to modify the poll title and subtitle from 3rd party extensions by @imorland in #98

Full Changelog: 2.2.5...2.2.6

2.2.5

16 Sep 15:09
cfa40bd
Compare
Choose a tag to compare

What's Changed

  • fix: api allows user to change vote when they should not be able to by @imorland in #96

Full Changelog: 2.2.4...2.2.5

2.2.4

30 Jul 09:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.3...2.2.4

2.2.3

07 Jul 14:32
Compare
Choose a tag to compare

What's Changed

  • Fix poll answer image URLs not saving (cb48551)

2.2.2

08 Jun 20:02
232eae0
Compare
Choose a tag to compare
  • Add settings & permissions for image upload functionality
  • Bring back use of image URLs instead of just uploading images
  • 2.2.1 Fix issues when editing post polls (not global ones, introduced in v2.2.0)
  • 2.2.1 Revert layout of post polls back to <2.2.0

Full Changelog: 2.2.0...2.2.2

Originally published May 20th

2.2.0

08 Jun 20:01
432b032
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.2.0

Originally published by Ian on May 7th

2.1.2

12 Nov 17:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.0.1

15 Jul 22:29
2.0.1
19f4708
Compare
Choose a tag to compare
  • Add setting to change max options allowed in polls (#70)
  • Fix poll end date set to 0 (start of Unix time is 1970) when editing a poll before posting (@"Wlork"#p216743)
  • Add 'hide votes' option until poll has ended (#2)
    • Nobody can see vote count or voters if the poll has not ended (this includes admin & owner for now)
  • Fix poll end date being able to be set past 2038 -- SQL column currently maxes out at 2038/01/18
  • Convert poll options into single settings column
    • Since we don't query DB using these options, they can just be a JSON field to decrease the amt of columns
    • The old columns will remain until it's clear that the migration works well and that they can be removed w/o issue

Full Changelog: 2.0.0...2.0.1