Version 1.0.1

July 19, 2022

Fixed

  • Fixed a bug where deleted field groups would still appear on new Neo block type field layouts

Version 1.0.0

June 29, 2022

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

Version 0.3.4

September 10, 2016

Fixed

  • Fixed issue with Neo where editing fields of certain types wasn't working

Version 0.3.3

April 24, 2016

Added

  • Added support for the Neo plugin/field type

Version 0.3.2

March 4, 2016

Changed

  • Updated the plugin icon

Fixed

  • Fixed bug where changing a field's group to a hidden one wouldn't show the group
  • Fixed bug where newly created fields couldn't be edited
  • Edit icon on fields now stays visible when dragging

Version 0.3.1

January 12, 2016

Added

  • Added compatibility with the PimpMyMatrix plugin

Changed

  • Improved layout of buttons on the field layout designer
  • Changed vertical alignment of the edit button to the top for long named fields

Version 0.3.0

December 22, 2015

Added

  • Added ability to edit and delete current fields (#3)
  • Added plugin icon

Fixed

  • Now prevents modal from closing when saving (and deleting)

Version 0.2.2

December 16, 2015

Added

  • Added release feed for convenient updating
  • Added plugin description

Fixed

  • Fixed issues with certain third-party field types where their Javascript wasn't executing correctly

Version 0.2.1

December 16, 2015

Changed

  • Added a modal window shake if there are errors when creating a field

Fixed

  • 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

Version 0.2.0

December 7, 2015

Changed

  • Implemented much better error reporting when saving fields (#1)

Fixed

  • Fixed issue with duplicate HTML id's (#2)

Version 0.1.1

December 6, 2015

Added

  • Added documentation links

Version 0.1.0

December 6, 2015

Added

  • Initial release