mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 08:56:23 +08:00
release version 2.0.29
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
|||||||
*/
|
*/
|
||||||
public static function getVersion()
|
public static function getVersion()
|
||||||
{
|
{
|
||||||
return '2.0.29-dev';
|
return '2.0.29';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,15 +1,16 @@
|
|||||||
Yii Framework 2 Change Log
|
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 #8225: Fixed AJAX validation with checkboxList was only triggered on first select (execut)
|
||||||
- Bug #17597: PostgreSQL 12 and partitioned tables support (batyrmastyr)
|
- 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)
|
- 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
|
2.0.28 October 08, 2019
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
@ -49,7 +49,6 @@ class ColumnSchema extends \yii\db\ColumnSchema
|
|||||||
* @deprecated Since 2.0.14.1 and will be removed in 2.1.
|
* @deprecated Since 2.0.14.1 and will be removed in 2.1.
|
||||||
*/
|
*/
|
||||||
public $deserializeArrayColumnToArrayExpression = true;
|
public $deserializeArrayColumnToArrayExpression = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string name of associated sequence if column is auto-incremental
|
* @var string name of associated sequence if column is auto-incremental
|
||||||
* @since 2.0.29
|
* @since 2.0.29
|
||||||
|
|||||||
Reference in New Issue
Block a user