Skip to content

Commit 20aa508

Browse files
committed
release version 2.0.15.1
1 parent b195d9e commit 20aa508

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.15';
96+
return '2.0.15.1';
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.15.1 under development
5-
--------------------------
4+
2.0.15.1 March 21, 2018
5+
-----------------------
66

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

0 commit comments

Comments
 (0)