We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a755c1 commit 0a5c4b8Copy full SHA for 0a5c4b8
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.9.19 - 2026-04-07
4
5
- Most classes can now be instantiated via the `create()` Twig function. ([#18376](https://github.com/craftcms/cms/discussions/18376))
6
- Added `craft\helpers\ProjectConfig::pathDepth()`.
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.9.18',
+ 'version' => '5.9.19',
7
'schemaVersion' => '5.9.0.8',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments