Skip to content

Commit dd657f8

Browse files
committed
release version 2.0.34
1 parent 82649fc commit dd657f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.34-dev';
96+
return '2.0.34';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.34 under development
5-
------------------------
4+
2.0.34 March 26, 2020
5+
---------------------
66

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)
97
- 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)
109
- 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)
1111

1212

1313
2.0.33 March 24, 2020

0 commit comments

Comments
 (0)