Skip to content

1.0 - 2023-12-22

Latest
Compare
Choose a tag to compare
@dparker1005 dparker1005 released this 21 Dec 20:29
  • ENHANCEMENT: For sites running PMPro 3.0+, this plugin now uses the Subscriptions table to more accurately determine when to send emails and to add compatibility with Multiple Memberships Per User. #28 (@dparker1005)
  • ENHANCEMENT: Added a new constant PMPROR_DEBUG to allow setting an email address to send log data to or to have the log data printed to a file. #34 (@dparker1005)
  • ENHANCEMENT: Added localization support. #35 (@dparker1005)
  • BUG FIX: Fixed issue where customized email template data may not be sent. #36 (@andrewlimaza, @dparker1005)
  • BUG FIX: Fixed issue where the !!billing_amount!! email template variable would sometimes incorrectly return $0 instead of the actual billing amount. #29 (@MaximilianoRicoTabo)
  • REFACTOR: Now using get_option() instead of pmpro_getOption(). #31 (@dwanjuki)