magento/knowledge-base

Feedback on page: src/how-to/general/how-to-apply-a-composer-patch-provided-by-magento.md

Closed this issue · 4 comments

Article URL

https://support.magento.com/hc/en-us/articles/360028367731

Description

Having 2.4.3-p1 going to patch following this guide:
https://support.magento.com/hc/en-us/articles/360028367731

Downloading patches from here shows this might be my patches needed?
https://support.magento.com/hc/en-us/articles/4426353041293-Security-updates-available-for-Adobe-Commerce-APSB22-12

2.4.3 - 2.4.3-p1
MDVA-43395_EE_2.4.3-p1_COMPOSER_v1.patch.zip and MDVA-43443_EE_2.4.3-p1_COMPOSER_v1.patch.zip

Downloaded and applied without error showing the files patched:
patch -p1 < MDVA-43395_EE_2.4.3-p1_COMPOSER_v1.patch
patch -p1 < MDVA-43443_EE_2.4.3-p1_COMPOSER_v1.patch

Cache cleared then.

After relogin Magento Commerce, the version still remains 2.4.3-p1 when it should be something new? (unless I mistaken something)

Thanks,

Content checklist

  • Information in this topic is relevant for
  • Magento Commerce version 2.4.3-p1.

Additional information/resources

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Hey @sebadamus!

Applying a patch doesn't change your Adobe Commerce or Magento Opensource version.

This repo is for the Knowledge Base articles and issues related to these articles.

If you are a paying customer, please report your issue to the Adobe Commerce Support as described here Submit a support ticket.

If you are on OpenSource, please report to magento/magento2 if it's a bug or if there is problem.

Thank you.

Hey @sebadamus!

Applying a patch doesn't change your Adobe Commerce or Magento Opensource version.

Thanks @almarchenko!!! thanks, sorry didnt knew that and I am newbie. So if I apply a patch, I could only know it is applied looking inside the files that had been patched. There is no notification, note, comment, something I can read that shows the patched had been applied on the code.

This repo is for the Knowledge Base articles and issues related to these articles.

If you are a paying customer, please report your issue to the Adobe Commerce Support as described here Submit a support ticket.

If you are on OpenSource, please report to magento/magento2 if it's a bug or if there is problem.

Thank you.

Sorry again! I followed the "Report article issues" in the article steps to apply the patch https://support.magento.com/hc/en-us/articles/4426353041293-Security-updates-available-for-Adobe-Commerce-APSB22-12

Will do as you recommended.