chore(release): 1.12.5 [skip ci]

## [1.12.5](https://code.castopod.org/adaures/castopod/compare/v1.12.4...v1.12.5) (2024-07-30)

### Bug Fixes

* **rss:** add subscription id to cache name to prevent premium feeds from overlapping ([5310d86](5310d8648a))
This commit is contained in:
semantic-release-bot 2024-07-30 16:46:04 +00:00
parent 3d1fcc323d
commit 66ce3e4703
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
## [1.12.5](https://code.castopod.org/adaures/castopod/compare/v1.12.4...v1.12.5) (2024-07-30)
### Bug Fixes
- **rss:** add subscription id to cache name to prevent premium feeds from
overlapping
([5310d86](https://code.castopod.org/adaures/castopod/commit/5310d8648af6d43b9090f8d9f8066f7b3a8f0aa7))
## [1.12.4](https://code.castopod.org/adaures/castopod/compare/v1.12.3...v1.12.4) (2024-07-30)
### Bug Fixes

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.12.4",
"version": "1.12.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",