2.0.1
- 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