Skip to content

Commit fb12721

Browse files
committed
Bump v9.11.0 🚀
1 parent 1de8da5 commit fb12721

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.11.0] - 2020-09-09
12+
13+
- Add support for Laravel 8. [#2457] by [@lloricode]
14+
1115
### [v9.10.2] - 2020-06-17
1216

1317
- Escape row in data processor also accepts Htmlable [#2414], credits to [@edwwaarrdd].
@@ -385,7 +389,8 @@ return (new CollectionDataTable(User::all())->toJson();
385389
- Fix orderColumn api where related tables are not joined.
386390
- Fix nested with relation search and sort function.
387391

388-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...9.0
392+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...9.0
393+
[v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0
389394
[v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
390395
[v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
391396
[v9.10.0]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0

0 commit comments

Comments
 (0)