Releases: godaddy-wordpress/wc-plugin-framework
Releases · godaddy-wordpress/wc-plugin-framework
v5.3.1
- 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
- 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
- Tweak - Provide an abstract Setup Wizard for plugins to implement for easier onboarding
v5.2.1
- Fix - Prevent errors when triggering payment gateway payment and refund milestones
- Fix - Add escaping to some admin notice messages
v5.2.0
- 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
- Fix - Ensure exceptions are caught for Subscriptions "change payment" and Pre-Orders tokenization failures
v5.1.4
- 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
- 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
- Tweak - Add a method for gateways to call during failing captures
v5.1.2
- Fix - Prevent warnings in PHP 7.2 when building the gateway settings
- Fix - Fix namespaces in the Apple Pay framework