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>2020-01-26 14:23:59 +0300
committerdartcafe <github@dartcafe.de>2020-01-26 14:23:59 +0300
commit1f343fcbe0d1fa6a30955157144b890c11cf14d4 (patch)
tree1ffbe3528f2adf4260fed45bf3f7bdc4c87a2ab3
parentcc3e9f46dbdaac195df0c60a727d101d690b2f15 (diff)
Bump version and change log
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d45a76b3..528a8b28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.1.3] - tbd
+## [1.2.0] - tbd
- - appstore release (no changes to 1.1.2)
+ - internal optimizations
+ - in public poll ask for username in a modal
+ - #779 Allow site user to vote in hidden poll via public link
-## [1.1.2] - 2020-01-22 (pre-release)
+## [1.1.6] - tbd
+ - appstore release (no changes to 1.1.2)
- autoFocus poll title in creation dialog (#757)
- only count current user, if he actually voted (#759)
- redirect old public polls routes to new route (#761)
@@ -15,6 +18,7 @@ All notable changes to this project will be documented in this file.
- updated design according to file lists
- Sorting polls in poll list, default creation date desc (#559 and #717)
- updated dependencies
+ - 12-hour clock bug bug (#780)
## [1.0.0] - 2020-01-20
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1c31a543..89627730 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.1.6</version>
+ <version>1.2.0</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 489975b2..e6495485 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "1.1.6",
+ "version": "1.2.0",
"authors": [
{
"name": "Vinzenz Rosenkranz",