2021-06-27 11:19:26 +00: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 08:22:54 +00:00
|
|
|
<name>GPodder Sync</name>
|
|
|
|
<summary>replicate basic GPodder.net API</summary>
|
2021-06-27 11:19:26 +00:00
|
|
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
2021-08-29 11:20:05 +00:00
|
|
|
<version>2.0.0</version>
|
2021-06-27 11:19:26 +00:00
|
|
|
<licence>agpl</licence>
|
2021-07-05 08:22:54 +00:00
|
|
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
2021-06-27 11:19:26 +00:00
|
|
|
<namespace>GPodderSync</namespace>
|
|
|
|
<category>integration</category>
|
2021-07-05 08:22:54 +00:00
|
|
|
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
|
2021-06-27 11:19:26 +00:00
|
|
|
<dependencies>
|
2021-07-09 08:20:38 +00:00
|
|
|
<php min-version="7.4"/>
|
2021-07-09 18:33:42 +00:00
|
|
|
<nextcloud min-version="20" max-version="22"/>
|
2021-06-27 11:19:26 +00:00
|
|
|
</dependencies>
|
2021-10-05 10:30:52 +00:00
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
|
|
|
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
|
|
|
|
</post-migration>
|
|
|
|
</repair-steps>
|
2021-06-27 11:19:26 +00:00
|
|
|
</info>
|