Skip to content

0.1.1 - 2022-03-23

Compare
Choose a tag to compare
@dparker1005 dparker1005 released this 23 Mar 19:53
· 53 commits to main since this release
  • ENHANCEMENT: The selected payment plan will now be remembered at checkout when the page is reloaded. (@JarrydLong)
  • ENHANCEMENT: Radio buttons used to select payment plans at checkout now utilize the pmpro_get_element_class() function. (@JarrydLong)
  • BUG FIX/ENHANCEMENT: Stripe Payment Request button will now show price for selected payment plan. (@JarrydLong)
  • BUG FIX: Now checking that a valid payment plan is selected at checkout. (@JarrydLong)
  • BUG FIX: Now only clearing payment plan settings when this pluin is deleted and when PMPro is set to delete settings on uninstall. (@JarrydLong)
  • REFACTOR: Created new function pmpropp_get_plan() to simplify expected behavior of pmpropp_return_payment_plans(). (@ideadude)