mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.1.2 [skip ci]
## [1.1.2](https://code.castopod.org/adaures/castopod/compare/v1.1.1...v1.1.2) (2022-12-14)
### Bug Fixes
* **analytics:** set EpisodeAudioController to init user session data ([77ccb30](77ccb30600
))
This commit is contained in:
parent
1cc9c11e8f
commit
fa6bb2f492
@ -1,3 +1,10 @@
|
||||
## [1.1.2](https://code.castopod.org/adaures/castopod/compare/v1.1.1...v1.1.2) (2022-12-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **analytics:** set EpisodeAudioController to init user session data
|
||||
([77ccb30](https://code.castopod.org/adaures/castopod/commit/77ccb306009eb093147c56789535e754f3d85570))
|
||||
|
||||
## [1.1.1](https://code.castopod.org/adaures/castopod/compare/v1.1.0...v1.1.1) (2022-12-13)
|
||||
|
||||
### 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.1.1');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.1.2');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "podlibre/castopod-host",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"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.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "castopod-host",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@amcharts/amcharts4": "^4.10.29",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"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