Skip to content

Commit f4eebc1

Browse files
committed
Bump v9.18.2
1 parent f9468f2 commit f4eebc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.18.2] - 2021-06-28
12+
13+
- Return empty string for null request keyword #2700
14+
1115
### [v9.18.1] - 2021-06-28
1216

1317
- Query with subqueries exception fix. #2642
@@ -471,7 +475,8 @@ return (new CollectionDataTable(User::all())->toJson();
471475
- Fix orderColumn api where related tables are not joined.
472476
- Fix nested with relation search and sort function.
473477

474-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...9.0
478+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...9.0
479+
[v9.18.2]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
475480
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
476481
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
477482
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...v9.17.4

0 commit comments

Comments
 (0)