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

Commit 6d55e3a

Browse files
committed
entered hostep's comments
1 parent f666fdb commit 6d55e3a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

src/guides/v2.4/release-notes/commerce-2-4-2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
955955

956956
<!-- ENGCOM-8260 -->
957957

958-
* Issues with `array_merge` in loops has been fixed throughout the codebase, which improves static content deployment. [GitHub-30183](https://github.com/magento/magento2/issues/30183)
958+
* Inefficient use of `array_merge` in loops has been refactored throughout the codebase, improving performance in several places, including in the static content deployment process. [GitHub-30183](https://github.com/magento/magento2/issues/30183)
959959

960960
<!-- ENGCOM-8445 -->
961961

@@ -1849,7 +1849,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
18491849

18501850
<!-- ENGCOM-8419 -->
18511851

1852-
* Deployment of specific themes for multiple locales has been optimized, which improves deployment that use a single theme with different locales. [GitHub-30184](https://github.com/magento/magento2/issues/30184)
1852+
* A new `--no-parent` flag was added to the `bin/magento setup:static-content:deploy` command that prevents the parent(s) of a theme from being compiled. This new flag you can significantly improve the performance of the static content deployment process by avoiding unnecessary compilation. Note that this new flag does not work when using the `compact` strategy. [GitHub-30184](https://github.com/magento/magento2/issues/30184)
18531853

18541854
### Translation and locales
18551855

@@ -2043,8 +2043,6 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
20432043

20442044
**Issue**: The `deleteRequisitionListOutput` query returns details about the deleted requisition list instead of the remaining requisition lists. <!--- MC-39894-->
20452045

2046-
**Issue**: Shoppers cannot add a configurable product to their cart from a non-default store view in a multi-store deployment. Magento displays this error: `Could not add item to cart. Please check required options and try again`. **Workaround**: None. [GitHub-31660](https://github.com/magento/magento2/issues/31660)<!--- PWA-1298-->
2047-
20482046
**Issue**: Merchants must activate the Fastly Force TLS functionality from the Admin to enable the global HTTP to HTTPS redirect for all store pages. See the [Redirect HTTP to HTTPS for all pages on Cloud (Force TLS)](https://support.magento.com/hc/en-us/articles/360006296953) Knowledge Base article. <!--- MC-39988-->
20492047

20502048
### B2B known issues

src/guides/v2.4/release-notes/open-source-2-4-2.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
836836

837837
<!-- ENGCOM-8260 -->
838838

839-
* Issues with `array_merge` in loops has been fixed throughout the codebase, which improves static content deployment. [GitHub-30183](https://github.com/magento/magento2/issues/30183)
839+
* Inefficient use of `array_merge` in loops has been refactored throughout the codebase, improving performance in several places, including in the static content deployment process. [GitHub-30183](https://github.com/magento/magento2/issues/30183)
840840

841841
<!-- ENGCOM-8445 -->
842842

@@ -1624,7 +1624,7 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
16241624

16251625
<!-- ENGCOM-8419 -->
16261626

1627-
* Deployment of specific themes for multiple locales has been optimized, which improves deployment that use a single theme with different locales. [GitHub-30184](https://github.com/magento/magento2/issues/30184)
1627+
* A new `--no-parent` flag was added to the `bin/magento setup:static-content:deploy` command that prevents the parent(s) of a theme from being compiled. This new flag you can significantly improve the performance of the static content deployment process by avoiding unnecessary compilation. Note that this new flag does not work when using the `compact` strategy. [GitHub-30184](https://github.com/magento/magento2/issues/30184)
16281628

16291629
### Translation and locales
16301630

@@ -1797,9 +1797,6 @@ We have fixed hundreds of issues in the Magento 2.4.2 core code.
17971797
## Known issues
17981798

17991799
**Issue**: The `deleteRequisitionListOutput` query returns details about the deleted requisition list instead of the remaining requisition lists. <!--- MC-39894-->
1800-
1801-
**Issue**: Shoppers cannot add a configurable product to their cart from a non-default store view in a multi-store deployment. Magento displays this error: `Could not add item to cart. Please check required options and try again`. **Workaround**: None. [GitHub-31660](https://github.com/magento/magento2/issues/31660)<!--- PWA-1298-->
1802-
18031800
## Community contributions
18041801

18051802
We are grateful to the wider Magento community and would like to acknowledge their contributions to this release. Check out the following ways you can learn about the community contributions to our current releases:

0 commit comments

Comments
 (0)