Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-03-05 12:14:08 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-05 12:14:08 +0300
commit184aa937a92f0765b7ac7501d6cb0352d7b9fa2d (patch)
tree9fea0610bf711e71724d0ae1b071837af8a94cba
parentecade908df22b904861d8903cff2c63987ebd904 (diff)
Bump versionv2.1.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8e4183..507faa2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.1.0 - 2019-03-05
+### Added
+- Nextcloud 16 support
+
## 2.0.0 - 2018-11-08
- PHP 7.x required
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c838731..6571001 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ The first time you install this app, before using a cron job, you properly want
</description>
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<namespace>PreviewGenerator</namespace>
<category>multimedia</category>
<website>https://github.com/rullzer/previewgenerator</website>
@@ -24,7 +24,7 @@ The first time you install this app, before using a cron job, you properly want
</types>
<dependencies>
<php min-version="7.0"/>
- <nextcloud min-version="14" max-version="15" />
+ <nextcloud min-version="14" max-version="17" />
</dependencies>
<commands>