release version 2.0.39.3

This commit is contained in:
Alexander Makarov
2020-11-23 22:17:58 +03:00
parent b7a3e17d1d
commit 939b188382
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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
-------------------------- --------------------------