Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Yii 2.0.38 #4384

Merged
merged 2 commits into from
Sep 16, 2020
Merged

Upgrade to Yii 2.0.38 #4384

merged 2 commits into from
Sep 16, 2020

Conversation

luke-
Copy link
Contributor

@luke- luke- commented Sep 16, 2020

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

It seems that HumHub and the official marketplace modules are not affected by the Yii2 security bug CVE-2020-15148.

Although we should provide an update for individual modules here. The Yii2 update does not sound critical.

  Seems you have upgraded Yii Framework from version 2.0.36 to 2.0.38.

  Please check the upgrade notes for possible incompatible changes
  and adjust your application code accordingly.

  Upgrade from Yii 2.0.37
  -----------------------

  * Resolving DI references inside of arrays in dependencies was made optional and turned off by default. In order
    to turn it on, set `resolveArrays` of container instance to `true`.

  Upgrade from Yii 2.0.36
  -----------------------

  * `yii\db\Exception::getCode()` now returns full PDO code that is SQLSTATE string. If you have relied on comparing code
    with an integer value, adjust your code.

  You can find the upgrade notes for all versions online at:
  https://github.com/yiisoft/yii2/blob/2.0.38/framework/UPGRADE.md


@luke- luke- merged commit 6fa5d19 into master Sep 16, 2020
@luke- luke- deleted the fix/yii2upgrade branch September 16, 2020 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants