Releases: godaddy-wordpress/wc-plugin-framework
Releases · godaddy-wordpress/wc-plugin-framework
WC Plugin Framework v3.0.2
- Fix - Add commonly used notice functions to avoid errors when renewing subscriptions
WC Plugin Framework v3.0.1
- 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
- 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
- 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
- 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
- Fix - Fixed WC 2.1 compatibility for payment gateway charge captures
WC Plugin Framework v2.0.2
- Fix - Improved WC 2.1 compatibility method to return the order id on the checkout pay page
WC Plugin Framework v2.0.1
- Tweak - Additional WC 2.1 compatibility helpers
WC Plugin Framework v2.0
- Feature - Generalized Plugin Framework
- Feature - Support for "tokenize with sale" gateways
- Tweak - Improved handling for credit card capture request
WC Plugin Framework v1.0
- Initial release