Skip to content

Commit 17b50e3

Browse files
committed
Bump v8.13.7 🚀
1 parent cadaa7c commit 17b50e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v8.13.7] - 2019-06-12
12+
13+
- Removal of redundant SoftDelete check. [#2103], credits to [@selecod]
14+
1115
### [v8.13.6] - 2019-03-26
1216

1317
- Allow boolean values for column[i].searchable [#1813], credits to [@sgotre].
@@ -387,6 +391,7 @@ return (new CollectionDataTable(User::all())->toJson();
387391
[#1960]: https://github.com/yajra/laravel-datatables/pull/1960
388392
[#1988]: https://github.com/yajra/laravel-datatables/pull/1988
389393
[#1813]: https://github.com/yajra/laravel-datatables/pull/1813
394+
[#2103]: https://github.com/yajra/laravel-datatables/pull/2103
390395

391396
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
392397
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
@@ -437,3 +442,4 @@ return (new CollectionDataTable(User::all())->toJson();
437442
[@Spodnet]: https://github.com/Spodnet
438443
[@royduin]: https://github.com/royduin
439444
[@sgotre]: https://github.com/sgotre
445+
[@selecod]: https://github.com/selecod

0 commit comments

Comments
 (0)