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
320 B
XML
13 lines
320 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>user_ldap</id>
|
|
<name>LDAP user and group backend</name>
|
|
<description>Authenticate Users by LDAP</description>
|
|
<licence>AGPL</licence>
|
|
<author>Dominik Schmidt and Arthur Schiwon</author>
|
|
<require>4.9</require>
|
|
<shipped>true</shipped>
|
|
<types>
|
|
<authentication/>
|
|
</types>
|
|
</info>
|