Skip to content

Commit

Permalink
Merge tag '4.3.5' into develop
Browse files Browse the repository at this point in the history
4.3.5

# gpg: Signature made Tue Dec 13 09:54:12 2022 PST
# gpg:                using RSA key B6C810CBE206E036FB68F3CD5E86D0CED64C7093
# gpg: Good signature from "Brandon Kelly <[email protected]>" [ultimate]
  • Loading branch information
brandonkelly committed Dec 13, 2022
2 parents 1656374 + bb51407 commit 7f5e2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f5e2cb

Please sign in to comment.