Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2021-09-19 21:48:16 +02:00
Родитель 38d2366d08
Коммит 117320dd29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.2.0] - tbd
## [3.2.0] - 2021-09-19
- Poll administration can now be delegated to invited users
- New admin section for polls (/settings/admin/polls-admin)
- Disable login option in registration screen of public polls

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

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

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

@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
"version": "3.2.0-rc2",
"version": "3.2.0",
"authors": [
{
"name": "Vinzenz Rosenkranz",