Version 1.3.11 — August 21, 2017
- Fix: Host Refused error after redirecting to 2Checkout
- Fix: Incorrect URL for transaction ID
- Tweak: Corrected the legend tag usage on the checkout screen to be consistent with Easy Digital Downloads core
Version 2.0.13 — August 21, 2017
- Fix: Add New CFM form button was showing while editing the Checkout Form in admin.
- Fix: reCAPTCHA not always showing for users.
- Fix: Required fields were missing the HTML5 ‘required’ attribute.
- Fix: Auto-generated meta keys could contain non-valid characters when based off the provided label.
Version 2.6.7 — August 21, 2017
- Fix: Generic exception handling was trying to use the Stripe exception handling object.
- Fix: When using Country & Postal code validation, always allow editing of the fields.
Version 2.7.10 — August 17, 2017
- New: Added support for Stripe subscriptions to be reactivated after cancelled
- New: Added option to manually retry failing subscriptions
- Tweak: Updated the process that updates billing method on a subscription to automatically retry a failing subscription
- Fix: Cancelling an already cancelled subscription shows an error message
- Fix: Free trial period not populate properly when price ID is 0
Version 1.0 — August 16, 2017
- Initial release
Version 1.1.5 — August 16, 2017
- Fix: Date not showing properly for subscription renewal payments
Version 2.1.3 — August 16, 2017
- Fix: Average rating was being incorrectly calculated.
Version 2.1.2 — August 14, 2017
- Fix: Cron events were not running for requesting a review.
Version 2.6.6 — August 9, 2017
- Tweak: Include the jQuery.payments script to allow for card formatting.
Version 2.3.4 — August 4, 2017
- Fix: Use
EDD_Payment
directly to avoid nested calls tomaybe_unserialize
.
Version 1.0.3 — August 4, 2017
- Fixed: With Software Licensing, licenses for any product were allowing other products to be activated if using item_name in API
- Fixed: Account for “trialling” status in Recurring Payments
- Fixed: EDD 2.8 admin changes the layout for Variable Prices. This conforms it to work with that.
- Fixed: Intermittent issue with downloads_used not being updated after download
- Added: Restrict Content Pro migration tool
- Added: Filters for the “pricing” button so you can modify it on a product-by-product basis
- Added: Option to hide variable options from All Access members if they don’t have access to those variable prices.
- Added: Prices are automatically hidden if logged in and have access to download product.
Version 2.3.3 — August 4, 2017
- Fix: Prevent incorrect output from showing on purchase history page.
- Fix: Prevent PHP Notice upon checkout.
- Fix: Prevent PHP Notice upon activation.
Version 2.6.5 — August 3, 2017
- Fix: Checkout button was able to be clicked after successful Stripe Checkout payment, before purchase confirmaion page loaded.
- Fix: Removed code logic used in the legacy Recurring Payments extension, that was never used.
- New: Checkout form fields are checked before loading the Stripe Checkout modal.
- Tweak: Removed AliPay from Stripe Checkout as it’s no longer supported by Stripe.
Version 2.7.9 — July 31, 2017
- Fix: Incorrect transaction ID stored in 2Checkout
- Fix: Renewal payments not recorded in 2Checkout due to duplicate transaction IDs being stored
- Fix: Fatal error when processing cancellation in 2Checkout INS
- Fix: Incorrect initial amounts recorded when using Discounts Pro
- Fix: INVOICE_STATUS_CHANGED webhook from 2Checkout not processed
- Tweak: Added a filter that allows the license keys affected by a renewal payment to be adjusted
- Tweak: Added a .gitattributes file to prevent certain files from being included in release builds
Version 2.5.6 — July 31, 2017
- Fix: Auto-approve vendor submission option does not work and leaves products as pending review
Version 2.5.5 — July 28, 2017
- Fix: File upload filter has unneeded checks which can result in errors
- Fix: All submitted products are saved as drafts
Version 3.5.18 — July 27, 2017
- Tweak: $license parameter now passed to edd_sl_check_item_name filter
- Fix: Duplicate license keys generated when purchasing a bundle with multiple of the same product assigned to different price options
- Fix: Empty customer column on license keys table and license details screen when custom record does not have a name set
- Fix: Price option of bundled products not properly set on license keys when purchasing a bundle
Version 2.1.1 — July 27, 2017
- Fix: Guests were able to post replies to reviews even if guest reviews were disabled.
- Fix: PHP 5.3 Compatibility – return values are stored in variables before being used elsewhere.
Version 2.7.8 — July 26, 2017
- Fix: Fix error message handling for subscriptions that fail on initial purchase.
Version 2.1 — July 24, 2017
- Introduced review reports
- Introduced an email template tag that display links to review downloads
- New shortcode to display average rating for a product
- Added support for guest reviews
- Introduced a new notification email which is sent to site admins when a new review is posted
- New feature added to allow the posting of a review to be delayed by a certain amount of days after purchasing
- Allow site owners to request a review from customers after making a purchase
- No Downloads found shortcode can now be sorted by average rating
- Refactor metabox to allow status of reviews to be changed via AJAX and to allow replies to be directly from the metabox
- Allow all emails to be customizable and introduce of custom template tags
- Only load CSS on single downloads and remove fixed width of labels
- Introduced an option to prevent authors from leaving reviews on their own products
- Use
edd_get_option()
instead of$edd_options
global to ensure the correct filters are applied. - Fix: Shortcode now works for multiple reviews
- Fix: All the review counter bars are now responsive
- Fix: “Insert Review” media button wasn’t displaying anything when modal was opened
- Fix: Rating stars now display correct on the “Vendor Feedback page”
- Fix: Dashboard widget now links to the correct URLs