WooCommerce – WishLists – Version – 2.3.19

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.
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.
2026.06.12 – version 2.3.17