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-08-17 12:17:56 +0300
committerdartcafe <github@dartcafe.de>2020-08-17 12:17:56 +0300
commit2778e299a90640e29f0c4fac40ef86314c5f729e (patch)
treeaaba059c82b038844fcc6b53f73303229e037a5a
parenta9a9e6175986aff78abeba95c3e87916da46611d (diff)
1.5.0-beta1 Releasev1.5.0-beta1
-rw-r--r--CHANGELOG.md2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6230f37..33c67017 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.5.0] - tbd
+## [1.5.0 - beta1] - 2020-08-17
- Drop support for Nextcloud 16
- Stop immediatley sending of invitation mails after adding a share #1007 #935
- Fix: Hide usernames in notification mail, if results in poll are hidden #990 #980
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9a3b1e42..8d06bfd2 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.5.0</version>
+ <version>1.5.0-beta1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index a7a3cfca..b3c7bab6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "1.5.0",
+ "version": "1.5.0-beta1",
"authors": [
{
"name": "Vinzenz Rosenkranz",