Changelog for the upcomming release (preview)
!!! changed API structure, please refer to the documentation
Fix
- fixed counting of orphaned votes
- disable registration button while registration is pending
- disable "resolve group share" while resolving
Changes
- mainly performance improvements
- Changed API structure for polls, please refer to the documentation
Performance
- Added an option to allow to add polls to the navigation (default)
- Limited polls inside the navigation to 6 items
- Render the polls list in chunks of 20 items
[7.0.3] - 2024-04-05
Fix
- Archive, restore and delete polls in poll list was missing, braught the options back to the action menu
- fix a situation, where votes of a non existing poll are requested
- Fix getting group members
New
- Added an endpoint to the Api to be able to fetch the acl of a poll
What's Changed
🚀 Enhancements
🐛 Fixed bugs
- fix attributes namespace by @dartcafe in #3509
- do not send autoreminders for archived polls by @dartcafe in #3521
Other Changes
Full Changelog: v7.1.0-beta3...v7.1.0-beta4