Skip to content

Commit

Permalink
Prevent disclosure menu action buttons from messing up window.location
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Jun 22, 2022
1 parent f74fdd5 commit 35d212f
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 1,165 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/).

## 2.0.2 - 2022-06-22
### Fixed
- Fixes an issue where adding a block via existing blocks' disclosure menu could put a hash symbol in the browser's address bar, potentially causing various issues.

## 2.0.1 - 2022-05-07
### Changed
- MatrixMate 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": "vaersaagod/matrixmate",
"description": "Welding Matrix into shape, mate!",
"type": "craft-plugin",
"version": "2.0.1",
"version": "2.0.2",
"keywords": [
"craft",
"cms",
Expand Down
Loading

0 comments on commit 35d212f

Please sign in to comment.