castopod/app
semantic-release-bot 73ad94c1d5 chore(release): 1.0.0-beta.11 [skip ci]
# [1.0.0-beta.11](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-04-01)

### Bug Fixes

* change message upon cancellation of episode publication ([9859c74](9859c7434c))
* prefill description footer input when creating a new episode ([9ea5ca3](9ea5ca3169))
* remove value escaping for form inputs and textareas ([bc6dea2](bc6dea2f8a))
* restore default podcast icon on public website ([342778b](342778bac3))
* **socialinteract:** move social interact uri into uri attribute + update social data upon import ([12b2200](12b22008a2))

### Features

* **analytics-gdpr:** update cached personal data to expire at midnight ([0188b67](0188b67354))
* **analytics:** add current date and secret salt to analytics hash for improved privacy ([6f2e7c0](6f2e7c009c))
* **i18n:** add 7 new languages + update german translations ([d021abb](d021abb52f))
* **i18n:** add german language as supported locale + create Language files from english source ([c220b31](c220b310ed))
* **icons:** add podnews icon to podcasting platforms ([5f42355](5f423557c2)), closes [#190](https://code.castopod.org/adaures/castopod/issues/190)
2022-04-01 16:45:29 +00:00
..
Config chore(release): 1.0.0-beta.11 [skip ci] 2022-04-01 16:45:29 +00:00
Controllers fix: remove value escaping for form inputs and textareas 2022-04-01 16:35:34 +00:00
Database fix(security): add csrf filter + prevent xss attacks by escaping user input 2022-03-04 14:36:32 +00:00
Entities feat: add WebSub module for pushing feed updates to open hubs 2022-03-15 16:47:35 +00:00
Filters refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure 2021-12-29 11:54:22 +00:00
Helpers feat(analytics): add current date and secret salt to analytics hash for improved privacy 2022-04-01 16:35:34 +00:00
Language build: filter out unsupported locales from the castopod bundle + remove german as supported locale 2022-04-01 16:35:34 +00:00
Libraries refactor(rss): declare atom namespace in root rss element 2022-04-01 16:35:34 +00:00
Models feat: add WebSub module for pushing feed updates to open hubs 2022-03-15 16:47:35 +00:00
Resources feat(icons): add podnews icon to podcasting platforms 2022-04-01 16:35:34 +00:00
Validation docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
Views fix: remove value escaping for form inputs and textareas 2022-04-01 16:35:34 +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 feat(themes): add ViewThemes library to set views in root themes folder 2021-12-29 11:54:52 +00:00
index.html feat(episodes): add create form and view pages for episode 2020-10-15 14:40:47 +00:00