From 5f69bc4f699e6f97a90c057584e720a808c80b98 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Thu, 12 Sep 2024 06:21:56 +0200 Subject: [PATCH] Finish 5.4.3 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0626d379c..f5cea327be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.4.3 - 2024-09-11 - Updated Twig to 3.14. ([#15704](https://github.com/craftcms/cms/issues/15704)) - Fixed a bug where soft-deleted structures weren’t getting hard-deleted via garbage collection. ([#15705](https://github.com/craftcms/cms/pull/15705)) diff --git a/src/config/app.php b/src/config/app.php index 6e703d8ba14..6c28257bd01 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.4.2', + 'version' => '5.4.3', 'schemaVersion' => '5.3.0.2', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias