diff --git a/framework/BaseYii.php b/framework/BaseYii.php index 3686689..772ed5b 100644 --- a/framework/BaseYii.php +++ b/framework/BaseYii.php @@ -93,7 +93,7 @@ class BaseYii */ public static function getVersion() { - return '2.0.29-dev'; + return '2.0.29'; } /** diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index c109645..116b36f 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,15 +1,16 @@ Yii Framework 2 Change Log ========================== -2.0.29 under development ------------------------- +2.0.29 October 22, 2019 +----------------------- -- Bug #17602: `EmailValidator` with `checkDNS=true` throws `ErrorException` on bad domains on Alpine (batyrmastyr) -- Enh #17607: Added Yii version 3 DI config compatibility (hiqsol) -- Bug #17606: Fix error in `AssetBundle` when a disabled bundle with custom init() was still published (onmotion) - Bug #8225: Fixed AJAX validation with checkboxList was only triggered on first select (execut) - Bug #17597: PostgreSQL 12 and partitioned tables support (batyrmastyr) +- Bug #17602: `EmailValidator` with `checkDNS=true` throws `ErrorException` on bad domains on Alpine (batyrmastyr) +- Bug #17606: Fix error in `AssetBundle` when a disabled bundle with custom init() was still published (onmotion) - Bug #17625: Fix boolean `data` attributes from subkeys rendering in `Html::renderTagAttributes()` (brandonkelly) +- Enh #17607: Added Yii version 3 DI config compatibility (hiqsol) + 2.0.28 October 08, 2019 ----------------------- diff --git a/framework/db/pgsql/ColumnSchema.php b/framework/db/pgsql/ColumnSchema.php index 0112357..b93ad3c 100644 --- a/framework/db/pgsql/ColumnSchema.php +++ b/framework/db/pgsql/ColumnSchema.php @@ -49,7 +49,6 @@ class ColumnSchema extends \yii\db\ColumnSchema * @deprecated Since 2.0.14.1 and will be removed in 2.1. */ public $deserializeArrayColumnToArrayExpression = true; - /** * @var string name of associated sequence if column is auto-incremental * @since 2.0.29