Skip to content

Commit 0b6f9c0

Browse files
committed
Bump v8.13.6 🚀
1 parent 598945b commit 0b6f9c0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
### [Unreleased]
1010

11+
### [v8.13.6] - 2019-03-26
12+
13+
- Allow boolean values for column[i].searchable [#1813], credits to [@sgotre].
14+
- Fix [#2032], [#1789].
15+
1116
### [v8.13.5] - 2019-02-13
1217

1318
- Keep select bindings option. [#1988], credits to [@royduin].
@@ -286,7 +291,8 @@ return (new CollectionDataTable(User::all())->toJson();
286291
- Fix orderColumn api where related tables are not joined.
287292
- Fix nested with relation search and sort function.
288293

289-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.5...8.0
294+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.6...8.0
295+
[v8.13.6]: https://github.com/yajra/laravel-datatables/compare/v8.13.5...v8.13.6
290296
[v8.13.5]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
291297
[v8.13.4]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4
292298
[v8.13.3]: https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
@@ -380,6 +386,7 @@ return (new CollectionDataTable(User::all())->toJson();
380386
[#1942]: https://github.com/yajra/laravel-datatables/pull/1942
381387
[#1960]: https://github.com/yajra/laravel-datatables/pull/1960
382388
[#1988]: https://github.com/yajra/laravel-datatables/pull/1988
389+
[#1813]: https://github.com/yajra/laravel-datatables/pull/1813
383390

384391
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
385392
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
@@ -402,6 +409,8 @@ return (new CollectionDataTable(User::all())->toJson();
402409
[#1747]: https://github.com/yajra/laravel-datatables/issues/1747
403410
[#1951]: https://github.com/yajra/laravel-datatables/issues/1951
404411
[#1983]: https://github.com/yajra/laravel-datatables/issues/1983
412+
[#2032]: https://github.com/yajra/laravel-datatables/issues/2032
413+
[#1789]: https://github.com/yajra/laravel-datatables/issues/1789
405414

406415
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
407416

@@ -427,3 +436,4 @@ return (new CollectionDataTable(User::all())->toJson();
427436
[@ridaamirini]: https://github.com/ridaamirini
428437
[@Spodnet]: https://github.com/Spodnet
429438
[@royduin]: https://github.com/royduin
439+
[@sgotre]: https://github.com/sgotre

0 commit comments

Comments
 (0)