From 2cce93adaef0aaef304130d4a1a49064643767f1 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 2 Feb 2017 19:53:16 +0100 Subject: [PATCH] release version 2.0.11.1 --- framework/BaseYii.php | 2 +- framework/CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/framework/BaseYii.php b/framework/BaseYii.php index df0c809d1a4..f399b36e5b3 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.1'; } /** diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 7080212296e..617d77576e5 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,11 +1,11 @@ Yii Framework 2 Change Log ========================== -2.0.12 under development +2.0.11.1 February 02, 2017 ------------------------ - Bug #11502: Fixed `yii\console\controllers\MessageController` to properly populate missing languages in case of extraction with "db" format (bizley) -- Bug #13489: Fixed button names in ActionColumn to contain proper `Yii::t()` tags and restored missing translations for `ja` and `ru` (cebe, softark) +- Bug #13489: Fixed button names in ActionColumn to contain proper `Yii::t()` tags and restored missing translations for `el`, `fa`, `ja`, `ru`, and `sk` (cebe, softark) 2.0.11 February 01, 2017 @@ -1742,3 +1742,4 @@ Yii Framework 2 Change Log - [Smarty View Renderer](https://github.com/yiisoft/yii2-smarty) - [Twig View Renderer](https://github.com/yiisoft/yii2-twig) +