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-12-29 12:12:17 +0300
committerJulius Härtl <jus@bitgrid.net>2021-12-29 12:12:17 +0300
commite82df961618637086927c1be4418bf0c90bff208 (patch)
treeb9412fea94eaa3f543ef62826a8e75ccb6ffab5d
parentaf78a0d95abd670885d5fcb9138d446240a83df5 (diff)
Bump version to 0.14.0v0.14.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml14
2 files changed, 12 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1133a5d..c528a43 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.14.0] - 2021-12-29
+
+### Added
+
+- Support for Nextcloud 23
+
## [0.13.0] - 2021-06-25
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9ff2ac3..fb9218d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,6 +1,5 @@
-<?xml version="1.0"?>
-<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+<?xml version="1.0" encoding="utf-8"?>
+<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>apporder</id>
<name>AppOrder</name>
<summary>Sort apps in the menu with drag and drop</summary>
@@ -10,19 +9,19 @@ user individually. Administrators can define a custom default order.
## Set a default order for all new users
-Go to the Admin settings > Additional settings and drag the icons under App order.
+Go to the Admin settings &gt; Additional settings and drag the icons under App order.
## Use first app as default app
You can easily let Nextcloud redirect your user to the first app in their
personal order by changing the following parameter in your config/config.php:
- 'defaultapp' => 'apporder',
+ 'defaultapp' =&gt; 'apporder',
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.13.0</version>
+ <version>0.14.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>AppOrder</namespace>
@@ -31,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="22" />
+ <nextcloud min-version="20" max-version="23"/>
</dependencies>
<settings>
<admin>OCA\AppOrder\Settings\AdminSettings</admin>
@@ -40,4 +39,3 @@ first app of the user order.
<personal-section>OCA\AppOrder\Settings\Section</personal-section>
</settings>
</info>
-