Release 3.8.0 - support Nextcloud 26 (php >= php8.0)

This commit is contained in:
thrillfall 2023-03-23 11:21:01 +01:00
parent 8ceef80777
commit b0c16a7fac
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 3.8.0 - 2023-03-23
### Changed
- drop php7.4 support
- add support for Nextcloud 26
## 3.7.3 - 2023-02-24
### Fixed
- If EpisodeAction is updated with new episode url and there is a conflicting EpisodeAction with that same episode url the later will be deleted

View File

@ -5,7 +5,7 @@
<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.7.3</version>
<version>3.8.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>