File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class BaseYii
9393 */
9494 public static function getVersion ()
9595 {
96- return '2.0.22-dev ' ;
96+ return '2.0.22 ' ;
9797 }
9898
9999 /**
Original file line number Diff line number Diff line change 11Yii Framework 2 Change Log
22==========================
33
4- 2.0.22 under development
5- ------------------------
4+ 2.0.22 July 02, 2019
5+ --------------------
66
7- - Enh #17382 : Added ` \yii\validators\DateValidator::$strictDateFormat ` to enable strict validation (alexkart)
87- Bug #16394 : Fixed issues in ` migrate/create ` when specifying default values with colons and adding multiple columns (alexkart)
9- - Bug #17341 : Re-added fix for error from yii.activeForm.js in strict mode (mikehaertl)
10- - Enh #17396 : Added 'invoked by controller' to the debug log message when ` \yii\base\Action ` is used (alexkart)
8+ - Bug #17057 : Fixed issues with table names that contain special characters or keywords in MSSQL (alexkart)
119- Bug #17325 : Fixed "Cannot drop view" for MySQL while ` migrate/fresh ` (alexkart)
10+ - Bug #17341 : Re-added fix for error from yii.activeForm.js in strict mode (mikehaertl)
1211- Bug #17384 : Fixed SQL error when passing ` DISTINCT ON ` queries (brandonkelly)
13- - Bug #17057 : Fixed issues with table names that contain special characters or keywords in MSSQL (alexkart)
1412- Bug #17389 : Fixed ` UniqueValidator ` to work with Active Record having ` joinWith() ` in its ` find() ` (garthpmurray)
13+ - Enh #17382 : Added ` \yii\validators\DateValidator::$strictDateFormat ` to enable strict validation (alexkart)
14+ - Enh #17396 : Added 'invoked by controller' to the debug log message when ` \yii\base\Action ` is used (alexkart)
1515
1616
17172.0.21 June 18, 2019
You can’t perform that action at this time.
0 commit comments