diff options
Diffstat (limited to 'apps/theming/appinfo/info.xml')
-rw-r--r-- | apps/theming/appinfo/info.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 3d7cabe7213..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> @@ -23,8 +23,17 @@ <settings> <admin>OCA\Theming\Settings\Admin</admin> - <admin-section>OCA\Theming\Settings\Section</admin-section> + <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> + <pre-migration> + <step>OCA\Theming\Migration\MigrateUserConfig</step> + </pre-migration> + </repair-steps> + <commands> <command>OCA\Theming\Command\UpdateConfig</command> </commands> |