Releases: godaddy-wordpress/wc-plugin-framework
Releases · godaddy-wordpress/wc-plugin-framework
v4.5.2
- Fix - Include Curaçao when converting country codes
v4.5.1
- Fix - Prevent a potential fatal error for plugins not using the latest JSON/XML request classes
v4.5.0
- Feature - Mobile-friendly credit card fields using the
tel
input - Feature - Add setting to enable capture for virtual-only orders
- Feature - Define minimum php.ini requirements an display a notice when they are not met
- Feature - Allow deprecated hooks to be mapped to their replacements
- Tweak - Move capture handling to the base gateway class to make it available to hosted gateways
- Tweak - Add a "card not accepted" icon when a card number format is not accepted or recognized
- Tweak - Add full MasterCard BIN Series 2 support & update the card logo
- Tweak - Improve consistency of card type IDs and abbreviations
- Tweak - Refactor gateway settings inheritance
- Fix - Fix failed renewal payment data not updating for auth-only renewals
- Fix - The
load_translation()
method is no longer required for base plugins - Fix - Prevent notices when running alongside bbPress or BuddyPress
v4.4.3
- Fix - Fix an error when processing guest pre-order payments
v4.4.2
- Tweak - Refactor background job data structure and processing
v4.4.1
- Misc - Add compatibility for WordPress 4.6
v4.4.0
- Feature - Allow bundled framework and plugin translations to be easily overridden
- Tweak - Allow plugins extending SV_WC_API_Base to declare TLS v1.2 as a requirement for requests
- Misc - Added support for WooCommerce 2.6
- Misc - Removed support for WooCommerce 2.3
v4.3.0
- Feature - Revamped admin payment token editor
- Feature - Prevent deleting subscription payment methods
- Feature - Add payment gateway environment information to the WooCommerce system status report
- Tweak - Support WordPress core dismissible notices
- Tweak - Misc Payment Gateway framework improvements
- Fix - Properly validate CSC if present for tokenized payment methods
- Fix - Fix double confirm messages when deleting a payment method in certain cases