mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
chore(release): 1.13.0 [skip ci]
# [1.13.0](https://code.castopod.org/adaures/castopod/compare/v1.12.11...v1.13.0) (2024-10-25) ### Features * **api:** add Episode create and publish endpoints ([75cf78e](75cf78e972
)) * **rss:** add option for 301 redirect to new feed url ([3a7d26f](3a7d26fdf9
))
This commit is contained in:
parent
75cf78e972
commit
3b90c5b5bd
@ -1,3 +1,12 @@
|
||||
# [1.13.0](https://code.castopod.org/adaures/castopod/compare/v1.12.11...v1.13.0) (2024-10-25)
|
||||
|
||||
### Features
|
||||
|
||||
- **api:** add Episode create and publish endpoints
|
||||
([75cf78e](https://code.castopod.org/adaures/castopod/commit/75cf78e972c52528dc38be050dcb1eb1f8e626fa))
|
||||
- **rss:** add option for 301 redirect to new feed url
|
||||
([3a7d26f](https://code.castopod.org/adaures/castopod/commit/3a7d26fdf9bfeffb9247f8efe06d9040ae2fe5ff))
|
||||
|
||||
## [1.12.11](https://code.castopod.org/adaures/castopod/compare/v1.12.10...v1.12.11) (2024-10-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -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.11');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.13.0');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "adaures/castopod",
|
||||
"version": "1.12.11",
|
||||
"version": "1.13.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.12.11",
|
||||
"version": "1.13.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…
x
Reference in New Issue
Block a user