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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-01-23 18:20:52 +0300
committerJoas Schilling <coding@schilljs.com>2019-02-20 14:17:35 +0300
commit8ad3535ba93a943152b240e971375b6a70d0f679 (patch)
treeb1d42d2a214c720c1b7cec9a43482db446b1e520 /appinfo
parentb6e51200601020d9408bb80bc2df1419dac34a4b (diff)
Add a help command
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8ba6bac26..38951421a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>5.99.1</version>
+ <version>5.99.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -52,6 +52,15 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<job>OCA\Spreed\BackgroundJob\RemoveEmptyRooms</job>
</background-jobs>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\Spreed\Migration\CreateHelpCommand</step>
+ </post-migration>
+ <install>
+ <step>OCA\Spreed\Migration\CreateHelpCommand</step>
+ </install>
+ </repair-steps>
+
<commands>
<command>OCA\Spreed\Command\Stun\Add</command>
<command>OCA\Spreed\Command\Stun\Delete</command>