Skip to content

Releases: verbb/field-manager

1.5.2

31 Jul 02:39
Compare
Choose a tag to compare
  • [Improved] Now checks for installed fieldtypes on import/clone.
  • [Improved] Added auto-handle generation on mapping screen when importing.
  • [Improved] Now uses fieldType->prepSettings when cloning fields. Ensures fields are setup correctly when cloning.
  • [Fixed] Fixed issue with Position Select not importing properly
  • [Fixed] Fixed issue with Matrix / Super Table fields moving fields to new cloned fields

1.5.1

15 Jul 13:21
Compare
Choose a tag to compare
  • [Fixed] Fixed issue with Matrix/Super Table cloning not applying changes made on the edit screen.

1.5.0

13 Jun 15:28
Compare
Choose a tag to compare
  • Added clone, import/export support for Matrix > SuperTable > Matrix field configuration (phew!).
  • Changed export/import JSON structure for better consistency, readability and for Matrix/SuperTable support. Supports older exports with deprecation notice.
  • Allow metaKey (cmd+click) functionality. Thanks to @timkelty
  • Refactored cloning logic for all fields (now much simpler)
  • Better logging and UI feedback for various tasks
  • Better clone, import/export support for Matrix-SuperTable combination
  • Better logging and flow for import - doesn't die so much when things go wrong
  • Fix issue for Matrix and SuperTable fields not being created properly on import/clone.
  • Fix where field modals disappeared when failing validation.
  • Fix for reordering dropdown fields (and other option fields) and not persisting order.
  • Fix field options not updating when changing field type.

1.4.5

15 Mar 11:37
Compare
Choose a tag to compare
  • Ensure database handling methods take into account custom database names. Thanks to @tcsehv.

1.4.4

13 Mar 23:13
Compare
Choose a tag to compare
  • Normalise all modal save/cancel/clone event handlers.

1.4.3

21 Feb 07:35
Compare
Choose a tag to compare
  • Create new fields directly from the Field Manager page #16.
  • Fields are shown if they are unused - handy to keep your fields clean #16.
  • Fixed issue when cloning Matrix field and not carrying over instructions #17.
  • Instructions were missing when importing/exporting Matrix & Super Table field.
  • Additional fixes for Matrix/Super Table nested cloning and importing.

1.4.2

13 Jan 08:17
Compare
Choose a tag to compare
  • Fixed issue with plugin release feed url.

1.4.1

28 Dec 05:40
Compare
Choose a tag to compare
  • Better support for SuperTable cloning #13.
  • Fixed issue with Matrix and SuperTable fields not properly setting their content columns after import.

1.4.0

02 Dec 12:30
Compare
Choose a tag to compare
  • Craft 2.5 support, including release feed and icons.

1.3.5

29 Jul 23:15
Compare
Choose a tag to compare
  • Fixed import/export issue with Position Select field - #9.