diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-07 16:51:00 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-07 16:51:00 +0100 |
commit | 46107f82d427b6a102f323d637242872303421ef (patch) | |
tree | 846cd240bfdcf54f496e129c999b8b5159eedb04 /apps/encryption | |
parent | 5b22ee4c05c26f977794daed05364331d8eb4987 (diff) | |
parent | ae285c065448a6e45d6e1e542da87ea0a692cbee (diff) | |
download | nextcloud-server-46107f82d427b6a102f323d637242872303421ef.tar.gz nextcloud-server-46107f82d427b6a102f323d637242872303421ef.zip |
Merge pull request #21506 from owncloud/issue-20218-min-max-owncloud-version-warning
Issue 20218 min max owncloud version warning
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 2224f026e4d..1fb4e93c508 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -14,7 +14,6 @@ <name>Default encryption module</name> <license>AGPL</license> <author>Bjoern Schiessle, Clark Tomlinson</author> - <shipped>true</shipped> <documentation> <user>user-encryption</user> <admin>admin-encryption</admin> @@ -26,7 +25,7 @@ </types> <dependencies> <lib>openssl</lib> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> </info> |