Skip to content

Commit d8a965a

Browse files
committed
Bump v9.6.0 🚀
1 parent 266b6a9 commit d8a965a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.6.0] - 2019-09-04
12+
13+
- Fix deprecated helper functions, then add support for Laravel 6. [#2171], credits to [@lloricode]
14+
- Fix [#2156].
15+
1116
### [v9.5.0] - 2019-08-31
1217

1318
- Add support for startsWithSearch filter. [#2163]
@@ -339,7 +344,8 @@ return (new CollectionDataTable(User::all())->toJson();
339344
- Fix orderColumn api where related tables are not joined.
340345
- Fix nested with relation search and sort function.
341346

342-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...9.0
347+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...9.0
348+
[v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
343349
[v9.5.0]: https://github.com/yajra/laravel-datatables/compare/v9.4.1...v9.5.0
344350
[v9.4.1]: https://github.com/yajra/laravel-datatables/compare/v9.4.0...v9.4.1
345351
[v9.4.0]: https://github.com/yajra/laravel-datatables/compare/v9.3.0...v9.4.0
@@ -457,6 +463,7 @@ return (new CollectionDataTable(User::all())->toJson();
457463
[#2084]: https://github.com/yajra/laravel-datatables/pull/2084
458464
[#2103]: https://github.com/yajra/laravel-datatables/pull/2103
459465
[#2163]: https://github.com/yajra/laravel-datatables/pull/2163
466+
[#2171]: https://github.com/yajra/laravel-datatables/pull/2171
460467

461468
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
462469
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -490,6 +497,7 @@ return (new CollectionDataTable(User::all())->toJson();
490497
[#577]: https://github.com/yajra/laravel-datatables/issues/577
491498
[#522]: https://github.com/yajra/laravel-datatables/issues/522
492499
[#2161]: https://github.com/yajra/laravel-datatables/issues/2161
500+
[#2156]: https://github.com/yajra/laravel-datatables/issues/2156
493501

494502

495503
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
@@ -524,3 +532,4 @@ return (new CollectionDataTable(User::all())->toJson();
524532
[@Stokoe0990]: https://github.com/Stokoe0990
525533
[@drsdre]: https://github.com/drsdre
526534
[@selecod]: https://github.com/selecod
535+
[@lloricode]: https://github.com/lloricode

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ return datatables(User::all())->toJson();
5353
5.6.x | 8.x
5454
5.7.x | 8.x
5555
5.8.x | 9.x
56+
6.x.x | 9.x
5657

5758
## DataTables 8.x Upgrade Guide
5859
There are breaking changes since DataTables v8.x.

0 commit comments

Comments
 (0)