Fixed
* Fix “doing it wrong” textdomain notices under WordPress 6.7+ by deferring menu, layout and admin notice logic until `after_setup_theme`. If you still see notices after updating Genesis, check for child theme and plugin updates. For example, Genesis Sample and Genesis Blocks have also been updated to resolve textdomain notices.
* Fix `str_contains` deprecation notice in the Customizer under PHP 8.2+ relating to custom footer output.
Changed
* Developers: custom layouts created via...