Skip to main content
Easy Digital Downloads Changelog
View releases and changelogs for EDD and addons.

Version 3.1.0.5 — January 25, 2023

  • Improvement: New customer report tiles now only count customers with purchases.
  • Improvement: The email address field at checkout now adheres to the database schema and limits to 100 characters.
  • Improvement: Further improve the AJAX download search to be more accurate.
  • Fix: Earnings exports report now accounts for partially refunded orders.
  • Fix: Added validation to prevent duplicate order addresses from being inserted.
  • Fix: When saving a non-variable product, an empty post meta value was being saved.
  • Improvement – Blocks: Updating the wording for the Disable Redownload setting if the block is available.
  • Fix – Blocks: Added sanitization to the ‘additional classes’ block setting before rendering the block.

Version 3.1.0.4 — January 6, 2023

  • Improvement: The cart performance has been improved by disabling tax rate lookups when a customer address is supplied, but taxes are disabled.
  • Improvement: Reports now factor in order item adjustments like negative fees.
  • Improvement: The Downloads list table now loads faster on sites with a large number of download categories.
  • Improvement: The Sales REST API Endpoint was updated to respect the new order statuses in EDD 3.0.
  • Improvement: Improve semantic markup by not allowing two of the same ID attribute for redirect to checkout buttons.
  • Improvement: Discount code lookup performance has been improved when looking up a discount by the discount code.
  • Fix: Looking up payments with a Download ID that was a string or integer would return incorrect or no orders.
  • Fix: Reduced the number of HTTP calls that the notifications API can make per day.
  • Fix: Avoid the “Request-URI Too Long” error when performing multiple actions in a row on list tables.
  • Fix: Negative fee amounts are now properly considered when determining an item’s final price in the cart.
  • Fix: PayPal: Arabic characters in download names could cause an unexpected error during checkout.
  • Fix: PayPal: The backup IPN is not loaded if the PayPal integration is not connected.
  • Fix: PayPal: The payment_date field was assumed to be present when processing the backup IPN.
  • Fix: The edd_get_payment_amount function could improperly return an empty string instead of a float value.
  • Fix: Add to cart buttons were not using the token values to improve caching compatibility.
  • Fix: When many items were purchased at once, some order item download links were not working due to an improper status.
  • Fix: Hardened the search query for the AJAX endpoint for searching for downloads by title.

Version 1.2.4.3 — December 28, 2022

  • Fix: Resolved the pass expiration code exiting early.
  • Fix: An valid start time that isn’t a date/time string could cause a fatal error.

Version 2.8.13.1 — December 28, 2022

  • Fix: Send customer first and last name if present when creating Stripe customer.
  • Fix: Avoid using deprecated agree to terms scripts in EDD 3.0+.
  • Dev: Improved handling of Stripe connection process.

Version 3.5.3.1 — December 26, 2022

  • Fix: Corrects an issue where commissions were incorrectly calculated when discounts pro was being used.

Version 1.1.8 — November 30, 2022

  • Improved: Updated to improve compatibility with caching.
  • Improved: Updated the Facebook button to be a Share instead of a Like.
  • Fix: Wish List buttons only worked on single product views.
  • Fix: Deprecation notice was being thrown on PHP 8.
  • Fix: Corrected alignment issues with the Tweet button.
  • Fix: It was possible for a theme to override Wish List modal CSS, preventing the ability to add an item to a Wish List.
  • Fix: Removed Google+ from the social networks.
  • Dev: Updating the license activation for more stability and compatibility with EDD Core.

Version 3.5.3 — November 23, 2022

  • New – EDD 3.0+: Reports have been updated to support new EDD 3.0 report views and tiles.
  • New – EDD 3.0+: Commission reports can now be filtered by commission status.
  • Improvement: Payout file generation performance has been improved.
  • Fix: Generating payout files in two different tabs/windows could result in incorrect file generation and amounts.
  • Fix: Generating a payout file did not communicate if progress was being made.
  • Fix: Deleting a commission from the list table was not properly deleting the commission record.
  • Fix – EDD 3.0+: Refunding an order with a commission was not always marking the commission as revoked.
  • Dev: The commissions database class now supports querying by the price_id column.
  • Dev: The final deliverable package now excludes development packages.

Version 1.2.4.2 — November 17, 2022

  • Improvement: Retrieving the customer pass object has been updated to be more efficient.
  • Fix: Included price variations did not always appear to have saved correctly.
  • Dev: Unnecessary files have been removed from the final build package.
  • Dev: A new filter edd_all_access_use_persistent_cache has been added. The default value is false, for the time being.

Version 2.11.8.1 — November 11, 2022

  • Improvement: It is now possible to manually add a subscription with a $0 initial amount.
  • Fix: The Stripe express checkout could cause PHP notices when Recurring loaded.
  • Fix: The discount check could error in EDD 2.x.
  • Fix: The updated admin script might not have loaded due to caching.
  • Fix: The Stripe gateway could cause a fatal error with one time trials.
  • Dev: Unnecessary files have been removed from the vendors directory.

