We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b11c7d commit c14474fCopy full SHA for c14474f
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.9.18 - 2026-03-26
4
5
- Improved error logging when logging in with passkeys. ([#18627](https://github.com/craftcms/cms/pull/18627))
6
- Added `craft\controllers\ElementIndexesController::$fieldLayouts`.
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.9.17',
+ 'version' => '5.9.18',
7
'schemaVersion' => '5.9.0.8',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments