Skip to content

Commit d58f909

Browse files
committed
## 14.30.1 - 2024-08-22
1 parent 1557848 commit d58f909

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1 - 2024-08-22
9+
10+
### Fixed
11+
- Safari stretched links in the table
12+
- Dropdown menu in the table
13+
14+
815
## 14.30.0 - 2024-08-21
916

1017
### Added

public/css/orchid.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/css/orchid.rtl.css

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
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.0';
26+
public const VERSION = '14.30.1';
2727

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)