release version 2.0.18

This commit is contained in:
Alexander Makarov
2019-04-23 15:48:26 +03:00
parent 25672a94d1
commit c286648494
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -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
---------------------