mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 16:05:34 +00:00
chore(release): 1.6.0 [skip ci]
# [1.6.0](https://code.castopod.org/adaures/castopod/compare/v1.5.2...v1.6.0) (2023-08-28) ### Bug Fixes * **home:** update where clause when getting all podcasts to prevent draft podcasts from showing up ([7a1eea5](7a1eea58d3
)) * **media:** copy and delete temp file when saving instead of moving it for FS FileManager ([9346e78](9346e787bd
)), closes [#338](https://code.castopod.org/adaures/castopod/issues/338) * **media:** get path using media_path_absolute when saving media file ([754e7a6](754e7a6b4b
)) * **media:** init file properties in setAttributes' Model method + set defaults to pathinfo data ([0775add](0775add678
)) * **premium-podcasts:** show premium flag only when podcast has published premium episodes ([d10c4fd](d10c4fd753
)) * **s3:** add a flag to serve media files by redirecting to a presigned url instead of default proxy ([11aa358](11aa3586a0
)) ### Features * **episode:** add preview link in admin to view and share episode before publication ([7d21b35](7d21b3509e
))
This commit is contained in:
parent
b719be10c0
commit
1eb680d617
29
CHANGELOG.md
29
CHANGELOG.md
@ -1,3 +1,32 @@
|
|||||||
|
# [1.6.0](https://code.castopod.org/adaures/castopod/compare/v1.5.2...v1.6.0) (2023-08-28)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **home:** update where clause when getting all podcasts to prevent draft
|
||||||
|
podcasts from showing up
|
||||||
|
([7a1eea5](https://code.castopod.org/adaures/castopod/commit/7a1eea58d3cbc1982baaec21d87a36e218e1910a))
|
||||||
|
- **media:** copy and delete temp file when saving instead of moving it for FS
|
||||||
|
FileManager
|
||||||
|
([9346e78](https://code.castopod.org/adaures/castopod/commit/9346e787bd2a2c815533092279f96ae1fe0d9aae)),
|
||||||
|
closes [#338](https://code.castopod.org/adaures/castopod/issues/338)
|
||||||
|
- **media:** get path using media_path_absolute when saving media file
|
||||||
|
([754e7a6](https://code.castopod.org/adaures/castopod/commit/754e7a6b4b2c12cf50c1c8b166732dc3255f36fb))
|
||||||
|
- **media:** init file properties in setAttributes' Model method + set defaults
|
||||||
|
to pathinfo data
|
||||||
|
([0775add](https://code.castopod.org/adaures/castopod/commit/0775add67860b94a35b68c01b133ec8ec969f539))
|
||||||
|
- **premium-podcasts:** show premium flag only when podcast has published
|
||||||
|
premium episodes
|
||||||
|
([d10c4fd](https://code.castopod.org/adaures/castopod/commit/d10c4fd7538e6af8a5b0eb232a06522fe8c4bf8e))
|
||||||
|
- **s3:** add a flag to serve media files by redirecting to a presigned url
|
||||||
|
instead of default proxy
|
||||||
|
([11aa358](https://code.castopod.org/adaures/castopod/commit/11aa3586a04c166404954600235634cee77219df))
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **episode:** add preview link in admin to view and share episode before
|
||||||
|
publication
|
||||||
|
([7d21b35](https://code.castopod.org/adaures/castopod/commit/7d21b3509ec5d1aa65420efa038f44bcd235e64f))
|
||||||
|
|
||||||
## [1.5.2](https://code.castopod.org/adaures/castopod/compare/v1.5.1...v1.5.2) (2023-07-31)
|
## [1.5.2](https://code.castopod.org/adaures/castopod/compare/v1.5.1...v1.5.2) (2023-07-31)
|
||||||
|
|
||||||
### 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.5.2');
|
defined('CP_VERSION') || define('CP_VERSION', '1.6.0');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| --------------------------------------------------------------------
|
| --------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "adaures/castopod",
|
"name": "adaures/castopod",
|
||||||
"version": "1.5.2",
|
"version": "1.6.0",
|
||||||
"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.5.2",
|
"version": "1.6.0",
|
||||||
"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