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.