2017 © Pedro Peláez
 

library magento2-patches

A collection of patches for core Magento2

image

jbutkowski/magento2-patches

A collection of patches for core Magento2

  • Wednesday, May 9, 2018
  • by jbutkowski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Magento Patches

A collection of Core Magento fixes currently waiting to be merged into Magento., (*1)

Sometimes you encounter a core magento bug which has been fixed in the main repo but is not yet distributed, this can be frustrating and you might want the fix yesterday, magento2-patches collects these patches and utilises vaimo/composer-patches to apply them to your code base., (*2)

Installation

composer require jbutkowski/magento2-patches:dev-master, (*3)

Add a patch

Go to the PR in the magento2 repo which you want to apply, add .patch to the end of the url and github will produce a patch file for you, put this file in patches/Magento_ModuleName/magento2-issue-ISSUENUMBER.patch and then add an entry to the composer.json file of this repository:, (*4)

"extra": {
    "patches": {
        "magento/module-name": {
            "Excellent description of the issue which people will see on composer install": {
                "source" : "patches/Magento_ModuleName/magento2-issue-ISSUENUMBER.patch",
                "version" : [
                    "MAGENTO-VERSION_NUMBER e.g. 100.2.*"
                ]
            }
        },

Then on composer install you will see the patch applied:, (*5)

Processing patches configuration
  - Applying patches for magento/module-braintree (1)
    ~ space48/magento2-patches: patches/Magento_ModuleName/magento2-issue-ISSUENUMBER.patch [NEW]
      Excellent description of the issue which people will see on composer install

Writing patch info to install file

The Versions

09/05 2018

dev-master

9999999-dev

A collection of patches for core Magento2

  Sources   Download

The Requires

 

by Justin Butkowski

19/04 2018

dev-README

dev-README

A collection of patches for core Magento2

  Sources   Download

The Requires

 

by DanCarlyon

19/04 2018

dev-fix/11953

dev-fix/11953

A collection of patches for core Magento2

  Sources   Download

The Requires

 

by DanCarlyon

20/03 2018

dev-cachePathsPatch

dev-cachePathsPatch

A collection of patches for core Magento2

  Sources   Download

The Requires

 

by DanCarlyon