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
11 lines
295 B
XML
Executable file
11 lines
295 B
XML
Executable file
<?xml version="1.0"?>
|
|
<info>
|
|
<id>user_webdavauth</id>
|
|
<name>WebDAV user backend</name>
|
|
<description>Authenticate Users by a WebDAV call</description>
|
|
<version>1.0</version>
|
|
<licence>AGPL</licence>
|
|
<author>Frank Karlitschek</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
</info>
|