We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00925f4 commit 3156467Copy full SHA for 3156467
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.9.20 - 2026-04-14
4
5
- Fixed an issue that prevented Craft from being installed. ([#18700](https://github.com/craftcms/cms/issues/18700))
6
- Fixed a bug where nested element cards weren’t showing validation errors. ([#18690](https://github.com/craftcms/cms/pull/18690))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.9.19',
+ 'version' => '5.9.20',
7
'schemaVersion' => '5.9.0.8',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments