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>2018-11-08 16:25:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-08 16:25:38 +0300
commita124432eca6cb3535d69c8baaa3ac89fcf17e857 (patch)
tree23fd683373cf569f5036721922f9f06cfd6c405c
parentec710660fc0fa3cdafee2b175c825d7fbd1fb614 (diff)
Release v2.0.0v2.0.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2d95f8..a8e4183 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
-## 2.0.0 - TBD
+## 2.0.0 - 2018-11-08
- PHP 7.x required
- Nextcloud 14 only
- Moved to migrations for DB handling
- Added path option to generate command (thanks to @adduxa)
+- Nextcloud 15 compatible
## 1.0.9 - 2017-12-29
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 396593f..79f16ca 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@ The app does not replace on demand preview generation so if a preview is request
</description>
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>
- <version>1.99.1</version>
+ <version>2.0.0</version>
<namespace>PreviewGenerator</namespace>
<category>multimedia</category>
<website>https://github.com/rullzer/previewgenerator</website>
@@ -22,7 +22,7 @@ The app does not replace on demand preview generation so if a preview is request
</types>
<dependencies>
<php min-version="7.0"/>
- <nextcloud min-version="14" max-version="14" />
+ <nextcloud min-version="14" max-version="15" />
</dependencies>
<commands>