Skip to content

Releases: verbb/field-manager

2.2.0

05 Sep 07:04
Compare
Choose a tag to compare

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

26 Jul 13:29
Compare
Choose a tag to compare

Fixed

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

2.1.7

23 Jul 02:01
Compare
Choose a tag to compare

Fixed

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

2.1.6

13 May 03:19
Compare
Choose a tag to compare

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

18 Apr 05:34
Compare
Choose a tag to compare

Fixed

  • Fix missing field attributes when editing a field.

2.1.4

18 Apr 00:21
Compare
Choose a tag to compare

Fixed

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

2.1.3

16 Apr 01:10
Compare
Choose a tag to compare

Fixed

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

2.1.2

15 Apr 00:25
Compare
Choose a tag to compare

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

27 Nov 06:19
Compare
Choose a tag to compare

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

11 May 02:19
Compare
Choose a tag to compare

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.