From 3f3f652b745a3d10445f26d0680f82832e8c07a2 Mon Sep 17 00:00:00 2001 From: "Arjay Q. Angeles" Date: Sat, 28 Nov 2020 09:32:14 +0800 Subject: [PATCH] Bump v9.15.0 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d4bdce..952e7b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v9.15.0] - 2020-11-28 + +- PHP8 support [#2536] + ### [v9.14.2] - 2020-11-27 - Fix PHP8 error, method exists now throws an exception if the first argument is not string|object [#2535] @@ -418,7 +422,8 @@ return (new CollectionDataTable(User::all())->toJson(); - Fix orderColumn api where related tables are not joined. - Fix nested with relation search and sort function. -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...9.0 +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.15.0...9.0 +[v9.15.0]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0 [v9.14.2]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2 [v9.14.1]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1 [v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0 @@ -571,6 +576,7 @@ return (new CollectionDataTable(User::all())->toJson(); [#2193]: https://github.com/yajra/laravel-datatables/pull/2193 [#2513]: https://github.com/yajra/laravel-datatables/pull/2513 [#2535]: https://github.com/yajra/laravel-datatables/pull/2535 +[#2536]: https://github.com/yajra/laravel-datatables/pull/2536 [#1934]: https://github.com/yajra/laravel-datatables/issues/1934 [#2091]: https://github.com/yajra/laravel-datatables/issues/2091