Skip to content

Commit

Permalink
Bump v9.18.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jun 28, 2021
1 parent 9ba19cd commit 7148225
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### [Unreleased]

### [v9.18.1] - 2021-06-28

- Query with subqueries exception fix. #2642

### [v9.18.0] - 2021-04-16

- Improve count performance for simple queries. #2616
Expand Down Expand Up @@ -467,7 +471,8 @@ 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.18.0...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...9.0
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...v9.17.4
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
Expand Down

0 comments on commit 7148225

Please sign in to comment.