aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-09-04 09:42:01 +0200
committerGitHub <noreply@github.com>2024-09-04 09:42:01 +0200
commit1b3e95652ce31cfb0321f5f458a037a048d327d3 (patch)
tree6dd3cd7678ad7c70d9b6a3c68bd0b562e4dd2b53 /apps/theming
parent8f825cbd1662429c6dd2c156bdd78ba1533c80cc (diff)
parent3efb39371de9fe750301a6fadbbe65eb81f1b797 (diff)
downloadnextcloud-server-1b3e95652ce31cfb0321f5f458a037a048d327d3.tar.gz
nextcloud-server-1b3e95652ce31cfb0321f5f458a037a048d327d3.zip
Merge pull request #47690 from nextcloud/chore/theming
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/appinfo/info.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 7b42d063161..2eac0fd5058 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -9,7 +9,7 @@
<name>Theming</name>
<summary>Adjust the Nextcloud theme</summary>
<description>Adjust the Nextcloud theme</description>
- <version>2.6.0</version>
+ <version>2.6.1</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>Theming</namespace>
@@ -24,13 +24,6 @@
<nextcloud min-version="31" max-version="31"/>
</dependencies>
- <settings>
- <admin>OCA\Theming\Settings\Admin</admin>
- <admin-section>OCA\Theming\Settings\AdminSection</admin-section>
- <personal>OCA\Theming\Settings\Personal</personal>
- <personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
- </settings>
-
<repair-steps>
<post-migration>
<step>OCA\Theming\Migration\InitBackgroundImagesMigration</step>
@@ -40,4 +33,11 @@
<commands>
<command>OCA\Theming\Command\UpdateConfig</command>
</commands>
+
+ <settings>
+ <admin>OCA\Theming\Settings\Admin</admin>
+ <admin-section>OCA\Theming\Settings\AdminSection</admin-section>
+ <personal>OCA\Theming\Settings\Personal</personal>
+ <personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
+ </settings>
</info>