Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2022-06-27 22:19:48 +02:00
Родитель 3d807b287a
Коммит 490c5f3f1d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
2 изменённых файлов: 8 добавлений и 1 удалений

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

@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.8.0] - tbd
### New
- Minimum Nextcloud version 22
- Convert links in comments to clickable links
- Add an option for public users to logout from a poll, when logged in via cookie
- Allow bulk poll ownership transfer for admins
## [3.7.0] - 2022-06-24
### New
- User setting for conflict check (hours before and after an option to search for conflicts)

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

@ -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>3.7.0</version>
<version>3.8.0-beta1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>