Skip to content

Releases: godaddy-wordpress/wc-plugin-framework

v5.3.1

09 Jan 18:41
Compare
Choose a tag to compare
  • Fix - Fix a JavaScript error in the welcome wizard for missing parameters
  • Fix - Correctly handle memory_limit shorthand from php.ini
  • Misc - Adjust the Accepted Card Logos setting description to further clarify its purpose

v5.3.0

25 Sep 20:32
Compare
Choose a tag to compare
  • Feature - Add support for updating payment methods via API on payment
  • Tweak - Refactor capture handling and add a dedicated handling class
  • Tweak - Add an admin notice for gateways when debug logging is enabled in production mode
  • Fix - Ensure orders are automatically captured when the status is changes via the REST API if enabled
  • Fix - Ensure the gateway capture UI is only displayed for regular orders
  • Fix - Prevent capture JS errors when multiple gateways running the same framework version are activated
  • Fix - Strip price HTML from the admin capture alert
  • Dev - Add the wc_{gateway_id}_held_order_status filter

v5.2.2

04 Sep 20:34
Compare
Choose a tag to compare
  • Tweak - Provide an abstract Setup Wizard for plugins to implement for easier onboarding

v5.2.1

21 Aug 20:11
Compare
Choose a tag to compare
  • Fix - Prevent errors when triggering payment gateway payment and refund milestones
  • Fix - Add escaping to some admin notice messages

v5.2.0

24 Jul 21:13
Compare
Choose a tag to compare
  • Fix - Use the order currency for the gateway capture message currency symbol
  • Dev - Introduce dedicated plugin methods for loading after init
  • Dev - Move plugin lifecycle methods to the Lifecycle handler
  • Dev - Introduce a dependency handler for PHP compatibility notices
  • Dev - Introduce a REST API handler base
  • Misc - Add default plugin and gateway data to the WooCommerce REST API System Status response

v5.1.5

25 Jun 22:14
Compare
Choose a tag to compare
  • Fix - Ensure exceptions are caught for Subscriptions "change payment" and Pre-Orders tokenization failures

v5.1.4

22 May 22:25
Compare
Choose a tag to compare
  • Tweak - Add a gateway privacy handler to export or remove order payment data and payment tokens on request
  • Tweak - Add a warning for WooCommerce 2.6 installs that 3.0 will soon be required
  • Misc - Add support for WooCommerce 3.4

Legacy v4.9.2

21 May 19:47
Compare
Choose a tag to compare
  • Tweak - Add payment details to the customer data export and remove it for erasure requests
  • Tweak - Remove payment tokens for customer data erasure requests
  • Misc - Add support for WooCommerce 3.4

v5.1.3

18 Apr 16:28
Compare
Choose a tag to compare
  • Tweak - Add a method for gateways to call during failing captures

v5.1.2

02 Apr 21:55
Compare
Choose a tag to compare
  • Fix - Prevent warnings in PHP 7.2 when building the gateway settings
  • Fix - Fix namespaces in the Apple Pay framework