|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.14.2] - 2020-11-27 |
| 12 | + |
| 13 | +- Fix PHP8 error, method exists now throws an exception if the first argument is not string|object [#2535] |
| 14 | +- Fixes [#2534] |
| 15 | + |
11 | 16 | ### [v9.14.1] - 2020-11-11
|
12 | 17 |
|
13 | 18 | - Fix resolution of custom search pane query builder. [#2513]
|
@@ -413,7 +418,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
413 | 418 | - Fix orderColumn api where related tables are not joined.
|
414 | 419 | - Fix nested with relation search and sort function.
|
415 | 420 |
|
416 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...9.0 |
| 421 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...9.0 |
| 422 | +[v9.14.2]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2 |
417 | 423 | [v9.14.1]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
|
418 | 424 | [v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
|
419 | 425 | [v9.13.0]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
|
@@ -564,6 +570,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
564 | 570 | [#2475]: https://github.com/yajra/laravel-datatables/pull/2475
|
565 | 571 | [#2193]: https://github.com/yajra/laravel-datatables/pull/2193
|
566 | 572 | [#2513]: https://github.com/yajra/laravel-datatables/pull/2513
|
| 573 | +[#2535]: https://github.com/yajra/laravel-datatables/pull/2535 |
567 | 574 |
|
568 | 575 | [#1934]: https://github.com/yajra/laravel-datatables/issues/1934
|
569 | 576 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
@@ -607,6 +614,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
607 | 614 | [#1953]: https://github.com/yajra/laravel-datatables/issues/1953
|
608 | 615 | [#2463]: https://github.com/yajra/laravel-datatables/issues/2463
|
609 | 616 | [#2471]: https://github.com/yajra/laravel-datatables/issues/2471
|
| 617 | +[#2534]: https://github.com/yajra/laravel-datatables/issues/2534 |
610 | 618 |
|
611 | 619 | [laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
|
612 | 620 |
|
|
0 commit comments