mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 18:32:59 +08:00
release version 2.0.39.3
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
|||||||
*/
|
*/
|
||||||
public static function getVersion()
|
public static function getVersion()
|
||||||
{
|
{
|
||||||
return '2.0.40-dev';
|
return '2.0.39.3';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
Yii Framework 2 Change Log
|
Yii Framework 2 Change Log
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
2.0.39.3 under development
|
2.0.39.3 November 23, 2020
|
||||||
------------------------
|
--------------------------
|
||||||
|
|
||||||
- Bug #18396: Fix not throw `InvalidConfigException` when failed to instantiate class via DI container in some cases (vjik)
|
- Bug #18396: Fix not throw `InvalidConfigException` when failed to instantiate class via DI container in some cases (vjik)
|
||||||
- Enh #18200: Add `maxlength` attribute by default to the input text when it is an active field within a `yii\grid\DataColumn` (rad8329)
|
- Enh #18200: Add `maxlength` attribute by default to the input text when it is an active field within a `yii\grid\DataColumn` (rad8329)
|
||||||
|
|
||||||
|
|
||||||
2.0.39.2 November 13, 2020
|
2.0.39.2 November 13, 2020
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user