Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ec0183a

Browse files
committed
added information about resolved known issues
1 parent f0f26bf commit ec0183a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/guides/v2.3/release-notes/2-3-7-p2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Security-only patches typically include all hotfixes that have been released for
1919

2020
This release also includes bug fixes for the [Klarna](https://docs.magento.com/user-guide/v2.3/payment/klarna.html) and [Vertex](https://docs.magento.com/user-guide/v2.3/tax/vertex.html) vendor-developed extensions.
2121

22+
### Resolution of known issues in Adobe Commerce 2.3.7-p1
23+
24+
This release includes fixes for the following known issues, which were first identified in Adobe Commerce 2.3.7-p1:
25+
26+
* *PHP fatal error on upgrade*. This issue was previously addressed by patch `AC-384__Fix_Incompatible_PHP_Method__2.3.7-p1_ce.patch to address PHP fatal error on upgrade`.
27+
28+
* *Previously placed order price is displayed when a shopper tries to place an order with a different product using the PayPal payment method*. This issue was previously addressed by patch `Adobe Commerce 2.3.7-p1 known issue outdated order total for PayPal`.
29+
2230
### Security highlights
2331

2432
**Session IDs have been removed from the database**. This code change may result in breaking changes if merchants have customizations or installed extensions that use the raw session IDs stored in the database. <!--- MC-40976-->
@@ -29,6 +37,8 @@ This release also includes bug fixes for the [Klarna](https://docs.magento.com/u
2937

3038
**Recent penetration test vulnerabilities** have been fixed in this release. <!--- MC-42431-->
3139

40+
**The Content Security Policy directive `frame-ancestors` now supports the source expression `unsafe-inline`**. [GitHub-33101](https://github.com/magento/magento2/issues/33101) <!--- MC-42632-->
41+
3242
## Known issue
3343

3444
**Issue**: Adobe Stock images uploaded into the `<install_dir>/pub/media` and `<install_dir>/pub/media/catalog` directories are not visible in the Media Gallery. **Workaround**: To view and work with these images, delete them from the filesystem directories and re-upload them into an allowed Media Gallery directory. See the [Stock images not displayed, Adobe Commerce and Magento Open Source 2.3.7-p2](https://support.magento.com/hc/en-us/articles/4409491698189) Knowledge Base article.

src/guides/v2.4/release-notes/2-4-3-p1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Security-only patches typically include all hotfixes that have been released for
1616

1717
This release also includes bug fixes for the [Braintree](https://docs.magento.com/user-guide/payment/braintree.html), [Klarna](https://docs.magento.com/user-guide/payment/klarna.html#changes-in-the-latest-release), and [Vertex](https://docs.magento.com/user-guide/tax/vertex.html#changes-in-the-latest-release) vendor-developed extensions.
1818

19+
### Resolution of known issues in Adobe Commerce 2.4.3
20+
21+
This release includes a fix for the PHP fatal error on upgrade known issue, which as first identified in which were first identified in Adobe Commerce 2.4.3 and Magento Open Source 2.4.3. This issue was previously addressed by patch `AC-384__Fix_Incompatible_PHP_Method__2.3.7-p1_ce.patch to address PHP fatal error on upgrade`.
22+
1923
### Security highlights
2024

2125
**Session IDs have been removed from the database**. This code change may result in breaking changes if merchants have customizations or installed extensions that use the raw session IDs stored in the database. <!--- MC-40976-->
@@ -24,6 +28,10 @@ This release also includes bug fixes for the [Braintree](https://docs.magento.co
2428

2529
**Lowered limits to GraphQL query complexity**. The GraphQL maximum allowed query complexity has been lowered to prevent Denial-of-Service (DOS) attacks. See [GraphQL security configuration]({{page.baseurl}}/graphql/security-configuration.html). <!--- PWA-1700-->
2630

31+
**Recent penetration test vulnerabilities** have been fixed in this release. <!--- MC-42431-->
32+
33+
**The Content Security Policy directive `frame-ancestors` now supports the source expression `unsafe-inline`**. [GitHub-33101](https://github.com/magento/magento2/issues/33101) <!--- MC-42632-->
34+
2735
## Installation and upgrade instructions
2836

2937
For instructions on downloading and applying security-only patches (including patch 2.4.3-p1), see [Quick start install]({{site.baseurl}}/guides/v2.4/install-gde/composer.html).

0 commit comments

Comments
 (0)