Version 2.11.8 — November 9, 2022

  • New: Subscriptions can now be exported to a CSV file.
  • New: The subscriptions table now has a filter bar to filter by product or subscription status.
  • New: The subscription_details email tag has been registered for purchase receipt emails.
  • New: subscription_details, subscription_period, and subscription_term email tags have been registered for the renewal and expiration emails.
  • New: One time discounts can be enabled on an individual discount basis.
  • Improvement: The admin subscription forms have been completely rewritten to be more accessible, responsive, and intuitive.
  • Improvement: The subscriptions tables have been updated to be more consistent with WordPress and EDD.
  • Improvement: Subscriptions now have their own tab when viewing customer details.
  • Fix: In EDD 3.0, updating the customer for an order did not update the related subscription.
  • Fix: The Content Restriction integration could have had an undefined variable.
  • Fix: In certain cases, the order items migration appeared to never stop, even though it was done.
  • Fix: It is now possible to purchase a product with a free trial using PayPal Commerce.
  • Fix: When erasing a customer’s data, active subscriptions are now cancelled automatically.
  • Dev: The minimum PHP version is now 5.6; the minimum EDD version is 2.9.
  • Dev: How the plugin loads has been updated.

Version 2.3.12 — November 9, 2022

This is a minor release to fix compatibility with EDD 3.0/3.1, improve EDD core blocks support, FES, PHP 8.1 and improve shipping calculation rates.

  • New: In EDD 3, the orders table can now be filtered based on orders with shipping and/or shipping status.
  • New: Extension is now fully integrated and compatible with EDD core blocks.
  • Improvement: Shipping tracking details have been added to the order receipt.
  • Fix: When cart is recovered, shipping was not always correctly calculated.
  • Fix: When placing an order and canceling the purchase flow, user was redirected back to the checkout page and shipping could be incorrectly calculated.
  • Fix: The correct shipping rate was not always calculated for FES vendor products.
  • Fix: When using FES 2.7, the Shipping field did not appear as an available field.
  • Dev: PHP 8.1 compatibility.
  • Dev: The FES integration requires a minimum FES version of 2.3.

Version 1.2.4.1 — November 7, 2022

  • Fix: Optimized and improved renewal payment discovery to make Pass renewals more reliable.
  • Fix: Discounts that required ‘Any Pass’ was not saving the discount properly, and may not properly validate discount codes.

Version 1.2.4 — October 24, 2022

  • Improvement: Remove unneeded files from the final build.
  • Fix: For customers with active subscriptions for a pass, show a message instead of the “Renew Now” button.
  • Fix: Prevent the default EDD price options form from showing after All Access price options have already output.
  • Fix: Passes purchased with a subscription were not correctly expiring and being replaced with upcoming passes.
  • Fix: Downloads with multiple files were not always delivering the correct file.

Version 3.8.7 — October 20, 2022

  • Improvement: Output has been updated for better compatibility with the order history and receipt blocks.
  • Fix: Licenses in bundles did not always display correctly.
  • Fix: Licenses could not always be upgraded more than one time.
  • Fix: The price option on the receipt was missing a space.
  • Dev: The main get_license method has been updated to return false if a license object could not be retrieved.

Version 1.3.5 — October 12, 2022

  • New: Invoices is now compatible with the EDD Order History, EDD Receipt, and EDD Confirmation blocks.
  • Fix: Some currency values on the invoice would display in the store default currency when an alternate currency was used.
  • Modified template: invoice-table.php.

Version 1.2.3 — October 6, 2022

  • Fix: Manually creating an order in EDD 3.0 did not automatically generate the customer’s pass.
  • Fix: Enabling the “allow redownload” setting could prevent the initial download being logged for a customer.
  • Fix: Trashing an order in EDD 3.0 did not remove the pass from the customer’s account, although the pass could not be used.

Version 2.8.13 — September 29, 2022

  • Improvement: Optimized validation during checkout.
  • Improvement: Optimized cleanup of logging.
  • Improvement: Added better checkout session handling.
  • Dev: Added card icon support to the gateway registration.

Version 2.8.13 — September 29, 2022

  • Improvement: Optimized validation during checkout.
  • Improvement: Optimized cleanup of logging.
  • Improvement: Added better checkout session handling.
  • Dev: Added card icon support to the gateway registration.

Version 1.4.7 — September 22, 2022

  • New: PayPal refunds can be initiated within EDD 3.0.
  • Fix: Transaction ID URLs did not correctly link to the PayPal transaction.
  • Dev: Update how licensing is instantiated.
  • Dev: Refactor how the plugin is booted and checks for requirements.

Version 2.8.12 — September 6, 2022

  • Improvement: Session validation throughout Stripe actions has been updated to improve reliability.
  • Improvement: Error messages have been updated to help customers with failed purchases know what action to take.
  • Fix: Customers were not always automatically logged in with Auto Register’s successful purchase setting.
  • Fix: When changing the store mode, the Stripe admin notice displayed incorrectly.
  • Dev: Minimum required EDD version is now 2.11.
  • Dev: The minimum WordPress version is now enforced in the plugin header and requirements function.