Skip to content

Releases: cweagans/composer-patches

2.0.0

31 Oct 01:22
2.0.0
bfa6018

Choose a tag to compare

What's Changed

Read more

2.0.0-beta2

14 Feb 04:07
2.0.0-beta2
ac38366

Choose a tag to compare

2.0.0-beta2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-beta1...2.0.0-beta2

2.0.0-beta1

01 Jul 23:39
2.0.0-beta1
a43a186

Choose a tag to compare

2.0.0-beta1 Pre-release
Pre-release

What's Changed

A lot of work went into this release. Below are all of the PRs that went into this release, but it might be more straightforward to read the new documentation. The 2.0.0 release will definitely work a little differently than you're used to if you've been using the 1.x releases.

Read more

1.7.3

21 Dec 19:08
e190d44

Choose a tag to compare

What's Changed

  • Add installedPatches property to fix PHP 8.2 deprecation 1.x version by @seamuslee001 in #422

New Contributors

Full Changelog: 1.7.2...1.7.3

Composer 2.1 compatibility

09 Jun 15:40
9888dcc

Choose a tag to compare

This release resolves a compatibility problem with 2.1 where packages would be deleted and not reinstalled during patching. Thanks to @Seldaek for the resolution on both the 1.x and master branches!

Changes since 1.7.0:

1.7.0

06 Oct 17:25
ae02121

Choose a tag to compare

  • Adds Composer 2 support

1.6.7

29 Aug 20:13
2e6f72a

Choose a tag to compare

Retry failed downloads to work around some Drupal.org infrastructure hiccups

1.6.6

22 May 15:34
1d89dcc

Choose a tag to compare

  • Readme fixups
  • PHP 5.3 compatibility fix
  • Resolves some array to string conversion errors
  • Check that a package actually has patches before uninstalling/reinstalling

1.6.5

14 Jun 19:38
2ec4f00

Choose a tag to compare

  • Allow patch-level to be specified per-project
  • Handle patches-ignore when re-patching

1.6.4

07 Dec 16:19
462e650

Choose a tag to compare

  • Restores compatibility with older git versions (#175)

Thanks @danepowell!