Skip to content

Commit 1643ba5

Browse files
committed
Bump v8.7.1 🚀
1 parent e268a28 commit 1643ba5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

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+
1117
### [v8.7.0] - 2018-06-03
1218

1319
- Add withQuery api for query callback. [#1759]
@@ -219,7 +225,8 @@ return (new CollectionDataTable(User::all())->toJson();
219225
- Fix orderColumn api where related tables are not joined.
220226
- Fix nested with relation search and sort function.
221227

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
223230
[v8.7.0]: https://github.com/yajra/laravel-datatables/compare/v8.6.1...v8.7.0
224231
[v8.6.1]: https://github.com/yajra/laravel-datatables/compare/v8.6.0...v8.6.1
225232
[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();
289296
[#1743]: https://github.com/yajra/laravel-datatables/pull/1743
290297
[#1758]: https://github.com/yajra/laravel-datatables/pull/1758
291298
[#1759]: https://github.com/yajra/laravel-datatables/pull/1759
299+
[##1792]: https://github.com/yajra/laravel-datatables/pull/#1792
292300

293301
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
294302
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617

0 commit comments

Comments
 (0)