Releases: godaddy-wordpress/wc-plugin-framework
Releases · godaddy-wordpress/wc-plugin-framework
v5.11.4
- Fix - Use
set_transaction_id()
while setting the transaction ID in payment gateways instead of setting the order meta data directly
v5.11.3
- Fix - Ensure that the
_transaction_id
meta is correctly persisted on orders while saving transaction data
v5.11.2
- Fix - Remove
AllowDynamicProperties
attribute at method level causing a fatal error in PHP 8.2
v5.11.1
- Tweak - Add WooCommerce Subscriptions compatibility methods for installations using HPOS
- Fix - Prevents WooCommerce throwing fatal errors when adding a payment method to an order in the frontend
- Fix - Address a potential return type error in
SV_WC_Order_Compatibility::get_order_screen_id()
v5.11.0
Feature - Add compatibility methods and support for WooCommerce High Performance Order Storage (HPOS)
Misc - Require PHP 7.4 or higher
Misc - Remove deprecated compatibility methods
v5.10.16
- Fix - Prevent fatal errors when no card types are selected for a payment gateway
v5.10.15
- Fix - "My Account" delete payment method compatibility with WC 7.2+
v5.10.14
- Tweak - Improve the performance of the orders admin screen in some sites by optimizing payment gateways bulk action detection - props @ravinderk
- Fix - Allow gateway plugins to override card images by defining an override with the same name in the plugin's
assets/images
folder - props @cadic