mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
release version 2.0.18
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '2.0.18-dev';
|
||||
return '2.0.18';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,15 +1,16 @@
|
||||
Yii Framework 2 Change Log
|
||||
==========================
|
||||
|
||||
2.0.18 under development
|
||||
------------------------
|
||||
2.0.18 April 23, 2019
|
||||
---------------------
|
||||
|
||||
- Bug #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app (evil1)
|
||||
- Bug #16820: `yii\filters\Cors::prepareHeaders()` now accepts Access-Control-Allow-Headers in preflight response (georgezim85)
|
||||
- Bug #17220: Fixed error when using non-InputWidget in active form field (s1lver)
|
||||
- Bug #17235: `yii\helpers\FileHelper::normalizePath()` now accepts stream wrappers (razvanphp)
|
||||
- Bug #16820: `yii\filters\Cors::prepareHeaders()` now accepts Access-Control-Allow-Headers in preflight response (georgezim85)
|
||||
- Bug #16589: Fixed not using `defaultValue` in `BlameableBehavior` for console app (evil1)
|
||||
- Bug #17268: Fixed Formatter didn't take power into account (samdark)
|
||||
|
||||
|
||||
2.0.17 March 22, 2019
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user