File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1- # Changelog
1+ # Changelog for 3.x
22
33This changelog references the relevant changes (bug and security fixes) done to ` orchestra/model ` .
44
Original file line number Diff line number Diff line change 1+ # Changelog for 4.x
2+
3+ This changelog references the relevant changes (bug and security fixes) done to ` orchestra/model ` .
4+
5+ ## 4.0.0
6+
7+ Released: 2019-03-18
8+
9+ ### Changes
10+
11+ * Update support to Laravel Framework 6.0.
12+
13+ ### Removed
14+
15+ * Remove deprecated ` Orchestra\Model\UserMeta ` class.
16+ * Remove deprecated ` Orchestra\Model\Eloquent::transaction() ` method.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Laravel | Model
2424 5.6.x | 3.6.x
2525 5.7.x | 3.7.x
2626 5.8.x | 3.8.x
27- 6.x | 4.x@dev
27+ 6.x | 4.x
2828
2929## Installation
3030
You can’t perform that action at this time.
0 commit comments