Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

v5.10.2

03 Dec 02:50
Compare
Choose a tag to compare
  • Misc - Update deprecated jQuery usages

v5.10.1

24 Nov 19:20
Compare
Choose a tag to compare
  • Fix - Prevent a deprecated notice for SV_WC_Payment_Gateway_Hosted::do_invalid_transaction_response() in PHP 8
  • Fix - Prevent PHP Notices and fatal errors on wizard steps

v5.10.0

06 Nov 21:33
Compare
Choose a tag to compare
  • Feature - Add Google Pay support
  • Tweak - Improve multiple gateway settings inheritance to allow for more than two gateways
  • Tweak - Add admin notices for tax configurations that are incompatible with Apple Pay
  • Fix - Ensure blank settings inputs aren't added when a base abstract gateway defines shared settings that a child gateway doesn't support

v5.9.0

14 Oct 13:45
e971667
Compare
Choose a tag to compare
  • Feature - Add helper method to detect whether the current request is a REST API request
  • Fix - Fix a Capture Charge button issue when adding items to an order
  • Fix - Harden code to avoid a potential PHP warning at checkout if no card logos are configured for a gateway
  • Fix - Update Pre-Orders and Subscriptions integrations to use 2 digits expiration years

v5.8.1

31 Jul 15:44
Compare
Choose a tag to compare
  • Fix - Ensure that some payment gateway scripts used for handling tokens reference the current version of the Framework

v5.8.0

31 Jul 15:42
Compare
Choose a tag to compare
  • Tweak - Migrate payment tokens to be compatible with WooCommerce core payment tokens
  • Fix - Unblock the UI when removing a token from the admin token editor that was just added but not saved yet
  • Dev - Deprecate some filter hooks in the payment methods table

v5.7.1

19 May 00:09
Compare
Choose a tag to compare
  • Fix - Prevent JavaScript error triggered when different versions of the framework are used at the same time
  • Fix - Fix URL for the Configure link in the admin notes shown for payment gateways that are not configured

5.7.0

07 May 17:31
874f719
Compare
Choose a tag to compare
  • Feature - Add a Settings API for easily registering plugin settings for display and REST API handling
  • Feature - Introduce a base script handler for enqueueing and loading JavaScript objects
  • Tweak - Ensure payment gateway scripts can be used when certain script optimization plugins are delaying load
  • Tweak - Improve the payment form display on mobile devices
  • Tweak - Update Apple Pay to allow all currencies by default

v5.7.0 beta 1

09 Apr 03:36
Compare
Choose a tag to compare
v5.7.0 beta 1 Pre-release
Pre-release
  • Feature - Add a Settings API for easily registering plugin settings for display and REST API handling
  • Feature - Introduce a base script handler for enqueueing and loading JavaScript objects
  • Tweak - Ensure payment gateway scripts can be used when certain script optimization plugins are delaying load
  • Tweak - Improve the payment form display on mobile devices
  • Tweak - Update Apple Pay to allow all currencies by default

v5.6.1

10 Mar 01:37
Compare
Choose a tag to compare
  • Fix - Delete enhanced admin notes on plugin deactivation
  • Fix - Prevent uncaught errors when creating notes when WC Admin is disabled