Skip to content

Commit

Permalink
Bump to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed May 17, 2021
1 parent 56849dd commit 14a7173
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/).

## Unreleased
## 1.2.5 - 2021-05-17
### Fixed
- Fixes click behaviour for the cogwheel when holding down the Cmd/Ctrl key or the middle mouse button to open field settings in a new browser tab. Resolves #17

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-field-inspect",
"description": "Inspect field handles and easily edit field and element source settings",
"type": "craft-plugin",
"version": "1.2.4",
"version": "1.2.5",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 0 additions & 1 deletion src/resources/cpfieldinspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
try {
Craft.postActionRequest('cp-field-inspect/default/get-redirect-hash', { url: url }, $.proxy(function (response) {
this.data.redirectUrl = response.data || this.data.redirectUrl || null;
console.log('set redirect url', this.data.redirectUrl);
}, _this));
} catch (error) {
console.error(error);
Expand Down

0 comments on commit 14a7173

Please sign in to comment.