From d82366901deeb0c8a9f0f0b96fd860a9be01b9ed Mon Sep 17 00:00:00 2001 From: passchn <77938819+passchn@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:40:06 +0100 Subject: [PATCH] changelog 0.3.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70bb42..ab4a6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.3.3 + +### Fixed + +* `FilePoolAssetsController::initialize()` checks if the `FormProtectionComponent` is loaded before applying settings. + The component is not loaded by default in `cakephp/app`. +* The `ViteHelper` to load the bundles was loaded incorrectly if not loaded by the app anyway. It now + uses `View::loadHelper()` instead of `View::addHelper()`. + ## v0.3.2 ### Added