Skip to content

Commit

Permalink
Fixes compatability issues with Craft 3.6. Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Jan 27, 2021
1 parent f916225 commit 9664867
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.2.4 - 2021-01-27

### Fixed
- Fixes compatability issues with Craft 3.6

## 1.2.3 - 2020-10-23

### Improved
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.3",
"version": "1.2.4",
"keywords": [
"craft",
"cms",
Expand Down
3 changes: 2 additions & 1 deletion src/resources/cpfieldinspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
continue;
}

var $copyFieldHandleButtons = $target.find('.field .heading [id$=-field-attribute].code:not([data-cpfieldlinks-inited])');
var $copyFieldHandleButtons = $target.find('.field .heading [id$=-attribute].copytextbtn:not([data-cpfieldlinks-inited])');

$copyFieldHandleButtons.each(function () {

var $btn = $(this);
Expand Down

0 comments on commit 9664867

Please sign in to comment.