From 6fea4bfd8af60be1667de3bf828633e3dfb2eeb9 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 8 Oct 2024 12:09:21 -0700 Subject: [PATCH] Finish 4.12.6 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b890cf503..913a0a0cdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.12.6 - 2024-10-08 - The Plugin Store now displays plugin ratings and reviews. ([#15860](https://github.com/craftcms/cms/pull/15860)) - An `InvalidConfigException` is now thrown if the `defaultCountryCode` config setting is set to an empty string. ([#15812](https://github.com/craftcms/cms/pull/15812)) diff --git a/src/config/app.php b/src/config/app.php index da177f220d3..f58582cbe1c 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.12.5', + 'version' => '4.12.6', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias