mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.0.0-beta.8 [skip ci]
# [1.0.0-beta.8](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-02-10)
### Features
* **podcast-form:** add new_feed_url field to set an url when changing domain or host ([e7eec48](e7eec48e7b
))
This commit is contained in:
parent
e7eec48e7b
commit
472842fae6
@ -1,3 +1,11 @@
|
|||||||
|
# [1.0.0-beta.8](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-02-10)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **podcast-form:** add new_feed_url field to set an url when changing domain or
|
||||||
|
host
|
||||||
|
([e7eec48](https://code.podlibre.org/podlibre/castopod-host/commit/e7eec48e7bc06a9aa907db01ed3e5b536e7dd8be))
|
||||||
|
|
||||||
# [1.0.0-beta.7](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-02-05)
|
# [1.0.0-beta.7](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-02-05)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -11,7 +11,7 @@ declare(strict_types=1);
|
|||||||
|
|
|
|
||||||
| NOTE: this constant is updated upon release with Continuous Integration.
|
| NOTE: this constant is updated upon release with Continuous Integration.
|
||||||
*/
|
*/
|
||||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.7');
|
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.8');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| --------------------------------------------------------------------
|
| --------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "podlibre/castopod-host",
|
"name": "podlibre/castopod-host",
|
||||||
"version": "1.0.0-beta7",
|
"version": "1.0.0-beta8",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||||
"homepage": "https://castopod.org",
|
"homepage": "https://castopod.org",
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.0-beta.7",
|
"version": "1.0.0-beta.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.0-beta.7",
|
"version": "1.0.0-beta.8",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@amcharts/amcharts4": "^4.10.23",
|
"@amcharts/amcharts4": "^4.10.23",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.0-beta.7",
|
"version": "1.0.0-beta.8",
|
||||||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user