Skip to content

Commit

Permalink
Bump v9.17.4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Apr 15, 2021
1 parent a2064e2 commit 6d8b2fb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### [Unreleased]

### [v9.17.4] - 2021-04-15

- Revert changes on count. #2614
- Fix #2613
- Reverts: #2611 and #2612

### [v9.17.3] - 2021-04-14

- Fix the regression when using a having condition in a query. #2612
Expand Down Expand Up @@ -455,7 +461,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.17.3...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...9.0
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.4
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
Expand Down

0 comments on commit 6d8b2fb

Please sign in to comment.