release version 2.0.28

This commit is contained in:
Alexander Makarov
2019-10-08 16:14:18 +03:00
parent 5efe0bda8f
commit 942bb0bc21
2 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.28-dev';
return '2.0.28';
}
/**

View File

@ -1,12 +1,12 @@
Yii Framework 2 Change Log
==========================
2.0.28 under development
------------------------
2.0.28 October 08, 2019
-----------------------
- Bug #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used (kamarton)
- Bug #17585: Fix `yii\i18n\Formatter` including the `@calendar` locale param in `Yii::t()` calls (brandonkelly)
- Bug #17853: Fix errors in ActiveField to be properly caught when PHP 7 is used (My6UoT9)
- Bug #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used (kamarton)
2.0.27 September 18, 2019