Skip to content

Commit 6d8b2fb

Browse files
committed
Bump v9.17.4 🚀
1 parent a2064e2 commit 6d8b2fb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.17.4] - 2021-04-15
12+
13+
- Revert changes on count. #2614
14+
- Fix #2613
15+
- Reverts: #2611 and #2612
16+
1117
### [v9.17.3] - 2021-04-14
1218

1319
- Fix the regression when using a having condition in a query. #2612
@@ -455,7 +461,8 @@ return (new CollectionDataTable(User::all())->toJson();
455461
- Fix orderColumn api where related tables are not joined.
456462
- Fix nested with relation search and sort function.
457463

458-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...9.0
464+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...9.0
465+
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.4
459466
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
460467
[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
461468
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1

0 commit comments

Comments
 (0)