From 411b90b4b2a169c885fa10ebad6934e768e9530f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jul 2023 13:03:19 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://code.castopod.org/adaures/castopod/compare/v1.4.7...v1.5.0) (2023-07-27) ### Bug Fixes * **admin-ui:** truncate header title + remove sticky podcast banner card on mobile ([63c20da](https://code.castopod.org/adaures/castopod/commit/63c20da5ffd500265f06fa38f2b2c963e14602af)) ### Features * add podcast links page including social, podcasting and funding links ([8ae2929](https://code.castopod.org/adaures/castopod/commit/8ae292933af15fa99856582ac24e985bfef37d5b)) --- CHANGELOG.md | 13 +++++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d577b6..f5601a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.5.0](https://code.castopod.org/adaures/castopod/compare/v1.4.7...v1.5.0) (2023-07-27) + +### Bug Fixes + +- **admin-ui:** truncate header title + remove sticky podcast banner card on + mobile + ([63c20da](https://code.castopod.org/adaures/castopod/commit/63c20da5ffd500265f06fa38f2b2c963e14602af)) + +### Features + +- add podcast links page including social, podcasting and funding links + ([8ae2929](https://code.castopod.org/adaures/castopod/commit/8ae292933af15fa99856582ac24e985bfef37d5b)) + ## [1.4.7](https://code.castopod.org/adaures/castopod/compare/v1.4.6...v1.4.7) (2023-07-19) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 519725e6..6bdf905c 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.4.7'); +defined('CP_VERSION') || define('CP_VERSION', '1.5.0'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index f8ee93c5..cfec3319 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "adaures/castopod", - "version": "1.4.7", + "version": "1.5.0", "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 bb43f9ec..0ecf9f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.4.7", + "version": "1.5.0", "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",