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>2020-09-03 17:54:19 +0300
committerJulius Härtl <jus@bitgrid.net>2020-09-03 17:54:19 +0300
commit0f57260b68dd4f93b1c2ad0afa27cf56b7149b7a (patch)
treed5bce8cebe7bd8d2f3cf7d0d3c5ccaf058ff4cc6
parentca19431099dfebc06088fc03b640a13b82966542 (diff)
Bump version to 0.11.0v0.11.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b45386e..dd6ff04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.11.0] - 2020-09-03
+
+### Added
+
+- Support for Nextcloud 20
+
## [0.10.0] - 2020-05-22
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index da246cc..1f8fe2a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@ personal order by changing the following parameter in your config/config.php:
Users will now get redirected to the first app of the default order or to the
first app of the user order.
</description>
- <version>0.10.0</version>
+ <version>0.11.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>AppOrder</namespace>
@@ -31,7 +31,7 @@ first app of the user order.
<repository type="git">https://github.com/juliushaertl/apporder.git</repository>
<screenshot>https://download.bitgrid.net/nextcloud/apporder/apporder.png</screenshot>
<dependencies>
- <nextcloud min-version="16" max-version="19" />
+ <nextcloud min-version="16" max-version="20" />
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>