Skip to content

Commit 0df4339

Browse files
committed
release version 2.0.29
1 parent 40fff67 commit 0df4339

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: framework/BaseYii.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BaseYii
9393
*/
9494
public static function getVersion()
9595
{
96-
return '2.0.29-dev';
96+
return '2.0.29';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.29 under development
5-
------------------------
4+
2.0.29 October 22, 2019
5+
-----------------------
66

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)
107
- Bug #8225: Fixed AJAX validation with checkboxList was only triggered on first select (execut)
118
- 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)
1211
- 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+
1314

1415
2.0.28 October 08, 2019
1516
-----------------------

Diff for: framework/db/pgsql/ColumnSchema.php

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class ColumnSchema extends \yii\db\ColumnSchema
4949
* @deprecated Since 2.0.14.1 and will be removed in 2.1.
5050
*/
5151
public $deserializeArrayColumnToArrayExpression = true;
52-
5352
/**
5453
* @var string name of associated sequence if column is auto-incremental
5554
* @since 2.0.29

0 commit comments

Comments
 (0)