diff options
author | Joas Schilling <coding@schilljs.com> | 2016-12-13 20:41:55 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-12-13 20:41:55 +0100 |
commit | edec1fafe789ef54d8e73059b2ee8e0f2b404ce6 (patch) | |
tree | 2151b669eda865ac28668ac5ebed0ab095eb8e50 /apps/files_versions | |
parent | 03b648be13fa9be20babce0ccd8d4d97b008d569 (diff) | |
download | nextcloud-server-edec1fafe789ef54d8e73059b2ee8e0f2b404ce6.tar.gz nextcloud-server-edec1fafe789ef54d8e73059b2ee8e0f2b404ce6.zip |
Update app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 5eb0df91d8d..5304051d751 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -8,13 +8,13 @@ This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions. In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation. </description> - <version>1.4.0</version> + <version>1.5.0</version> <types> <filesystem/> </types> <namespace>Files_Versions</namespace> <dependencies> - <nextcloud min-version="11" max-version="11" /> + <nextcloud min-version="12" max-version="12" /> </dependencies> <documentation> <user>user-versions</user> |