Skip to content

Quick Field 1.0.0

Compare
Choose a tag to compare
@ttempleton ttempleton released this 29 Jun 01:07

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