zero1limited/magento2-patches

There is no license information available for the latest version (1.1.5) of this package.

Patches for core Magento2

Installs: 10 877

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 7

Forks: 3

Open Issues: 2

Type:magento2-module

1.1.5 2023-08-24 09:18 UTC

README

This module makes it easier for a Magento 2 merchant to apply patches in a manner which adheres to standard Composer workflow and most deployment pipleline methodologies.

Core Magento Security patches are split and re-defined so that they can be applied properly using Composer Install.

Installation Instructions

composer require zero1limited/magento2-patches
composer require cweagans/composer-patches:^1.6.5
php bin/magento module:enable Zero1_Patches

Installing/Applying a Patch

php bin/magento patch:list
php bin/magento patch:add --patch=MDVA-43395
composer install

Current Patches available

In order to apply the patch please run the above commands passing the patch name (in bold below) after the --patch= as shown above.

PRODSECBUG-2198 https://magento.com/security/patches/magento-2.3.1-2.2.8-and-2.1.17-security-update

If you need to apply a Magento patch which is not currently listed please reach out at support@mdoq.io and we will promtly incorporate the patches into this module.

ZERO-1 manage the applicable patches for free but feel free to submit comments or Pull Requests!