Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2017-02-09 12:56:42 +0300
committerJulius Haertl <jus@bitgrid.net>2017-02-16 17:13:38 +0300
commit60d77ceccb88414cfa426f237549f3ac9684f7b3 (patch)
tree2884da3a43c88fac9f362d20a767c564de86a8d7 /apps/theming/appinfo
parent6a9d5d60dc13bd43604cf30b3d9fe90364038c45 (diff)
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.xml8
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>