File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.15.0] - 2020-11-28
12
+
13
+ - PHP8 support [ #2536 ]
14
+
11
15
### [ v9.14.2] - 2020-11-27
12
16
13
17
- Fix PHP8 error, method exists now throws an exception if the first argument is not string|object [ #2535 ]
@@ -418,7 +422,8 @@ return (new CollectionDataTable(User::all())->toJson();
418
422
- Fix orderColumn api where related tables are not joined.
419
423
- Fix nested with relation search and sort function.
420
424
421
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.14.2...9.0
425
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.15.0...9.0
426
+ [ v9.15.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
422
427
[ v9.14.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2
423
428
[ v9.14.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
424
429
[ v9.14.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
@@ -571,6 +576,7 @@ return (new CollectionDataTable(User::all())->toJson();
571
576
[ #2193 ] : https://github.com/yajra/laravel-datatables/pull/2193
572
577
[ #2513 ] : https://github.com/yajra/laravel-datatables/pull/2513
573
578
[ #2535 ] : https://github.com/yajra/laravel-datatables/pull/2535
579
+ [ #2536 ] : https://github.com/yajra/laravel-datatables/pull/2536
574
580
575
581
[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
576
582
[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments