Skip to content

Commit

Permalink
release version 2.0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Feb 2, 2017
1 parent 284cadf commit 2cce93a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.12-dev';
return '2.0.11.1';
}

/**
Expand Down
5 changes: 3 additions & 2 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 2cce93a

Please sign in to comment.