Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2023-09-28 12:07:00 +02:00
Родитель f1648ed9b3
Коммит b1a8781f90
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
##
## [5.4.0] - tbd
### Fixes
- Fixed granting admin rights to shares
- Fixed a bug, where exports were prevented
### New
- Reveal hidden voters if hidden in case of performance concerns
- Support better readability of vote page
### Changes
- improved username chack for public polls with a large number of groups in the backend
## [5.3.2] - 2023-09-11
### Fixes
- Fix migration error ("poll_option_hash" is NotNull)

Просмотреть файл

@ -4,7 +4,7 @@
<name>Polls</name>
<summary>A polls app, similar to Doodle/Dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
<version>5.3.2</version>
<version>5.4.0-beta1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>