Releases: bitpay/bitpay-checkout-for-woocommerce
5.5.1
5.5.0
5.4.1
What's Changed
- SP-923: Allow additional statuses for validation of webhooks
Full Changelog: 5.4.0...5.4.1
5.4.0
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
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
- @shaunek-hero made their first contribution in #66
Full Changelog: 5.3.1...5.3.2
5.3.1
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
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
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
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
Overview
This is a complete rewrite of the plugin using the new unified SDK.
Full Changelog: 4.1.0...5.0.0