Version 2.1 — January 30, 2015
- Added support for browsing in and uploading to multiple buckets
- Added integration support for the Frontend Submissions extension
- Improved the interface for browsing files
Version 2.2.11 — January 30, 2015
- Fix: Allow all valid mimetypes to be uploaded with a file path
- Fix: Default text for Vendor Announcement area cannot be translated
Version 1.0.8 — January 27, 2015
- Fix: Special characters in subject line when using the {download_name} email tag were being converted to HTML.
Version 2.2.12 — January 23, 2015
- Fixed an issue with renewal payments showing in the download history shortcode.
Version 3.1.1 — January 19, 2015
- Fixed a bug with the pagination on the Earnings tab of the Vendor Dashboard when using Frontend Submissions.
Version 1.0.7 — January 13, 2015
- Set the card name as the customer first / last name
Version 3.1.5 — January 13, 2015
- Fixed a bug with variable prices and renewal discount calculations (props Danny Van Kooten)
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