Skip to content

Commit 2785480

Browse files
committed
release version 2.0.11.2
1 parent e82b40a commit 2785480

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.12-dev';
96+
return '2.0.11.2';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

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

4-
2.0.11.2 under development
4+
2.0.11.2 February 08, 2017
55
--------------------------
66

77
- Bug #13501: Fixed `yii\rbac\DbManager::getRule()` and `yii\rbac\DbManager::getRules()` to properly handle resource data came from Rule table when using PostgreSQL (StalkAlex)
88
- Bug #13508: Fixed duplicate attachment of behavior BC break (cebe)
9-
- Bug #13533: Fixed BC break in `yii\validators\ExistValidator::$targetAttribute` (developeruz)
109
- Bug #13522: Issue with UrlRule, which created duplicate slashes when a default value was used (cebe)
10+
- Bug #13533: Fixed BC break in `yii\validators\ExistValidator::$targetAttribute` (developeruz)
11+
1112

1213
2.0.11.1 February 02, 2017
1314
------------------------

0 commit comments

Comments
 (0)