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-07-13 14:22:37 +0300
committerdartcafe <github@dartcafe.de>2020-07-13 14:22:37 +0300
commit1a165ec44c004b259b9ebdbd5b50aed5d9a50638 (patch)
tree80d6b4ebab75a60d7652146df60cfeece21340e1
parentd8bc0631b26bff014849db0127d6edfe3a68d28f (diff)
Drop support for NC16
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b9a423a..91bae7e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ services:
php:
- 7.2
- 7.3
+ - 7.4
addons:
apt:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc8a6348..8597a5f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## [1.5.0] - tbd
+ - 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
- Adding a REST-API #966
@@ -14,8 +15,6 @@ All notable changes to this project will be documented in this file.
- Added the ability to confirm options #939 #136
- A lot of refactoring
-
-
## [1.4.3] - 2020-05-03
- fix #909
- fix #910
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 37665b1d..9a3b1e42 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
<dependencies>
- <nextcloud min-version="16" max-version="19" />
+ <nextcloud min-version="17" max-version="19" />
</dependencies>
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>