Release 3.7.1 - hotfix
This commit is contained in:
parent
9242def504
commit
e98b7c5d86
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.7.1 - 2022-11-11
|
||||||
|
### Fixed
|
||||||
|
- Fix error where app couldn't be installed with some databases
|
||||||
|
|
||||||
## 3.7.0 - 2022-11-10
|
## 3.7.0 - 2022-11-10
|
||||||
### Fixed
|
### Fixed
|
||||||
- Podcast overview page no longer produces errors when using php8.X
|
- Podcast overview page no longer produces errors when using php8.X
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>GPodder Sync</name>
|
<name>GPodder Sync</name>
|
||||||
<summary>replicate basic GPodder.net API</summary>
|
<summary>replicate basic GPodder.net API</summary>
|
||||||
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
|
||||||
<version>3.7.0</version>
|
<version>3.7.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
<author mail="thrillfall@disroot.org">Thrillfall</author>
|
||||||
<namespace>GPodderSync</namespace>
|
<namespace>GPodderSync</namespace>
|
||||||
|
|
Loading…
Reference in New Issue