mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.3.3 [skip ci]
## [1.3.3](https://code.castopod.org/adaures/castopod/compare/v1.3.2...v1.3.3) (2023-04-17) ### Bug Fixes * unnescape podcast title special characters in "find us on" section ([f727276](f727276f82
)), closes [#323](https://code.castopod.org/adaures/castopod/issues/323) * **websub:** add missing misc helper import ([855aacc](855aacce0b
))
This commit is contained in:
parent
f727276f82
commit
fb9b6ec54d
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
## [1.3.3](https://code.castopod.org/adaures/castopod/compare/v1.3.2...v1.3.3) (2023-04-17)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- unnescape podcast title special characters in "find us on" section
|
||||
([f727276](https://code.castopod.org/adaures/castopod/commit/f727276f820a8ef2c47947f40a37a4a157b509ef)),
|
||||
closes [#323](https://code.castopod.org/adaures/castopod/issues/323)
|
||||
- **websub:** add missing misc helper import
|
||||
([855aacc](https://code.castopod.org/adaures/castopod/commit/855aacce0bf3841a876cd593e668e116149080aa))
|
||||
|
||||
## [1.3.2](https://code.castopod.org/adaures/castopod/compare/v1.3.1...v1.3.2) (2023-04-14)
|
||||
|
||||
### 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.3.2');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.3.3');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "adaures/castopod",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"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