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

github.com/nextcloud/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-04-11 13:29:42 +0300
committerJulius Härtl <jus@bitgrid.net>2019-04-11 13:29:42 +0300
commit1ba5a55d933fb3379c7f3e6d3c9873de21423aa1 (patch)
tree9a499b92ead541dae5b4bcfb454319691b96c304
parent26482b7b511ccd0c86508afc4c6884c262ad652d (diff)
Bump versionv0.7.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e265d92..3460b0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.7.0
+
+### Changed
+- Add support for Nextcloud 16
+
## 0.4.0
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f5a6475..8d9934b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,11 +23,11 @@ Users will now get redirected to the first app of the default order or to the
first app of the user order.
</description>
<category>customization</category>
- <version>0.6.0</version>
+ <version>0.7.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<dependencies>
- <nextcloud min-version="12" max-version="15" />
+ <nextcloud min-version="12" max-version="16" />
</dependencies>
<namespace>AppOrder</namespace>
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>