Skip to content

Releases: verbb/field-manager

2.2.1

28 Sep 09:06
Compare
Choose a tag to compare

Fixed

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

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.