Skip to content

Commit 1bb2ca7

Browse files
committed
added notice about csrf
1 parent 97bf779 commit 1bb2ca7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ Version 1.1.0 December 09, 2016
1010
---------------------------
1111

1212
- Request parameter "ids" change support
13+
14+
Version 1.1.1 March 10, 2017
15+
---------------------------
16+
17+
- Added CSRF notice in documentaion

DOCUMENTATION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ DeleteMultipleAction Class
5858
[renderTagAttributes()]:http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail
5959
[dropDownList()]:http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#dropDownList()-detail
6060
[t()]:http://www.yiiframework.com/doc-2.0/yii-baseyii.html#t()-detail
61+
62+
### CSRF validation
63+
For enable CSRF validation make sure you have ```<?= Html::csrfMetaTags() ?>``` in main layout.

0 commit comments

Comments
 (0)