mirror of
https://github.com/moparisthebest/user_sql
synced 2024-11-26 02:52:21 -05:00
Properly format and validate appinfo.xml, bump to 2.3.1
This commit is contained in:
parent
2a33f7ae98
commit
90703faf4a
@ -2,17 +2,19 @@
|
|||||||
<info>
|
<info>
|
||||||
<id>user_sql</id>
|
<id>user_sql</id>
|
||||||
<name>SQL user backend</name>
|
<name>SQL user backend</name>
|
||||||
|
<summary>Authenticate Users by SQL</summary>
|
||||||
<description>Authenticate Users by SQL</description>
|
<description>Authenticate Users by SQL</description>
|
||||||
<licence>AGPL</licence>
|
<version>2.3.1</version>
|
||||||
|
<licence>agpl</licence>
|
||||||
<author>Andreas Boehler <dev (at) aboehler
|
<author>Andreas Boehler <dev (at) aboehler
|
||||||
(dot) at ></author>
|
(dot) at ></author>
|
||||||
<version>2.3.0</version>
|
|
||||||
<shipped>false</shipped>
|
|
||||||
<namespace>user_sql</namespace>
|
<namespace>user_sql</namespace>
|
||||||
<types>
|
<types>
|
||||||
<authentication/>
|
<authentication/>
|
||||||
</types>
|
</types>
|
||||||
|
<category>auth</category>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="8.1" max-version="9.1"/>
|
<owncloud min-version="8.1" max-version="9.1"/>
|
||||||
|
<nextcloud min-version="9" max-version="10"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
Loading…
Reference in New Issue
Block a user