- Meta elements now have status and conform to enabled/disabled query.
- Registering twig variables using latest Craft event.
- Explicitly calling
->all()
on Query objects
- Content migration for
1.0.0-beta.5
release
- Content tables use the field Id instead of the field handle to add flexibility and eliminate duplicates.
- Sort order not persisting after field save #1
- the
siteId
property was not getting set properly when deleting an element.
- Introduced field setting to indicate input template override.
- When nested in a matrix block, the field prefix would be incorrect
- When nested in a matrix block and the field type changed, the settings would not be saved correctly.
- General code styling and return types for various methods
- Changed base plugin class to 'Meta' in favor of semantic usage
Initial release.