From 6b1c6836870fa65c09795bfafb7f41ca6cd58d2d Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 4 Apr 2023 14:56:49 -0700 Subject: [PATCH] Finish 4.4.6.1 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256b9e015bb..7443d9a7522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.4.6.1 - 2023-04-04 - Fixed a bug where Categories fields weren’t retaining custom sort orders when “Maintain hierarchy” was disabled. ([#10560](https://github.com/craftcms/cms/discussions/10560)) diff --git a/src/config/app.php b/src/config/app.php index 39411b7b625..08b7287f589 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.4.6', + 'version' => '4.4.6.1', 'schemaVersion' => '4.4.0.4', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias