Skip to content

Commit

Permalink
release version 2.0.20
Browse files Browse the repository at this point in the history
samdark committed Jun 4, 2019

Verified

This commit was signed with the committer’s verified signature.
samdark Alexander Makarov
1 parent 5dac639 commit 0e1cdf0
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.20-dev';
return '2.0.20';
}

/**
4 changes: 2 additions & 2 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 Change Log
==========================

2.0.20 under development
------------------------
2.0.20 June 04, 2019
--------------------

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

0 comments on commit 0e1cdf0

Please sign in to comment.