Skip to content

Commit

Permalink
Merge pull request #2478 from magento-devdocs/2.4.3-release-note-upda…
Browse files Browse the repository at this point in the history
…te-MC-41474

Adobe Commerce and Magento Open Source release note update (MC-41474)
  • Loading branch information
jfrontain committed Aug 23, 2021
2 parents bae0cc6 + b64573e commit 8ae72a7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/guides/v2.4/release-notes/2-4-2-p2.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
group: release-notes
title: Magento 2.4.2-p2 Release Notes
title: Adobe Commerce 2.4.2-p2 Release Notes
---

Magento 2.4.2-p2 is a security-only release that provides 18 security fixes that enhance your Magento 2.4.2 deployment. Merchants can now install time-sensitive security fixes without applying the hundreds of functional fixes and enhancements that a full quarterly release provides. Patch 2.4.2-p2 provides fixes for vulnerabilities that have been identified in our previous quarterly release, {{ site.data.var.ee }} 2.4.2 and {{ site.data.var.ce }} 2.4.2.
{{ site.data.var.ee }} 2.4.2-p2 is a security-only release that provides 18 security fixes that enhance your Magento 2.4.2 deployment. Merchants can now install time-sensitive security fixes without applying the hundreds of functional fixes and enhancements that a full quarterly release provides. Patch 2.4.2-p2 provides fixes for vulnerabilities that have been identified in our previous quarterly release, {{ site.data.var.ee }} 2.4.2 and {{ site.data.var.ce }} 2.4.2.
## What's in this release?

Eighteen security fixes are included in this security patch. See [Adobe Security Bulletin](https://helpx.adobe.com/security/products/magento/apsb21-64.html).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ This page highlights backward incompatible changes between releases that have a

## 2.4.2- 2.4.3

### Cookie message is displayed when new page loads

Stores with a pre-existing custom theme and for which cookies are enabled now display this message: **The store will not work correctly in the case when cookies are disabled**. This issue is caused by a backward-incompatible change in how Magento handles cookie status messages. [GitHub-9095](https://github.com/magento/devdocs/issues/9095)

**Workaround**: Add the `cookie-status-message` class to the
`custom_theme_path/Magento_Theme/web/css/source/_module.less` file for custom themes.

```javascript

& when (@media-common = true) {
.cookie-status-message {
display: none;
}
}

```

### pelago/emogrifier update

The Magento dependency `pelago/emogrifier` has been updated from version 3.1.0 to 5.0.0. This update resulted in the introduction of backwards-incompatible changes to the `Magento\Email\Model\Template\Filter` class. The changed code is executed during Magento email templates rendering. See [BIC reference]({{page.baseurl}}/release-notes/backward-incompatible-changes/reference.html). <!--- MC-41445-->
Expand Down
4 changes: 2 additions & 2 deletions src/guides/v2.4/release-notes/bk-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: 2.4 Release Information
redirect_from: magento-release-information.html
---

## Magento 2.4.x release notes
## {{site.data.var.ee}} and {{site.data.var.ce}} 2.4.x release notes

* [{{site.data.var.ce}} 2.4.3 Release Notes]({{page.baseurl}}/release-notes/open-source-2-4-3.html)
* [{{site.data.var.ee}} 2.4.3 Release Notes]({{page.baseurl}}/release-notes/commerce-2-4-3.html)

* [Magento 2.4.2-p2 Release Notes]({{page.baseurl}}/release-notes/2-4-2-p2.html)
* [{{site.data.var.ee}} 2.4.2-p2 Release Notes]({{page.baseurl}}/release-notes/2-4-2-p2.html)
* [{{site.data.var.ce}} 2.4.2 Release Notes]({{page.baseurl}}/release-notes/open-source-2-4-2.html)
* [{{site.data.var.ee}} 2.4.2 Release Notes]({{page.baseurl}}/release-notes/commerce-2-4-2.html)

Expand Down
2 changes: 1 addition & 1 deletion src/guides/v2.4/release-notes/commerce-2-4-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This release includes over 370 new fixes to core code and 33 security enhancemen
{:.bs-callout-info}
Quarterly releases may contain backward-incompatible changes (BIC). {{ site.data.var.ee }} 2.4.3 contains minor backward-incompatible changes. To review minor backward-incompatible changes, see [BIC reference]({{page.baseurl}}/release-notes/backward-incompatible-changes/reference.html). (Major backward-incompatible issues are described in [BIC highlights]({{page.baseurl}}/release-notes/backward-incompatible-changes/index.html). Not all releases introduce major BICs.)

See [Magento 2.4.2-p2 release notes]({{page.baseurl}}/release-notes/2-4-2-p2.html) for information about Magento 2.4.2-p2.
See [Adobe Commerce 2.4.2-p2 release notes]({{page.baseurl}}/release-notes/2-4-2-p2.html) for information about Magento 2.4.2-p2.
## Other release information

Although code for these features is bundled with quarterly releases of the Magento core code, several of these projects (for example, B2B, Page Builder, and Progressive Web Applications (PWA) Studio) are also released independently. Bug fixes for these projects are documented in the separate, project-specific release information that is available in the documentation for each project.
Expand Down
2 changes: 1 addition & 1 deletion src/guides/v2.4/release-notes/open-source-2-4-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This release includes over 370 new fixes to core code and 33 security enhancemen
{:.bs-callout-info}
Quarterly releases may contain backward-incompatible changes (BIC). {{ site.data.var.ce }} 2.4.2 contains minor backward-incompatible changes. To review minor backward-incompatible changes, see [BIC reference]({{page.baseurl}}/release-notes/backward-incompatible-changes/reference.html). (Major backward-incompatible issues are described in [BIC highlights]({{page.baseurl}}/release-notes/backward-incompatible-changes/index.html). Not all releases introduce major BICs.)

See [Magento 2.4.2-p2 release notes]({{page.baseurl}}/release-notes/2-4-2-p2.html) for information about Magento 2.4.2-p2.
See [Adobe Commerce 2.4.2-p2 release notes]({{page.baseurl}}/release-notes/2-4-2-p2.html) for information about Magento 2.4.2-p2.

## Other release information

Expand Down

0 comments on commit 8ae72a7

Please sign in to comment.