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/files_sharing | |
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/files_sharing')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 72e56456961..bb16345f101 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -9,14 +9,13 @@ Turning the feature off removes shared files and folders on the server for all s </description> <licence>AGPL</licence> <author>Michael Gapczynski, Bjoern Schiessle</author> - <shipped>true</shipped> <default_enable/> <version>0.8.1</version> <types> <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <public> <files>public.php</files> |