chore(release): 1.13.6 [skip ci]

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

* fix(fediverse): access to URI in 'object' instead of going down with '->id' in delete case ([41211a1](41211a1))
* build: update docker images' versions + docs to latest ([07e3a9c](07e3a9c))
This commit is contained in:
semantic-release-bot 2025-11-03 11:25:03 +00:00
commit b797a08f2e
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
## <small>1.13.6 (2025-11-03)</small>
- fix(fediverse): access to URI in 'object' instead of going down with '->id' in
delete case
([41211a1](https://code.castopod.org/adaures/castopod/commit/41211a1))
- build: update docker images' versions + docs to latest
([07e3a9c](https://code.castopod.org/adaures/castopod/commit/07e3a9c))
## <small>1.13.5 (2025-08-25)</small>
- chore: add discourse social network

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.5');
defined('CP_VERSION') || define('CP_VERSION', '1.13.6');
/*
| --------------------------------------------------------------------

View file

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