From 3ff575a4c8921d2c43a700e9e1f9f98014c379e6 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 14 Jan 2025 16:23:37 -0800 Subject: [PATCH] Finish 5.5.10 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b44b1bb8da..ad1912167e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.5.10 - 2025-01-14 - Fixed a bug where the control panel could display a notice about the Craft CMS license belonging to a different domain, even when accessing the control panel from the correct domain. ([#16396](https://github.com/craftcms/cms/issues/16396)) - Fixed a bug where Unicode special characters weren’t getting stripped out of search keywords. ([#16430](https://github.com/craftcms/cms/issues/16430)) diff --git a/src/config/app.php b/src/config/app.php index d102a0a29c4..5a62cc256c1 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.5.9', + 'version' => '5.5.10', 'schemaVersion' => '5.5.0.0', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias