Skip to content

Commit d86fcc8

Browse files
committed
release version 2.0.22
1 parent d23537f commit d86fcc8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

framework/BaseYii.php

Lines changed: 1 addition & 1 deletion
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.22-dev';
96+
return '2.0.22';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Yii 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

1717
2.0.21 June 18, 2019

0 commit comments

Comments
 (0)