aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-20 10:31:32 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 09:31:07 +0200
commit7b686abe7fb53c8475d8295a59167bdab95fccc9 (patch)
treec138b14966201bb3755c05b19bbcc351df33a65b /apps/theming/appinfo
parent493b20605f9819a03a23cf0da456f89634307152 (diff)
downloadnextcloud-server-7b686abe7fb53c8475d8295a59167bdab95fccc9.tar.gz
nextcloud-server-7b686abe7fb53c8475d8295a59167bdab95fccc9.zip
Migrate old accessibility config
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/info.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 7b6e20a781f..b67b461c410 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Theming</name>
<summary>Adjust the Nextcloud theme</summary>
<description>Adjust the Nextcloud theme</description>
- <version>1.16.0</version>
+ <version>2.0.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>Theming</namespace>
@@ -28,6 +28,12 @@
<personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
</settings>
+ <repair-steps>
+ <pre-migration>
+ <step>OCA\Theming\Migration\MigrateUserConfig</step>
+ </pre-migration>
+ </repair-steps>
+
<commands>
<command>OCA\Theming\Command\UpdateConfig</command>
</commands>