2021-06-27 13:19:26 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
|
|
<id>gpoddersync</id>
|
2021-07-05 10:22:54 +02:00
|
|
|
<name>GPodder Sync</name>
|
|
|
|
<summary>replicate basic GPodder.net API</summary>
|
2021-06-27 13:19:26 +02:00
|
|
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
2021-10-13 22:52:35 +02:00
|
|
|
<version>3.0.1</version>
|
2021-06-27 13:19:26 +02:00
|
|
|
<licence>agpl</licence>
|
2021-07-05 10:22:54 +02:00
|
|
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
2021-06-27 13:19:26 +02:00
|
|
|
<namespace>GPodderSync</namespace>
|
|
|
|
<category>integration</category>
|
2021-10-10 20:14:44 +02:00
|
|
|
<category>multimedia</category>
|
2021-07-05 10:22:54 +02:00
|
|
|
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
2021-06-27 13:19:26 +02:00
|
|
|
<dependencies>
|
2021-07-09 10:20:38 +02:00
|
|
|
<php min-version="7.4"/>
|
2021-07-09 20:33:42 +02:00
|
|
|
<nextcloud min-version="20" max-version="22"/>
|
2021-06-27 13:19:26 +02:00
|
|
|
</dependencies>
|
2021-10-05 12:30:52 +02:00
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
|
|
|
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
|
|
|
|
</post-migration>
|
|
|
|
</repair-steps>
|
2021-06-27 13:19:26 +02:00
|
|
|
</info>
|