mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.0.0-alpha.39 [skip ci]
# [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](44a4962e0b
))
This commit is contained in:
parent
44a4962e0b
commit
ea5383643c
@ -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)
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod",
|
||||
"version": "1.0.0-alpha.38",
|
||||
"version": "1.0.0-alpha.39",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user