Releases: addonify/addonify-wishlist
Releases · addonify/addonify-wishlist
2.0.13
What's Changed
- 💊 Tested: WooCommerce and WordPress latest version. by @h1dd3nsn1p3r in #449
Full Changelog: 2.0.12...2.0.13
2.0.12
- 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
2.0.10
2.0.9
- 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
- Tested: WordPress v6.4.0
- Tested: WooCommerce v8.2.2
2.0.7
2.0.6
- 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 nameddeprecated
. - Updated: Optimized database query and avoided duplicate queries.
- Updated: Action hooks
addonify_wishlist_before_adding_to_wishlist
andaddonify_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
Hotfix release:
- 🐛 Fix: Invalid JSON body passed while importing options by @h1dd3nsn1p3r in #379
2.0.4
- Fix: PHP warnings. GitHub Issue #374