From 1e3cd0a434a6918298d44b00300bc29fa9a0e5ac Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 6 Nov 2024 18:24:47 -0800 Subject: [PATCH] Finish 4.12.9 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872374513ac..5001081e0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.12.9 - 2024-11-06 - Fixed a bug where entry/category drafts weren’t retaining new parent selections. - Fixed a bug where the “Related To” condition rule would lose track of the selected element if it belonged to a different site. ([#16005](https://github.com/craftcms/cms/pull/16005)) diff --git a/src/config/app.php b/src/config/app.php index 58a111fdcbf..bca558c3ba3 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.12.8', + 'version' => '4.12.9', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias