Releases: strangerstudios/pmpro-paypal
Releases · strangerstudios/pmpro-paypal
1.1.1 - 2026-05-07
- BUG FIX: Fixed a
DECIMAL_PRECISIONerror 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 viapmpro_round_price_as_string()so it matches the site currency. #12 (@dparker1005)
1.1 - 2026-04-27
- 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
- Initial release.