WooCommerce – WishLists – Version – 2.3.17

2026.06.12 – version 2.3.17
* Fix: 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.
2026.06.06 – version 2.3.16
* Security hardening: improved wishlist ownership validation for write operations.
* Security hardening: restricted viewing of private lists to their owner (public/shared viewing unchanged).
* Update: Tested up to WordPress 7.0
* Update: Tested up to WooCommerce 10.8