Skip to content

Commit 30613d8

Browse files
committed
## 14.30.2 - 2024-08-23
1 parent dfe37c3 commit 30613d8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ 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+
## 14.30.2 - 2024-08-23
9+
10+
### Fixed
11+
- Dropdown menu in the table
12+
813
## 14.30.1 - 2024-08-22
914

1015
### Fixed
1116
- Safari stretched links in the table
1217
- Dropdown menu in the table
1318

14-
1519
## 14.30.0 - 2024-08-21
1620

1721
### Added

public/css/orchid.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.30.1';
26+
public const VERSION = '14.30.2';
2727

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)