From 694a1410e8fdd5a2aafce02276e06db33572cc13 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 21 May 2019 19:01:16 +0300 Subject: [PATCH] release version 2.0.19 --- framework/BaseYii.php | 2 +- framework/CHANGELOG.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/framework/BaseYii.php b/framework/BaseYii.php index d45ce6ecc3..8ecf61da77 100644 --- a/framework/BaseYii.php +++ b/framework/BaseYii.php @@ -93,7 +93,7 @@ class BaseYii */ public static function getVersion() { - return '2.0.19-dev'; + return '2.0.19'; } /** diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 3bd1a38e90..219aa0421f 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,14 +1,15 @@ Yii Framework 2 Change Log ========================== -2.0.19 under development ------------------------- +2.0.19 May 21, 2019 +------------------- -- Bug #17233: Fixed bug with integer model attribute names in Validator class (nadar) - Bug #12077, #12135, #17263: Fixed PostgreSQL version of `alterColumn()` to accept properly `ColumnSchemaBuilder` definition of column (bizley) +- Bug #16918: Console Table widget variables visibility was changed to protected to allow extending it (samdark) +- Bug #17233: Fixed bug with integer model attribute names in Validator class (nadar) - Bug #17306: Added ".mjs" extensions to mimetypes meta (samdark) - Bug #17313: Support jQuery 3.4 (samdark) -- Bug #16918: Console Table widget variables visibility was changed to protected to allow extending it (samdark) + 2.0.18 April 23, 2019 ---------------------