From dcec103dc13a4d6626f3226900237a0b5a99c5df Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 6 Jan 2025 10:35:42 -0800 Subject: [PATCH] Finish 5.5.9 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c26ceb929..d9c587e0804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.5.9 - 2025-01-06 - Fixed a bug where custom fields could cause validation errors when running the `users/create` command. - Fixed a bug where deleting a volume folder wasn’t fully deleting asset data in descendant folders. diff --git a/src/config/app.php b/src/config/app.php index 63c6505caa2..d102a0a29c4 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.5.8', + 'version' => '5.5.9', 'schemaVersion' => '5.5.0.0', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias