diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-10-02 12:10:45 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-10-02 12:10:45 +0200 |
commit | 3fdebaa5dc4a903e9db64f8bafe11929c5f50304 (patch) | |
tree | a78e36f970cf8d374d684ea7b1fd3263d7763102 /apps/user_webdavauth/appinfo | |
parent | 783c02eda917cef549135103876a30bebcb89b23 (diff) | |
download | nextcloud-server-3fdebaa5dc4a903e9db64f8bafe11929c5f50304.tar.gz nextcloud-server-3fdebaa5dc4a903e9db64f8bafe11929c5f50304.zip |
automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number.
Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release.
You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
Diffstat (limited to 'apps/user_webdavauth/appinfo')
-rwxr-xr-x | apps/user_webdavauth/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml index dc555739f46..9a8027daee6 100755 --- a/apps/user_webdavauth/appinfo/info.xml +++ b/apps/user_webdavauth/appinfo/info.xml @@ -6,6 +6,6 @@ <version>1.0</version> <licence>AGPL</licence> <author>Frank Karlitschek</author> - <require>3</require> + <require>4.9</require> <shipped>true</shipped> </info> |