Skip to content

Releases: bitpay/bitpay-checkout-for-woocommerce

5.5.0

06 May 15:20
5a13864
Compare
Choose a tag to compare

What's Changed

  • SP-921: Tested support for Wordpress 6.5.2

Full Changelog: 5.4.1...5.5.0

5.4.1

26 Apr 14:19
7c150fa
Compare
Choose a tag to compare

What's Changed

  • SP-923: Allow additional statuses for validation of webhooks

Full Changelog: 5.4.0...5.4.1

5.4.0

22 Apr 18:08
2bcf0e4
Compare
Choose a tag to compare

Overview

This is a minor release that includes the following changes:

What's Changed

  • SP-767 Added WordPress 6.4.2 support
  • Added option to map bitpay paid invoice status
  • SP-761 Fixed mismatch with completed status
  • SP-787 Verify WooCommerce modal is working
  • SP-789 Add status checks to WooCommerce
  • SP-875 Fixed issue with settings error on clean install
  • SP-894 Clear cart after Invoice creation

New Contributors

Full Changelog: 5.3.2...5.4.0

5.3.2

12 Jan 21:07
ebba5d1
Compare
Choose a tag to compare

Overview

This is a patch release that corrects the status name we listen for when an IPN is received.

What's Changed

  • Fixes a bug when the IPN/webhook is received with "complete" status.
  • SP-761 WooCommerce Update

New Contributors

Full Changelog: 5.3.1...5.3.2

5.3.1

06 Oct 16:53
Compare
Choose a tag to compare

Overview

This is a patch release that sets up automatic releases to WordPress.org.

What's Changed

  • SP-239 Deploy to WooCommerce WordPress.org when released

Full Changelog: 5.3.0...5.3.1

5.3.0

29 Sep 03:18
65b00f7
Compare
Choose a tag to compare

Overview

This is a minor release that adds new functionality and improves PHP 8.0 support. We introduced php-scoper in version 5.1.0 that mitigates issues with other plugins using incompatible versions of the same libraries we depend on, such as Guzzle. The latest version of php-scoper requires PHP >= 8.1, so we are temporarily using an older version until November, when PHP 8.0 support is dropped.

What's Changed

  • SP-674 Add admin option to allow users to select their BitPay button
  • SP-702 WooCommerce - PHP 8.0
  • SP-705 Add variable check

Full Changelog: 5.1.0...5.3.0

5.1.0

12 Sep 18:28
107b6b4
Compare
Choose a tag to compare

Overview

This is a minor release that changes how we add vendor libraries to the path. We are now using php-scoper, which allows us to scope our dependencies to our project, mitigating issues with other WordPress plugins that use incompatible versions of the same dependencies.

Full Changelog: 5.0.1...5.1.0

5.0.1

24 Jul 20:57
9df997f
Compare
Choose a tag to compare

Overview

This is a patch release that addresses an issue when installing composer dependencies on PHP 8.0. The issue stemmed from our SDK using PHPUnit 10.x, so we have to conditionally support both PHPUnit 9.x and PHPUnit 10.x as the latter requires PHP 8.1 and we want to deprecate PHPUnit 9.x support as soon as PHP 8.0 rotates out of support.

Full Changelog: 5.0.0...5.0.1

5.0.0

19 Jul 15:52
Compare
Choose a tag to compare

Overview

This is a complete rewrite of the plugin using the new unified SDK.

Full Changelog: 4.1.0...5.0.0

4.1.0

19 Jul 15:39
Compare
Choose a tag to compare

Overview

This releases corrects the cancelation flow.