Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

v5.12.2

21 Mar 01:46
299f993
Compare
Choose a tag to compare
  • Tweak - Add non-gateway cart and checkout blocks supporting logic
  • Tweak - Ensure gateway block scripts use unique handles

v5.12.1

27 Feb 09:45
c78046e
Compare
Choose a tag to compare
  • Tweak - Handle support in gateways for external checkouts while corresponding express payment methods are in use in the cart and checkout blocks
  • Fix - Check if the session is set before trying to add a WooCommerce notice
  • Fix - Ensure to maintain index association when handling payment gateways supported features
  • Misc - Improve compatibility with PHP 8.2+ by allowing dynamic properties in the framework

v5.12.0

14 Dec 01:35
1c82f05
Compare
Choose a tag to compare
  • Feature - Add support for WooCommerce Cart and Checkout blocks
  • Tweak - Do not load the legacy gateway payment form assets when the Checkout block is in use
  • Dev - Burst assets caches of framework script and styles when using any debug mode
  • Dev - Tweak API requests logging methods (no breaking changes but classes extending those may need to account for types)
  • Dev - Add action to allow third parties hooking in the transaction response of hosted gateways

v5.11.12

16 Nov 04:42
f4092f2
Compare
Choose a tag to compare
  • Misc - Update documentation links after changes in Woo.com

v5.11.11

15 Nov 10:16
a3aadc3
Compare
Choose a tag to compare
  • Fix - Replace deprecated wcs_renewal_order_meta filter usage with wc_subscriptions_renewal_order_data
  • Dev - Replace supports_hpos with a supported_features key in the main plugin file constructor arguments
  • Dev - Introduce a Blocks_Handler class which will be expanded in a future release for adding WooCommerce Cart & Checkout Blocks compatibility
  • Misc - Warn merchants when a plugin is not compatible with Cart or Checkout blocks to prompt switching to legacy shortcodes

v5.11.10

13 Oct 06:44
8826f76
Compare
Choose a tag to compare
  • Tweak - Improve tokenization support for gateways that tokenize payment methods with sale
  • Fix - Update deprecated JS event handlers that would have triggered deprecation notices in console
  • Localization - The Framework has been localized in several languages!

Full Changelog: 5.11.9...5.11.10

v5.11.9

28 Sep 12:12
9d53a91
Compare
Choose a tag to compare
  • Fix - Prevent prefixed metadata from being included in order item descriptions

v5.11.8

23 Aug 06:00
31b23e2
Compare
Choose a tag to compare
  • Misc - Add SV_WC_Helper::array_join_natural() helper method
  • Fix - Pass environment parameter to Google Pay client

v5.11.7

28 Jul 09:11
0e17743
Compare
Choose a tag to compare
  • Tweak - Enqueue and improve form styles for hosted payment forms

v5.11.6

19 Jul 12:23
9b23a82
Compare
Choose a tag to compare
  • Misc - Add SV_WC_Order_Compatibility::get_order_post_types() compatibility method