Skip to content

Commit 7148225

Browse files
committed
Bump v9.18.1 🚀
1 parent 9ba19cd commit 7148225

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.18.1] - 2021-06-28
12+
13+
- Query with subqueries exception fix. #2642
14+
1115
### [v9.18.0] - 2021-04-16
1216

1317
- Improve count performance for simple queries. #2616
@@ -467,7 +471,8 @@ return (new CollectionDataTable(User::all())->toJson();
467471
- Fix orderColumn api where related tables are not joined.
468472
- Fix nested with relation search and sort function.
469473

470-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...9.0
474+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...9.0
475+
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
471476
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
472477
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...v9.17.4
473478
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3

0 commit comments

Comments
 (0)