Skip to content

Releases: woocommerce/woocommerce-fraud-protection

v0.1.2

16 Apr 19:21
400fd68

Choose a tag to compare

  • Fixed - Broken asset URLs when the plugin file is located outside of WP_CONTENT_DIR
  • Updated - Switch to PSR-4 autoloading to load files only when needed

v0.1.1

30 Mar 18:55
d6b590c

Choose a tag to compare

  • Updated - Enable plugin by default (remove WC_FRAUD_PROTECTION_DISABLED kill-switch default)

v0.1.0

30 Mar 18:40
388d513

Choose a tag to compare

  • Added - Fraud protection via Blackbox API with session-based clearance management
  • Added - Checkout protection for blocks, shortcode, pay-for-order, and add-payment-method flows
  • Added - Subscriptions change-payment-method integration
  • Added - Payment data resolution for WooPayments
  • Added - Cart and checkout event tracking (add, remove, update, page load, field updates)
  • Added - Blocked session notices and cart restrictions
  • Added - Order event reporting with session ID persistence
  • Added - Learning mode and no-session support for initial deployment
  • Added - MU-plugin loader with WC_FRAUD_PROTECTION_DISABLED kill-switch