From 4c22b09c8c664df5aad9f17d99c3823c0f2d84e2 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Mon, 9 May 2022 00:03:41 +0800 Subject: [PATCH] Bump v9.20.0 :rocket: --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcabb588..36b95bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ ### [Unreleased] +### [v9.20.0] - 2022-22-09 + +- Added orthogonal sort and filter for collection #2380 +- ### [v9.19.2] - 2022-04-07 - Changed PHPDocs to have the most specific class as their super return type #2771 @@ -490,8 +494,9 @@ 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.19.1...9.0 -[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.0...v9.19.1 +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...9.0 +[v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0 +[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1 [v9.19.0]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0 [v9.18.2]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2 [v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1