Skip to content

Commit 9de204f

Browse files
committed
Bump v9.14.2 🚀
1 parent 053de04 commit 9de204f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

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+
1116
### [v9.14.1] - 2020-11-11
1217

1318
- Fix resolution of custom search pane query builder. [#2513]
@@ -413,7 +418,8 @@ return (new CollectionDataTable(User::all())->toJson();
413418
- Fix orderColumn api where related tables are not joined.
414419
- Fix nested with relation search and sort function.
415420

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
417423
[v9.14.1]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
418424
[v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
419425
[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();
564570
[#2475]: https://github.com/yajra/laravel-datatables/pull/2475
565571
[#2193]: https://github.com/yajra/laravel-datatables/pull/2193
566572
[#2513]: https://github.com/yajra/laravel-datatables/pull/2513
573+
[#2535]: https://github.com/yajra/laravel-datatables/pull/2535
567574

568575
[#1934]: https://github.com/yajra/laravel-datatables/issues/1934
569576
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
@@ -607,6 +614,7 @@ return (new CollectionDataTable(User::all())->toJson();
607614
[#1953]: https://github.com/yajra/laravel-datatables/issues/1953
608615
[#2463]: https://github.com/yajra/laravel-datatables/issues/2463
609616
[#2471]: https://github.com/yajra/laravel-datatables/issues/2471
617+
[#2534]: https://github.com/yajra/laravel-datatables/issues/2534
610618

611619
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
612620

0 commit comments

Comments
 (0)