Version 1.0.9 — February 10, 2015
- Fix: Cart quantities in some themes were being updated when a download was added to a wish list.
- Fix: When EDD was deactivated and reactivated the wish list page was not viewable until either the EDD settings were saved or Wish Lists was deactivated and reactivated.
- Tweak: Leaving “Enable Ajax” unchecked in downloads -> settings -> misc no longer affects Wish Lists. Ajax is always required for Wish Lists so now works regardless of this setting.
Version 2.1.1 — February 10, 2015
- Added support for weekly and daily recurring plans
- Fixed an undefined index error when API keys have not been entered
Version 1.2.8 — February 7, 2015
- Fixed issue with products being added to cart multiple times through direct links.
Version 2.2.13 — February 7, 2015
- Fix: fatal error with wp_get_current_user() function caused by Redux framework
Version 2.2.12 — February 5, 2015
- Fix: Updated Redux libraries to the latest version to resolve conflicts with other plugins using the latest version
- Fix: Image files are now detached from the Download product when deleting them from the File Upload field
Version 2.1.2 — February 3, 2015
- Fixed a bug with improper parts of the file name possibly being extracted from the file when the bucket name is removed.
Version 2.1.1 — February 2, 2015
- Fixed a bug with S3 download URLs on files uploaded prior to v2.1
Version 1.3 — February 1, 2015
- Improved EDD detection to prevent fatal errors when EDD is not activated.
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