mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-05 08:52:00 +00:00
chore(release): 1.4.6 [skip ci]
## [1.4.6](https://code.castopod.org/adaures/castopod/compare/v1.4.5...v1.4.6) (2023-07-11) ### Bug Fixes * **fediverse:** expand object before sending accept follow request ([082cdc9](082cdc9ee7
)), closes [#350](https://code.castopod.org/adaures/castopod/issues/350) * **podcast-import:** remove error log when no import in queue, exit with success instead ([5e719f3](5e719f3e9e
))
This commit is contained in:
parent
5e719f3e9e
commit
d184998ed5
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
## [1.4.6](https://code.castopod.org/adaures/castopod/compare/v1.4.5...v1.4.6) (2023-07-11)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **fediverse:** expand object before sending accept follow request
|
||||||
|
([082cdc9](https://code.castopod.org/adaures/castopod/commit/082cdc9ee79d004c2ed748e3b8046e9141bf0242)),
|
||||||
|
closes [#350](https://code.castopod.org/adaures/castopod/issues/350)
|
||||||
|
- **podcast-import:** remove error log when no import in queue, exit with
|
||||||
|
success instead
|
||||||
|
([5e719f3](https://code.castopod.org/adaures/castopod/commit/5e719f3e9eb6cf48c3fd8ac97181638b24d03fc9))
|
||||||
|
|
||||||
## [1.4.5](https://code.castopod.org/adaures/castopod/compare/v1.4.4...v1.4.5) (2023-07-04)
|
## [1.4.5](https://code.castopod.org/adaures/castopod/compare/v1.4.4...v1.4.5) (2023-07-04)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -11,7 +11,7 @@ declare(strict_types=1);
|
|||||||
|
|
|
|
||||||
| NOTE: this constant is updated upon release with Continuous Integration.
|
| NOTE: this constant is updated upon release with Continuous Integration.
|
||||||
*/
|
*/
|
||||||
defined('CP_VERSION') || define('CP_VERSION', '1.4.5');
|
defined('CP_VERSION') || define('CP_VERSION', '1.4.6');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| --------------------------------------------------------------------
|
| --------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "adaures/castopod",
|
"name": "adaures/castopod",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||||
"homepage": "https://castopod.org",
|
"homepage": "https://castopod.org",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod",
|
"name": "castopod",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user