Skip to content

Commit

Permalink
Merge branch 'hotfix/4.4.7.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 15, 2023
2 parents 08687f7 + c5c9f66 commit 5035cee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft CMS 4

## 4.4.7.1 - 2023-04-15

- Locked the Yii 2 PSR Log Target library to 1.1.3 to avoid a PHP error that occurs on 1.1.4.

## 4.4.7 - 2023-04-11

- Improved the control panel styling when the Debug Toolbar is enabled.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"moneyphp/money": "^4.0",
"monolog/monolog": "^2.3",
"pixelandtonic/imagine": "~1.3.3.1",
"samdark/yii2-psr-log-target": "^1.1",
"samdark/yii2-psr-log-target": "1.1.3",
"seld/cli-prompt": "^1.0.4",
"symfony/http-client": "^6.0.3",
"symfony/var-dumper": "^5.0|^6.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '4.4.7',
'version' => '4.4.7.1',
'schemaVersion' => '4.4.0.4',
'minVersionRequired' => '3.7.11',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 5035cee

Please sign in to comment.