Version 2.1.3 — January 9, 2015
- Fixed an incorrect shipping amount when multiple items are purchased
Version 3.1 — January 8, 2015
- Added an option to include or exclude taxes from commission calculations.
- Fixed an undefined variable bug on the Reports graph.
Version 1.0.8 — January 5, 2015
- Tweak: Improved
edd_wl_get_list_id()
andedd_wl_get_wish_list()
functions - Tweak: Modified
wish-list-edit.php
andwish-list-view.php
templates based on the changes above
Version 1.0.7 — January 1, 2015
- Fix: LinkedIn issue when loading over https
- Tweak: When removing an item from a wish list, it now searches for the closest element with a CSS class of “row”. This means you can structure your HTML how you want and only need to apply the row class to the wrapper that should be removed.
- Tweak: Removed html
{ overflow-y: inherit; }
CSS rule - Tweak: New activation class
- Tweak: Changed the “edit” and “view” query vars to “wl_edit” and “wl_view”. This was to avoid potential conflicts with other plugins using the same names. If you have modified the
wish-list-edit.php
template make sure to change line 6 fromget_post( get_query_var('edit') )
toget_post( edd_wl_get_wish_list() );
Version 1.0.0 — December 30, 2014
- Initial release
Version 3.1.4 — December 29, 2014
- Fixed a memory leak with expired license keys
- Added the actual discount amount for renewals to the checkout screen
- Added the item name being renewed next to the license key during renewals
- Added new EDD_BYPASS_ITEM_ID_CHECK constant
- Fixed several bugs with searching license keys.
- Introduced edd_sl_get_download_id_by_license filter
- Updated the ED_SL_Plugin_Updater class to fix some issues with multisite instances
Version 3.0 — December 29, 2014
- Added support for custom vendor sale notification emails (Downloads > Settings > Emails).
- Fixed a bug with Custom Date ranges on the Reports view.
- Fixed a bug in the REST API endpoint that caused it to show the same commission amounts for Revoked and Paid.
Version 2.1 — December 28, 2014
- Fixed a bug with the latest version of the Stripe API and “statement_description”
- Added support for detecting refunds in your Stripe account automatically (requires your webhooks be configured)
Version 1.3.10 — December 16, 2014
- Fixed an undefined index error in PayPal Pro
Version 2.2.10 — December 16, 2014
- Fix: Vendor page not properly set in settings during install
- Fix: Repeatable field type shows error if no meta_key is set
- Fix: Avatar removed after updating profile
- Fix: From name / email not set properly for vendor contact form submissions
- Fix: Undefined index of $input_type
- Fix: Commissions tab on vendor edit screen unreliable. Now links to filtered Commissions table
- Fix: Improver reliability of custom vendor shop URLs
Version 2.0.1 — December 15, 2014
- Fixed an issue with cancelled users being able to access content until end of term.
Version 3.1.3 — December 12, 2014
- Fixed a bug with license renewals for non-yearly licenses
- Tweaked the set_status() method to only save the status if the new status is different
- Fixed a bug with clean_site_url() that caused issues for some site activations / deactivations
- Fixed a bug with license row action links not working
- Added missing HTTP response codes
Version 1.0.7 — December 10, 2014
- Fix: Plugin became deactivated when EDD was updated
Version 1.2.7 — December 10, 2014
- Add languages directory and .pot file with translation-ready strings
Version 3.1.2 — December 10, 2014
- Fixed an important security flaw with package downloads
- Fixed an undefined index notice with the Changelog widget
- Fixed several minor security flaws
- Improved URL cleaning when adding / removing sites
Version 1.1.0 — December 10, 2014
- New: edd_csr_redirect filter for creating custom redirects
- New: Support for the PayPal Express (PayPal Pro/Express extension) which requires customers to confirm their payment after arriving back from PayPal
- New: Activation script to check for the existence of Easy Digital Downloads
- New: Redirects can now be edited by clicking on the download titles
- New: Better internationalization function to allow easier translations
- Fix: Bulk delete redirects
Version 3.1.1 — December 5, 2014
- Fixed a bug that could result in duplicate bulk actions taking place
Version 2.1.2 — December 4, 2014
- Fixed incorrect languages folder name
- Added a .pot file
Version 1.2.6 — December 1, 2014
- Add option to disable product when individual item sells out
- Add support for custom buttons
- Better handling for errors
- Cleaned up JS
Version 2.1.1 — November 28, 2014
- Fixed error message with
remove_shipping_fees()
function