Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

v4.1.2

02 Jun 17:51
Compare
Choose a tag to compare
  • Tweak - Misc Payment Gateway framework improvements

WC Plugin Framework v4.1.0

28 Aug 20:06
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Tweak - Add get_cancel_order_url_raw() compatibility method

WC Plugin Framework v3.1.0

10 Feb 01:21
Compare
Choose a tag to compare
  • Refund/Void support for the payment gateway framework, huzzah!
  • Misc - WooCommerce 2.3 compatibility

WC Plugin Framework v3.0.4

11 Dec 16:46
Compare
Choose a tag to compare
  • Fix - Bug when removing a tokenized credit card from the My Account page
  • Tweak - Accept a notice-class parameter when rendering admin notice to avoid always using the "error" notice

WC Plugin Framework v3.0.3

20 Nov 20:46
Compare
Choose a tag to compare
  • Fix - Payment gateway framework now catches all SV_WC_Plugin_Exception exceptions. Fixes uncaught SV_WC_API_Exception error.

WC Plugin Framework v3.0.2

19 Oct 22:40
Compare
Choose a tag to compare
  • Fix - Add commonly used notice functions to avoid errors when renewing subscriptions