Login
Get Started

Easy Digital Downloads Changelog

View releases and changelogs for EDD and addons.
Version 2.3.4 — March 30, 2026
  • Admin: Enhanced the metabox for better usability.
  • Content Restriction: Improved conditional checks for empty values.
  • Content Restriction: Ensured that content restriction works even if a download does not exist.
  • Content Restriction: Made restriction messages filterable for greater flexibility.
  • Dev: Updated build scripts to ensure smooth integration.
  • Dev: Resolved issues with unit tests to improve reliability.
  • Dev: Fixed warnings when accessing posts with invalid IDs.
  • Dev: The new minimum version requirements are PHP 7.4, WordPress 6.2, and Easy Digital Downloads 3.4.0.
Version 2.1.1 — March 30, 2026
  • Admin: Refactored authentication handling to utilize native Easy Digital Downloads hooks.
  • Dropbox: Improved handling for team space.
  • Scripts: Scripts/styles have been refactored for WordPress best practices.
  • WordPress: Updated for WordPress 7.0 compatibility.
  • Dev: The new minimum versions are PHP 7.4, WordPress 6.2, and Easy Digital Downloads 3.4.0.
Version 2.3.0 — March 26, 2026
  • Blocks: The Reviews block has been refactored for modern block development and compatibility with the latest versions of WordPress.
  • Reviews: The form to leave a review has been updated to remove jQuery as a dependency and to improve the transitions for selecting a rating.
  • Dev: Unit tests have been added.
  • Dev: The minimum requirements for Reviews have been updated to PHP 7.4, WordPress 6.2, and Easy Digital Downloads 3.5.0.
Version 1.3.3 — March 24, 2026
  • Admin: updated compatibility with EDD enhanced select fields.
  • Bitbucket: Git Updater now supports Bitbucket API tokens; app passwords are deprecated.
Version 2.13.10 — March 23, 2026
  • Admin: Subscription related select elements and search have been improved.
  • Admin: Manually created subscriptions did not honor custom prices.
  • Emails: Added support for conditional email tags.
  • Integrations: Failing subscriptions were not cancelled during a license upgrade.
  • Taxes: Improved tax rate precision.
Version 2.5.3 — March 19, 2026
  • Checkout: An existing shipping address was not always properly attached to an order.
  • Emails: Added support for conditional email tags.
Version 3.6.6/.1 — March 18, 2026
  • Admin: Added compatibility with WordPress 7.0 admin changes.
  • Cart: Fixed cart validation when adding multiple items at the same time.
  • Cart: Improved mixed cart behavior with Stripe.
  • Cart: Fixed a potential fatal error when checking cart discounts repeatedly.
  • Cron: Reduced database queries for event handling.
  • Emails: Preview function did not show the email heading.
  • Emails: Improved bounce notification handling.
  • Messaging: Removed dependency on Alpine library.
  • Stripe: Improved PaymentIntent handling.
  • Dev: Removed a number of unnecessary files from dependencies.

Version 3.6.6 — March 18, 2026
  • NEW: Emails – Personalize emails with conditional email tags.
  • Admin: Added compatibility with WordPress 7.0 admin changes.
  • Cart: Fixed cart validation when adding multiple items at the same time.
  • Cart: Improved mixed cart behavior with Stripe.
  • Cart: Fixed a potential fatal error when checking cart discounts repeatedly.
  • Cron: Reduced database queries for event handling.
  • Emails: Preview function did not show the email heading.
  • Emails: Improved bounce notification handling.
  • Messaging: Removed dependency on Alpine library.
  • Stripe: Improved PaymentIntent handling.
  • Dev: Removed a number of unnecessary files from dependencies.
Version 3.6.5 — February 18, 2026
  • NEW: Cron – Cron events are now more reliable and based on Action Scheduler.
  • Cart: Fixed an unused variable in the cart class.
  • Cart: The error handler has been improved to show messages more consistently.
  • Checkout: Improved checkout accessibility.
  • Discounts: Discount Select field now supports filtering out invalid discounts.
  • Downloads: Improved the accuracy of the Download select field.
  • Emails: Fixed documentation link.
  • Emails: Introduced new ‘Styles’ feature to the email editor.
  • Emails: Base email class now passes the Email Type to the template part.
  • Labs: Cart Caching – Corrected an issue with tax recalculation not invalidating cache.
  • Logs: Added filters for the LogStorageCalculator to support extensions.
  • Logs: Improved log filter navigation.
  • Notifications: Improved the flexibility of store notifications.
  • Orders: Improved order status logic when processing a refund.
  • Privacy: Personal data exports could fatal error if a product no longer exists.
  • Stripe: Removed Sofort as an individual gateway (now supported in Klarna).
  • Stripe: Prevent a console error on the Stripe settings page.
  • Dev: Added the cookie name to the edd_cookie_options filter.
  • Dev: Fixed incorrect usage of echo with esc_html_e.
  • Dev: Introduced base edd-modal styles and scripts.
  • Dev: Introduced the edd_cart_tax_recalculated hook.
