Skip to content

Commit cfd8e86

Browse files
committed
release version 2.0.12.2
1 parent 5bbb94d commit cfd8e86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.12.1';
96+
return '2.0.12.2';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.12.2 under development
5-
--------------------------
4+
2.0.12.2 March 21, 2018
5+
-----------------------
66

77
- Bug #15933: `yii\db\ActiveRecord::findOne()` now accepts column names prefixed with table name (cebe)
88

0 commit comments

Comments
 (0)