Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

v4.2.2

09 Feb 03:37

Choose a tag to compare

  • Fix - Fix handling guest pre-orders

v4.2.1

20 Jan 21:05

Choose a tag to compare

  • Fix - Fix implode() warnings in SV_WC_Helper::get_order_line_items()

v4.2.0

13 Jan 20:39

Choose a tag to compare

  • Feature - Greatly improved compatibility with multi-language/translation plugins
  • Misc - Switched to using a separate text domain for the framework strings - 'woocommerce-plugin-framework'
  • Misc - Added support for WooCommerce 2.5
  • Misc - Removed support for WooCommerce 2.2

v4.1.2

02 Jun 17:51

Choose a tag to compare

  • Tweak - Misc Payment Gateway framework improvements

WC Plugin Framework v4.1.0

28 Aug 20:06

Choose a tag to compare

  • Feature - WooCommerce Subscriptions 2.0 Support
  • Tweak - Add specific width/height styling for payment method icons
  • Fix - Fix assert() warnings with certain gateway configurations on the My Account page

WC Plugin Framework v4.0.1

30 Jul 00:58

Choose a tag to compare

  • Fix - Fix typo in payment gateway frontend javascript
  • Tweak - Add inline style for payment gateway icons

WC Plugin Framework v4.0.0

28 Jul 03:48

Choose a tag to compare

  • Feature - Standardized payment gateway form
  • Feature - Add new payment method feature
  • Feature - Standardized & unified My Payment Methods table
  • Feature - New payment method icons in SVG format
  • Tweak - Adds is_woocommerce_active() method to bootstrap class, to support non-WooThemes listed frameworked plugins
  • Tweak - Payment gateway token support now allows for merging local data with remote data, and caching results in a transient
  • Tweak - The order status for voided orders is now "cancelled" rather than "refunded"
  • Tweak - Improved support for REST API development
  • Tweak - Framework bootstrap now gives the option to easily deactivate backwards incompatible plugins, rather than only an instruction to update older plugins
  • Tweak - Framework bootstrap option to declare minimum required WordPress version
  • Misc - WooCommerce 2.4 compatibility

WC Plugin Framework v3.1.2

17 Mar 05:27

Choose a tag to compare

  • Fix - JS variable wc_select_params undefined in WC 2.3.6+

WC Plugin Framework v3.1.1

10 Mar 04:32

Choose a tag to compare

  • Tweak - Add get_cancel_order_url_raw() compatibility method

WC Plugin Framework v3.1.0

10 Feb 01:21

Choose a tag to compare

  • Refund/Void support for the payment gateway framework, huzzah!
  • Misc - WooCommerce 2.3 compatibility