Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

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

WC Plugin Framework v3.0.1

15 Oct 22:51
Compare
Choose a tag to compare
  • Tweak - Method visibility changed from private to protected to allow adjustment via sub-classes
  • Fix - Fix "Wrong parameters for Exception" fatal error

WC Plugin Framework v3.0.0

07 Sep 20:41
Compare
Choose a tag to compare
  • Feature - Edit tokens from Admin Order Edit screen
  • Tweak - Improved dismissible admin notices
  • Misc - WooCommerce 2.2 compatibility
  • Misc - Backwards incompatible

WC Plugin Framework v2.2.0

28 Aug 03:28
Compare
Choose a tag to compare
  • Feature - Added API base class and automatic request logging
  • Feature - Introduced Helper class
  • Feature - Optional detailed customer decline messages on checkout
  • Tweak - Introduced named exceptions
  • Tweak - Updates to support Chase Paymentech certification mode
  • Tweak - Updates to the Hosted Gateway class for improved handling of redirect-back gateways
  • Tweak - My Payment Methods template now uses Dashicons instead of images
  • Tweak - Plugin active method now checks filename only
  • Fix - Fixed product page URLs

WC Plugin Framework v2.1.0

28 Aug 03:25
Compare
Choose a tag to compare
  • Feature - Implemented hosted payment gateway framework
  • Feature - Capture charge bulk order action for payment gateways
  • Tweak - Authorized charges are no longer automatically capture when changing order status from on-hold to processing/completed
  • Feature - Added function dependency checks

WC Plugin Framework v2.0.3

06 Mar 00:02
Compare
Choose a tag to compare
  • Fix - Fixed WC 2.1 compatibility for payment gateway charge captures

WC Plugin Framework v2.0.2

10 Feb 22:42
Compare
Choose a tag to compare
  • Fix - Improved WC 2.1 compatibility method to return the order id on the checkout pay page

WC Plugin Framework v2.0.1

31 Jan 16:45
Compare
Choose a tag to compare
  • Tweak - Additional WC 2.1 compatibility helpers

WC Plugin Framework v2.0

31 Jan 16:46
Compare
Choose a tag to compare
  • Feature - Generalized Plugin Framework
  • Feature - Support for "tokenize with sale" gateways
  • Tweak - Improved handling for credit card capture request