Skip to content

Commit

Permalink
Bump v9.11.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Sep 9, 2020
1 parent 1de8da5 commit fb12721
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.11.0] - 2020-09-09

- Add support for Laravel 8. [#2457] by [@lloricode]

### [v9.10.2] - 2020-06-17

- Escape row in data processor also accepts Htmlable [#2414], credits to [@edwwaarrdd].
Expand Down Expand Up @@ -385,7 +389,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.10.2...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...9.0
[v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0

This comment has been minimized.

Copy link
@huynhngocthang

huynhngocthang Sep 29, 2020

not invarble

[v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
[v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
[v9.10.0]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0
Expand Down

0 comments on commit fb12721

Please sign in to comment.