Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/quality-patches/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ The [Magento Quality Patches](https://github.com/magento/quality-patches) packag
See [Apply patches]({{ site.baseurl }}{{ site.gdeurl }}/comp-mgr/patching/mqp.html) for instructions on applying patches to your Magento projects.
See [Patches available in MQP tool](https://support.magento.com/hc/en-us/sections/360010506631-Patches-available-in-MQP-tool-) for additional patch details.

## v1.0.26

- **MDVA-38468** _(for Magento `>=2.3.2 <=2.3.5-p2`)_-Fixes the error when saving CMS pages - Item with the same ID 'PAGE_ID' already exists.
- **MDVA-34680** _(for Magento `>=2.3.6 <=2.3.7 || >=2.4.1 <2.4.3`)_-Fixes the issue where Customer Account created time is not filtered correctly in customers grid.
- **MDVA-37068** _(for Magento `>=2.3.1 <2.4.4`)_-Fixes the issue where the incorrect tax rate displays when the shopping cart has only virtual products.
- **MDVA-38608** _(for Magento `>=2.3.0 <2.4.3`)_-Fixes the issue where temporary tables are not deleted when the reindex is not finished successfully.
- **MDVA-38308** _(for Magento `>=2.3.5 <=2.3.6-p1 || >=2.4.0 <=2.4.1-p1 || >=2.4.2 <2.4.4`)_-Fixes the issues related to adding Vimeo videos to products.

## v1.0.25

- **MDVA-37916** _(for Magento `>=2.3.6 <2.4.3`)_-Fixes the issue where the customer is not taken to the Payment Confirmation page when using Paypal Payment Advanced method.
Expand Down