We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a3d43e + 2fdb203 commit 0eba220Copy full SHA for 0eba220
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.8.19 - 2025-10-28
4
5
- Icon pickers now return focus to the “Choose” button when the modal is closed without making a selection.
6
- Fields’ type names are now included as keywords when searching within field layout designers. ([#17979](https://github.com/craftcms/cms/pull/17979))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.8.18',
+ 'version' => '5.8.19',
7
'schemaVersion' => '5.9.0.0',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments