Skip to content

2.9

Compare
Choose a tag to compare
@cklosowski cklosowski released this 15 Mar 20:42
· 10293 commits to main since this release
600d44a
  • New: A message is now displayed on the [edd_register] shortcode when the user is already logged in.
  • New: Support was added for resume and ranged download links.
  • New: The customer name, email, and price ID was added to sales log export.
  • New: Added ability to sort by sales/earnings in the [downloads] shortcode.
  • New: Any page containing the [download_checkout] shortcode returns true for edd_is_checkout().
  • New: Upgraded to the latest version of the Chosen library.
  • New: Added United Kingdom Counties to pre-populated "states" list.
  • New: EDD_Payment::add_note now escapes the HTML provided.
  • New: Added the variable price ID to the download log entries.
  • New: Added a helper to retrieve and filter discount status labels.
  • Fix: Prevent a possible PHP Warning when no tax rate is entered, when taxes are enabled.
  • Fix: PayPal Standard: Totals with discounts could calculate differently between EDD and PayPal, preventing completion of the purchase.
  • Fix: Links would break when using SendGrid's link tracking feature.
  • Fix: Download widget would cause PHP warnings when no tags were attached to a product.
  • Fix: Improved support for payment method icons when not using a standard WP Install directory format.
  • Fix: Prevent a possible corrupted download file by verifying no output buffers exists.
  • Fix: Opt-in telemetry data was sending the incorrect Locale.
  • Fix: Prevent a possible PHP Notice when editing a discount code.
  • Fix: Checkboxes on Advanced Settings of variable prices would not always save on the first try.
  • Fix: Hardcoded 'Checkout' text was not using the 'Add to Cart text' variable.
  • Fix: Prices were possibly incorrect when using the Quick Edit feature.
  • Tweak: The edd_get_download method now returns an EDD_Download object instead of a WP_Post.
  • Tweak: Corrected some URLs to the EDD site that were using an old URL.
  • Tweak: The customer UI now shows the country and state name, instead of their codes.
  • Tweak: Removed the hyphen and "Go Back" button from discount screens.
  • Tweak: The cart contents method returned boolean false instead of an empty array when the cart was empty.
  • Tweak: Reduced the blocking calls in the opt-in telemetry requests to help with performance.
  • Dev: Added filters for new user notification email.
  • Dev: Added filter and email heading to New Sale Notifications.
  • Dev: Added hooks before and after downloads shortcode grid.