Releases: verbb/field-manager
Releases · verbb/field-manager
2.2.1
2.2.0
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
Fixed
- Fix error when saving a Table field with a dropdown column option.
2.1.7
Fixed
- Fix being unable to clone Super Table field that has Matrix field.
2.1.6
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
Fixed
- Fix missing field attributes when editing a field.
2.1.4
Fixed
- Fix error thrown when trying to resolve
verbb-base
resources.
2.1.3
Fixed
- Fix logging error
Call to undefined method setFileLogging()
.
2.1.2
Added
- Craft 3.4 compatibility.
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET
andPOST
additional variables.
2.1.1
Added
- Allow selected field group to be remembered on page-loads.
- Update “New Field” button to populate the group based on the sidebar selection.