From 248739bde78f0ea97cbad23fd8b8dc7a00f56cf0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Aug 2025 17:18:26 +0000 Subject: [PATCH] chore(release): 1.13.5 [skip ci] ## 1.13.5 (2025-08-25) * chore: add discourse social network ([08a3779](https://code.castopod.org/adaures/castopod/commit/08a3779)) * chore: fix rector issues with filters' methods return types ([3d7969d](https://code.castopod.org/adaures/castopod/commit/3d7969d)) * chore: update .releaserc to include more detailed release notes ([5b4403e](https://code.castopod.org/adaures/castopod/commit/5b4403e)) * chore: update CI to v4.6.3 + all php and js dependencies ([842c4e4](https://code.castopod.org/adaures/castopod/commit/842c4e4)) * fix(episodes): set dropdown menu for seasons / years to a maximum height with auto scroll ([f88abd2](https://code.castopod.org/adaures/castopod/commit/f88abd2)) * fix(fediverse): add is_private field to posts to flag private posts and hide them from public views ([d5ef2ab](https://code.castopod.org/adaures/castopod/commit/d5ef2ab)) --- CHANGELOG.md | 17 +++++++++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac77b2bb..dcfdae36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.13.5 (2025-08-25) + +- chore: add discourse social network + ([08a3779](https://code.castopod.org/adaures/castopod/commit/08a3779)) +- chore: fix rector issues with filters' methods return types + ([3d7969d](https://code.castopod.org/adaures/castopod/commit/3d7969d)) +- chore: update .releaserc to include more detailed release notes + ([5b4403e](https://code.castopod.org/adaures/castopod/commit/5b4403e)) +- chore: update CI to v4.6.3 + all php and js dependencies + ([842c4e4](https://code.castopod.org/adaures/castopod/commit/842c4e4)) +- fix(episodes): set dropdown menu for seasons / years to a maximum height with + auto scroll + ([f88abd2](https://code.castopod.org/adaures/castopod/commit/f88abd2)) +- fix(fediverse): add is_private field to posts to flag private posts and hide + them from public views + ([d5ef2ab](https://code.castopod.org/adaures/castopod/commit/d5ef2ab)) + ## [1.13.4](https://code.castopod.org/adaures/castopod/compare/v1.13.3...v1.13.4) (2025-02-24) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 9970d6cf..e3b32dc0 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.4'); +defined('CP_VERSION') || define('CP_VERSION', '1.13.5'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 71626379..bedf2113 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.13.4", + "version": "1.13.5", "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 a07d2cd6..0c3687eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.13.4", + "version": "1.13.5", "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",