Skip to content

Commit bbbcc9e

Browse files
committed
release version 2.0.30
1 parent c1e9739 commit bbbcc9e

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

9999
/**

Diff for: framework/CHANGELOG.md

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

4-
2.0.30 under development
4+
2.0.30 November 19, 2019
55
------------------------
66

7+
- Bug #17434: IE Ajax redirect fix for non 11.0 versions (kamarton)
78
- Bug #17632: Unicode file name was not correctly parsed in multipart forms (AlexRas007, samdark)
89
- Bug #17648: Handle empty column arrays in console `Table` widget (alex-code)
910
- 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)
1111
- Bug #17670: Fix overriding core component class using `__class` (sup-ham, samdark)
1212

13+
1314
2.0.29 October 22, 2019
1415
-----------------------
1516

0 commit comments

Comments
 (0)