Release 3.7.0

This commit is contained in:
Jonathan Flueren 2022-11-10 22:04:03 +01:00
parent 003781a8c4
commit 28e46dde65
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 3.7.0 - 2022-11-10
### Fixed
- Podcast overview page no longer produces errors when using php8.X
### Changed
- Allow longer feed URLs with up to 1000 characters
## 3.6.0 - 2022-10-28
### Added
- New overview page of synchronized data in personal settings (thanks @jilleJr)

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.6.0</version>
<version>3.7.0</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>