3fdebaa5dc
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
13 lines
589 B
XML
13 lines
589 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files_encryption</id>
|
|
<name>Encryption</name>
|
|
<description>Server side encryption of files. DEPRECATED. This app is no longer supported and will be replaced with an improved version in ownCloud 5. Only enable this features if you want to read old encrypted data. Warning: You will lose your data if you enable this App and forget your password. Encryption is not yet compatible with LDAP.</description>
|
|
<licence>AGPL</licence>
|
|
<author>Robin Appelman</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
</info>
|