diff --git a/framework/BaseYii.php b/framework/BaseYii.php index 2aa4669..ef0bef9 100644 --- a/framework/BaseYii.php +++ b/framework/BaseYii.php @@ -93,7 +93,7 @@ class BaseYii */ public static function getVersion() { - return '2.0.18-dev'; + return '2.0.18'; } /** diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 1106c4b..50e2664 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -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 ---------------------