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
+ ### [ v8.13.7] - 2019-06-12
12
+
13
+ - Removal of redundant SoftDelete check. [ #2103 ] , credits to [ @selecod ]
14
+
11
15
### [ v8.13.6] - 2019-03-26
12
16
13
17
- Allow boolean values for column[ i] .searchable [ #1813 ] , credits to [ @sgotre ] .
@@ -387,6 +391,7 @@ return (new CollectionDataTable(User::all())->toJson();
387
391
[ #1960 ] : https://github.com/yajra/laravel-datatables/pull/1960
388
392
[ #1988 ] : https://github.com/yajra/laravel-datatables/pull/1988
389
393
[ #1813 ] : https://github.com/yajra/laravel-datatables/pull/1813
394
+ [ #2103 ] : https://github.com/yajra/laravel-datatables/pull/2103
390
395
391
396
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
392
397
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -437,3 +442,4 @@ return (new CollectionDataTable(User::all())->toJson();
437
442
[ @Spodnet ] : https://github.com/Spodnet
438
443
[ @royduin ] : https://github.com/royduin
439
444
[ @sgotre ] : https://github.com/sgotre
445
+ [ @selecod ] : https://github.com/selecod
You can’t perform that action at this time.
0 commit comments