Skip to content

Commit e91ec6e

Browse files
committed
release version 2.0.13.2
1 parent 4608bbc commit e91ec6e

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.13-dev';
96+
return '2.0.13.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.13.2 under development
5-
------------------------
4+
2.0.13.2 March 20, 2018
5+
-----------------------
66

77
- Bug #15688: (CVE-2018-7269): Fixed possible SQL injection through `yii\db\ActiveRecord::findOne()`, `::findAll()` (analitic1983, silverfire, cebe)
88

0 commit comments

Comments
 (0)