- Fix: Variable-priced downloads were sometimes added twice to a wish list when another EDD purchase form existed on the same page
- Fix: Replaced deprecated
post_permalink()function withget_permalink() - Fix: Empty paragraph tag on the
wish-list-view.phptemplate when there no wish list description - Tweak: Prevented “Add to wishlist” buttons from appearing on the EDD checkout page where extensions such as Cross-sell/Upsell & Recommended Products add “add to cart” buttons.
- Tweak: Replaced a soon to be deprecated WordPress function
- New: The quantity field (if enabled in EDD) is now shown on add to cart buttons
- New: Headings in template files now have a
edd-wl-headingCSS class for easier styling - New: Wrapped the view template with a
edd-wl-viewCSS class for easier styling - New: Wrapped the edit template with a
edd-wl-editCSS class for easier styling - New: Wrapped the create template with a
edd-wl-createCSS class for easier styling - New: Wrapped the main wish lists template with a
edd-wl-wish-listsCSS class for easier styling - New: Added a
edd_wl_disable_on_checkoutfilter for adding “Add to wishlist” buttons back to the checkout if desired (see Tweak note above)