Releases: godaddy-wordpress/wc-plugin-framework
Releases · godaddy-wordpress/wc-plugin-framework
v4.7.3
- Tweak - Add new methods for checking for specific WooCommerce versions
- Tweak - Adjust the PHP version notice to check for 5.6 by May 2018 and adjust the messaging when that date has passed
- Fix - Conflict with WooCommerce filtering of nonce checks for background jobs
v4.7.2
- Fix - Ensure failed Pre-Orders can be paid with a new method by bypassing the failed order's stored token
- Fix - Use the parameters passed to SV_WP_Admin_Message_Handler::show_messages()
v4.7.1
- Tweak - Refine the TLS 1.2 notice wording and appearance
v4.7.0
- Feature - Introduce the Apple Pay framework for developers
v4.6.6
- Fix - Ensure backwards compatibility with gateways that don't extend the SV_WC_API_Base class for their API
v4.6.5
- Misc. - Make a TLS 1.2 admin notice available for gateways that require it
- Misc. - Ensure WooCommerce 3.1 compatibility
v4.6.4
- Fix - Add dedicated subscriptions Change Payment handling to avoid subscription manipulation
- Fix - Ensure old payment methods can be removed after changing subscription payment to a new method
v4.6.3
- Tweak - Add optional notice for plugins that want to require PHP 5.3+ in the future
- Tweak - Improved background process handling for certain server & cache configurations
v4.6.2
- Fix - Ensure authorized, but not yet captured, transactions are marked "on hold" for off-site gateways
v4.6.1
- Tweak - Load admin translations based on the user's configured language in WordPress 4.7+
- Tweak - Added the SV_WC_Order_Compatibility::has_shipping_address() method
- Fix - Prevent some deprecated notices when processing subscriptions in WooCommerce 3.0+