From 812a7db96a9368f36c5653db761c355afc5bde2e Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 12 Aug 2024 11:52:06 -0700 Subject: [PATCH] Finish 5.3.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 02dfd2f9134..a66e9248ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.3.3 - 2024-08-12 - Fixed an error that could occur if a new element was saved recursively. ([#15517](https://github.com/craftcms/cms/issues/15517)) - Fixed a bug where plugins were being instantiated at the beginning of Craft installation requests, rather than after Craft was installed. ([#15506](https://github.com/craftcms/cms/issues/15506)) diff --git a/src/config/app.php b/src/config/app.php index 027ff898849..08126da9857 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.3.2', + 'version' => '5.3.3', 'schemaVersion' => '5.3.0.2', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias