Skip to content

Commit

Permalink
Bump v9.15.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Nov 28, 2020
1 parent 6a15638 commit 3f3f652
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### [Unreleased]

### [v9.15.0] - 2020-11-28

- PHP8 support [#2536]

### [v9.14.2] - 2020-11-27

- Fix PHP8 error, method exists now throws an exception if the first argument is not string|object [#2535]
Expand Down Expand Up @@ -418,7 +422,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.14.2...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.15.0...9.0
[v9.15.0]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
[v9.14.2]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2
[v9.14.1]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
[v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
Expand Down Expand Up @@ -571,6 +576,7 @@ return (new CollectionDataTable(User::all())->toJson();
[#2193]: https://github.com/yajra/laravel-datatables/pull/2193
[#2513]: https://github.com/yajra/laravel-datatables/pull/2513
[#2535]: https://github.com/yajra/laravel-datatables/pull/2535
[#2536]: https://github.com/yajra/laravel-datatables/pull/2536

[#1934]: https://github.com/yajra/laravel-datatables/issues/1934
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
Expand Down

0 comments on commit 3f3f652

Please sign in to comment.