nextcloud-gpodder/appinfo/info.xml
fyksen 09d7225bd0 Update info.xml to support Nextcloud 30
Have had it run on Nextcloud 30 for some days now, without any problems.

From the changelog on Nextcloud 30 it doesn't look like any changes are needed for this app?

https://nextcloud.com/changelog/
2024-09-23 17:26:24 +02:00

33 lines
1.4 KiB
XML

<?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>
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
<version>3.9.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<category>multimedia</category>
<website>https://github.com/thrillfall/nextcloud-gpodder</website>
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<documentation>
<developer>https://github.com/thrillfall/nextcloud-gpodder/blob/main/README.md#api</developer>
</documentation>
<dependencies>
<php min-version="8.1"/>
<nextcloud min-version="27" max-version="30"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\GPodderSync\Migration\TimestampMigration</step>
</post-migration>
</repair-steps>
<settings>
<personal>OCA\GPodderSync\Settings\GPodderSyncPersonal</personal>
<personal-section>OCA\GPodderSync\Sections\GPodderSyncPersonal</personal-section>
</settings>
</info>