We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dac639 commit 0e1cdf0Copy full SHA for 0e1cdf0
framework/BaseYii.php
@@ -93,7 +93,7 @@ class BaseYii
93
*/
94
public static function getVersion()
95
{
96
- return '2.0.20-dev';
+ return '2.0.20';
97
}
98
99
/**
framework/CHANGELOG.md
@@ -1,8 +1,8 @@
1
Yii Framework 2 Change Log
2
==========================
3
4
-2.0.20 under development
5
-------------------------
+2.0.20 June 04, 2019
+--------------------
6
7
- Bug #16509: Fixed console command help text wordwrap for multi-byte strings (alexkart)
8
- Bug #17299: Fixed adding of input error class in `\yii\widgets\ActiveField::widget` (alexkart)
0 commit comments