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
322 B
XML
13 lines
322 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files_external</id>
|
|
<name>External storage support</name>
|
|
<description>Mount external storage sources</description>
|
|
<licence>AGPL</licence>
|
|
<author>Robin Appelman, Michael Gapczynski</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
</info>
|