Skip to content

Commit 2cce93a

Browse files
committed
release version 2.0.11.1
1 parent 284cadf commit 2cce93a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

framework/BaseYii.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BaseYii
9393
*/
9494
public static function getVersion()
9595
{
96-
return '2.0.12-dev';
96+
return '2.0.11.1';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.12 under development
4+
2.0.11.1 February 02, 2017
55
------------------------
66

77
- Bug #11502: Fixed `yii\console\controllers\MessageController` to properly populate missing languages in case of extraction with "db" format (bizley)
8-
- Bug #13489: Fixed button names in ActionColumn to contain proper `Yii::t()` tags and restored missing translations for `ja` and `ru` (cebe, softark)
8+
- 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)
99

1010

1111
2.0.11 February 01, 2017
@@ -1742,3 +1742,4 @@ Yii Framework 2 Change Log
17421742

17431743
- [Smarty View Renderer](https://github.com/yiisoft/yii2-smarty)
17441744
- [Twig View Renderer](https://github.com/yiisoft/yii2-twig)
1745+

0 commit comments

Comments
 (0)