Skip to content

Releases: cweagans/composer-patches

2.0.0-beta2

14 Feb 04:07
2.0.0-beta2
ac38366
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds Composer 2 support

1.6.7

29 Aug 20:13
2e6f72a
Compare
Choose a tag to compare

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

1.6.6

22 May 15:34
1d89dcc
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Restores compatibility with older git versions (#175)

Thanks @danepowell!

1.6.3

29 Nov 20:30
730f0f6
Compare
Choose a tag to compare

Two critical bugfixes are included in this release:

  • Exiting on patch failure was not working (#166)
  • Newer versions of Git were breaking patch application (#171)