Skip to content

Releases: addonify/addonify-wishlist

2.0.12

06 Aug 11:03
526b9f8
Compare
Choose a tag to compare
  • Fixes: User wishlist not being created when logging in and issue on adding product into the wishlist. GitHub Issue 435.
  • Added: Shortcode for displaying wishlist icon.
  • Added: Wishlist tab in my account page.
  • Added: Option to display wishlist button over product image in product loop.
  • Updated: Plugin tags issue. GitHub Issue 439.
  • Removed: Unwanted files and codes.
  • Tested: WordPress version 6.6.
  • Tested: WooCommerce version 9.1.4.

2.0.11

03 Apr 07:37
2757325
Compare
Choose a tag to compare
  • Tested: WordPress version 6.5.
  • Tested: WooCommerce version 8.7.

2.0.10

08 Feb 15:47
2d1e6ee
Compare
Choose a tag to compare
  • Fix: Unable to add to wishlist (2)

2.0.9

26 Jan 05:50
9c9f576
Compare
Choose a tag to compare
  • Fixed: PHP error, Creation of dynamic property Addonify_Wishlist_Public::$added_to_wishlist_button_label is deprecated.
  • Added: Loading icon to wishlist button while product is added into or removed from the wishlist.
  • Tested: WooCommerce version 8.5.2.
  • Tested: WordPress version 6.4.2.

2.0.8

09 Nov 07:34
e8002f3
Compare
Choose a tag to compare
  • Tested: WordPress v6.4.0
  • Tested: WooCommerce v8.2.2

2.0.7

18 Oct 07:47
72a280c
Compare
Choose a tag to compare
  • Fix: PHP error while activating the plugin.
  • Tested: WooCommerce 8.2.1

2.0.6

16 Oct 10:32
d978882
Compare
Choose a tag to compare
  • Added: Confirmation modal when trying to empty wishlist and new options for popup notice's messages.
  • Added: Documentation link, GitHub link, and support link to the plugin row in plugins list table.
  • Added: Deprecated files are renamed with suffix, deprecated, and are moved to folders named deprecated.
  • Updated: Optimized database query and avoided duplicate queries.
  • Updated: Action hooks addonify_wishlist_before_adding_to_wishlist and addonify_wishlist_after_adding_to_wishlist. Array argument is passed in both action hooks.
  • Updated: Icons.
  • Fixed: Migration of user wishlist data when updating from version 1.1.3.
  • Fixed: Plugin setting page link in plugins listing page is displayed before Deactivate link.
  • Fixed: Color picker cursor issue (Vue JS).
  • Tweak: Changed DIR for Inter & Manrope fonts files. Now, Using NPM package to install Inter & Manrope fonts.
  • Removed: Wishlist button icon color options.
  • Tested: WordPress 6.3.2
  • Tested: WooCommerce 8.2.0

2.0.5

29 Jun 08:00
a185ad4
Compare
Choose a tag to compare

Hotfix release:

  • 🐛 Fix: Invalid JSON body passed while importing options by @h1dd3nsn1p3r in #379

2.0.4

28 May 03:06
82faf52
Compare
Choose a tag to compare

2.0.3

26 May 10:47
4870857
Compare
Choose a tag to compare
  • Added: Color options for wishlist notice.
  • Added: Added to cart notice and related option to match the option Remove product from wishlist after added to cart.
  • Added: Label options for product stock status.
  • Tweak: How reactive state on plugin setting's page is managed (vue js).
  • Fix: Add to wishlist button dynamic CSS. #361
  • Fix: Notice displays for the guest users.