File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class BaseYii
93
93
*/
94
94
public static function getVersion ()
95
95
{
96
- return '2.0.30-dev ' ;
96
+ return '2.0.30 ' ;
97
97
}
98
98
99
99
/**
Original file line number Diff line number Diff line change 1
1
Yii Framework 2 Change Log
2
2
==========================
3
3
4
- 2.0.30 under development
4
+ 2.0.30 November 19, 2019
5
5
------------------------
6
6
7
+ - Bug #17434 : IE Ajax redirect fix for non 11.0 versions (kamarton)
7
8
- Bug #17632 : Unicode file name was not correctly parsed in multipart forms (AlexRas007, samdark)
8
9
- Bug #17648 : Handle empty column arrays in console ` Table ` widget (alex-code)
9
10
- Bug #17657 : Fix migration errors from missing ` $schema ` in RBAC init file when using MSSQL (PoohOka)
10
- - Bug #17434 : IE Ajax redirect fix for non 11.0 versions (kamarton)
11
11
- Bug #17670 : Fix overriding core component class using ` __class ` (sup-ham, samdark)
12
12
13
+
13
14
2.0.29 October 22, 2019
14
15
-----------------------
15
16
You can’t perform that action at this time.
0 commit comments