Tu Van
Tu Van
### Description (*) The fixes for issue #31920 in PR [31940](https://github.com/magento/magento2/pull/31940) were removed [accidentally](https://github.com/magento/magento2/commit/405ee6ebdfb9a3df7455153eb11af2f91fdba562). This PR revert code changes in PR [31940](https://github.com/magento/magento2/pull/31940) for fixing errors in customer data when component...
### Description (*) Remove redundant getCacheTags method from the Topmenu class as it is unneeded: The getCacheTags() method from Topmenu class: https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Theme/Block/Html/Topmenu.php#L365 return `array_merge(parent::getCacheTags(), $this->getIdentities());` which already returned by the...
## Purpose of this pull request This pull request (PR): - Updates magento versions that support OpenSearch - Reformatting services.yaml example in Set up OpenSearch service document - Update magento...
Correct return type for the apply() method for PHP 8 compatibility.
This pull request resolves the compatibility issues with `colinmollenhour/php-redis-session-abstract` [v1.6.0](https://github.com/colinmollenhour/php-redis-session-abstract/releases/tag/v1.6.0). ### Description (*) The newest version of Cm RedisSession, version v1.6.0 has caused compatibility issues with Magento and Adobe Commerce...
### Preconditions and environment - Magento version: 2.4.7 - The checkout page only contains "Review & Payments" step as the cart only contains virtual or/and downloadable product types. ### Steps...
Upgrade Composer version to 2.7.7 to address Composer vulnerabilities CVE-2024-35241 and CVE-2024-35242. Reference: https://blog.packagist.com/composer-2-7-7/ > Nils Adermann, Jun 10, 2024: > Today we’re releasing Composer 2.7.7 (PHP 7.2+) and 2.2.24...