Version 3.6.5 — February 18, 2026
  • NEW: Emails – Recover abandoned carts with built-in Cart Recovery emails.
  • NEW: Cron – Cron events are now more reliable and based on Action Scheduler.
  • Cart: Fixed an unused variable in the cart class.
  • Cart: The error handler has been improved to show messages more consistently.
  • Checkout: Improved checkout accessibility.
  • Discounts: Discount Select field now supports filtering out invalid discounts.
  • Downloads: Improved the accuracy of the Download select field.
  • Emails: Fixed documentation link.
  • Emails: Introduced new ‘Styles’ feature to the email editor.
  • Emails: Base email class now passes the Email Type to the template part.
  • Labs: Cart Caching – Corrected an issue with tax recalculation not invalidating cache.
  • Logs: Added filters for the LogStorageCalculator to support extensions.
  • Logs: Improved log filter navigation.
  • Notifications: Improved the flexibility of store notifications.
  • Orders: Improved order status logic when processing a refund.
  • Privacy: Personal data exports could fatal error if a product no longer exists.
  • Stripe: Removed Sofort as an individual gateway (now supported in Klarna).
  • Stripe: Prevent a console error on the Stripe settings page.
  • Dev: Added the cookie name to the edd_cookie_options filter.
  • Dev: Fixed incorrect usage of echo with esc_html_e.
  • Dev: Introduced base edd-modal styles and scripts.
  • Dev: Introduced the edd_cart_tax_recalculated hook.

Version 2.13.9 — February 12, 2026
  • Emails: Improved handling to ensure subscription reminders include more accurate date range queries and exclude invalid subscriptions.
  • Emails: Resolved a PHP warning that occurs when a customer is not found for a notice.
  • Scheduled Events: Update to use EDD’s cron system.
  • Stripe: Enhanced subscription management to prevent incorrectly reactivating past due subscriptions on payment method update.

Version 3.9.5 — January 26, 2026
  • Admin: Improves the search functionality in the license list table.
  • Admin: Corrected the subject output in the license renewal notice selector.
  • API: Fixes an issue which could prevent some orders from showing licenses in the sales endpoint.
  • Emails: Deprecates the legacy renewal notices under tools; all renewal notice logs show under Emails > Logs.
  • Logs: Adds license logs to EDD’s new log pruning system.
  • Logs: Adds all license logs to Downloads > Tools > Event Logging (previously only available for individual licenses).
  • Dev: Improves querying for a license by payment/order ID.
Version 3.6.4 — January 15, 2026
  • New: Manage logs with the Log Retention Settings.
  • Admin: Some help icons could get duplicated.
  • Blocks: Login block could prevent WordPress admin email confirmation from working.
  • Checkout: Improved billing address conditional logic and validation.
  • Imports: Improved handling of files uploaded for import.
  • Reports: Gateway pie charts now only show gateways used during the report date range.
  • Reports: Stripe payment method data now respects report date ranges.
  • Reports: The vendor script paths for legacy graphs have been updated.

Version 3.6.4 — January 12, 2026
  • Admin: Moved the Commissions submenu.
  • Commissions: Prevents commissions being assigned to deleted users.
  • Integrations: Simple Shipping could adjust commissions for fees other than shipping fees.
  • Dev: Removes unneeded caching.
  • Dev: Unit tests have been updated to remove an obsolete dependency and improve user feedback.
Version 3.9.4 — January 3, 2026
  • Activation: Improved domain pattern handling.
  • API: The Upgrade Notice is now included in the API response.
  • Bundles: Child licenses could get a different expiration than the parent license.
  • Database: Upgrade routines could hit a race condition if multiple tabs were open after upgrading.

Version 3.6.3 — December 23, 2025
  • Blocks: Updating handling of Password Reset redirect.
  • Checkout: Improved form data handling for AJAX based checkouts.
  • Compatibility: Improved license key handling for addons.
  • PayPal: Improve IPN Handling.
  • Stripe: Improve Payment Method Configuration handling.
  • Dev: Update edd_die() for unit test compatibility.
Version 3.6.3 — December 23, 2025
  • NEW: Track, view reports, and export orders and customer based on Google UTM tags.
  • Blocks: Updating handling of Password Reset redirect.
  • Cart: Improved the handling of deleting recommendations.
  • Checkout: Provide visual feedback when entering a VAT number.
  • Checkout: Improved form data handling for AJAX based checkouts.
  • Compatibility: Improved license key handling for addons.
  • PayPal: Improve IPN Handling.
  • Stripe: Improve Payment Method Configuration handling.
  • Taxes: Manually entered orders could get an incorrect tax rate.
  • Taxes: VAT details may not save to order when reverse charge in home country is disabled.

Version 2.3.0 — December 18, 2025
  • Checkout: NEW Added support for dynamic conditional fields. Show fields based on another field’s value.
  • Admin: Updated settings screen for improved user experience.
  • Admin: Custom fields now show on the admin “Add Order” screen.
  • Blocks: Ensured data displayed correctly on receipt pages.
  • Checkout: The checkout form now loads with the checkout page, not with the gateway.
  • Checkout: Resolved issue preventing the File Upload functionality with some gateways.
  • Custom Fields: Fixed an issue where default values would not show.
  • Customers: Improved handling of user meta for users logged in with Auto Register.
  • Form: Improved the checkout form editing by moving advanced settings.
  • Dev: Fixed textdomain notice issue present in WordPress 6.7.0 and beyond.
  • Dev: Minimum requirements have been updated to PHP 7.4, WordPress 6.2, and Easy Digital Downloads 3.4.0.
Version 1.1.2 — December 17, 2025
  • Checkout: Fixed an issue which could prevent customers being subscribed.
  • Dev: Improved the API request to add purchase data to a subscriber.
Version 2.5.2 — December 16, 2025
  • Checkout: Improves fee handling on checkout.
  • Stripe: Adds support for Stripe line items.

Popular Resources

Start selling today!

Join over 50,000 smart store owners, and start using the easiest way to sell digital products with WordPress.

Copyright © 2025 Sandhills Development, LLC