From cb617863af431070c7b6623931c3345a126173b7 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Tue, 27 Jun 2023 19:55:36 +0800 Subject: [PATCH] chore: release v10.4.4 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e1c153..865894af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v10.4.4] - 2023-06-27 + +- feat: Optimize countQuery with complex select #3008 +- fix: phpstan #3022 + ### [v10.4.3] - 2023-06-07 - Fix: Prevent the filteredCount() query if no filter is applied to the initial query #3007 @@ -130,7 +135,8 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.4.4...10.x +[v10.4.4]: https://github.com/yajra/laravel-datatables/compare/v10.4.4...v10.4.3 [v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0 [v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0 [v10.3.0]: https://github.com/yajra/laravel-datatables/compare/v10.3.0...v10.2.3