Skip to content

Commit

Permalink
Fix compatibility issues with the CP Nav plugin. Bump to 1.3.0. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Nov 10, 2022
1 parent ff6fb24 commit 770e6db
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 1,423 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.3.0 - 2022-11-10
### Fixed
- Fixed an issue where CP Clear Cache wouldn't work properly if the Control Panel Navigation was installed

## 1.2.1 - 2022-05-07
### Changed
- CP Clear Cache now defers any element queries to the `craft\web\Application::EVENT_INIT` event, avoiding potential issues with element queries being executed before Craft has fully initialised.
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": "mmikkel/cp-clearcache",
"description": "Less clickin’ to get clearin’",
"type": "craft-plugin",
"version": "1.2.1",
"version": "1.3.0",
"keywords": [
"craft",
"cms",
Expand Down
Loading

0 comments on commit 770e6db

Please sign in to comment.