From 85c87d01d9163e937debe1bf74ac53b1540802e5 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 17 Dec 2024 10:09:56 -0800 Subject: [PATCH] Finish 5.5.7 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc9525fb22..91044a434b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.5.7 - 2024-12-17 - Fixed a bug where elements’ `getPrev()` and `getNext()` methods could cause duplicate queries. ([#16329](https://github.com/craftcms/cms/discussions/16329)) - Fixed a bug where assets that were shorter than the preview thumb container weren’t getting vertically centered within it. diff --git a/src/config/app.php b/src/config/app.php index b45418c79a2..7522b565b63 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.5.6.1', + 'version' => '5.5.7', 'schemaVersion' => '5.5.0.0', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias