Skip to content

Releases: spicywebau/craft-quick-field

Quick Field 1.0.0

29 Jun 01:07
Compare
Choose a tag to compare

Added

  • Added Craft 3 compatibility (requires Craft 3.7.0 or later)
  • Added the ability to rename and delete field groups from the field layout designer

Changed

  • Moved the new field and new group buttons to the sidebar of the new field layout designer
  • Moved the Craft\QuickFieldPlugin class to spicyweb\quickfield\Plugin
  • Moved the Craft\QuickFieldController class to spicyweb\quickfield\controllers\QuickFieldController
  • Renamed Craft\QuickFieldController::actionGetFieldSettings() to spicyweb\quickfield\controllers\QuickFieldController::actionLoad()

Removed

  • Removed Craft 2 compatibility
  • Removed the Craft\QuickFieldService class
  • Removed the Craft\QuickFieldVariable class

Fixed

  • Fixed a bug where the new field button would still appear if the Craft install had no field groups
  • Fixed a bug where newly-created groups would not appear as options for new fields

v0.3.4

10 Sep 02:40
Compare
Choose a tag to compare
  • Fixed Fixed issue with Neo where editing fields of certain types wasn't working

v0.3.3

24 Apr 11:00
Compare
Choose a tag to compare
  • Improved Added support for the Neo plugin/field type

v0.3.2

04 Mar 11:56
Compare
Choose a tag to compare
  • Improved Updated the plugin icon
  • Fixed Fixed bug where changing a field's group to a hidden one wouldn't show the group
  • Fixed Fixed bug where newly created fields couldn't be edited
  • Fixed Edit icon on fields now stays visible when dragging

v0.3.1

11 Jan 23:47
Compare
Choose a tag to compare
  • [Added] Added compatibility with the PimpMyMatrix plugin
  • [Improved] Improved layout of buttons on the field layout designer
  • [Improved] Changed vertical alignment of the edit button to the top for long named fields

v0.3.0

22 Dec 04:08
Compare
Choose a tag to compare
  • [Added] Added ability to edit and delete current fields (#3)
  • [Added] Added plugin icon
  • [Fixed] Now prevents modal from closing when saving (and deleting)

v0.2.2

16 Dec 09:50
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • [Fixed] Fixed issues with certain third-party field types where their Javascript wasn't executing correctly
  • [Added] Added release feed for convenient updating
  • [Added] Added plugin description

v0.2.1

16 Dec 00:37
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Plugin's resources no longer load in the frontend #5 - thanks @mmikkel
  • Fixed bug where external CSS files for field types weren't getting loaded
  • Added a modal window shake if there are errors when creating a field

v0.2.0

07 Dec 07:44
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Implemented much better error reporting when saving fields (#1)
  • Fixed issue with duplicate HTML id's (#2)