Skip to content

Commit 8d6c316

Browse files
committed
## 14.51.1 - 2025-04-29
1 parent dcdf607 commit 8d6c316

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
9+
## 14.51.1 - 2025-04-29
10+
11+
### Fixed
12+
- Fixed visual shift when using nested menu
13+
814
## 14.51.0 - 2025-04-29
915

1016
### Added

src/Platform/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Dashboard
2323
*
2424
* @deprecated Use `Dashboard::version()` instead.
2525
*/
26-
public const VERSION = '14.51.0';
26+
public const VERSION = '14.51.1';
2727

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)