Skip to content

Releases: awesomemotive/easy-digital-downloads

Version 2.10.2, April 5, 2021

05 Apr 19:23
f97f4f6
Compare
Choose a tag to compare

https://github.com/easydigitaldownloads/easy-digital-downloads/milestone/211?closed=1

Issue # Description
#8528 Stripe - Add revision indicator when including Stripe as a dependency
#8519 Batch Download Importer - account for GLOB_BRACE not being available
#8506 Add link to Termageddon as a suggested TOS/Privacy Policy provider.
#8499 Re-organize Bundleded Gateway list.
#8498 Update SendWP promo
#8497 Add Recapture promo & plugin background install
#8473 Attachment unit tests suddenly failing
#8290 Remove Jilt integration callouts on Emails setting
#6115 Registration Form Honeypot Check

Stripe changes:
https://github.com/easydigitaldownloads/edd-stripe/milestone/74?closed=1

Issue # Description
awesomemotive/edd-stripe#64 array_key_first() is only available in PHP 7.3+
awesomemotive/edd-stripe#643 EDD 3.0 - edds_payment_status_filters uses wp_count_posts for payments
awesomemotive/edd-stripe#641 Preapproval payment statuses are incorrectly registered all the time
awesomemotive/edd-stripe#639 Checkout Submission - Stripe Error Messages Not Localized

Version 2.10.1, March 9, 2021

09 Mar 21:41
f39a0b4
Compare
Choose a tag to compare

https://github.com/easydigitaldownloads/easy-digital-downloads/milestone/210?closed=1

This release was to update the Stripe dependency to version 2.8.4 to fix the following issues:

  1. Ghost 'update' badge, showing an update when pro was not active.
  2. Only include the license field when the pro version is active.

2.10

09 Mar 16:45
520e456
Compare
Choose a tag to compare

Milestone: https://github.com/easydigitaldownloads/easy-digital-downloads/milestone/163?closed=1

  • New: Accept credit cards, Apple Pay, Google Pay, and Microsoft Pay with the included Stripe Standard payment gateway. Read more about this feature here: https://easydigitaldownloads.com/edd-stripe-integration
  • New: Updated bundled add-on updater class to the latest version (1.8.0).
  • New: Added a notice for users on older PHP versions about upcoming EOL for PHP 5.3, 5.4, and 5.5 support.
  • Fix: The select HTML helper improperly assumed the selected value was an array.
  • Fix: There was a memory leak when calling get_password_reset_key() caused by EDD's customers database class.
  • Fix: When adding items to the cart via AJAX, the presence of the download_id value was assumed, but not verified.
  • Fix: Imported CSV files were not being properly deleted after the import was completed.
  • Fix: The Colorbox JavaScript resources are no longer needed, but were still being enqueued.
  • Fix: Client-side validation of the discount field could cause unexpected issues with the checkout when applying a discount.
  • Fix: The discount amount was incorrect in the sales API endpoint when it was applied to a variably priced product.
  • Fix: When querying the customers API endpoint, it was possible for an undefined variable notice to be logged.
  • Fix: The password fields on the profile editor had incorrect attributes.
  • Fix: After a failed login, the reset password link always linked to the checkout page.
  • Fix: PayPal Standard: Negative fees were being applied twice.
  • Fix: Account for an undefined index of edd-cart-downloads.
  • Fix: The payment icons on checkout were missing alt tags.
  • Fix: The login process was not using wp_safe_redirect.
  • Fix: It was possible to save a non-numeric value for a discount.
  • Fix: The modify_cart_item() function did not allow for decreasing of the tax rate on an item.
  • Fix: Custom add to cart URLs with a malformed download_id value caused an undefined index notice.
  • Fix: When no customer exists for a query, the total_spent returns an undefined index notice.
  • Dev: When checking if a file download limit is reached, the price_id of the purchased download is now passed to the edd_is_file_at_download_limit filter.
  • Dev: The edd_download_price_table_head and edd_download_price_table_row actions have been formally deprecated.

3.0-beta1

16 Feb 14:19
Compare
Choose a tag to compare
3.0-beta1 Pre-release
Pre-release
Rebuild pot file & fix version number

Version 2.9.26, October 2, 2020

02 Oct 08:07
5cb0bec
Compare
Choose a tag to compare

= 2.9.26, October 1, 2020 =

  • Fix: Installation of the Jilt extension was allowed for non-super admins on multisite installs.
  • Dev: Improved DocBloc for edd_has_user_purchased() function.

Version 2.9.25, September 3, 2020

03 Sep 23:33
b13d9c1
Compare
Choose a tag to compare

= Version 2.9.25, September 3, 2020 =

  • Fix: Using the registration form on checkout with guest checkout disabled, could result in errors when attempting to purchase.

Version 2.9.24, August 21, 2020

21 Aug 22:15
Compare
Choose a tag to compare

= 2.9.24, August 21, 2020 =

  • Security Fix: Prevent users with 'view_shop_reports' capability from running an arbitrary class execution with the exports tool.
  • Fix: Removing downloads from the view order details screen caused a JavaScript error on WordPress 5.5+.
  • Fix: Improve PHP 7.3 and 7.4 support.
  • Fix: W3 Validation was failing due to duplicate id attributes.
  • Fix: Some checkout customizations were not possible due to using .change() instead of .on().
  • New: EDD Login forms now support plugins that limit failed login attempts.
  • New: Failed login attempts on the EDD Login form now return proper HTTP status codes, when possible.

Version 2.9.23, April 20, 2020

20 Apr 22:36
dfd13fc
Compare
Choose a tag to compare

2.9.23, April 20, 2020

  • Fix: There was a performance issue that caused file download logs to be queried when they did not need to be.
  • Fix: When using PHP 7.3+, a notice could be thrown related to a non-well formed numeric value.
  • Fix: Removed the legacy (and unused) wp_is_writable shim.
  • Fix: When loading a custom template or post type related to downloads, a PHP notice about getting the post_type of a non-object could be thrown.
  • Dev: Added pre/post filters into the get_customer_by method.

Version 2.9.22

12 Mar 23:06
Compare
Choose a tag to compare

= 2.9.22, March 12, 2020 =

  • Fix: Corrected an issue that caused custom translation files from being ignored when official translations are loaded.
  • Fix: The default return condition when determining if a purchase has reached its download limit was erroneously removed.
  • Fix: When determining the discount amount for a cart item, it was possible to enter into a situation that caused a division by zero warning.

Version 2.9.20, November 14, 2019

14 Nov 19:08
984b547
Compare
Choose a tag to compare

2.9.20, November 14, 2019

  • Fix: CSV download import issues with file to price assignments and AmazonS3 files.
  • Fix: The edd_after_payment_actions action fired via cron was missing attributes.
  • Fix: The SendWP connection link was visited if enter/return was pressed to update settings.
  • New: Promotional elements added to EDD admin screens.