Skip to content

Commit

Permalink
fix: folder casing
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Dec 19, 2024
1 parent 815a236 commit be44539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Password Policy

## 5.0.2.1 - 2024-12-19
### Fixed
- Fixed `Failed to instantiate component or class` on the assetbundle [Thanks niektenhoopen](https://github.com/craftpulse/craft-password-policy/pull/33)

## 5.0.2 - 2024-12-16
### Fixed
- Fixed native type class constant as those are only allowed from PHP8.3+
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "craftpulse/craft-password-policy",
"description": "Password Policy plugin",
"type": "craft-plugin",
"version": "5.0.2",
"version": "5.0.2.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit be44539

Please sign in to comment.