Skip to content

0.5 - 2022-08-17

Choose a tag to compare

@ideadude ideadude released this 17 Aug 21:39
· 3 commits to master since this release
  • ENHANCEMENT: Internationalization for the date in the cancellation text string.
  • BUG FIX/ENHANCEMENT: Now correctly populating the !!startdate!! and !!enddate!! variables for use in the cancel or cancel_admin email templates.
  • BUG FIX/ENHANCEMENT: Fixed warnings related to non-int values being passed into the date() function.
  • BUG FIX/ENHANCEMENT: Now bailing if we can't figure out which level is being cancelled (happens sometimes with MMPU or when cancellations happen via webhook or custom code).
  • BUG FIX/ENHANCEMENT: No longer extending if the cancellation comes from a PayPal Express IPN notification RE failed/skipped payments.
  • BUG FIX/ENHANCEMENT: Added support for PayPal Standard. Better PayPal Express support.
  • BUG FIX/ENHANCEMENT: No longer extending if the cancellation comes from a Stripe webhook charge.failed event.
  • BUG FIX: Fixed code that determines if the user is on the cancel page or edit user/profile page in the admin, which is used in the cancellation logic.
  • REFACTOR: Updated doc blocks.
  • REFACTOR: Removed some unused code.