castopod/app
semantic-release-bot 1eb680d617 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))
2023-08-28 14:28:59 +00:00
..
Config chore(release): 1.6.0 [skip ci] 2023-08-28 14:28:59 +00:00
Controllers feat(episode): add preview link in admin to view and share episode before publication 2023-08-28 13:53:04 +00:00
Database feat(episode): add preview link in admin to view and share episode before publication 2023-08-28 13:53:04 +00:00
Entities feat(episode): add preview link in admin to view and share episode before publication 2023-08-28 13:53:04 +00:00
Filters fix(s3): allow CORS for served static files 2023-07-19 15:04:17 +00:00
Helpers feat(episode): add preview link in admin to view and share episode before publication 2023-08-28 13:53:04 +00:00
Language chore(i18n): new Crowdin updates 2023-08-28 14:13:45 +00:00
Libraries fix(admin-ui): remove button labels on smaller screens in podcast view 2023-07-29 09:57:35 +00:00
Models fix(premium-podcasts): show premium flag only when podcast has published premium episodes 2023-08-28 14:01:33 +00:00
Resources feat(episode): add preview link in admin to view and share episode before publication 2023-08-28 13:53:04 +00:00
Validation fix(platforms): convert special characters to htmlentities to validate url 2022-11-04 10:39:26 +00:00
Views fix(admin-ui): remove button labels on smaller screens in podcast view 2023-07-29 09:57:35 +00:00
.htaccess feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
Common.php refactor(auth): replace myth/auth with codeigniter/shield + define new roles 2022-10-16 13:35:26 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00