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

github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-02-05 16:55:53 +0300
committerLukas Reschke <lukas@owncloud.com>2016-02-05 16:55:53 +0300
commitd262126030b6a046c743cab8febf770b9db16b19 (patch)
tree732e170fad03d692e5ee035e30a50840da8e5272
parenta97571c047b41b91a2f1cca0919be79123cd97f4 (diff)
Add minimum and maximum required versions
Fixes "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later."
-rw-r--r--appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9d4ac86..14828ae 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,9 @@ While it is possible to manually change email templates within ownCloud, this ap
</description>
<licence>AGPL</licence>
<author>Jörn Dreyer</author>
- <requiremin>7</requiremin>
+ <dependencies>
+ <owncloud min-version="9.0" max-version="9.0" />
+ </dependencies>
<shipped>true</shipped>
<default_enable/>
</info>