Skip to content

Commit dfa5fdb

Browse files
committed
## 14.30.0 - 2024-08-21
1 parent dc576c9 commit dfa5fdb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ 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.29.1 - 2024-08-21
8+
## 14.30.0 - 2024-08-21
9+
10+
### Added
11+
- Separate trait for load models on database when restore state
912

1013
### Fixed
1114
- Safari doesn't support `position: relative` on `<tr`>` elements

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

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)