Skip to content

Commit 4c22b09

Browse files
committed
Bump v9.20.0 🚀
1 parent d1108e2 commit 4c22b09

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.20.0] - 2022-22-09
12+
13+
- Added orthogonal sort and filter for collection #2380
14+
-
1115
### [v9.19.2] - 2022-04-07
1216

1317
- Changed PHPDocs to have the most specific class as their super return type #2771
@@ -490,8 +494,9 @@ return (new CollectionDataTable(User::all())->toJson();
490494
- Fix orderColumn api where related tables are not joined.
491495
- Fix nested with relation search and sort function.
492496

493-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...9.0
494-
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.0...v9.19.1
497+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...9.0
498+
[v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
499+
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1
495500
[v9.19.0]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
496501
[v9.18.2]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
497502
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1

0 commit comments

Comments
 (0)