Changelog

2.2.5 2021-07-10

Changed

  • Revamp Neo import/export handling to support field layout elements.

Fixed

  • Improve displayName twig function.
  • Fix an error when exporting Neo fields with child blocks configured.

2.2.4 2021-06-30

Fixed

2.2.3 2021-05-30

Fixed

  • Fix incorrectly labelled “Save” button for importing fields.

2.2.2 2021-01-05

Fixed

  • Fix error when cloning or importing Neo fields.

2.2.1 2020-09-28

Fixed

  • Fix error when cloning Matrix fields. (thanks @brimby).

2.2.0 2020-09-05

Changed

  • Editing the name of an existing field no longer re-generates the field handle.
  • Now required Craft 3.5+.

Fixed

  • Fix field widths not being retained when cloning Matrix fields.
  • Fix error when cloning Matrix + Super Table fields.
  • Add width property to import for Matrix.
  • Add width property to export for Matrix.

2.1.8 2020-07-26

Fixed

  • Fix error when saving a Table field with a dropdown column option.

2.1.7 2020-07-23

Fixed

  • Fix being unable to clone Super Table field that has Matrix field.

2.1.6 2020-05-13

Fixed

  • Fix being unable to clone Matrix/Super Table/Neo fields correctly.
  • Fix searchable attribute on fields not cloning, importing or exporting.

2.1.5 2020-04-18

Fixed

  • Fix missing field attributes when editing a field.

2.1.4 2020-04-18

Fixed

  • Fix error thrown when trying to resolve verbb-base resources.

2.1.3 2020-04-16

Fixed

  • Fix logging error Call to undefined method setFileLogging().

2.1.2 2020-04-15

Added

  • Craft 3.4 compatibility.

Changed

  • File logging now checks if the overall Craft app uses file logging.
  • Log files now only include GET and POST additional variables.

2.1.1 2019-11-27

Added

  • Allow selected field group to be remembered on page-loads.
  • Update “New Field” button to populate the group based on the sidebar selection.

2.1.0 2019-05-11

Added

  • Add Neo support for cloning, importing and exporting.
  • Add support for picking blocks and block fields for Super Table, Matrix and Neo fields when importing. This means you can choose specific fields or entire blocktypes to import, rename or exclude.
  • Add field audit functionality. See what elements are using what fields, and also if there are any orphaned field layouts (field layouts that belong to an element group no longer there).
  • Add translatable column to field index.
  • Add option to download export JSON, or view output.

Changed

  • Now requires Craft 3.1.x.

Fixed

  • Enforce plugin to be hidden when allowAdminChanges is set.
  • Fix some missing translations.

2.0.6 2019-05-11

Fixed

  • Fix cloning Matrix and Super Table fields, where fields weren’t getting their blocks and blocktypes correctly cloned.

2.0.5 2019-02-10

Fixed

  • Neo fields no longer clone (not supported yet).
  • Fix Matrix/Super Table blocktypes not creating new field layouts.

2.0.4 2018-10-24

Fixed

  • Fix errors thrown when creating a new field

2.0.3 2018-02-25

Fixed

  • Fix Super Table parsing causing errors
  • Updated field modal with the latest changes from Craft base. Helps with translation/site and field changes.

2.0.2 2018-02-25

Changed

  • Improve import support for rias\positionfieldtype\fields\Position
  • Improve SuperTable/Matrix validation for import
  • Improve Craft 2 migration of importing (caused fatal errors in some cases)
  • Set minimum requirement to ^3.0.0-RC11

2.0.1 2018-02-12

Fixed

  • Fix plugin icon in some circumstances

2.0.0 2017-12-12

Added

  • Craft 3 initial release.