Skip to content

Commit 942bb0b

Browse files
committed
release version 2.0.28
1 parent 5efe0bd commit 942bb0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: framework/BaseYii.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BaseYii
9393
*/
9494
public static function getVersion()
9595
{
96-
return '2.0.28-dev';
96+
return '2.0.28';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.28 under development
5-
------------------------
4+
2.0.28 October 08, 2019
5+
-----------------------
66

7+
- Bug #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used (kamarton)
78
- Bug #17585: Fix `yii\i18n\Formatter` including the `@calendar` locale param in `Yii::t()` calls (brandonkelly)
89
- 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)
1010

1111

1212
2.0.27 September 18, 2019

0 commit comments

Comments
 (0)