diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-05-27 14:28:47 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-27 14:28:47 +0200 |
commit | a9661962fef21ef7a6aaf9e14ffc9c02e22c3d72 (patch) | |
tree | 34d31cd3c24bac120e618bc2d5def9cc32f1a178 /apps/files_sharing | |
parent | d38f8670558609ffa1bb4cc028a4b59fb2665940 (diff) | |
parent | c64e920b4d6520cfe3638262d17aadfcb28936f4 (diff) | |
download | nextcloud-server-a9661962fef21ef7a6aaf9e14ffc9c02e22c3d72.tar.gz nextcloud-server-a9661962fef21ef7a6aaf9e14ffc9c02e22c3d72.zip |
Merge pull request #8736 from owncloud/appinfo-newrequirefields
App info new fields "requiremin" and "requiremax"
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 9b42c1e17b5..077433a53ab 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -4,8 +4,8 @@ <name>Share Files</name> <description>File sharing between users</description> <licence>AGPL</licence> - <author>Michael Gapczynski</author> - <require>4.93</require> + <author>Michael Gapczynski, Bjoern Schiessle</author> + <requiremin>4.93</requiremin> <shipped>true</shipped> <default_enable/> <types> |