Version 1.4.4

May 7, 2022

Changed

  • CP Field Inspect 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. Fixes #27.

Version 1.4.3

May 5, 2022

Fixed

  • [Craft 4] Fixes an issue where field cogwheels would lead to a 404 on multi-site installs. Fixes #26

Version 1.4.2

April 26, 2022

Fixed

  • Fixes an issue where CP Field Inspect could interfere with Plugin Store buy buttons inside the control panel

Version 1.4.1

April 19, 2022

Fixed

  • Fixes a potential JavaScript issue where CP Field Inspect could interfere with AJAX requests in the control panel

Version 1.4.0.1

April 5, 2022

Fixed

  • Fixes a regression error that could cause a PHP exception in element edit pages on multi-site installs

Version 1.4.0

April 5, 2022

Fixed

  • Fixes an issue where CP Field Inspect would not reload field links and element source buttons after AJAX requests (for example, after switching the entry type), on Craft 4.
  • Fixes an issue where field links would not appear in Preview for newly added Matrix blocks
  • Fixes an issue where CP Field Inspect failed to redirect back to global sets' edit pages, if the global set's handle was changed via its edit page
  • Fixes some Craft 4 compatibility issues

Added

  • After installation, CP Field Inspect will now set the "Show field handles in edit forms" admin user preference to true for all active admin users (but only in environments where allowAdminChanges is true)

Improved

  • CP Field Inspect's CSS and JS assets no longer outputs for pages rendered in control panel requests, if the template that rendered was in the site template folder.

Changed

  • CP Field Inspect now requires Craft 3.7.x

Version 1.3.1

March 17, 2022

Fixed

  • Fixes a minor styling issue for the field settings cogwheels on Craft 3.7.37+ and 4.0.0-beta.2+

Version 1.3.0

March 14, 2022

Added

  • Added Craft 4.0 compatibility

Changed

  • Improved plugin icon

Fixed

  • Fixed an issue where editing the users field layout via the "Edit Users Setting" source button would not redirect back to the user edit page
  • Fixed an issue where CP Field Inspect would not override the save shortcut for element sources

Version 1.2.6

February 17, 2022

Fixed

  • Fixes a JavaScript error that could occur when XHR errors happened in the control panel

Version 1.2.5

May 17, 2021

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

Improved

  • CP Field Inspect now redirects back to the active field layout tab. Resolves #20

Version 1.2.4

January 27, 2021

Fixed

  • Fixes compatability issues with Craft 3.6

Version 1.2.3

October 23, 2020

Improved

  • Restored the old Cmd/Ctrl + S shortcut behaviour that was changed in Craft 3.5.10. If the user opens up the field settings via CP Field Inspect's cogwheel links, saving the field settings using the keyboard shortcut will now redirect the user back to the element edit form, like in Craft versions prior to 3.5.10.

Changed

  • CP Field Inspect now requires Craft 3.5.10 or later

Version 1.2.2

August 20, 2020

Improved

  • Restored the ability to open up field and/or element source settings via the cogwheels in a new tab, by holding down the Cmd (Mac) or Ctrl (Windows) key
  • Improved support for Neo fields

Version 1.2.1

August 13, 2020

Craft 3.5.3 finally added a native "show and copy field handle" feature :tada: CP Field Inspect has been updated to work with this feature, by adding the field settings buttons (y'know, those little cogwheel links) inside the native "copy field handle" element.

Changed

  • CP Field Inspect now requires Craft 3.5.4 or higher
  • Field settings links and element source buttons no longer require devMode. They now show up if the new user preference "Show field handles in edit forms" (added in Craft 3.5.4) is enabled and allowAdminChanges is true

Version 1.2.0

August 12, 2020

Changed

  • CP Field Inspect now requires Craft 3.5.3 or higher
  • Field settings links (those little cogwheels) now render inside the new "copy field handle" element added in Craft 3.5.3 (CP Field Inspect no longer adds the handle; that part is now a core feature)
  • Field settings links no longer render if devMode is not enabled, or if allowAdminChanges is set to false
  • Element source buttons no longer render if devMode is not enabled, or if allowAdminChanges is set to false
  • The "Edit Users Settings" source button no longer renders when creating a new user

Version 1.1.3

February 29, 2020

Fixed

  • Fixes an issue where multiple cogwheels could appear for a single field

Version 1.1.2

February 14, 2020

Fixed

  • Fixes some issues with static translations for edit source buttons

Version 1.1.0.1

February 9, 2020

Fixed

  • Fixes a regression bug introduced in 1.1.0, where edit field links would not work

Version 1.1.0

February 9, 2020

Added

  • Adds "Edit Volume" button to the new Asset edit view
  • Adds "Settings" button to the User edit view

Changed

  • CP Field Inspect now requires Craft 3.4.2

Improved

  • Fixes some Craft 3.4 compatibility issues
  • Replaces JavaScript injected element source links with native buttons rendered using core template hooks
  • Fixes support for Commerce Products (fixes an issue where the "Edit Product Type" source button was gone)

Version 1.0.7

October 21, 2019

Improved

  • Fixes an issue where CP Field Inspect could conflict with other plugins.

Version 1.0.6

July 21, 2019

Improved

  • Fixes compatibility with Craft 3.2's new auto-saving drafts system

Version 1.0.5

September 26, 2018

Fixed

  • Fixes an issue where cogwheels would disappear when changing entry types
  • Fixes an issue where cogwheels would not display for categories

Version 1.0.4

March 28, 2018

Fixed

  • Fixes an issue where CP Field Inspect could potentially conflict with other plugins (e.g. SEOmatic)

Version 1.0.2

December 7, 2017

Improved

  • Updates Craft CMS semver dependency to ^3.0.0-RC1

Version 1.0.1

December 6, 2017

Added

  • Adds plugin icon

Version 1.0.0

October 22, 2017

Added

  • Initial release