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-06-08 20:15:49 +0300
committerdartcafe <github@dartcafe.de>2021-06-08 20:15:49 +0300
commitf7953085e19db0e45b4a4c50e6cf46ffb63e37c9 (patch)
tree88864db5d8f6d06af04a0bd30a86b320d35572b4
parent758b65c3a4c49017feed5ab9bdf051a9434a8b07 (diff)
raise min version to NC20v1.9.6
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ac4f7cc..ca1fd1fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [1.9.6 - release] - 2021-06-08
+### Fixes
+- removed Compatibility with NC19 Minimum version is NC20
+
## [1.9.5 - release] - 2021-06-08
### Fixes
- repair package with invalid symbolic link
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 63141df6..b60842ec 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,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>1.9.5</version>
+ <version>1.9.6</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/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
- <nextcloud min-version="19" max-version="21" />
+ <nextcloud min-version="20" max-version="21" />
</dependencies>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>