• Nullsto Rules must be read before making a post, otherwise you will get permanent warning points or a permanent ban.

    Nullsto Forum provides CLEAN and SAFE resources. You can use them for development and testing if you are on Windows and have an antivirus that alerts you about a possible infection: It is a false positive since every script is double checked by our experts. While downloading a resource, we recommend that you add Nullsto to your trusted sites/sources or temporarily disable your antivirus. "Enjoy your presence on Nullsto"
WooCommerce Wishlists

WooCommerce Wishlists v2.3.19

No permission to download
WooCommerce Wishlists v2.3.19
*** WooCommerce Wishlist Changelog ***
2026.07.09 - version 2.3.19
* Fix: Restored the $wishlists global used by the [wc_wishlists_button] shortcode; a 2.3.18 change stopped setting it, causing a fatal error (method call on null) wherever that shortcode rendered the wishlist button.
WooCommerce Wishlists v2.3.18
*** WooCommerce Wishlist Changelog ***
2026.06.29 - version 2.3.18
* Fix: Wishlists could silently fail to load when it initialized before WooCommerce in the plugin load order (the common case, since "woocommerce-wishlists" sorts before "woocommerce" alphabetically) - which removed the Wishlists settings tab and all functionality. Initialization now runs on the 'plugins_loaded' hook so the WooCommerce dependency check is reliable regardless of load order.
* Fix: Corrected the admin settings and wishlist singletons to store self::$instance, preventing duplicate initialization.
* Update: Tested up to WooCommerce 10.9.
WooCommerce Wishlists v2.3.17
Version 2.3.17Released on 2026.06.12
  • Removed an invalid WooCommerce feature compatibility declaration ('product_blocks') that was triggering memory exhaustion during HPOS configuration on WordPress 7.0 / WooCommerce 10.8. The plugin now only declares its valid HPOS ('custom_order_tables') compatibility.
    • Refactor: Replaced the legacy is_woocommerce_active() bootstrap shim with the standard 'Requires Plugins: woocommerce' header and a class_exists( 'WooCommerce' ) runtime guard.
WooCommerce Wishlists v2.3.12
2025.12.07 - v2.3.12
* Fix: Fix WordPress 6.7 translation loading warning by loading textdomain on plugins_loaded hook instead of init hook.
WooCommerce Wishlists v2.3.11
2025.12.07 - version 2.3.11
* Fix: Fix a critical issue where updating a wishlist in the admin backend would delete all wishlist items. This was caused by overzealous PHPCS fixes in version 2.3.7 that incorrectly included wishlist_items in the explicit POST data array when it's not part of the admin form.
* Update: Basic source code cleanup.
* Update: WordPress 6.9 compatibility.
WooCommerce Wishlists v2.3.10
Version 2.3.10Released on 2025.11.26
  • WP and WC compatibility tags.
    • Fix: Fix issue with the mail sending function.
WooCommerce Wishlists v2.3.9
Version 2.3.9Released on 2025.11.01
  • WP and WC compatibility tags.
    • Fix: Fix issue with missing function on the find a list page.
    • Fix: Fix PHPCS over correction.
WooCommerce Wishlists v2.3.8
2025.10.11 - version 2.3.8

* Update: WP and WC compatibility tags.
* Fix: Fix quantity input not showing after PHPCS fixes in 2.3.7
WooCommerce Wishlists v2.3.7
2025.10.03 - version 2.3.7

* Update: WP and WC compatibility tags.
* Update: Load text domain on init, 0 action hook instead of ini, 10 hook.
* Update: PHPCS fixes. If anything seems off, please report it, phpcs is overzealous.
WooCommerce Wishlists v2.3.6
2025.05.19 - version 2.3.6

* Update - WP and WC compatibility tags.
* Update: Change hook for when Wishlist emails are sent via woocommerce_wishlist_send_email from init to woocommerce_init.
Top