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
18 lines
386 B
XML
18 lines
386 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files_sharing</id>
|
|
<name>Share Files</name>
|
|
<description>File sharing between users</description>
|
|
<licence>AGPL</licence>
|
|
<author>Michael Gapczynski</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
<default_enable/>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<public>
|
|
<files>public.php</files>
|
|
<webdav>public.php</webdav>
|
|
</public>
|
|
</info>
|