Releases: vaimo/composer-patches
Releases · vaimo/composer-patches
5.2.0
Add JSON output format flag and correct return value in ListCommand #108
Resolve RuntimeException "Could not delete file" #112
5.1.2
Resolve unzip error on applying new patches when composer cache is cleared #107
5.1.1
Fix deprecation message for PHP 8.2: #104
5.1.0
- Use the proper way to retrieve the Composer version #92
- Fix PHP 8.1 deprecation notices
5.0.0
- Fix PHP 8.1 deprecation notices: #96
- Add conflict with cweagans/composer-patches: #94
- Uninstall package during ReInstallOperation for Composer v2 #99
4.22.4
changes in this release forward-ported from 3.53.4
Fix
- bundled patches fail to apply when using patch-mapping configuration due to refactored code in 3.53.2 having messed up argument order used for a sub-function call in BasePathComponent
Links: src diff
fix issue introduced by code refactor
Fix
- bundled patches fail to apply when using patch-mapping configuration due to refactored code in 3.53.2 having messed up argument order used for a sub-function call in BasePathComponent
Links: src diff
Minor fixes
changes in this release forward-ported from 3.53.3
Fix
- patch applier crash when branch alias defined for root package (scenario: root-branch-alias) [pull/73]
Maintenance
- make patch commands available when the plugin itself is a root package (just for the sake of allowing people to conduct quick experiments when developing)
Links: src diff
Composer V2 support issue fix
changes in this release forward-ported from 3.53.2
Fix
- patches applied before packages properly re-installed with Composer V2 (missed the fact that installations, like downloads are now done in asynchronous manner) [issues/70]
Links: src diff
Minor fixes
Fix
- patch applier crash when branch alias defined for root package (scenario: root-branch-alias) [pull/73]
Maintenance
- make patch commands available when the plugin itself is a root package (just for the sake of allowing people to conduct quick experiments when developing)
Links: src diff