mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
chore(release): 1.14.0 [skip ci]
## 1.14.0 (2026-01-23) * feat: add Lithuanian and Czech languages ([9582f2a](9582f2a))
This commit is contained in:
parent
9582f2a93f
commit
ea9ba5adc8
4 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## 1.14.0 (2026-01-23)
|
||||
|
||||
- feat: add Lithuanian and Czech languages
|
||||
([9582f2a](https://code.castopod.org/adaures/castopod/commit/9582f2a))
|
||||
|
||||
## <small>1.13.8 (2025-12-20)</small>
|
||||
|
||||
- chore: update CI4 to v4.6.4 + php and js packages to latest
|
||||
|
|
|
|||
|
|
@ -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.13.8');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.14.0');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "adaures/castopod",
|
||||
"version": "1.13.8",
|
||||
"version": "1.14.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.13.8",
|
||||
"version": "1.14.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