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
20 lines
432 B
XML
20 lines
432 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files</id>
|
|
<name>Files</name>
|
|
<description>File Management</description>
|
|
<licence>AGPL</licence>
|
|
<author>Robin Appelman</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
<standalone/>
|
|
<default_enable/>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<remote>
|
|
<files>appinfo/remote.php</files>
|
|
<webdav>appinfo/remote.php</webdav>
|
|
<filesync>appinfo/filesync.php</filesync>
|
|
</remote>
|
|
</info>
|