Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-11-26 11:54:59 +0300
committerdartcafe <github@dartcafe.de>2021-11-26 11:54:59 +0300
commit8c6bae0028c8565341615d3a9336fb4372a50029 (patch)
tree3683e9574960598cab22edd6fffeb3c9ba1604bf
parent7dc7a6a945821406d5c4a1e9b4242a6ea67d28de (diff)
3.4.0-beta1, NC23 compatibility and changelog
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--CHANGELOG.md19
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
3 files changed, 22 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 588a75bc..07dd4d43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [3.4.0] - tba
+- Compatible with Nextcloud 21 - 23
+- Fixed auto archiver, to prevent to archive polls without expiration date
+- Added an indicator for shares, which indicates, if a share already voted or not
+- Added an autoreminder
+- Added an admin setting to change the updates polling behavior (Disabled, periodically or instant via long-polling)
+- Share tab redesign
+ - Moved the 'all users' access setting as switch to the shares
+ - Polls with access for all users are now automatically relevant for all users
+ - Removed the settings to access all admins edit rights (in favor for granting individual edit rights, introduced in Polls 3.2)
+ An existing setting will still be valid and can be removed
+ - Combine all shares into one list
+ - Registration options for public polls are now configurable per public share
+ An existing setting from the poll configuration will be used as default
+
+## [3.4.0-beta1] - 2021-11-26
+- [compatibility] - Compatible with Nextcloud 23
+- [change] #2076 - Share tab redesign
+
## [3.4.0-alpha1] - 2021-11-02
- [new] #1305 - Added participation indicator in effective shares list (#2037)
- [new] #656 - Add autoreminder job (#2039)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8f216f25..7e6dcd05 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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.4.0-alpha1</version>
+ <version>3.4.0-beta1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
@@ -23,7 +23,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
<php min-version="7.3"/>
- <nextcloud min-version="21" max-version="22" />
+ <nextcloud min-version="21" max-version="23" />
</dependencies>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>
diff --git a/package.json b/package.json
index 228a69b3..c7b3a06f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "3.4.0-alpha1",
+ "version": "3.4.0-beta1",
"authors": [
{
"name": "Vinzenz Rosenkranz",