Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2023-04-20 22:40:56 +02:00
Родитель 31b1037365
Коммит 6d2160dd17
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
##
## [5.0.3] - 2023-04-20
### Fix
- Fix notification exception for nullish log entries
## [5.0.2] - 2023-04-17
### Fix
- Fix crash with shares which have nullish mail addresses

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

@ -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.0.2</version>
<version>5.0.3</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>