Skip to content

Commit

Permalink
Finish 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 20, 2024
1 parent 636de05 commit b024ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release Notes for Craft CMS 5

## Unreleased
## 5.2.3 - 2024-06-20

- Fixed MariaDB support. ([#15232](https://github.com/craftcms/cms/issues/15232))
- Fixed a potential TOTP authentication security bug.
- Fixed a potential vulnerability with TOTP authentication.
- Deprecated `craft\helpers\Db::prepareForJsonColumn()`.

## 5.2.2 - 2024-06-18
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' => '5.2.2',
'version' => '5.2.3',
'schemaVersion' => '5.0.0.21',
'minVersionRequired' => '4.5.0',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit b024ed4

Please sign in to comment.