From 49e363140abe2bebbcdfc2db26f5109f78cc4717 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 16 Feb 2026 00:19:00 +0000 Subject: [PATCH] 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](https://code.castopod.org/adaures/castopod/commit/14089f0542ccdf187bd64bea8ad2787b9e8c7d59)) --- CHANGELOG.md | 8 ++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a3cf79..60c96846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + ## 1.14.1 (2026-01-31) - fix(i18n): set english as first item in supported locales in case locale diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 8cd717b8..83aa3d42 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.14.1'); +defined('CP_VERSION') || define('CP_VERSION', '1.15.0'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 617b3625..6c179323 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/package.json b/package.json index 36d8728f..8f3d4100 100644 --- a/package.json +++ b/package.json @@ -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",