mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 06:37:55 +08:00
release version 2.0.34
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '2.0.34-dev';
|
||||
return '2.0.34';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
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 #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 #17935: Reset DB quoted table/column name caches when the connection is closed (brandonkelly)
|
||||
|
||||
|
||||
2.0.33 March 24, 2020
|
||||
|
||||
Reference in New Issue
Block a user