diff --git a/framework/BaseYii.php b/framework/BaseYii.php index df0c809d1a4..424edda6edf 100644 --- a/framework/BaseYii.php +++ b/framework/BaseYii.php @@ -93,7 +93,7 @@ class BaseYii */ public static function getVersion() { - return '2.0.12-dev'; + return '2.0.11.2'; } /** diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 0fab1206af5..24fa0f86729 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,13 +1,14 @@ Yii Framework 2 Change Log ========================== -2.0.11.2 under development +2.0.11.2 February 08, 2017 -------------------------- - Bug #13501: Fixed `yii\rbac\DbManager::getRule()` and `yii\rbac\DbManager::getRules()` to properly handle resource data came from Rule table when using PostgreSQL (StalkAlex) - Bug #13508: Fixed duplicate attachment of behavior BC break (cebe) -- Bug #13533: Fixed BC break in `yii\validators\ExistValidator::$targetAttribute` (developeruz) - Bug #13522: Issue with UrlRule, which created duplicate slashes when a default value was used (cebe) +- Bug #13533: Fixed BC break in `yii\validators\ExistValidator::$targetAttribute` (developeruz) + 2.0.11.1 February 02, 2017 ------------------------