diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b3f3d4abd..0f81ad716c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ - Fixed a bug where entry/category drafts weren’t retaining new parent selections. - Fixed a bug where the “Related To” condition rule would lose track of the selected element if it belonged to a different site. ([#16005](https://github.com/craftcms/cms/pull/16005)) - Fixed a bug where the GraphQL tokens index was saying tokens never expired. ([#16029](https://github.com/craftcms/cms/issues/16029)) -- Fixed a styling bug. - Fixed a bug `craft\services\Categories::saveGroup()` and `craft\services\Tags::saveTagGroup()` weren’t respecting predefined UUID values on new models. - Fixed an error that could occur when editing a nested Matrix entry in a slideout or full-page editor, if it was initially edited while the Matrix field was in inline-editable blocks mode. - Fixed an error that could occur when editing an address that had provisional changes. @@ -21,6 +20,7 @@ - Fixed a bug where loading spinners weren’t always centered. ([#16013](https://github.com/craftcms/cms/pull/16013)) - Fixed a race condition that could break default entry creation for Matrix fields. ([#15999](https://github.com/craftcms/cms/pull/15999)) - Fixed a JavaScript error that occurred when sorting nested elements in an embedded element index, if the index was paginated. ([#16026](https://github.com/craftcms/cms/issues/16026)) +- Fixed a styling bug. - Updated Axios to 1.7.7. ([#15958](https://github.com/craftcms/cms/issues/15958)) ## 5.4.9 - 2024-10-22 diff --git a/src/config/app.php b/src/config/app.php index 55d002a2fb9..1012e840365 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.4.9', + 'version' => '5.4.10', 'schemaVersion' => '5.3.0.2', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias