You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
Yii Framework 2 Change Log
2
2
==========================
3
3
4
-
2.0.27 under development
5
-
------------------------
4
+
2.0.27 September 18, 2019
5
+
-------------------------
6
6
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)
7
11
- Bug #17539: Fixed error when using `batch()` with `indexBy()` with MSSQL (alexkart)
8
12
- 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)
12
13
- 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)
0 commit comments