diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e368f6eaf71da7355dfa9987ead569198cf462..ae5433a63273756b338c793645d959e0fdb32e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.39](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2021-03-01) + + +### Bug Fixes + +* **embeddable-player:** enable any ancestor when X-Frame-Options is set on server ([44a4962](https://code.podlibre.org/podlibre/castopod/commit/44a4962e0b7e3ed87e9914b4e7792a0d52330ff8)) + # [1.0.0-alpha.38](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2021-02-27) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 9a0f086b5296830601b6d3fa5154250492e37b24..875a34a970c13ac5ad49db59fdffe723e84671fa 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -7,7 +7,7 @@ // // NOTE: this constant is updated upon release with Continuous Integration. // -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.38'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.39'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index e69480d9f1a3cd04e5ed97c252c302a401b2220d..1d161a01acd33b8ca6d6966b49a668d139ea43a8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha38", + "version": "1.0.0-alpha39", "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 fc3a11bebfb2ddffcaf2970eb38b31ace15de96f..d975131fe71073f1d677238ca27403a491345e73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.38", + "version": "1.0.0-alpha.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f904035504f255685b5dde482322e9a38d2dddce..9d594cacd2c32cdb234d08481455fc0313520cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.38", + "version": "1.0.0-alpha.39", "description": "Castopod 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",