Version 2.9 — October 1, 2014
- Added support for manually creating new commission records.
- Reorganized some of the plugin files.
- Updated the translation files.
Version 1.3.7 — September 30, 2014
- Fixed some compatibility issues with EDD v2.1+
Version 1.9 — September 30, 2014
- Added the “statement_description” argument to Charges to specify what shows up on customer’s bank statements
- Added the customer’s email address to charge metadata
Version 1.1.1 — September 29, 2014
- Fix: The discount title was only sometimes showing on the checkout cart.
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.1.1 — September 25, 2014
- Fixed: a bug with upload fields not working on the View Order Details screen
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 — September 23, 2014
- Initial launch.
Version 2.8.2 — September 23, 2014
- Updated translation files.
Version 2.2.9 — September 22, 2014
- Fixed another issue with invalid foreach() notices.
Version 2.2.9.9.1 — September 21, 2014
- Fix: Featured Images can’t be saved on Download products
Version 2.2.9.9 — September 18, 2014
- Fix: On removing a featured image, the image box still thought it had an image in it
- Fix: Can’t remove featured image in certain cases
- Fix: Welcome screen CSS loaded on all admin pages
- Fix: Meta_value doesn’t save in admin for hidden fields.
- Fix: Customers can’t see receipts
Version 1.2.5 — September 17, 2014
- Fixed a bug with the purchase limit for variable prices not saving properly.
Version 1.2.4 — September 16, 2014
- Fixed a conflict with the Marketify theme.
Version 1.2.3 — September 15, 2014
- Only load when necessary
- Removed
edd-add-to-cart
CSS class from disabled purchase buttons - Added an option to force the sold out status
Version 2.2.9.8 — September 14, 2014
- Fix: Recaptcha when used over SSL
- Fix: Incorrect post meta key that caused the profile form import to fail
- Fix: Incorrect called to edd_get_option() that caused the profile form short code to fail
- Tweak: Added the “style” tag to the whitelist for HTML attributes
- New: Introduced the fes_application_pending_message filter
Version 2.8.1 — September 12, 2014
- Added the Commission ID to the
eddc_sale_alert
filter. - Added a new “store-commissions” endpoint to the REST API to allow store owners to view a list of commissions via the API.
Version 2.0.3 — September 10, 2014
- Fixed a display issue with WP 4.0
Version 1.1 — September 8, 2014
- New: Added frontend display option.
- New: Added ability to add start and end dates to discounts.
- New: Added ability to filter discounts by tags.
- New: Added cart threshold discount type.
- New: Added ability to filter discounts by previous customer.
- Fix: The discount used might not have always been the discount with the most significant savings.
- Fix: Refactored how Discounts Pro calculates prices to improve performance and accuracy.
- Fix: Removed the need to clear the cart on each call.
- Fix: Significantly front-end performance improvements.
- Fix: Fixes several bugs with calculations of discounts, particularly involving restriction of discounts to categories and from/each x product discounts.