Skip to content

WC Plugin Framework v4.0.0

Choose a tag to compare

@maxrice maxrice released this 28 Jul 03:48
· 3012 commits to master since this release
  • Feature - Standardized payment gateway form
  • Feature - Add new payment method feature
  • Feature - Standardized & unified My Payment Methods table
  • Feature - New payment method icons in SVG format
  • Tweak - Adds is_woocommerce_active() method to bootstrap class, to support non-WooThemes listed frameworked plugins
  • Tweak - Payment gateway token support now allows for merging local data with remote data, and caching results in a transient
  • Tweak - The order status for voided orders is now "cancelled" rather than "refunded"
  • Tweak - Improved support for REST API development
  • Tweak - Framework bootstrap now gives the option to easily deactivate backwards incompatible plugins, rather than only an instruction to update older plugins
  • Tweak - Framework bootstrap option to declare minimum required WordPress version
  • Misc - WooCommerce 2.4 compatibility