zero1limited/magento2-patches
最新稳定版本:1.1.5
Composer 安装命令:
composer require zero1limited/magento2-patches
包简介
Patches for core Magento2
README 文档
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.
-
libpng warning: iCCP: known incorrect sRGB profileInfo: https://magento.stackexchange.com/questions/358423/magento-2-4-libpng-warning-iccp-known-incorrect-srgb-profile-wrong-file-filePatch:
patches/magento_framework_supress_incorrect_srgb_profile_error.patchcomposer.json config:
... "extra": { "patches": { "magento/framework": { "libpng warning: iCCP: known incorrect sRGB profile": "https://raw.githubusercontent.com/zero1limited/magento2-patches/master/patches/magento_framework_supress_incorrect_srgb_profile_error.patch" } } } ...
ZERO-1 manage the applicable patches for free but feel free to submit comments or Pull Requests!
统计信息
- 总下载量: 13.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-04-01