File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.1.1] - 2019-04-25
12
+
13
+ - Revert [ #2051 ] , fix [ #2058 ] . [ #2072 ] .
14
+
11
15
### [ v9.1.0] - 2019-04-24
12
16
13
17
#### FIXED
@@ -309,7 +313,8 @@ return (new CollectionDataTable(User::all())->toJson();
309
313
- Fix orderColumn api where related tables are not joined.
310
314
- Fix nested with relation search and sort function.
311
315
312
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.1.0...9.0
316
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.1.1...9.0
317
+ [ v9.1.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
313
318
[ v9.1.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
314
319
[ v9.0.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.0.0...v9.0.1
315
320
[ v9.0.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.5...v9.0.0
@@ -411,7 +416,9 @@ return (new CollectionDataTable(User::all())->toJson();
411
416
[ #1813 ] : https://github.com/yajra/laravel-datatables/pull/1813
412
417
[ #2067 ] : https://github.com/yajra/laravel-datatables/pull/2067
413
418
[ #2051 ] : https://github.com/yajra/laravel-datatables/pull/2051
419
+ [ #2072 ] : https://github.com/yajra/laravel-datatables/pull/2072
414
420
421
+ [ #2058 ] : https://github.com/yajra/laravel-datatables/issues/2058
415
422
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
416
423
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
417
424
[ #1294 ] : https://github.com/yajra/laravel-datatables/issues/1294
You can’t perform that action at this time.
0 commit comments