From ef9e897b2791625f89a0905f269298751601068c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Jul 2023 10:26:44 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://code.castopod.org/adaures/castopod/compare/v1.5.0...v1.5.1) (2023-07-29) ### Bug Fixes * **admin-ui:** remove button labels on smaller screens in podcast view ([9cc5ffd](https://code.castopod.org/adaures/castopod/commit/9cc5ffd1439fdc86f46a03f4319cae32db95f84e)) * **rss:** set srt transcripts' mimetype to application/x-subrip with rel="captions" attribute ([16a3fdb](https://code.castopod.org/adaures/castopod/commit/16a3fdb56e3f07185e75d106216f29519ccb25f7)), closes [#360](https://code.castopod.org/adaures/castopod/issues/360) * **rss:** update podcast extension namespace ([6833dd0](https://code.castopod.org/adaures/castopod/commit/6833dd05ab51bc530d34fd4174ad732f623226c0)), closes [#360](https://code.castopod.org/adaures/castopod/issues/360) --- CHANGELOG.md | 14 ++++++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5601a95..e768cd7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.5.1](https://code.castopod.org/adaures/castopod/compare/v1.5.0...v1.5.1) (2023-07-29) + +### Bug Fixes + +- **admin-ui:** remove button labels on smaller screens in podcast view + ([9cc5ffd](https://code.castopod.org/adaures/castopod/commit/9cc5ffd1439fdc86f46a03f4319cae32db95f84e)) +- **rss:** set srt transcripts' mimetype to application/x-subrip with + rel="captions" attribute + ([16a3fdb](https://code.castopod.org/adaures/castopod/commit/16a3fdb56e3f07185e75d106216f29519ccb25f7)), + closes [#360](https://code.castopod.org/adaures/castopod/issues/360) +- **rss:** update podcast extension namespace + ([6833dd0](https://code.castopod.org/adaures/castopod/commit/6833dd05ab51bc530d34fd4174ad732f623226c0)), + closes [#360](https://code.castopod.org/adaures/castopod/issues/360) + # [1.5.0](https://code.castopod.org/adaures/castopod/compare/v1.4.7...v1.5.0) (2023-07-27) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 6bdf905c..97e1a377 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.5.0'); +defined('CP_VERSION') || define('CP_VERSION', '1.5.1'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index cfec3319..c3671190 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.5.0", + "version": "1.5.1", "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 0ecf9f0b..467d4fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.5.0", + "version": "1.5.1", "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",