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-01-12 18:49:01 +0300
committerdartcafe <github@dartcafe.de>2021-01-12 18:49:01 +0300
commit622996aeaf91a1b832bc7e1f3f0d3bbc1db2ba1f (patch)
treedcaaaa10e0beb19075f085e6135f4ef51037ed46
parent6c22d9b0d512aa33c7345c64523b96f1b37961a0 (diff)
version updatev1.7.1-beta2
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 529a1220..81149e47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.7.1 - beta2] - tbd
+## [1.7.1 - beta2] - 2021-01-12
+ - [fix] #1325 - There are no spaces in the column name
+ - [fix] #1326 - Invalid string text in the email
- [enhancement] #739 - Limit number of participant per option
- [enhancement] #738 - Limit numer of votes per participant (also #647, #624)
+ - [dependencies] Updated dependencies
+ - [refactoring] Mainly code meintenance and optimizations, bug fixes
## [1.7.0 - beta1] - 2021-01-02
- [enhancement] #188 use notification app for invitations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 366d94a1..8e100266 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.7.0</version>
+ <version>1.7.1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package-lock.json b/package-lock.json
index 20c2489d..e99b382e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "polls",
- "version": "1.7.0",
+ "version": "1.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {