File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.4.1] - 2019-06-12
12
+
13
+ - Removal of redundant SoftDelete check. [ #2103 ] , credits to [ @selecod ]
14
+
11
15
### [ v9.4.0] - 2019-06-06
12
16
13
17
- Allow column search on blacklisted columns with custom filter. [ #2102 ] , fix [ #2091 ] .
@@ -444,6 +448,7 @@ return (new CollectionDataTable(User::all())->toJson();
444
448
[ #2085 ] : https://github.com/yajra/laravel-datatables/pull/2085
445
449
[ #2102 ] : https://github.com/yajra/laravel-datatables/pull/2102
446
450
[ #2084 ] : https://github.com/yajra/laravel-datatables/pull/2084
451
+ [ #2103 ] : https://github.com/yajra/laravel-datatables/pull/2103
447
452
448
453
[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
449
454
[ #2058 ] : https://github.com/yajra/laravel-datatables/issues/2058
@@ -509,3 +514,4 @@ return (new CollectionDataTable(User::all())->toJson();
509
514
[ @apreiml ] : https://github.com/apreiml
510
515
[ @Stokoe0990 ] : https://github.com/Stokoe0990
511
516
[ @drsdre ] : https://github.com/drsdre
517
+ [ @selecod ] : https://github.com/selecod
You can’t perform that action at this time.
0 commit comments