Skip to content

Commit 131f86a

Browse files
committed
Finish 5.6.10.2
1 parent 02396b1 commit 131f86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for Craft CMS 5
22

3-
## Unreleased
3+
## 5.6.10.2 - 2025-02-26
44

55
- The Fields/UI Elements toggle and “Ne field” button are now always visible within field layout designers’ library HUDs.
66
- (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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '5.6.10.1',
6+
'version' => '5.6.10.2',
77
'schemaVersion' => '5.6.0.2',
88
'minVersionRequired' => '4.5.0',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

0 commit comments

Comments
 (0)