From a73ffd2a653d6ee5fe90e06ddccd6146e72c3d5a Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 13 Dec 2022 09:53:53 -0800 Subject: [PATCH] Finish 4.3.5 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2baafa64f..fabb966b04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.3.5 - 2022-12-13 - Fixed a bug where entry tab contents could remain visible when switching to other tabs, after changing the entry type. - Fixed a bug where it wasn’t possible to enter `0` in Number fields, Money fields, and numeric column cells within editable tables, using certain keyboard layouts. ([#12412](https://github.com/craftcms/cms/issues/12412)) diff --git a/src/config/app.php b/src/config/app.php index 84fd9f32446..3ff08931aac 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.3.4', + 'version' => '4.3.5', 'schemaVersion' => '4.0.0.9', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias