File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class BaseYii
93
93
*/
94
94
public static function getVersion ()
95
95
{
96
- return '2.0.28-dev ' ;
96
+ return '2.0.28 ' ;
97
97
}
98
98
99
99
/**
Original file line number Diff line number Diff line change 1
1
Yii Framework 2 Change Log
2
2
==========================
3
3
4
- 2.0.28 under development
5
- ------------------------
4
+ 2.0.28 October 08, 2019
5
+ -----------------------
6
6
7
+ - Bug #17573 : ` Request::getUserIP() ` security fix for the case when ` Request::$trustedHost ` and ` Request::$ipHeaders ` are used (kamarton)
7
8
- Bug #17585 : Fix ` yii\i18n\Formatter ` including the ` @calendar ` locale param in ` Yii::t() ` calls (brandonkelly)
8
9
- Bug #17853 : Fix errors in ActiveField to be properly caught when PHP 7 is used (My6UoT9)
9
- - Bug #17573 : ` Request::getUserIP() ` security fix for the case when ` Request::$trustedHost ` and ` Request::$ipHeaders ` are used (kamarton)
10
10
11
11
12
12
2.0.27 September 18, 2019
You can’t perform that action at this time.
0 commit comments