Skip to content

Commit c524b85

Browse files
committed
Bump v9.7.2 🚀
1 parent 08ce168 commit c524b85

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.7.2] - 2019-11-11
12+
13+
- Cast database engines to array. [#2240], credits to [@mtvbrianking].
14+
- Fix [#2202].
15+
1116
### [v9.7.1] - 2019-10-02
1217

1318
- Fix skipTotalRecords api not working on initial state. [#2222]
@@ -357,7 +362,8 @@ return (new CollectionDataTable(User::all())->toJson();
357362
- Fix orderColumn api where related tables are not joined.
358363
- Fix nested with relation search and sort function.
359364

360-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...9.0
365+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...9.0
366+
[v9.7.2]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...v9.7.2
361367
[v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
362368
[v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
363369
[v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
@@ -483,6 +489,7 @@ return (new CollectionDataTable(User::all())->toJson();
483489
[#2191]: https://github.com/yajra/laravel-datatables/pull/2191
484490
[#2199]: https://github.com/yajra/laravel-datatables/pull/2199
485491
[#2222]: https://github.com/yajra/laravel-datatables/pull/2222
492+
[#2240]: https://github.com/yajra/laravel-datatables/pull/2240
486493

487494
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
488495
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -519,7 +526,7 @@ return (new CollectionDataTable(User::all())->toJson();
519526
[#2156]: https://github.com/yajra/laravel-datatables/issues/2156
520527
[#1822]: https://github.com/yajra/laravel-datatables/issues/1822
521528
[#1738]: https://github.com/yajra/laravel-datatables/issues/1738
522-
529+
[#2202]: https://github.com/yajra/laravel-datatables/issues/2202
523530

524531
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
525532

@@ -554,3 +561,4 @@ return (new CollectionDataTable(User::all())->toJson();
554561
[@drsdre]: https://github.com/drsdre
555562
[@selecod]: https://github.com/selecod
556563
[@lloricode]: https://github.com/lloricode
564+
[@mtvbrianking]: https://github.com/mtvbrianking

0 commit comments

Comments
 (0)