diff --git a/CHANGELOG.md b/CHANGELOG.md index f32ce8548693f3c1a29f3b34e58a9d9cb5a170b9..35e7878d30287c9f5cad0fcd87bb5670514011ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0-beta.18](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-07-07) + +### Bug Fixes + +- **player-styling:** revert vite to 2.8 to reference the player css + ([e07d3af](https://code.castopod.org/adaures/castopod/commit/e07d3afea9af85b8361227e000fb64b502781668)) + +### Features + +- add legalNoticeURL to app config for setting an external url to legal notice + ([711843a](https://code.castopod.org/adaures/castopod/commit/711843a0c81e1e2ec7a015431786df4ef32d5092)) + # [1.0.0-beta.17](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-07-06) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 965594a32973798acc19b40234498f460d68d222..d3dacf7d367fbf45dce4b50ccfb00b92f30262f9 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -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.17'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.18'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index f15d0df75f126be948a6f17a5fb3cae742e8c866..8679caf01ce3d5f5c51c0b9491e6bdd6d574386f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-beta17", + "version": "1.0.0-beta18", "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", diff --git a/package-lock.json b/package-lock.json index 6dd528898154cf2f726a019551a58c54fd343edd..35eb0cd318660415bb4ce1097e3fc32865a05765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.25", diff --git a/package.json b/package.json index 67554492ee87b92a6b0cd02c29202726d7251f4e..cd92d4177ade90a379c79f1cf1dac4f532c28928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-beta.17", + "version": "1.0.0-beta.18", "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",