Craft Quick Field Versions Save

Create Craft CMS fields on the fly while designing field layouts

2.0.7

7 months ago

Fixed

  • Fixed an error that occurred when saving changes to a Super Table field on a single-site Craft install

2.0.6

7 months ago

Fixed

  • Fixed a bug where changes to a field's "Use this field's values as search keywords" setting weren't being saved

2.0.5

8 months ago

Fixed

  • Fixed a bug where Quick Field was trying to initialise in environments where admin changes are disallowed

2.0.4

1 year ago

Fixed

  • Fixed an error that occurred when saving a new Matrix field from an existing one

2.0.3

1 year ago

Fixed

  • Fixed a bug where empty field groups could sometimes appear in the incorrect order on field layout designer sidebars
  • Fixed a bug where empty field groups could sometimes not appear on field layout designer sidebars

2.0.2

1 year ago

Fixed

  • Fixed a bug where Quick Field could sometimes fail to load its style/script resources

2.0.1

1 year ago

Fixed

  • Fixed a bug on field layout designers for element types that have native fields, where Quick Field edit icons were displaying on the native fields
  • Fixed a bug on field layout designers for element types that have native fields, where Quick Field group action menus were displaying on the Native Fields group

1.0.1

1 year ago

Fixed

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

2.0.0

1 year ago

Added

  • Added Craft 4 compatibility (requires Craft 4.1.0 or later)
  • Added the 'Save as a new field' option when editing existing fields
  • Added the ability to edit and delete fields on the field layout

Removed

  • Removed Craft 3 compatibility

Fixed

  • Fixed an issue where Quick Field wasn't being initialised for Craft Commerce variant field layout designers

1.0.0

1 year ago

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