Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.67 KB

Child Me! Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.2.3 - 2024-10-18

Fixed

  • Fixed a bug where Child Me! would not translate entry type names in the "New child" disclosure menu.

2.2.2 - 2024-06-10

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

2.2.1 - 2024-05-31

Fixed

  • Fixed a misalignment issue with "New child" buttons in element index columns

2.2.0 - 2024-05-18

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.

2.1.0 - 2024-05-09

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.

2.0.0 - 2024-03-27

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 the mmikkel\childme\events\DefineEntryTypesEvent event class

Improved

  • 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)