Version 1.3.3

October 30, 2023

Fixed

  • Fixed a bug where the default entry type could be used for the Child Me! dropdown menu, even if it has been filtered out via an EVENT_DEFINE_ENTRY_TYPES event handler
  • Fixed a bug where Child Me! buttons could be displayed in element index modals

Version 1.3.2

February 22, 2023

Fixed

  • Fixed some styling issues for the entry type menus on Craft 4.3

Version 1.3.1

May 7, 2022

Changed

  • Child Me! now defers any element queries to the craft\web\Application::EVENT_INIT event, avoiding potential issues with element queries being executed before Craft has fully initialised.

Version 1.3.0

April 5, 2022

Added

  • Added Craft 4.0 compatibility

Fixed

  • Fixes an issue where Child Me! would trigger the EVENT_DEFINE_ENTRY_TYPES event for all sections, not just structures

Improved

  • Child Me!'s CSS and JS assets no longer outputs for pages rendered in control panel requests, if the template that rendered was in the site template folder.

Changed

  • Changed plugin icon
  • Child Me! now requires Craft 3.7.0+

Version 1.2.0

November 21, 2020

Added

  • Added a new EVENT_DEFINE_ENTRY_TYPES event, giving modules and plugins a chance to modify the available entry types in Child Me!'s entry type menu

Changed

  • The "Add child" button in entry indexes no longer defaults to each entry's own type, but the first available entry type for the entry's section

Version 1.1.2

September 15, 2020

Fixed

  • Fixes an issue where Child Me! could fail to select the correct site on multisite installs, upon creating new categories or entries via the entry type menu

Version 1.1.1

May 5, 2020

Fixed

  • Fixes an issue where entry type menus would not be displayed for entries loaded in with AJAX on paginated entry indexes
  • Fixes an issue where Child Me! could redirect to the wrong URL for multi-site installs

Version 1.1.0

March 8, 2020

Fixed

  • Fixes an issue where entry type menus could be cut off on Craft 3.4+
  • Fixes issues with multi-site on Craft 3.2+

Changed

  • Child Me! now requires Craft 3.2.0

Version 1.0.6

October 21, 2019

Fixed

  • Fixes an issue where Child Me! could conflict with other plugins

Version 1.0.5

October 15, 2019

Fixed

  • Fixes an issue where sort order was not respected for entry types. Fixes #2

Version 1.0.4

June 5, 2018

Fixed

  • Fixes an issue where adding child entries in a multi-site install would always create children for the primary site

Version 1.0.3

May 23, 2018

Improved

  • Child Me! quickmenu now closes immediately when clicking outside the container

Fixed

– Fixes an issue where the Child Me! JavaScript would get initialised multiple times

Version 1.0.2

May 23, 2018

Improved

  • Entry Type names are now translated using the "site" translation category

Version 1.0.1

May 1, 2018

Improved

  • Improves asset bundle loading to avoid conflicts with other plugins

Version 1.0.0

December 9, 2017

Added

  • Initial release