Skip to content

Commit 6126356

Browse files
committed
Bump v9.17.3 🚀
1 parent a8c9280 commit 6126356

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.17.3] - 2021-04-14
12+
13+
- Fix the regression when using a having condition in a query. #2612
14+
- Fix #1928
15+
- Code cleanup in QueryDataTable class #2606
16+
1117
### [v9.17.2] - 2021-04-12
1218

1319
- Remove unnecessary wrap to avoid performance issues #2608.
@@ -449,7 +455,8 @@ return (new CollectionDataTable(User::all())->toJson();
449455
- Fix orderColumn api where related tables are not joined.
450456
- Fix nested with relation search and sort function.
451457

452-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...9.0
458+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...9.0
459+
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
453460
[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
454461
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
455462
[v9.17.0]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0

0 commit comments

Comments
 (0)