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>2022-04-04 19:25:15 +0300
committerJulius Härtl <jus@bitgrid.net>2022-04-04 19:25:15 +0300
commit423b44ccf0fa948dd4ef5f5ef4c8337b137457fa (patch)
tree04d30cee75cd7f8f8d09c3216b21ffc623631107
parent01996b48f16b4c106aa920348892b54945b31bcf (diff)
Bump version to 0.15.0v0.15.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 c528a43..f9e9040 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ 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.15.0] - 2022-04-04
+
+### Added
+
+- Support for Nextcloud 24
## [0.14.0] - 2021-12-29
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fb9218d..2396666 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,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.14.0</version>
+ <version>0.15.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>AppOrder</namespace>
@@ -30,7 +30,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="20" max-version="23"/>
+ <nextcloud min-version="20" max-version="24"/>
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>