release version 2.0.34

This commit is contained in:
Alexander Makarov
2020-03-26 23:42:29 +03:00
parent 82649fc741
commit dd657f8d64
2 changed files with 5 additions and 5 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/ */
public static function getVersion() public static function getVersion()
{ {
return '2.0.34-dev'; return '2.0.34';
} }
/** /**

View File

@ -1,13 +1,13 @@
Yii Framework 2 Change Log Yii Framework 2 Change Log
========================== ==========================
2.0.34 under development 2.0.34 March 26, 2020
------------------------ ---------------------
- Bug #17933: Log warning instead of erroring when URLManager is unable to initialize cache (samdark)
- Bug #17935: Reset DB quoted table/column name caches when the connection is closed (brandonkelly)
- Bug #17932: Fix regression in detection of AJAX requests (samdark) - Bug #17932: Fix regression in detection of AJAX requests (samdark)
- Bug #17933: Log warning instead of erroring when URLManager is unable to initialize cache (samdark)
- Bug #17934: Fix regression in Oracle when binding several string parameters (fen1xpv, samdark) - Bug #17934: Fix regression in Oracle when binding several string parameters (fen1xpv, samdark)
- Bug #17935: Reset DB quoted table/column name caches when the connection is closed (brandonkelly)
2.0.33 March 24, 2020 2.0.33 March 24, 2020