mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
release version 2.0.28
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
|||||||
*/
|
*/
|
||||||
public static function getVersion()
|
public static function getVersion()
|
||||||
{
|
{
|
||||||
return '2.0.28-dev';
|
return '2.0.28';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
Yii Framework 2 Change Log
|
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 #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 #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
|
2.0.27 September 18, 2019
|
||||||
|
|||||||
Reference in New Issue
Block a user