Changelog 8.6.0
Known bugs
- Options of date polls spanning a DST change may result in miscalculated durations
Fixed
- Changed sql query to be ansi safe
- Cloning polls
- Fix all day duration calculation of date polls
- Fixed subscription for public users
- Avoid cached code causing loading issues
- Fixed some bugs regarding public registration
Added
- Show locale date as tooltip for relative date time information
- Add popover to counter to show voters by answer
- Add forced display mode to poll configuration
Changed
- Updated job control for the administration
- Refactored some elements from flex to grid
What's Changed
🚀 Enhancements
- Add absolute locale dateTime as tooltip to relative dateTimes by @dartcafe in #4320
- Show voters of option by @dartcafe in #4321
- Allow forced view for a poll by @dartcafe in #4328
- Updated job control for admins by @dartcafe in #4339
- Optimize and fix cron job management by @dartcafe in #4382
🐛 Fixed bugs
- Fix: ansi safe sql syntax by @small1 in #4360
- Fix cloning poll by @dartcafe in #4404
- Fix calculation of all day durations by @dartcafe in #4405
- Avoid cached scripts by @dartcafe in #4421
- Fixing some issues around registration and shared access by @dartcafe in #4422
Other Changes
- Update API documentation for option addition by @KnudH in #4352
- Use more grid over flexbox by @dartcafe in #4361
- fix(i18n): Rework sentences by @rakekniven in #4381
- report app version in AppSettings to frontend by @dartcafe in #4386
- Some frontend refactorings by @dartcafe in #4394
New Contributors
Full Changelog: v8.5.0...v8.6.0