Skip to main content
Per Product Emails Changelog

Version 2.0.1 — May 30, 2024

  • Fix: Subscription renewals could result in sending a Per Product Emails receipt.
  • Fix: Ensure that the auto-loaded files are loading correctly.

Version 2.0.0 — May 13, 2024

  • Updated for compatibility with deferred actions in EDD 3.2.0+.
  • Admin: Improvements for the list table, sending test emails, and admin notices.
  • Admin: The email editor now uses the EDD product selector.
  • Dev: PHP 8.1 compatibility.
  • Dev: Minimum requirements are now PHP 7.4, WordPress 5.8, and EDD 3.2.0.

Version 1.1.8 — July 27, 2022

  • Improvement: The extension setting is now at Downloads > Settings > Emails > Purchase Receipts.
  • Dev: Update how licensing is instantiated.
  • Dev: Refactor how the plugin is booted and checks for requirements.

Version 1.1.7 — August 19, 2020

  • Fix: The integration with Software Licensing was using a deprecated method to get the license key.

Version 1.1.6 — February 26, 2019

  • Fix: Prevent a PHP error when no product IDs that need custom emails are found.
  • Fix: Allow attachments to be included when the EDD_Emails class is used.

Version 1.1.5 — August 7, 2018

  • Fix: Honor ‘Disable Standard Purchase Receipt’ setting when resending purchase receipts.

Version 1.1.4 — January 1, 2017

  • Fix: Custom emails are no longer sent more than once when multi-option purchase mode is enabled and more than one option is purchased.

Version 1.1.3 — December 6, 2016

  • Fix: There were errors if Software Licensing was not active. Here all SL functions are moved to an integration folder with a check to make sure it is active.

Version 1.1.2 — October 11, 2016

  • Fix: Email formatting not properly preserved when saving.

Version 1.1.0 — March 22, 2016

  • Fix: Apostrophes not displaying correctly in email subject
  • New: edd_ppe_capability_type filter to specify which capability can manage the emails
  • New: {license_key} email tag

Version 1.0.9 — April 20, 2015

  • Fix: XSS vulnerability in query args

Version 1.0.8 — January 27, 2015

  • Fix: Special characters in subject line when using the {download_name} email tag were being converted to HTML.

Version 1.0.7 — December 10, 2014

  • Fix: Plugin became deactivated when EDD was updated

Version 1.0.6 — September 25, 2014

  • Fix: Added backwards compatibility for olders EDD versions that aren’t using the new EDD email class

Version 1.0.5 — September 23, 2014

  • Fix: email tags not showing properly in custom emails
  • New: edd_ppe_email_heading filter for showing the download’s name as the email heading, similar to the default EDD purchase receipt. Example add_filter( ‘edd_ppe_email_heading’, ‘__return_true’ );
  • Tweak: Optimized email function code

Version 1.0.4 — September 23, 2014

  • Tweak: Now uses EDD’s email class introduced in EDD v2.1 for custom emails and test emails
  • Tweak: Better activation class
  • Tweak: Better handling of language files

Version 1.0.3 — July 14, 2014

  • New: Custom emails are now sent when resending the purchase receipt from the Payment History

Version 1.0.2 — January 22, 2014

  • Fix: Bug with license key activation.

Version 1.0.1 — September 5, 2013

  • New: Prevent the standard purchase receipt from being sent to the customer. The customer will still receive the standard purchase receipt if there are downloads purchased that do not have custom emails configured.
  • Fix: PHP 5.2 Compatibility
  • Tweak: Different list creation messages for guest/logged in users