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-07-06 22:00:36 +0300
committerdartcafe <github@dartcafe.de>2021-07-06 22:00:36 +0300
commitdcc27140bbc953734674e255137291dbeaceddef (patch)
treefa93bb5b58691e5517686cd15760616edf1b73e8
parent333c576a9a09de583d13a28667f1e7c8d275e5ed (diff)
Version 2.0.6v2.0.6stable-1.9
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfe0e6d2..31f7e104 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [2.0.6 - release] - 2021-07-06
+## Only available for Nextcloud 20/21
+- [fix] #1811 - fix repair step at NC20
+
## [2.0.5 - release] - 2021-07-01
## Only available for Nextcloud 20/21
- [fix] #1774 - PHP 7.2 compatibility
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4cd48e19..08577149 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>2.0.5</version>
+ <version>2.0.6</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 620e36b3..09c6d3b7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "2.0.5",
+ "version": "2.0.6",
"authors": [
{
"name": "Vinzenz Rosenkranz",