We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647dcdc commit 1cdb5f0Copy full SHA for 1cdb5f0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 4
2
3
-## Unreleased
+## 4.15.6.2 - 2025-06-04
4
5
- Fixed a bug where custom fields’ search keywords weren’t getting indexed. ([#17385](https://github.com/craftcms/cms/issues/17385))
6
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '4.15.6.1',
+ 'version' => '4.15.6.2',
7
'schemaVersion' => '4.15.0.0',
8
'minVersionRequired' => '3.7.11',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments