File tree Expand file tree Collapse file tree 1 file changed +58
-1
lines changed Expand file tree Collapse file tree 1 file changed +58
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,63 @@ All notable changes to `laravel-archivable` will be documented in this file
11
11
12
12
** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.10.0...v1.3.0
13
13
14
- ## 1.0.0 - 201X-XX-XX
14
+ ## v1.10.0 - 2023-02-24
15
+
16
+ ### What's Changed
17
+
18
+ - Fix camel case by [ @Joel-Jensen ] ( https://github.com/Joel-Jensen ) https://github.com/joelbutcher/laravel-archivable/pull/12
19
+ - Laravel 10.x Compatibility by [ @laravel-shift ] ( https://github.com/laravel-shift ) in https://github.com/joelbutcher/laravel-archivable/pull/14
20
+
21
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.2.0...v1.10.0
22
+
23
+ ## v1.2.0 - 2023-02-24
24
+
25
+ ### What's Changed
26
+
27
+ - Laravel 9 Support by [ @joelbutcher ] ( https://github.com/joelbutcher ) in https://github.com/joelbutcher/laravel-archivable/pull/11
28
+
29
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.1.3...v1.2.0
30
+
31
+ ## v1.1.3 - 2021-05-26
32
+
33
+ ### What's Changed
34
+
35
+ - Fixed PHP < 8.x compatibility issue with Countable by [ @vovarpd ] ( https://github.com/vovarpd ) in https://github.com/joelbutcher/laravel-archivable/pull/9
36
+
37
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.1.2...v1.1.3
38
+
39
+ ## v1.1.2 - 2021-01-31
40
+
41
+ ### What's Changed
42
+
43
+ - Support PHP8 by [ @joelbutcher ] ( https://github.com/joelbutcher )
44
+
45
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.1.1...v1.1.2
46
+
47
+ ## v1.1.1 - 2020-12-16
48
+
49
+ ### What's Changed
50
+
51
+ - Adds missing macros for withArchived, withoutArchived and onlyArchived by [ @joelbutcher ] ( https://github.com/joelbutcher ) in https://github.com/joelbutcher/laravel-archivable/pull/6
52
+
53
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.1.0...v1.1.1
54
+
55
+ ## v1.1.0 - 2020-11-11
56
+
57
+ ### What's Changed
58
+
59
+ - Added tests by [ @grantjanecek ] ( https://github.com/grantjanecek ) in https://github.com/joelbutcher/laravel-archivable/pull/2
60
+
61
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.0.1...v1.1.0
62
+
63
+ ## v1.0.1 - 2020-10-07
64
+
65
+ ### What's Changed
66
+
67
+ - Downgraded Illuminate dependencies to v8.0 by [ @joelbutcher ] ( https://github.com/joelbutcher )
68
+
69
+ ** Full Changelog** : https://github.com/joelbutcher/laravel-archivable/compare/v1.0.0...v1.0.1
70
+
71
+ ## v1.0.0 - 2020-10-07
15
72
16
73
- initial release
You can’t perform that action at this time.
0 commit comments