Skip to content

Commit

Permalink
Merge branch 'release/4.4.12' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 24, 2023
2 parents 0fd0229 + cd8900b commit 7a534f8
Show file tree
Hide file tree
Showing 78 changed files with 698 additions and 349 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Release Notes for Craft CMS 4

## 4.4.12 - 2023-05-23

- Asset indexes now remember their previously-selected source path. ([#13147](https://github.com/craftcms/cms/issues/13147))
- Added the `enabledForSite` field for entries queried via GraphQL. ([#13214](https://github.com/craftcms/cms/pull/13214))
- Added `craft\base\ElementInterface::sourcePath()`.
- Improved `craft\helpers\FileHelper::getExtensionByMimeType()` for some ambiguous, web-friendly MIME types.
- Fixed a bug where reverting an entry’s content from a revision could omit some Matrix blocks.
- Fixed an error that could occur when adding a new site to an entry which contained Matrix blocks, if the same site had been added and removed previously.
- Fixed a bug where Matrix blocks nested within Neo or Super Table fields could be omitted when propagating an entry to a new site. ([#13207](https://github.com/craftcms/cms/issues/13207))
- Fixed a bug where `craft\web\View::registerTwigExtension()` could throw an exception if Twig was already initialized. ([#13208](https://github.com/craftcms/cms/issues/13208))
- Fixed a bug where entries mutated via GraphQL weren’t becoming globally enabled if `enabled` was set to `true`. ([#13214](https://github.com/craftcms/cms/pull/13214))
- Fixed a styling issue with “Post Date” and “Expiry Date” fields. ([#13216](https://github.com/craftcms/cms/issues/13216))
- Removed the OAuth 2.0 Client library, as it’s no longer used in core.
- Fixed a bug where activation emails sent to newly-created users could link to the front-end site, if they were granted control panel access via a user group. ([#13204](https://github.com/craftcms/cms/issues/13204))
- Fixed a bug where “Required” lightswitch labels within field layout designers’ field settings slideouts weren’t getting translated. ([#13230](https://github.com/craftcms/cms/issues/13230))
- Fixed a bug where Date fields could display the wrong date. ([#13233](https://github.com/craftcms/cms/issues/13233))
- Deprecated the `Craft.startsWith()` JavaScript method. `String.prototype.startsWith()` should be used instead.
- Fixed two XSS vulnerabilities.

## 4.4.11 - 2023-05-15

- Fixed a bug where Matrix blocks weren’t getting propagated to newly-added sites for entries. ([#13181](https://github.com/craftcms/cms/issues/13181))
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Expand Up @@ -36,15 +36,13 @@
"ext-zip": "*",
"commerceguys/addressing": "^1.2",
"composer/composer": "2.2.19",
"craftcms/oauth2-craftid": "~1.0.0",
"craftcms/plugin-installer": "~1.6.0",
"craftcms/server-check": "~2.1.2",
"creocoder/yii2-nested-sets": "~0.9.0",
"elvanto/litemoji": "^4.3.0",
"enshrined/svg-sanitize": "~0.16.0",
"guzzlehttp/guzzle": "^7.2.0",
"illuminate/collections": "^9.1.0",
"league/oauth2-client": "^2.6.0",
"mikehaertl/php-shellcommand": "^1.6.3",
"moneyphp/money": "^4.0",
"monolog/monolog": "^2.3",
Expand Down Expand Up @@ -85,7 +83,6 @@
"yii2tech/ar-softdelete": "1.0.4"
},
"conflict": {
"league/oauth2-client": "2.4.0",
"webonyx/graphql-php": "14.11.7"
},
"suggest": {
Expand Down

0 comments on commit 7a534f8

Please sign in to comment.