We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02396b1 commit 131f86aCopy full SHA for 131f86a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 5
2
3
-## Unreleased
+## 5.6.10.2 - 2025-02-26
4
5
- The Fields/UI Elements toggle and “Ne field” button are now always visible within field layout designers’ library HUDs.
6
- (Really) fixed a bug where field layout designers’ library HUDs weren’t scrollable. ([#16775](https://github.com/craftcms/cms/issues/16775))
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '5.6.10.1',
+ 'version' => '5.6.10.2',
7
'schemaVersion' => '5.6.0.2',
8
'minVersionRequired' => '4.5.0',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments