summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-01-07 15:11:49 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-01-07 15:11:49 +0100
commit40f786060efb6b7799b5e5e0de5e971cfab11e14 (patch)
tree99e3bc250128c509bab4ab30fb0c000b9cc82b9e /apps/user_ldap/appinfo/info.xml
parentc55da1fc8d6f3487d89be1ad197a9f54c5e930b8 (diff)
downloadnextcloud-server-40f786060efb6b7799b5e5e0de5e971cfab11e14.tar.gz
nextcloud-server-40f786060efb6b7799b5e5e0de5e971cfab11e14.zip
Add ownCloud min and max version for shipped apps
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r--apps/user_ldap/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 7dbce1da5fa..be41a870803 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -19,6 +19,6 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</documentation>
<dependencies>
<lib>ldap</lib>
- <owncloud min-version="9.0" />
+ <owncloud min-version="9.0" max-version="9.0" />
</dependencies>
</info>