Woocommerce Wishlists icon

7 versions

Woocommerce Wishlists history.

Every release of Woocommerce Wishlists is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.

7 of 7 releases scanned clean
v2.3.19Latest
July 9, 2026150.2 KBScanned
Fixed
  • 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.
June 29, 2026150.2 KBScanned
Fixed
  • 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.
  • Corrected the admin settings and wishlist singletons to store self::$instance, preventing duplicate initialization.
Improved
  • Tested up to WooCommerce 10.9.
June 12, 2026149.4 KBScanned
Fixed
  • 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.
Improved
  • Replaced the legacy is_woocommerce_active() bootstrap shim with the standard 'Requires Plugins: woocommerce' header and a class_exists( 'WooCommerce' ) runtime guard.
v2.3.15Unavailable
May 4, 2026146.4 KBScanned
Improved
  • Tested up to WordPress 6.9
  • Tested up to WooCommerce 10.7
v2.3.14Unavailable
March 17, 2026146.4 KBScanned
Improved
  • Tested up to WordPress 6.9.1
  • Tested up to WooCommerce 10.6
Other
  • WP and WC compatibility tags. PHPCS fixes
v2.3.11Unavailable
December 24, 2025175.5 KBScanned
Fixed
  • 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.
Improved
  • Basic source code cleanup.
  • WordPress 6.9 compatibility.
v2.3.12Unavailable
December 23, 2025175.7 KBScanned
Fixed
  • Fix WordPress 6.7 translation loading warning by loading textdomain on plugins_loaded hook instead of init hook.

Why archive

Sometimes the latest release isn't the one you need. The archive lets you pin Woocommerce Wishlists to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.