mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 04:51:17 +00:00
chore(release): 1.0.0-beta.24 [skip ci]
# [1.0.0-beta.24](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-10-14) ### Bug Fixes * **router:** trim URI slash to match same routes for URIs with and without trailing slash ([9e9375f](9e9375f9a2
)) ### Features * **episode:** add form to allow editing episode's publication date to a past date ([d783d16](d783d16eb7
)), closes [#97](https://code.castopod.org/adaures/castopod/issues/97) * **rss:** add rss feed route without the `.xml` extension ([94c0b7c](94c0b7c159
)), closes [#247](https://code.castopod.org/adaures/castopod/issues/247)
This commit is contained in:
parent
d0d8be7fe3
commit
c760acc79d
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,3 +1,21 @@
|
||||
# [1.0.0-beta.24](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-10-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **router:** trim URI slash to match same routes for URIs with and without
|
||||
trailing slash
|
||||
([9e9375f](https://code.castopod.org/adaures/castopod/commit/9e9375f9a2cd6102f827b36ec521f4c86a557c00))
|
||||
|
||||
### Features
|
||||
|
||||
- **episode:** add form to allow editing episode's publication date to a past
|
||||
date
|
||||
([d783d16](https://code.castopod.org/adaures/castopod/commit/d783d16eb73d3f896a3dea39a766b4e963e53abf)),
|
||||
closes [#97](https://code.castopod.org/adaures/castopod/issues/97)
|
||||
- **rss:** add rss feed route without the `.xml` extension
|
||||
([94c0b7c](https://code.castopod.org/adaures/castopod/commit/94c0b7c15920dae9ade5cdc79c7996dbfe82ba05)),
|
||||
closes [#247](https://code.castopod.org/adaures/castopod/issues/247)
|
||||
|
||||
# [1.0.0-beta.23](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-09-29)
|
||||
|
||||
### 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.0.0-beta.23');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.24');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "podlibre/castopod-host",
|
||||
"version": "1.0.0-beta23",
|
||||
"version": "1.0.0-beta24",
|
||||
"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",
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-beta.23",
|
||||
"version": "1.0.0-beta.24",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-beta.23",
|
||||
"version": "1.0.0-beta.24",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@amcharts/amcharts4": "^4.10.29",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-beta.23",
|
||||
"version": "1.0.0-beta.24",
|
||||
"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