Skip to content

Commit 1d7f6cd

Browse files
committed
release version 2.0.13.1
1 parent 923e408 commit 1d7f6cd

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.14-dev';
96+
return '2.0.13.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.13.1 under development
5-
------------------------
4+
2.0.13.1 November 14, 2017
5+
--------------------------
66

77
- Bug #15081: Fixed "Undefined offset: 1" in log Target (ischenko)
88
- Bug #15086: Fixed jQuery onLoad event handling (alexantr)

0 commit comments

Comments
 (0)