== Description ==
The Paid Memberships Pro Recurring Payment Email Reminders plugin, is a crucial addition for membership sites focused on maintaining consistent engagement and reducing payment delinquencies. This plugin automates sending reminder emails to members about their upcoming recurring payments. These reminders can be scheduled at intervals that best suit your membership structure, ensuring members are well-informed and prepared for their forthcoming charges. The content of these emails is fully customisable, allowing you to maintain your brand’s tone and messaging, which enhances the overall user experience.
== Changelog ==
= 1.0 - 2023-12-22 =
* 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)