Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

v5.11.5

06 Jul 04:00
0bc0938
Compare
Choose a tag to compare
  • Fix - Replace deprecated usages of FILTER_SANITIZE_STRING with FILTER_SANITIZE_FULL_SPECIAL_CHARS
  • Fix - Do not pass null to substr() to avoid triggering deprecation notices if the payment method's last 4 numbers could not be determined in a direct payment gateway

v5.11.4

13 Jun 02:17
Compare
Choose a tag to compare
  • Fix - Use set_transaction_id() while setting the transaction ID in payment gateways instead of setting the order meta data directly

v5.11.3

01 Jun 07:21
Compare
Choose a tag to compare
  • Fix - Ensure that the _transaction_id meta is correctly persisted on orders while saving transaction data

v5.11.2

30 May 03:05
Compare
Choose a tag to compare
  • Fix - Remove AllowDynamicProperties attribute at method level causing a fatal error in PHP 8.2

v5.11.1

24 May 09:10
f541441
Compare
Choose a tag to compare
  • 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

21 Apr 08:39
Compare
Choose a tag to compare

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

27 Mar 05:24
7737779
Compare
Choose a tag to compare
  • Fix - Prevent fatal errors when no card types are selected for a payment gateway

v5.10.15

10 Feb 01:44
Compare
Choose a tag to compare
  • Fix - "My Account" delete payment method compatibility with WC 7.2+

v5.10.14

06 Dec 10:46
12bb5f0
Compare
Choose a tag to compare
  • 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

v5.10.13

16 Aug 06:38
Compare
Choose a tag to compare
  • Fix - Improve Background Job Handler compatibility with newer WooCommerce versions while processing a job queue