Skip to content

Commit 775b295

Browse files
committed
Merge branch 'release/v5.9.0' into develop
2 parents 60bfc44 + d8dff5a commit 775b295

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

change-log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
##Change Log
1010

11+
###v5.9.0
12+
- Added escapeColumns feature to escape the values.
13+
- Addresses XSS filtering issue #128.
14+
1115
###v5.8.6
1216
- Fix DT_Row options when returning a flatten array response.
1317
- Fix PR #126.

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This package is created to handle [server-side](https://www.datatables.net/manua
2828
- Decorate your data output using [`league\fractal`](https://github.com/thephpleague/fractal) Transformer.
2929
- Works with Laravel Dependency Injection and IoC Container.
3030
- Provides a [DataTable Html Builder](http://datatables.yajrabox.com/html) to help you use the package with less code.
31+
- Provides XSS filtering function to optionally escape all or specified column values using `escapeColumns('*'\['column'])` method.
3132

3233
## Buy me a beer
3334
<a href='https://pledgie.com/campaigns/29515'><img alt='Click here to lend your support to: Laravel Datatables and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/29515.png?skin_name=chrome' border='0' ></a>

0 commit comments

Comments
 (0)