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>2021-03-03 11:53:51 +0300
committerJulius Härtl <jus@bitgrid.net>2021-03-03 11:53:51 +0300
commita69b406807813898b9691ba822439d6d60511755 (patch)
treed2285b0fb51184ac5f5628a5c9690808de0ee48c
parenta02ba32673907d2f687c716dcfd3ade929c87f65 (diff)
Bump version to 0.12.0v0.12.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 dd6ff04..c0429e5 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.12.0] - 2021-03-03
+
+### Added
+
+- Support for Nextcloud 21
+
## [0.11.0] - 2020-09-03
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1f8fe2a..1078616 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.11.0</version>
+ <version>0.12.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="20" />
+ <nextcloud min-version="16" max-version="21" />
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>