Skip to content

Commit 0e1cdf0

Browse files
committed
release version 2.0.20
1 parent 5dac639 commit 0e1cdf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: framework/BaseYii.php

+1-1
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.20-dev';
96+
return '2.0.20';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.20 under development
5-
------------------------
4+
2.0.20 June 04, 2019
5+
--------------------
66

77
- Bug #16509: Fixed console command help text wordwrap for multi-byte strings (alexkart)
88
- Bug #17299: Fixed adding of input error class in `\yii\widgets\ActiveField::widget` (alexkart)

0 commit comments

Comments
 (0)