Changelog
= 2.0.6 – 16 October, 2023 =
- 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 – 29 June, 2023 =
- Fix: Invalid JSON body passed while importing options.
= 2.0.4 – 28 May, 2023 =
- Fix: PHP warnings. GitHub Issue #374
= 2.0.3 – 26 May, 2023 =
- 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.
= 2.0.2 – 18 May, 2023 =
- Removed: Added to cart popup modal displayed when product is added to cart in wishlist page.
- Tweak: Popup modal now closes when clicked on modal overlay.
- Fix: Issue of product stock status not getting displaying in wishlist sidebar when a product is added into the wishlist. GitHub Issue #344
- Fix: Unclosed HTML element caused by improperly defined attribute
data-wishlist_id
of add to wishlist button. GitHub Issue #348 - Fix: PHP Fatal error: Uncaught Error: Call to a member function get_type() on bool in /addonify-wishlist/public/class-addonify-wishlist-public.php
= 2.0.1 – 15 May, 2023 =
- Tweak: Wishlist’s page table add to cart button display to inline #315
- Updated: Screenshots for WordPress.org.
- Tweak: Removed Google fonts source for “Inter” & “Manrope”. Fonts are now saved locally.
- Fix: TypeError cannot read properties of null (reading ‘substring’) – Color picker #321
- Dev: Element plus library to 2.3.4.
= 2.0.0 – 26 April, 2023 =
- Added: Wishlist database table creation on plugin activate.
- Added: Option to generate wishlist page in tools tab.
- Added:
Save For Later
button for cart items in cart page. - Added: Notice in the admin dashboard to get feedback from user.
- Update: Redesign of plugin setting page.
- Update: User’s wishlist data migration for the compatibility with older version of the plugin.
- Update: Different JS files are loaded for logged in and guest users.
- Update: Product removal notice will not hide automatically, if value for the option,
Undo notice timeout (in seconds)
, is set to 0. - Removed: Option
Ajaxify Remove from Wishlist Action
. - Removed: Option
Save Wishlist Cookie for [x] days
. - Removed: Option
Enable Styles from Plugin
.
= 1.1.3 – 03 March, 2023 =
- Updated : UDP updated.
- Added : Shortcode for ‘add-to-wishist’ button.
- Updated: Undo remove from wishlist action. Add undo notice timeout time option, action text, and undo link label.
- Updated: For 0 value of the setting, Save Wishlist Cookie for [x] days, wishlist data remains forever.
- Added: Option for icon position on Add to Wishlist button.
- Added: Text option for empty wishlist in wishlist sidebar and wishlist page.
- Removed: Footer notification for removed product in wishlist sidebar.
- Added: Spinner when performing undo removed item.
- Added: Stock status in each product in wishlist sidebar.
= 1.1.2 – 22 February , 2023 =
- Added: Clear Wishlist button in wishlist shortcode content for removing all items in wishlist.
- Added: JavaScript function for getting wishlist items while handelling from client side (Not logged-in).
- Update: Multisite Data stored in same array.
- Added: Spinner for clear wishlist data.
- Fixed: Data removed from all sites in multisite on clear all button action.
- Fixed: Wishlist icon and view wishlist button showing on add to cart in wishlist page.
- Update: User wishlist saved as an array with created and updated time.
- Update: Option to remove product from wishlist on clicking on add to wishlist button if already in wishlist.
= 1.1.1 – 30 December, 2022 =
- Added: Option to reset all settings.
- Added: Option to export all settings.
- Added: Option to import all settings.
- Added: User Data Processing. Ref: https://creamcode.org/user-data-processing/
- Added: Spinner on wishlist page.
- Tweak: Now saving wishlist data in browser local strorage if the user is not logged-in.
- Removed: Default behavior from “After Add to Wishlist Action” option on settings page.
- Updated: Removed custom add to cart button from wishlist table and added WooCommerce default button.
- Removed: Unwanted settings.
- Fixed: Minor bugs.
= 1.1.0 – 18 November, 2022 =
Improvement: Color picker in settings page.
= 1.0.9 – 31 August, 2022 =
- Fixed: Wishlist sidebar toggle button will not be visible if wishlist sidebar is disabled.
- Tweak: Wishlist sidebar toggle button will not be visible if there are no items in the wishlist.
= 1.0.8 – 31 August, 2022 =
- Tested: with WordPress version 6.0.2.
= 1.0.7 – 2 August 2022 =
- Tweak: When a product is added into the wishlist, on sidebar only the product will be appended. But not the whole wishlist.
- Updated: Read more button will be visible for the out of stock products in the wishlist.
= 1.0.6 – 28 July 2022 =
- Fixed: Issue cookie data on json_decode.
- Fixed: Issue on redirection after product added to wishlist.
= 1.0.5 – 25 July 2022 =
- Added: Demo & documentation guide links.
- Tweak: Disabled wishlist sidebar drawer by default.
- Tweak: Enabled Ajaxify for add to cart & remove from wishlist buttons.
- Tweak: View wishlist & login links HTML markup in wishlist modal window.
- Tweak: CSS variables.
= 1.0.4 – 15 July 2022 =
- Tested: with WordPress version 6.0.1.
= 1.0.3 – 12 July 2022 =
- Fixed: Author name typo.
- Updated: Cookie includes last_updated and wishlist_items fields.
- Updated: Wishlist data is json ecoded and decoded to save and retrive respectively.
= 1.0.2 – 12 July 2022 =
- New: Added graphics for wordpress.org pugin landing page.
= 1.0.1 – 11 July 2022 =
- Updated: Escaped unescaped PHP variables.
= 1.0.0 – 08 July 2022 =
- New: Initial release.