diff options
author | Julius Haertl <jus@bitgrid.net> | 2017-02-09 10:56:42 +0100 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2017-02-16 15:13:38 +0100 |
commit | 60d77ceccb88414cfa426f237549f3ac9684f7b3 (patch) | |
tree | 2884da3a43c88fac9f362d20a767c564de86a8d7 /apps/theming/appinfo | |
parent | 6a9d5d60dc13bd43604cf30b3d9fe90364038c45 (diff) | |
download | nextcloud-server-60d77ceccb88414cfa426f237549f3ac9684f7b3.tar.gz nextcloud-server-60d77ceccb88414cfa426f237549f3ac9684f7b3.zip |
Add repair step to move existing theming images
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/info.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 9ded5c89b87..13a0f161a47 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -5,7 +5,7 @@ <description>Adjust the Nextcloud theme</description> <licence>AGPL</licence> <author>Nextcloud</author> - <version>1.2.0</version> + <version>1.3.0</version> <namespace>Theming</namespace> <category>other</category> @@ -23,4 +23,10 @@ <admin>OCA\Theming\Settings\Admin</admin> <admin-section>OCA\Theming\Settings\Section</admin-section> </settings> + + <repair-steps> + <post-migration> + <step>OCA\Theming\Migration\ThemingImages</step> + </post-migration> + </repair-steps> </info> |