diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfdae36..bea3a3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.13.6 (2025-11-03) + +- 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)) + ## 1.13.5 (2025-08-25) - chore: add discourse social network diff --git a/app/Config/Constants.php b/app/Config/Constants.php index e3b32dc0..34c81384 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -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'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 2177d2c7..962b89c1 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/package.json b/package.json index 6408c9d5..3a46c062 100644 --- a/package.json +++ b/package.json @@ -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",