Skip to content

Commit 0cfa274

Browse files
committed
release version 2.0.13.3
1 parent 18bd0e0 commit 0cfa274

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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.13.2';
96+
return '2.0.13.3';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

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

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

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

9+
910
2.0.13.2 March 20, 2018
1011
-----------------------
1112

0 commit comments

Comments
 (0)