Skip to content

Commit

Permalink
release version 2.0.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 6, 2021
1 parent 52cf02d commit 273cbab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.43-dev';
return '2.0.42.1';
}

/**
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.42.1 under development
--------------------------
2.0.42.1 May 06, 2021
---------------------

- Bug #18634: Fix `yii\db\BaseActiveRecord::unlink()` and `unlinkAll()` to omit condition for `on` property when it doesn't exist (bizley)

Expand Down

0 comments on commit 273cbab

Please sign in to comment.