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 /appinfo
parent7dc7a6a945821406d5c4a1e9b4242a6ea67d28de (diff)
3.4.0-beta1, NC23 compatibility and changelog
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
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>