Skip to content

Commit 694a141

Browse files
committed
release version 2.0.19
1 parent a44b307 commit 694a141

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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.19-dev';
96+
return '2.0.19';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.19 under development
5-
------------------------
4+
2.0.19 May 21, 2019
5+
-------------------
66

7-
- Bug #17233: Fixed bug with integer model attribute names in Validator class (nadar)
87
- Bug #12077, #12135, #17263: Fixed PostgreSQL version of `alterColumn()` to accept properly `ColumnSchemaBuilder` definition of column (bizley)
8+
- Bug #16918: Console Table widget variables visibility was changed to protected to allow extending it (samdark)
9+
- Bug #17233: Fixed bug with integer model attribute names in Validator class (nadar)
910
- Bug #17306: Added ".mjs" extensions to mimetypes meta (samdark)
1011
- Bug #17313: Support jQuery 3.4 (samdark)
11-
- Bug #16918: Console Table widget variables visibility was changed to protected to allow extending it (samdark)
12+
1213

1314
2.0.18 April 23, 2019
1415
---------------------

0 commit comments

Comments
 (0)