mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
chore(release): 1.13.8 [skip ci]
## <small>1.13.8 (2025-12-20)</small> * chore: update CI4 to v4.6.4 + php and js packages to latest ([133e308](133e308)) * fix(fediverse): match episode posts replies fields with comments in union query ([d438190](d438190)), closes [#577](https://code.castopod.org/adaures/castopod/issues/577)
This commit is contained in:
parent
133e308603
commit
527f0c7a72
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## <small>1.13.8 (2025-12-20)</small>
|
||||
|
||||
- chore: update CI4 to v4.6.4 + php and js packages to latest
|
||||
([133e308](https://code.castopod.org/adaures/castopod/commit/133e308))
|
||||
- fix(fediverse): match episode posts replies fields with comments in union
|
||||
query ([d438190](https://code.castopod.org/adaures/castopod/commit/d438190)),
|
||||
closes [#577](https://code.castopod.org/adaures/castopod/issues/577)
|
||||
|
||||
## <small>1.13.7 (2025-11-03)</small>
|
||||
|
||||
- fix(rss): set person's avatar url to "federation" for width and height of
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ declare(strict_types=1);
|
|||
|
|
||||
| NOTE: this constant is updated upon release with Continuous Integration.
|
||||
*/
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.13.7');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.13.8');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "adaures/castopod",
|
||||
"version": "1.13.7",
|
||||
"version": "1.13.8",
|
||||
"type": "project",
|
||||
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||
"homepage": "https://castopod.org",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "castopod",
|
||||
"version": "1.13.7",
|
||||
"version": "1.13.8",
|
||||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue