Changelog 6.3.0
This will be the last version supporting PHP 8.0. Please note, that this version is not tested very well. So if possible please update to PHP > 8.1 and Polls v7.x.
Fix
- Fix preventing option suggestions
- Fixing some performance issues
- Fixing an error that possibly prevents users from adding suggestions
Changes
- Added a new admin option to allow disabling polls loading into the navigation aout of performance concerns with a huge amount of polls in the database
- Support Nextcloud 26 to 28
What's Changed
🚀 Enhancements
- strip some unicodes from public username by @dartcafe in #3365
- backport of join timestamps from options by @dartcafe in #3372
- [stable-6] Allow to remove the poll list from the navigation by admin setting by @dartcafe in #3467
- Backport of chunked loading and leaner pollItems by @dartcafe in #3492
🐛 Fixed bugs
- fix nullish poll id for public users on date suggestion by @dartcafe in #3389
- Aftermath: Fixing type error by @dartcafe in #3481
Other Changes
- [stable6] Perf improvements for stable-6 for 26 branch by @come-nc in #3445
- [stable6] Backports of perf improvements for stable 6 on 26 by @come-nc in #3446
- [stable6] fix: Add visual loading feedback for polls list by @artonge in #3448
- [stable6] reverse getToken() by @ArtificialOwl in #3449
- [stable6] Default to "My polls" view by @artonge in #3451
- Revert "[stable6] Default to "My polls" view" by @come-nc in #3469
- [stable6] Backport of stable 6 for Nextcloud 26 by @come-nc in #3431
New Contributors
- @come-nc made their first contribution in #3445
- @ArtificialOwl made their first contribution in #3449
Full Changelog: v7.0.3...v6.3.0