Changelog 8.5.0
Fixed
- Archived polls could not get entered anymore
- Public users were not displayed correctly right after registration
- Avoid unnecessary backend requests in public polls
- Fixed hash calculation resulting in possible vote losses if updating from a version prior to 8.2
Changed
- Reduce depth of HTML DOM
- stabilized migrations
Misc
- Ignore deleted calendars for calendar check
- Changed internal usage of share label
- internal change of
What's Changed
🚀 Enhancements
- Replace possibly incorrect migrations by dummy migration to avoid execution by @dartcafe in #4288
- Migrate constant public poll access to open poll by @dartcafe in #4306
- Do not check deleted calendars by @dartcafe in #4312
🐛 Fixed bugs
- remove deleted limitation on get poll by @dartcafe in #4304
- Avoid failing requests on public polls triggered by watcher by @dartcafe in #4309
- first fix by @dartcafe in #4313
Other Changes
- Update Dependabot configuration for stable-7 branch by @dartcafe in #4287
- Ref/remove-obsolete-html-tags by @dartcafe in #4299
- Migrate share label of public polls to displayName of integrated user item by @dartcafe in #4303
- Prepare v3.5.0 by @dartcafe in #4319
Full Changelog: v8.4.6...v8.5.0