Skip to content

Commit 940eb36

Browse files
committed
release version 2.0.27
1 parent 4c76dc4 commit 940eb36

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

framework/BaseYii.php

Lines changed: 1 addition & 1 deletion
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.27-dev';
96+
return '2.0.27';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.27 under development
5-
------------------------
4+
2.0.27 September 18, 2019
5+
-------------------------
66

7+
- Bug #16610: ErrorException trace was cut when using XDebug (Izumi-kun)
8+
- Bug #16671: Logging in `Connection::open()` was not respecting `Connection::$enableLogging` (samdark)
9+
- Bug #16855: Ignore console commands that have no actions (alexeevdv)
10+
- Bug #17434: Fix regular expression illegal character; Repeated fix for Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) (kamarton)
711
- Bug #17539: Fixed error when using `batch()` with `indexBy()` with MSSQL (alexkart)
812
- Bug #17549: Fix `yii\db\ExpressionInterface` not supported in `yii\db\conditions\SimpleConditionBuilder` (razvanphp)
9-
- Bug #17434: Fix regular expression illegal character; Repeated fix for Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) (kamarton)
10-
- Bug #16855: Ignore console commands that have no actions (alexeevdv)
11-
- Enh #16826: `appendTimestamp` support was added to `View` methods `registerCssFile()` and `registerJsFile()` (onmotion)
1213
- Enh #15526: Show valid aliases and options on invalid input in console application (samdark)
13-
- Bug #16671: Logging in `Connection::open()` was not respecting `Connection::$enableLogging` (samdark)
14-
- Bug #16610: ErrorException trace was cut when using XDebug (Izumi-kun)
14+
- Enh #16826: `appendTimestamp` support was added to `View` methods `registerCssFile()` and `registerJsFile()` (onmotion)
1515

1616

1717
2.0.26 September 03, 2019

0 commit comments

Comments
 (0)