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
14 lines
297 B
XML
14 lines
297 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files_versions</id>
|
|
<name>Versions</name>
|
|
<licence>AGPL</licence>
|
|
<author>Frank Karlitschek</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
<description>Versioning of files</description>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<default_enable/>
|
|
</info>
|