Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Releases: strangerstudios/pmpro-payflow-recurring-orders

0.3.2 - 2024-10-24

Choose a tag to compare

@dparker1005 dparker1005 released this 24 Oct 13:32
  • BUG FIX: Fixed an issue where subscriptions table data would not be updated when using PMPro v3.0+. #7 (@dparker1005)
  • BUG FIX: Fixed an issue where the order amount for recurring orders would show as $0 in PMPro v3.2+. #7 (@dparker1005)

0.3.1 - 2024-01-05

Choose a tag to compare

@dparker1005 dparker1005 released this 05 Jan 18:24
  • BUG FIX/ENHANCEMENT: Marking plugin as incompatible with Multiple Memberships Per User for the PMPro v3.0 update. #6 (@dparker1005)

v0.3

Choose a tag to compare

@ideadude ideadude released this 14 Oct 21:51

BUG FIX/ENHANCEMENT: Removed the code to only run the cron between 1AM and 6AM. Instead, it will run every hour and you can use the new pmpro_payflow_recurring_orders_skip_cron filter to return true during those times if you'd like to skip the cron during heavy times.

v.2

v.2

Choose a tag to compare

@ideadude ideadude released this 31 Jan 20:25
  • BUG FIX: Fixed setting of $end value.
  • BUG/ENHANCEMENT: Added force parameter.
  • FEATURE: Added check for PMPRO_CRON_LIMIT to override the 50 per run limit.