Skip to content

Releases: strangerstudios/pmpro-paypal

1.1.1 - 2026-05-07

07 May 18:31

Choose a tag to compare

  • BUG FIX: Fixed a DECIMAL_PRECISION error from the PayPal billing API when checking out a recurring level whose initial payment is 0 on a zero-decimal currency (JPY, KRW, VND, UAH, ALL). The setup fee is now formatted via pmpro_round_price_as_string() so it matches the site currency. #12 (@dparker1005)

1.1 - 2026-04-27

27 Apr 16:41

Choose a tag to compare

  • FEATURE: Added support for offering PayPal as a secondary payment gateway alongside another primary gateway at checkout. #10 (@dparker1005)
  • ENHANCEMENT: Added a setting to manually edit the PayPal Webhook ID for both the Sandbox and Live environments. #9 (@andrewlimaza)
  • ENHANCEMENT: The PayPal webhook REST endpoint now accepts GET requests so site owners can confirm the URL is reachable from a browser. #11 (@dparker1005)
  • BUG FIX: Fixed PayPal webhook signature verification by sending the original raw webhook body to PayPal instead of a re-encoded version. #8 (@ideadude)

1.0 - 2026-03-30

30 Mar 14:00

Choose a tag to compare

  • Initial release.