Skip to content

Releases: strangerstudios/pmpro-payfast

1.5.4 - 2024-10-03

03 Oct 11:39
Compare
Choose a tag to compare
  • BUG FIX: Fixed a fatal issue with Paid Memberships Pro V3.2+ and improved compatibility with 3.2+.

1.5.3 - 2024-09-30

30 Sep 10:03
Compare
Choose a tag to compare
  • BUG FIX/ENHANCEMENT: Added better support for User Fields not saving correctly during checkout. (@andrewlimaza)
  • REFACTOR: Refactored the pmpro_itnChangeMembershipLevel function (@andrewlimaza)

1.5.2 - 2024-07-18

18 Jul 10:32
Compare
Choose a tag to compare
  • ENHANCEMENT: Added improved support for Paid Memberships Pro V3.1+ (@andrewlimaza)
  • ENHANCEMENT: Added improved compatibility with screen readers for the help text on the checkout page (@andrewlimaza)

1.5.1 - 2024-04-24

24 May 14:13
Compare
Choose a tag to compare
  • BUG FIX: Fixed an issue where certain custom fields weren't saving correctly. (@ipokkel)

1.5 - 2024-01-30

30 Jan 11:01
Compare
Choose a tag to compare
  • ENHANCEMENT: Added support for daily and weekly subscriptions. (Please note at the time of this writing, this isn't supported in sandbox environments.)
  • ENHANCEMENT: Added support for Paid Memberships Pro V3.0

1.4.3 - 2024-01-05

05 Jan 10:47
Compare
Choose a tag to compare
  • BUG FIX: Fixed an issue where the ITN handler would fatal error when PMPROPF_DEBUG constant was missing. (@JarrydLong)

1.4.2 - 2023-12-28

28 Dec 13:21
Compare
Choose a tag to compare

V1.4.1 - 2023-11-30

30 Nov 10:32
5d89e6f
Compare
Choose a tag to compare
  • REFACTOR: Changed the checkout logo to the new Payfast logo
  • REFACTOR: Moved to using get_option instead of the pmpro_getOption.

V1.4 - 2022-12-01

01 Dec 08:12
Compare
Choose a tag to compare
  • ENHANCEMENT: Added better support for MMPU when a member cancels their membership. (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed an issue where custom fields were not saving correctly during checkout. (@JarrydLong)
  • BUG FIX: Fix fatal error during ITN service PayFast uses. (@louiswol94)
  • REFACTOR: Removed redundant code and cleaned up code in the ITN handler and class. (@mircobabini)

V1.3.0

15 Dec 07:53
Compare
Choose a tag to compare
  • ENHANCEMENT: Set the default order status to "token" instead of "pending".
  • ENHANCEMENT: Hide the Update/Cancel buttons on the membership billing page when PayFast is used.
  • BUG FIX: Fixed fatal error where method was called incorrectly on the membership billing page.
  • BUG FIX: Rename filter in the ITN Handler to prevent conflicts. Filter name changed from 'pmpro_ipnhandler_level' to 'pmpro_payfast_itnhandler_level'.