Releases: awesomemotive/easy-digital-downloads
3.3.5
Public Changelog
- NEW! Added Support for more Stripe Payment Methods, including more wallets, mobile payment methods, and some bank redirects.
- Stripe: Improved accessibility of the checkout form.
- Stripe: Improved compatibility with Stripe with customized checkouts missing form attributes.
- Stripe: Properly handle error messages when trying to create webhooks without HTTPS.
- Stripe: Updated the Stripe PHP library.
- PayPal: Fixed an issue preventing PayPal from fully connected in test mode.
- PayPal: Improved the messaging around the PayPal settings screen.
- PayPal: Fixed an issue with the date_created on some PayPal Commerce orders.
- WP-REST: Improved integration with the WP-REST API media endpoint.
- Receipt: Improved hash validation when viewing a receipt as a guest.
- Emails: Fixed a possible fatal error with the WP Mail SMTP plugin.
- Emails: The Banned Email list filter is now accessible even when the list is empty.
- Checkout: Improved handling of guest customers.
- Checkout: Prevent an edge case where a warning could be thrown during checkout.
- HTTP: Introduced a standard HTTP Request utility to make consistent HTTP requests.
- Discounts: Prevent a JavaScript error when editing a discount.
- Administration: Vertical navigation elements now support the Back/Forward browser navigation.
3.3.4
Changelog
- NEW! Stripe: When connecting EDD to Stripe, the necessary webhooks are registered.
- Cart: Enhanced cookie handling when emptying and re-adding items to cart.
- Checkout: Resolved undefined variable issue when using block registration form.
- Downloads: Improved response header handling to prevent invalid content-length headers.
- Downloads: Resolved inconsistency in author availability for new vs existing downloads.
- Emails: Improved email tag loading for more efficient processing.
- Emails: Removed image insertion capability from password reset email editor.
- Emails: Corrected filter name in new user email for proper functionality.
- Emails: Fixed a fatal error in password reset due to missing parameters.
- Emails: Fixed empty {password_link} email tag for first-time users.
- File System: Consolidate filesystem interactions by normalizing file paths.
- Orders: Improve order total calculations for orders with multiple adjustments.
- Orders: Fixed an issue with resumed orders and date_created values.
- Orders: Deleting an order now deletes the related transactions entry.
- Orders: Implemented safeguard to prevent negative order totals.
- Reports: Fixed PHP notices occurring in certain time zones.
- Sessions: Added new filters for more flexible cookie management.
- Sessions: Added built-in support for Pantheon cookie exclusions.
- Sessions: Added built-in support for WP Engine cookie exclusions.
- Stripe: Improve legacy card elements session compatibility.
- Users: Added a tool to help fix corrupted capabilities that prevent access to EDD settings screens.
Issues Addressed in this Release
#9757 - miss $user_login and $user_data for retrieve_password_title filter
#9752 - Emails: Fix wrong filter name in new_user email
3.3.3
Changelog
- Reports: Refund tiles for fully refunded items could include partial refunds.
- Sessions: Improve session handling during checkout when logging in a user at the same time.
- Admin: Fixed a display issue when searching for EDD items in list views.
- Emails: Prevent a PHP error related to the Email Summary settings.
- Emails: Improved the Email Summaries reliability.
- Blocks: Fixed an issue on the Checkout block for existing customers without a last name.
- Downloads: Improved the handling of the cart widget markup when adding an item to the cart.
- Downloads: Improved the detection and handling of local files when they are downloaded.
- Settings: Refactored the process of saving settings for consistency.
What's Changed
- Adding 3.3.3 changes by @cklosowski in #9753
Full Changelog: 3.3.2...3.3.3
3.3.2
Changelog
- Checkout: Improved session handling with Stripe payments.
- Settings: Improved pass validation that could cause deactivation on certain server configurations.
- Admin: Improve responsiveness of EDD admin menus.
- Sessions: Set default session handling to database on new installs.
- i18n: Ensure that some block strings are able to be translated.
3.3.1 (Includes 3.3.0)
= 3.3.0 =
- Important: This release requires WordPress 6.0 or higher.
- Emails: NEW Managing emails is now easier than ever with the new Email Editor. All emails are now visible and managed from Downloads > Emails.
- Emails: NEW You can now easily toggle the status of most emails to enable or disable them.
- Emails: NEW Email tags have been improved to be more widely available to extensions and are now context aware by email type and recipient.
- Emails: NEW You can now send an email to the customer when an order is marked as refunded.
- Emails: NEW Added email tags for the refund amount and refund ID.
- Emails: NEW You can now see a log of emails sent to customers by EDD in Downloads > Emails > Logs.
- Emails: NEW Added a new email tag for the order fees.
- Emails: NEW Added the ability to email store owners about the Stripe "Early Fraud Warning" webhook.
- Emails: NEW You can now easily restore the default email templates from the editor.
- Emails: More emails are now able to be previewed and tested.
- Emails: Added the ability to edit the New User, Password Reset, and User Verification emails.
- Emails: Email settings have been moved to Downloads > Emails > Settings.
- Sessions: NEW The session handling has been rewritten from the ground up to be more reliable and improve performance.
- Sessions: The session storage method can now be changed via a setting in Downloads > Settings > Misc.
- Sessions: Added a custom database table for session storage, when using the database storage method.
- Sessions: Improved the performance and reliability of the session cleanup Cron event.
- Sessions: Improved session handling to only start when necessary, allowing more pages to be cached for guests.
- Extensions: The Disable Purchase Receipts extension is now marked as legacy and will be deactivated, as the functionality is now built into EDD.
- Extensions: The Auto Register extension is now marked as legacy and will be deactivated, as the functionality is now built into EDD.
- Stripe: Improved the handling when a Stripe customer cannot be found.
- Stripe: Added a disconnect button to the Stripe settings if the Stripe account that is connected has been closed.
- Stripe: Improved and implemented fallbacks to reduce failures when processing Stripe payments.
- PayPal: Improved the onboarding process for PayPal to avoid a possible fatal error.
- HTML: The Product Dropdown element has been improved for reliability, search, and performance.
- Migration: Improved the reliability of the EDD 3.0+ migration routine.
- Reports: When the percentage difference was calculated, it was possible for a positive change to show as a negative percentage.
- Cart: In some cases, the Add to Cart button was not redirecting logged-in users to the checkout page.
- Checkout: Improved the handling of the purchase form when showing the login form.
- Checkout: Improved the handling of the address fields when using the Stripe Payment Element.
- Checkout: Improved purchase validation during the checkout process.
- Exports: The Orders Export could sometimes use the product ID as the User ID.
- WPCron: We've refactored how EDD uses WPCron to improve performance and reliability.
- Customers: Improved the validation when removing email addresses from a customer.
- Admin: Many of our 'checkbox' settings have been updated to use the new 'toggle' setting type.
- Admin: Improved the consistency of the EDD Admin Pages.
- i18n: Updated the list of regions for the UK.
- i18n: Added Regions for Benin.
- i18n: We reviewed, updated, and improved a large number of translations with translator comments and context.
- Performance: Improved integration with the Heartbeat API to reduce the number of requests.
- Refunds: Improved the reliability and performance of generating a refund number.
= 3.3.1 =
- Settings: Fixed a PHP warning related to a store's region when managing settings.
- Settings: Ensure that the selected currency option is a registered currency.
- Orders: Fixed an issue resulting in searching for orders not always working.
- Emails: Ensure that email subjects do not contain HTML tags.
- Emails: The Admin Sale Notification wasn't sending to multiple recipients.
- Checkout: Improved checkout page detection compatibility for extensions.
- Onboarding: Improved the onboarding wizard styles and content.
3.2.12
Changelog
- Compatibility: Fixed a conflict between Setup Wizard and the Multi-Currency extension.
- Stripe: Improved the handling of refunding charges via the Stripe Dashboard.
- Exports: Improved performance, management, and protection of export files generated by EDD.
- Emails: Improved the validation before installing the Recapture integration.
What's Changed
- Adding 3.2.12 changes by @cklosowski in #9727
Full Changelog: 3.2.11...3.2.12
3.2.11
Changelog
- Orders: When searching orders, a Product ID was being erroneously added to the filter arguments when it shouldn't have been.
3.2.10
Changelog
- Downloads: Improved performance when creating and managing download directories.
- Discounts: Start and End dates are properly handling the timezone.
- Discounts: Improved the accuracy of the check for if a store has active discounts.
- Discounts: A background upgrade process will be run to ensure all discounts have a valid start and end dates.
- Dev: Debug log is now being managed within EDD's upload directory.
- Payments: Improved the detection and handling of purchase sessions when displaying the Receipt and Confirmation pages.
- Performance: Optimized the amount of data stored in the options table related to changelogs.
- HTML: The Product Dropdown could be forced to include items that were not products.
- HTML: The Product Dropdown has had it's placeholder value improved.
- HTML: The Product Dropdown could have an unexpected empty option in the list of options.
- HTML: The Textarea HTML field could add empty content to the value.
- Checkout: The Privacy Policy checkbox may not always show when expected.
- Blocks: Improved loading of Easy Digital Download blocks.
- Blocks: Improved the handling of Easy Digital Download blocks when using a classic theme.
- Orders: Manually creating orders in the admin could fail to save the order due to a capability check.
- Migration: Improved the reliability of the EDD 3.0+ migration routine for possibly corrupt serialized data.
- Migration: Improved PHP 8.0+ compatibility for the EDD 3.0+ migration routine.
Full Changelog: 3.2.9...3.2.10
3.2.9
Changelog
- Stripe: Resending the purchase receipt could fail if including the Stripe statement descriptor in the email template.
- Settings: Improve the reliability of determining the timezone settings in WordPress.
- Reports: When using custom dates for reporting, some timezone settings could make the dates show incorrectly.
- Emails: Adjusted when the deprecation notices will be shown for the legacy email hooks.
3.2.7
Changelog
Admin: Improved validation of saving some settings.
API: Improved API Key management for admins, including showing the last time a key was used.
Customers: Prevent updating a customer to have no email address.
Downloads: Improved the consistency of the results of setting and getting a price option name.
Downloads: Searching the downloads dropdown was not working correctly for international characters.
Downloads: Improved download access validation.
Fees: Improved the reliability of the fees and tax calculations.
Orders: The Order Status Badge API now includes the order as a parameter on filters.
Reports: Download Taxonomy reports have been improved for large data sets.
Reports: Some timezones and date calculations were getting incorrect date ranges.
Stripe: Improved mixed cart messaging.