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>2020-05-22 09:00:23 +0300
committerJulius Härtl <jus@bitgrid.net>2020-05-22 09:00:40 +0300
commit9da440ba21dc1e0a1fe6caee593e0917f76dda19 (patch)
treed82469b4e4af3e20103fd34c06db0e791b5aa580
parent4e97cb12c5c1809875f12006d11cf3848447e12d (diff)
Bump version to 0.10.0 for Nextcloud 19
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml4
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 466539d..c2c316c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ 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.10.0] - 2020-05-22
+
+### Added
+
+- Support for Nextcloud 18
+- Added functionality to force an admin-defined order
+
+### Fixed
+
+- Fix for app sorting in dark mode
+
## [0.9.0] - 2019-12-22
### Added
- Support for Nextcloud 18
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 74d0a3e..da246cc 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.9.0</version>
+ <version>0.10.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="18" />
+ <nextcloud min-version="16" max-version="19" />
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>