Skip to content

Commit

Permalink
changelog 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
passchn committed Oct 29, 2023
1 parent 595c96d commit d823669
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d823669

Please sign in to comment.