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

github.com/juliushaertl/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-06-25 10:22:13 +0300
committerJulius Härtl <jus@bitgrid.net>2021-06-25 10:22:13 +0300
commit8f9a0e1999e449bf933474c4418e832398a7c7cc (patch)
tree2453d594ffaceb9471cb862f53f1080d3bb0352f
parentd3fe9c891ec180f66be8021084e1c4e5b4ebe80a (diff)
Bump version to 0.13.0v0.13.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0429e5..1133a5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ 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.13.0] - 2021-06-25
+
+### Added
+
+- Support for Nextcloud 22
+- Drop support older Nextcloud versions than 20
+
## [0.12.0] - 2021-03-03
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1078616..9ff2ac3 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.12.0</version>
+ <version>0.13.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="21" />
+ <nextcloud min-version="20" max-version="22" />
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>