castopod/app/Config
semantic-release-bot 104438ec5f chore(release): 1.0.0-beta.23 [skip ci]
# [1.0.0-beta.23](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-09-29)

### Bug Fixes

* **premium-podcasts:** display unlock button in embed when premium episode ([ca109ba](ca109ba3a8))
* **premium-podcasts:** remove cache in unlock form + redirect to podcast if podcast is not premium ([242352c](242352c4d9))
* **premium-podcasts:** return different cached page when podcast is unlocked ([b1303c5](b1303c5255))

### Features

* add instructions on production error page to ease Castopod debugging process ([9eab54e](9eab54e085)), closes [#224](https://code.castopod.org/adaures/castopod/issues/224)
* add premium podcasts to manage subscriptions for premium episodes ([3234500](3234500e2d)), closes [#193](https://code.castopod.org/adaures/castopod/issues/193)
* **gdpr:** add purpose for granting access to premium content ([47d6d81](47d6d81b79))
2022-09-29 14:40:00 +00:00
..
Boot refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
App.php feat(i18n): add support for Simplified Chinese (zh-Hans) and Catalan (ca) locales 2022-09-06 15:30:07 +00:00
Autoload.php feat: add premium podcasts to manage subscriptions for premium episodes 2022-09-28 15:02:09 +00:00
CURLRequest.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Cache.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Colors.php refactor(color-themes): set themes declaration as a config property + generate css file dynamically 2021-12-29 12:09:32 +00:00
Constants.php chore(release): 1.0.0-beta.23 [skip ci] 2022-09-29 14:40:00 +00:00
ContentSecurityPolicy.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Cookie.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Database.php chore: update rector to latest and use parallel for faster processing 2022-09-28 14:00:46 +00:00
DocTypes.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Email.php docs(install): add email/smtp configuration options 2022-09-26 14:55:00 +00:00
Embed.php fix(activitypub): set created_by to null for reblog if no user + update episode oembed data 2022-01-23 15:42:56 +00:00
Encryption.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Events.php chore: update rector to latest and use parallel for faster processing 2022-09-28 14:00:46 +00:00
Exceptions.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Feature.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Fediverse.php fix(fediverse): set default castopod avatar url when actor avatar is not present 2022-09-07 10:04:02 +00:00
Filters.php feat: add premium podcasts to manage subscriptions for premium episodes 2022-09-28 15:02:09 +00:00
ForeignCharacters.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Format.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Generators.php chore: update CodeIgniter to latest dev version after 4.1.6 2022-01-04 15:40:27 +00:00
Honeypot.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Images.php fix: add open graph size for podcast images to replace the inadequate large format 2022-01-23 12:14:15 +00:00
Kint.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Logger.php chore: update CodeIgniter to 4.2.4 + other dependencies to latest 2022-08-22 15:36:29 +00:00
Migrations.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Mimes.php chore: update quality tools + rewrite some migration files 2022-07-03 16:42:20 +00:00
Modules.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Pager.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Paths.php chore: update CodeIgniter to 4.2.4 + other dependencies to latest 2022-08-22 15:36:29 +00:00
Publisher.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Routes.php chore: update rector to latest and use parallel for faster processing 2022-09-28 14:00:46 +00:00
Security.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
Services.php feat(vite): add vite config to decouple it from CI_ENVIRONMENT 2022-01-19 18:31:57 +00:00
Toolbar.php chore: update codeigniter4 after 4.1.7 hot fix release 2022-01-10 10:31:47 +00:00
UserAgents.php refactor: add strict types declaration before each file and fix activitypub issues 2021-06-11 09:35:19 +00:00
Validation.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
View.php fix: replace deletedField with published_at for episodes 2022-06-13 16:30:34 +00:00
ViewComponents.php feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00