Update info.xml to latest format, enable support for Nextcloud 11
This commit is contained in:
parent
bfe5ca2795
commit
c15c603ffb
|
|
@ -1,12 +1,22 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>registration</id>
|
<id>registration</id>
|
||||||
<name>Registration</name>
|
<name>Registration</name>
|
||||||
<description>User registration</description>
|
<description>User registration</description>
|
||||||
<licence>AGPL</licence>
|
<licence>agpl</licence>
|
||||||
<author>Pellaeon Lin</author>
|
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||||
<version>0.2.2</version>
|
<version>0.2.3</version>
|
||||||
|
<website>https://github.com/pellaeon/registration</website>
|
||||||
|
<bugs>https://github.com/pellaeon/registration/issues</bugs>
|
||||||
|
<repository>https://github.com/pellaeon/registration</repository>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<database>sqlite</database>
|
||||||
|
<database min-version="5.5">mysql</database>
|
||||||
<owncloud min-version="9.0" max-version="9.2"/>
|
<owncloud min-version="9.0" max-version="9.2"/>
|
||||||
|
<nextcloud min-version="9" max-version="12" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<category>auth</category>
|
||||||
|
<category>tools</category>
|
||||||
|
<ocsid>170608</ocsid>
|
||||||
</info>
|
</info>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue