WooCommerce Wishlists

WooCommerce Wishlists 2.3.17

No permission to download
* 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.
* Update: Tested up to WordPress 6.9
* Update: Tested up to WooCommerce 10.7
* Update: Tested up to WordPress 6.9.1
* Update: Tested up to WooCommerce 10.6
* WP and WC compatibility tags. PHPCS fixes
* Fix: Fix WordPress 6.7 translation loading warning by loading textdomain on plugins_loaded hook instead of init hook.
* 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.
* Dev - Bump WooCommerce "tested up to" version 10.3.
* Dev - Bump WooCommerce minimum supported version to 10.1.
* Dev - Bump WordPress "tested up to" version 6.9.
* Update: WP and WC compatibility tags.
* Fix: Fix issue with the mail sending function.
* Update: WP and WC compatibility tags.
* Fix: Fix issue with missing function on the find a list page.
* Fix: Fix PHPCS over correction.
* Update: WP and WC compatibility tags.
* Fix: Fix quantity input not showing after PHPCS fixes in 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.
Top