diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-17 08:42:04 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-17 08:47:11 +0200 |
commit | 0d3d75b3b3020ee7979dba6d6f46aa6e6773d311 (patch) | |
tree | a15707ebe72e50fbaf28d592289afc8c310e3fa8 /apps/files_versions/appinfo | |
parent | c378456137a47186147d3c9212d9a009c979890c (diff) | |
download | nextcloud-server-0d3d75b3b3020ee7979dba6d6f46aa6e6773d311.tar.gz nextcloud-server-0d3d75b3b3020ee7979dba6d6f46aa6e6773d311.zip |
Increase the 2nd digit of shipped apps
Diffstat (limited to 'apps/files_versions/appinfo')
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 5 | ||||
-rw-r--r-- | apps/files_versions/appinfo/version | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 8eab29b0ec6..8fe6372279a 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -4,16 +4,19 @@ <name>Versions</name> <licence>AGPL</licence> <author>Frank Karlitschek, Bjoern Schiessle</author> - <requiremin>4.93</requiremin> <shipped>true</shipped> <description> This application enables ownCloud to automatically maintain 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. ownCloud then 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, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation. </description> + <version>1.2.0</version> <types> <filesystem/> </types> + <dependencies> + <owncloud min-version="9.0" /> + </dependencies> <documentation> <user>user-versions</user> </documentation> diff --git a/apps/files_versions/appinfo/version b/apps/files_versions/appinfo/version deleted file mode 100644 index af0b7ddbffd..00000000000 --- a/apps/files_versions/appinfo/version +++ /dev/null @@ -1 +0,0 @@ -1.0.6 |