Skip to content

Commit 3f3f652

Browse files
committed
Bump v9.15.0 🚀
1 parent 6a15638 commit 3f3f652

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.15.0] - 2020-11-28
12+
13+
- PHP8 support [#2536]
14+
1115
### [v9.14.2] - 2020-11-27
1216

1317
- Fix PHP8 error, method exists now throws an exception if the first argument is not string|object [#2535]
@@ -418,7 +422,8 @@ return (new CollectionDataTable(User::all())->toJson();
418422
- Fix orderColumn api where related tables are not joined.
419423
- Fix nested with relation search and sort function.
420424

421-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...9.0
425+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.15.0...9.0
426+
[v9.15.0]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
422427
[v9.14.2]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2
423428
[v9.14.1]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
424429
[v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
@@ -571,6 +576,7 @@ return (new CollectionDataTable(User::all())->toJson();
571576
[#2193]: https://github.com/yajra/laravel-datatables/pull/2193
572577
[#2513]: https://github.com/yajra/laravel-datatables/pull/2513
573578
[#2535]: https://github.com/yajra/laravel-datatables/pull/2535
579+
[#2536]: https://github.com/yajra/laravel-datatables/pull/2536
574580

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

0 commit comments

Comments
 (0)