File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class BaseYii
93
93
*/
94
94
public static function getVersion ()
95
95
{
96
- return '2.0.29-dev ' ;
96
+ return '2.0.29 ' ;
97
97
}
98
98
99
99
/**
Original file line number Diff line number Diff line change 1
1
Yii Framework 2 Change Log
2
2
==========================
3
3
4
- 2.0.29 under development
5
- ------------------------
4
+ 2.0.29 October 22, 2019
5
+ -----------------------
6
6
7
- - Bug #17602 : ` EmailValidator ` with ` checkDNS=true ` throws ` ErrorException ` on bad domains on Alpine (batyrmastyr)
8
- - Enh #17607 : Added Yii version 3 DI config compatibility (hiqsol)
9
- - Bug #17606 : Fix error in ` AssetBundle ` when a disabled bundle with custom init() was still published (onmotion)
10
7
- Bug #8225 : Fixed AJAX validation with checkboxList was only triggered on first select (execut)
11
8
- Bug #17597 : PostgreSQL 12 and partitioned tables support (batyrmastyr)
9
+ - Bug #17602 : ` EmailValidator ` with ` checkDNS=true ` throws ` ErrorException ` on bad domains on Alpine (batyrmastyr)
10
+ - Bug #17606 : Fix error in ` AssetBundle ` when a disabled bundle with custom init() was still published (onmotion)
12
11
- Bug #17625 : Fix boolean ` data ` attributes from subkeys rendering in ` Html::renderTagAttributes() ` (brandonkelly)
12
+ - Enh #17607 : Added Yii version 3 DI config compatibility (hiqsol)
13
+
13
14
14
15
2.0.28 October 08, 2019
15
16
-----------------------
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ class ColumnSchema extends \yii\db\ColumnSchema
49
49
* @deprecated Since 2.0.14.1 and will be removed in 2.1.
50
50
*/
51
51
public $ deserializeArrayColumnToArrayExpression = true ;
52
-
53
52
/**
54
53
* @var string name of associated sequence if column is auto-incremental
55
54
* @since 2.0.29
You can’t perform that action at this time.
0 commit comments