Version 2.2.3
October 18, 2024
Fixed
- Fixed a bug where Child Me! would not translate entry type names in the "New child" disclosure menu.
Version 2.2.2
June 10, 2024
Fixed
- Fixed an incompatibility issue with Craft 5.2, which could trigger a PHP exception when attempting to create a new child for "Edited" elements
Version 2.2.1
May 31, 2024
Fixed
- Fixed a misalignment issue with "New child" buttons in element index columns
Version 2.2.0
May 18, 2024
Changed
- Setting the
EVENT_DEFINE_ENTRY_TYPES::$entryTypes
attribute to an empty array now results in the "New child" button not being rendered, instead of defaulting to the current entry's entry type.
Version 2.1.0
May 9, 2024
Fixed
- Fixed a bug that prevented the "New child" button from appearing in certain situations
Changed
- Replaced the "New child" tooltip for the "New child" buttons with a "New child"
title
attribute.
Version 2.0.0
March 27, 2024
Added
- Added Craft 5 compatibility
- Added support for entry type icons and colors in Child Me! entry type disclosure menus
- Added the
entry
attribute to themmikkel\childme\events\DefineEntryTypesEvent
event classImproved
- Child Me! has been rewritten from scratch for Craft 5 🔥
- Accessibility, performance and CX (child-creating experience) have all been improved 🎉
Fixed
- Fixed an issue where Child Me! entry type menus could become visually cut off (#14)