File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v8.7.1] - 2018-07-06
12
+
13
+ - Add validation for order direction. [ #1792 ]
14
+ - Prevents SQL injection on order direction.
15
+ - Fix phpunit configuration warning.
16
+
11
17
### [ v8.7.0] - 2018-06-03
12
18
13
19
- Add withQuery api for query callback. [ #1759 ]
@@ -219,7 +225,8 @@ return (new CollectionDataTable(User::all())->toJson();
219
225
- Fix orderColumn api where related tables are not joined.
220
226
- Fix nested with relation search and sort function.
221
227
222
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.7.0...8.0
228
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.7.1...8.0
229
+ [ v8.7.1 ] : https://github.com/yajra/laravel-datatables/compare/v8.7.0...v8.7.1
223
230
[ v8.7.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.6.1...v8.7.0
224
231
[ v8.6.1 ] : https://github.com/yajra/laravel-datatables/compare/v8.6.0...v8.6.1
225
232
[ v8.6.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.2...v8.6.0
@@ -289,6 +296,7 @@ return (new CollectionDataTable(User::all())->toJson();
289
296
[ #1743 ] : https://github.com/yajra/laravel-datatables/pull/1743
290
297
[ #1758 ] : https://github.com/yajra/laravel-datatables/pull/1758
291
298
[ #1759 ] : https://github.com/yajra/laravel-datatables/pull/1759
299
+ [ ##1792 ] : https://github.com/yajra/laravel-datatables/pull/#1792
292
300
293
301
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
294
302
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
You can’t perform that action at this time.
0 commit comments