Skip to content

Releases: vaimo/composer-patches

5.2.0

18 Apr 10:15
ad249f8
Compare
Choose a tag to compare

Add JSON output format flag and correct return value in ListCommand #108
Resolve RuntimeException "Could not delete file" #112

5.1.2

22 Nov 15:08
6d8e2de
Compare
Choose a tag to compare

Resolve unzip error on applying new patches when composer cache is cleared #107

5.1.1

09 Mar 06:28
148ab02
Compare
Choose a tag to compare

Fix deprecation message for PHP 8.2: #104

5.1.0

08 Jul 11:09
8484748
Compare
Choose a tag to compare
  • Use the proper way to retrieve the Composer version #92
  • Fix PHP 8.1 deprecation notices

5.0.0

13 May 10:32
2cc920b
Compare
Choose a tag to compare
  • 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

25 Feb 11:26
Compare
Choose a tag to compare

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

25 Feb 11:26
Compare
Choose a tag to compare

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

24 Feb 14:55
Compare
Choose a tag to compare

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

24 Feb 01:48
Compare
Choose a tag to compare

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

24 Feb 14:57
Compare
Choose a tag to compare

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