Skip to content

Commit 7e63b9c

Browse files
committed
## 14.31.2 - 2024-08-30
1 parent 7f20138 commit 7e63b9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.31.2 - 2024-08-30
9+
10+
### Deprecated
11+
- `attachment` method for Eloquent models. Usage plural `attachments` instead.
12+
813
## 14.31.1 - 2024-08-30
914

1015
### Fixed

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

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)