Skip to content

Commit

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

# gpg: Signature made Wed Jun 22 11:18:14 2022 PDT
# gpg:                using RSA key B6C810CBE206E036FB68F3CD5E86D0CED64C7093
# gpg: Good signature from "Brandon Kelly <[email protected]>" [ultimate]
  • Loading branch information
brandonkelly committed Jun 22, 2022
2 parents d1f9929 + 34a4256 commit 151172e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release Notes for Craft CMS 4

## Unreleased
## 4.0.5.1 - 2022-06-22

### Fixed
- Fixed a bug where not all changes to entries and categories created via the “Save and add another” action were propagating to other sites. ([#11476](https://github.com/craftcms/cms/issues/11476))
- Fixed a bug where it wasn’t possible to rename assets.
- Fixed a bug where a provisional draft could be created for an entry if its form was interacted with before the page had fully initialized. ([#11466](https://github.com/craftcms/cms/issues/11466))
- Fixed exact phrase searching on PostgreSQL. ([#11486](https://github.com/craftcms/cms/issues/11486))

## 4.0.5 - 2022-06-21

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.0.5',
'version' => '4.0.5.1',
'schemaVersion' => '4.0.0.9',
'minVersionRequired' => '3.7.11',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 151172e

Please sign in to comment.