release version 2.0.29

This commit is contained in:
Alexander Makarov
2019-10-22 16:47:14 +03:00
parent 40fff67aa4
commit 0df43397ba
3 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.29-dev';
return '2.0.29';
}
/**

View File

@ -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
-----------------------

View File

@ -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