Changelog

Release notes

Every change to WhopWoo, newest first. Current version: 1.1.1.

1.1.1 · Sep 2026

  • Plugin renamed to Whop Payment Gateway for WooCommerce, with authorship shown as Burhani Digital.

1.1.0 · Sep 2026

  • Tested with WordPress 7.1 and WooCommerce 11.1.
  • Audited against the WooCommerce 11.1 feature-flag retirement; no affected APIs in use.
  • Support links point to the new support desk.

1.0.3 · Sep 2026

  • Fixed: the store ID was derived from the site URL, so moving domains or using a changing tunnel hostname could discard webhooks for older orders. It is now a stored ID that doesn’t depend on the URL.
  • Rejected webhook payloads are now logged instead of failing silently.

1.0.2 · Sep 2026

  • Fixed: refund totals were read from Whop’s response, which reports 0 while a refund is pending. Refunds are now deduplicated by Whop refund ID and reconciled against WooCommerce’s own refunded total.
  • Unmatched refund webhooks now log the payload shape to help with support.

1.0.1 · Sep 2026

  • Fixed: sandbox mode used the live API host, so sandbox keys returned 401.
  • Fixed: order plan titles longer than Whop’s 30-character limit were rejected.
  • Fixed: the “Place order button text” setting had no effect on the classic checkout.

1.0.0 · Sep 2026

  • First release: redirect checkout to Whop, signed webhook verification, refunds, sandbox and live modes, background reconciliation, HPOS and Checkout Blocks support.