We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b195d9e commit 20aa508Copy full SHA for 20aa508
framework/BaseYii.php
@@ -93,7 +93,7 @@ class BaseYii
93
*/
94
public static function getVersion()
95
{
96
- return '2.0.15';
+ return '2.0.15.1';
97
}
98
99
/**
framework/CHANGELOG.md
@@ -1,8 +1,8 @@
1
Yii Framework 2 Change Log
2
==========================
3
4
-2.0.15.1 under development
5
---------------------------
+2.0.15.1 March 21, 2018
+-----------------------
6
7
- Bug #15931: `yii\db\ActiveRecord::findOne()` now accepts column names prefixed with table name (cebe)
8
0 commit comments