mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
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:
parent
14089f0542
commit
49e363140a
4 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue