chore(release): 1.15.0

## [1.15.0](https://code.castopod.org/adaures/castopod/compare/v1.14.1...v1.15.0) (2026-02-16)

### Features

* **docker:** replace all-in-one image with FrankenPHP and Caddy based image + discard other images ([14089f0](14089f0542))
This commit is contained in:
Yassine Doghri 2026-02-16 00:19:00 +00:00
commit 49e363140a
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
## [1.15.0](https://code.castopod.org/adaures/castopod/compare/v1.14.1...v1.15.0) (2026-02-16)
### Features
- **docker:** replace all-in-one image with FrankenPHP and Caddy based image +
discard other images
([14089f0](https://code.castopod.org/adaures/castopod/commit/14089f0542ccdf187bd64bea8ad2787b9e8c7d59))
## <small>1.14.1 (2026-01-31)</small>
- fix(i18n): set english as first item in supported locales in case locale

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

View file

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

View file

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