Skip to content

Commit 0eba220

Browse files
committed
Merge branch '5.x' into 5.9
# Conflicts: # src/config/app.php
2 parents 1a3d43e + 2fdb203 commit 0eba220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for Craft CMS 5
22

3-
## Unreleased
3+
## 5.8.19 - 2025-10-28
44

55
- Icon pickers now return focus to the “Choose” button when the modal is closed without making a selection.
66
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '5.8.18',
6+
'version' => '5.8.19',
77
'schemaVersion' => '5.9.0.0',
88
'minVersionRequired' => '4.5.0',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

0 commit comments

Comments
 (0)