Skip to content

Commit

Permalink
release version 2.0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Nov 13, 2020
1 parent d633a91 commit a7879df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.40-dev';
return '2.0.39.2';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 Change Log
==========================

2.0.39.2 under development
------------------------
2.0.39.2 November 13, 2020
--------------------------

- Bug #18378: Fix not taking default value when unable to resolve abstract class via DI container (vjik)

Expand Down
2 changes: 1 addition & 1 deletion framework/di/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ class Instance
* @var string the component ID, class name, interface name or alias name
*/
public $id;

/**
* @var bool if null should be returned instead of throwing an exception
*/
public $optional;


/**
* Constructor.
* @param string $id the component ID
Expand Down

0 comments on commit a7879df

Please sign in to comment.