File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.34-dev ' ;
96
+ return '2.0.34 ' ;
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.34 under development
5
- ------------------------
4
+ 2.0.34 March 26, 2020
5
+ ---------------------
6
6
7
- - Bug #17933 : Log warning instead of erroring when URLManager is unable to initialize cache (samdark)
8
- - Bug #17935 : Reset DB quoted table/column name caches when the connection is closed (brandonkelly)
9
7
- Bug #17932 : Fix regression in detection of AJAX requests (samdark)
8
+ - Bug #17933 : Log warning instead of erroring when URLManager is unable to initialize cache (samdark)
10
9
- Bug #17934 : Fix regression in Oracle when binding several string parameters (fen1xpv, samdark)
10
+ - Bug #17935 : Reset DB quoted table/column name caches when the connection is closed (brandonkelly)
11
11
12
12
13
13
2.0.33 March 24, 2020
You can’t perform that action at this time.
0 commit comments