Skip to content

isabella232/edd-per-product-emails

 
 

Repository files navigation

=== Easy Digital Downloads - Per Product Emails ===

Plugin URI: https://easydigitaldownloads.com/downloads/per-product-emails/
Author: Easy Easy Digital Downloads
Author URI: https://easydigitaldownloads.com/

Custom purchase confirmation emails for your products.

== Changelog ==

= 1.1.8 =
* 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.

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

= 1.1.6 =
* 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.

= 1.1.5 =
* Fix: Honor 'Disable Standard Purchase Receipt' setting when resending purchase receipts.

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

= 1.1.3 =
* 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.

= 1.1.2 =
* Fix: Email formatting not properly preserved when saving.

= 1.1.0 =
* 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

= 1.0.9 =
* Fix: XSS vulnerability in query args

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

= 1.0.7 =
* Fix: Plugin became deactivated when EDD was updated

= 1.0.6 =
* Fix: Added backwards compatibility for olders EDD versions that aren't using the new EDD email class

= 1.0.5 =
* 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

= 1.0.4 =
* 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

= 1.0.3 =
* New: Custom emails are now sent when resending the purchase receipt from the Payment History

= 1.0.2 =
* Fix: Bug with license key activation.

= 1.0.1 =
* 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

= 1.0 =
* Initial release

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%