chore(release): 1.13.7 [skip ci]

## <small>1.13.7 (2025-11-03)</small>

* fix(rss): set person's avatar url to "federation" for width and height of 400px ([a50b0f3](a50b0f3))
This commit is contained in:
semantic-release-bot 2025-11-03 20:18:58 +00:00
commit 8495bf8148
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
## <small>1.13.7 (2025-11-03)</small>
- fix(rss): set person's avatar url to "federation" for width and height of
400px ([a50b0f3](https://code.castopod.org/adaures/castopod/commit/a50b0f3))
## <small>1.13.6 (2025-11-03)</small>
- fix(fediverse): access to URI in 'object' instead of going down with '->id' in

View file

@ -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.6');
defined('CP_VERSION') || define('CP_VERSION', '1.13.7');
/*
| --------------------------------------------------------------------

View file

@ -1,6 +1,6 @@
{
"name": "adaures/castopod",
"version": "1.13.6",
"version": "1.13.7",
"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",

View file

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.13.6",
"version": "1.13.7",
"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",