You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/release-notes/commerce-2-4-2.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This release includes over 35 security fixes and platform security improvements.
33
33
34
34
#### Over 35 security enhancements that help close remote code execution (RCE) and cross-site scripting (XSS) vulnerabilities
35
35
36
-
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene. See [Security Updates Available for Magento](https://helpx.adobe.com/security/products/magento/apsb20-59.html) for a discussion of these fixed issues.
36
+
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene.
37
37
38
38
#### Additional security enhancements
39
39
@@ -100,7 +100,7 @@ See the [GraphQL Developer Guide]({{page.baseurl}}/graphql/) for details on thes
100
100
101
101
Magento 2.4.2 introduces B2B v1.3.1. This release includes support for online payments for purchase orders as well as multiple bug fixes.
102
102
103
-
**Purchase orders can now be completed using online payment methods**. B2B buyers are prompted to select their preferred payment method for each [purchase order](https://docs-beta.magento.com/user-guide/stores/b2b-purchase-order-flow.html) during the initial checkout (#232). After the purchase order has been approved, buyers are prompted to enter payment details to convert the purchase order to a final order.
103
+
**Purchase orders can now be completed using online payment methods**. B2B buyers are prompted to select their preferred payment method for each [purchase order](https://docs-beta.magento.com/user-guide/stores/b2b-purchase-order-flow.html) during the initial checkout. After the purchase order has been approved, buyers are prompted to enter payment details to convert the purchase order to a final order.
104
104
105
105
To support a complete workflow for accepting online payments, this feature also:
106
106
@@ -254,7 +254,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
254
254
255
255
<!--- ENGCOM-8020-->
256
256
257
-
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. _Fix submitted by Nazar Klovanych in pull request [29576](https://github.com/magento/magento2/pull/29576)_. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
257
+
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
258
258
259
259
### Analytics
260
260
@@ -456,15 +456,15 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
456
456
457
457
<!-- ENGCOM-8101 -->
458
458
459
-
*Remove unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
459
+
*Removed unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
460
460
461
461
<!-- ENGCOM-7967 -->
462
462
463
463
* The title of the Order Failure page has been revised for accuracy. Previously, this page was titled, **We received your order!**[GitHub-29416](https://github.com/magento/magento2/issues/29416)
464
464
465
465
<!-- ENGCOM-8028 -->
466
466
467
-
* ChangeQuoteControl has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
467
+
*`ChangeQuoteControl` has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
468
468
469
469
<!-- ENGCOM-8027 -->
470
470
@@ -1212,7 +1212,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
1212
1212
1213
1213
* The Admin and main store switcher now reflect changes made to the store sort order in the Admin. [GitHub-13401](https://github.com/magento/magento2/issues/13401)
1214
1214
1215
-
### TargetRule
1215
+
### Target rules
1216
1216
1217
1217
<!--- MC-34998-->
1218
1218
@@ -1260,7 +1260,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
1260
1260
1261
1261
<!-- ENGCOM-8017 -->
1262
1262
1263
-
* Added test coverage for the AdminAnalytics module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
1263
+
* Added test coverage for the `AdminAnalytics` module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
Copy file name to clipboardExpand all lines: src/guides/v2.4/release-notes/open-source-2-4-2.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This release includes over 35 security fixes and platform security improvements.
33
33
34
34
#### Over 35 security enhancements that help close remote code execution (RCE) and cross-site scripting (XSS) vulnerabilities
35
35
36
-
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene. See [Security Updates Available for Magento](https://helpx.adobe.com/security/products/magento/apsb20-59.html) for a discussion of these fixed issues.
36
+
No confirmed attacks related to these issues have occurred to date. However, certain vulnerabilities can potentially be exploited to access customer information or take over administrator sessions. Most of these issues require that an attacker first obtains access to the Admin. As a result, we remind you to take all necessary steps to protect your Admin, including but not limited to these efforts: IP allowlisting, [two-factor authentication]({{page.baseurl}}/security/two-factor-authentication.html), use of a VPN, the use of a unique location rather than `/admin`, and good password hygiene.
37
37
38
38
#### Additional security enhancements
39
39
@@ -176,7 +176,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
176
176
177
177
<!--- ENGCOM-8020-->
178
178
179
-
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. _Fix submitted by Nazar Klovanych in pull request [29576](https://github.com/magento/magento2/pull/29576)_. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
179
+
* Added support for reading `exif_image.png` or `exif-image.jpeg` metadata. [GitHub-1449](https://github.com/magento/adobe-stock-integration/issues/1449)
180
180
181
181
### Analytics
182
182
@@ -362,15 +362,15 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
362
362
363
363
<!-- ENGCOM-8101 -->
364
364
365
-
*Remove unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
365
+
*Removed unnecessary spaces in `app/code/Magento/Contact/view/frontend/templates/form.phtml`. [GitHub-29779](https://github.com/magento/magento2/issues/29779)
366
366
367
367
<!-- ENGCOM-7967 -->
368
368
369
369
* The title of the Order Failure page has been revised for accuracy. Previously, this page was titled, **We received your order!**[GitHub-29416](https://github.com/magento/magento2/issues/29416)
370
370
371
371
<!-- ENGCOM-8028 -->
372
372
373
-
* ChangeQuoteControl has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
373
+
*`ChangeQuoteControl` has been refactored. [GitHub-29673](https://github.com/magento/magento2/issues/29673)
374
374
375
375
<!-- ENGCOM-8027 -->
376
376
@@ -1022,7 +1022,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
1022
1022
1023
1023
* The Admin and main store switcher now reflect changes made to the store sort order in the Admin. [GitHub-13401](https://github.com/magento/magento2/issues/13401)
1024
1024
1025
-
### TargetRule
1025
+
### Target rules
1026
1026
1027
1027
<!--- MC-34998-->
1028
1028
@@ -1066,7 +1066,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
1066
1066
1067
1067
<!-- ENGCOM-8017 -->
1068
1068
1069
-
* Added test coverage for the AdminAnalytics module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
1069
+
* Added test coverage for the `AdminAnalytics` module. [GitHub-29500](https://github.com/magento/magento2/issues/29500)
0 commit comments