Merge pull request #2005 from nextcloud/version/3.3.0-rc1

v3.3.0-rc1
This commit is contained in:
René Gieling 2021-10-03 00:42:07 +02:00 коммит произвёл GitHub
Родитель 003dc61fb6 83186e5398
Коммит 3c201a258f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 2 удалений

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

@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## [3.3.0-rc1] - 2021-10-03
- [new] #1943 - Show email address in share list external users (#2001)
- [fix] #1981 - Changed calculation of full day events (#2004)
- [new] #1980 - Adopt dashboard design (still experimental)
- dependency updates, refactoring and code maintenance
## [3.2.0] - 2021-09-19
- Poll administration can now be delegated to invited users
- New admin section for polls (/settings/admin/polls-admin)

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

@ -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</version>
<version>3.3.0-rc1</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",
"version": "3.3.0-rc1",
"authors": [
{
"name": "Vinzenz Rosenkranz",