Skip to content

Releases: strangerstudios/paystack-gateway-paid-memberships-pro

1.8 - 2024-11-06

06 Nov 13:10
Compare
Choose a tag to compare
  • FEATURE: Now serving updates from paidmembershipspro.com

1.7.8 - 2024-10-09

09 Oct 08:30
Compare
Choose a tag to compare
  • BUG FIX: Fixed an issue where free checkouts would cause a fatal error.

1.7.7 - 2024-07-19

19 Jul 07:31
Compare
Choose a tag to compare
  • ENHANCEMENT: Added support for Paid Memberships Pro V3.1+ and used pmpro_get_element_class method on the frontend. (@andrewlimaza)
  • BUG FIX: Fixed an issue where cancellations weren't working correctly in some cases/instances. (@andrewlimaza)
  • BUG FIX: Fixed an issue where billing would bill later in the day at the start of the subscription. (@andrewlimaza)

1.7.6 - 2024-07-03

03 Jul 10:07
Compare
Choose a tag to compare
  • ENHANCEMENT: Added webhook logging functionality to debug incoming webhook data. You may use the constant 'PMPRO_PAYSTACK_WEBHOOK_LOG' to enable this feature. Please delete logs and disable this constant after completing debugging.
  • BUG FIX: Fixed an issue where the webhook handler was not correctly storing the order amount if the subscription amount changed.
  • BUG FIX: Fixed an issue when renewal payments were being processed and failing to complete the order.

1.7.4 - 2024-04-24

24 Apr 12:27
Compare
Choose a tag to compare
  • ENHANCEMENT: Added new filter pmpro_paystack_webhook_level to tweak the level given to members after checkout. This includes support for the Set Expiration Dates Add On.

1.7.3 - 2024-04-15

15 Apr 11:37
Compare
Choose a tag to compare
  • SECURITY: Improved sanitization to output of translatable strings.
  • ENHANCEMENT: Added functionality for refunds within Paid Memberships Pro. Supports full refunds only.
  • BUG FIX: Fixed an issue where subscriptions weren't being linked inside Paid Memberships Pro correctly when confirming the membership.

1.7.2 - 2024-02-15

15 Feb 10:24
Compare
Choose a tag to compare
  • ENHANCEMENT: Added support for Paid Memberships Pro 3.0+ subscriptions.
  • BUG FIX: Fixed an issue where discount codes were not reflecting the price paid on Paid Memberships Pro.

V1.7.1 - 2023-09-13

13 Sep 09:25
Compare
Choose a tag to compare
  • SECURITY: Improved security to the webhook handler, this now checks for the presence of the Paystack signature header before processing the request.
  • ENHANCEMENT: Only allow card checkout for recurring subscriptions as other payment options don't allow subscriptions.
  • BUG FIX: Fixed an issue where intervals weren't being set correctly. This now supports all intervals, for quarterly and biannually please use 3 month and 6 month in the recurring subscription fields respectively.
  • BUG FIX: Fixed an issue where non-expiring memberships would obtain an expiration date incorrectly.
  • REFACTOR: Minor improvements to the settings UI page to align with other Paid Memberships Pro gateways.