From 61263567c9ab8a175be5f44f28b7f9163aaec6e2 Mon Sep 17 00:00:00 2001 From: "Arjay Q. Angeles" Date: Wed, 14 Apr 2021 09:46:23 +0800 Subject: [PATCH] Bump v9.17.3 :rocket: --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d7f39a..500a8ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ ### [Unreleased] +### [v9.17.3] - 2021-04-14 + +- Fix the regression when using a having condition in a query. #2612 +- Fix #1928 +- Code cleanup in QueryDataTable class #2606 + ### [v9.17.2] - 2021-04-12 - Remove unnecessary wrap to avoid performance issues #2608. @@ -449,7 +455,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.17.2...9.0 +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...9.0 +[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3 [v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2 [v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1 [v9.17.0]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0