Etsy Integration for WooCommerce Version 3.7.3
Version 3.7.3 of Etsy Integration for WooCommerce was released on October 06, 2025 and is now available. Learn how to immediately download from WPspring.
Version 3.7.3 of Etsy Integration for WooCommerce was released on October 06, 2025 and is now available. Learn how to immediately download from WPspring.
* new – Support for Etsy processing profiles.
Version 4.0.6 of Walmart Integration for WooCommerce was released on September 06, 2025 and is now available. Learn how to immediately download from WPspring.
* fix – Bug and security fixes
Version 2.3.0 of WooCommerce Coupon Restrictions was released on October 04, 2025 and is now available. Learn how to immediately download from WPspring.
* Enhancement: Filter to allow distinct validation messsages for each of the enhanced coupon restriction reasons.
* Enhancement: Filters to allow shared set of enhanced coupon restrictions across multiple coupons.
* Update: Include translator comments for string placeholders.
* Update: Improved field sanitization.
Version 2.8.0 of WooCommerce Mix and Match Products was released on October 02, 2025 and is now available. Learn how to immediately download from WPspring.
* IMPORTANT: PHP 7.4 is required | WordPress 6.2.0 is required | WooCommerce 8.2.0.
* Update: Please update any mini-extensions to their latest versions.
* Update: Tested up to WooCommerce 10.2.0.
* Update: Strings updated, please check your translations.
* New: Use transients to store DB queries. Improves single page and cart block performance.
* New: Introduce `sanitize_configuration()`, `is_valid_configuration()`, and `validate_configuration()` methods to `WC_Product_Mix_and_Match` class. Use these instead of `WC_MNM_Cart` methods.
* New: Add support for adding Mix and Match products to existing subscriptions where supported.
* Fix: When no quantity restrictions, still check for changes between add to cart|cart config and allowed config. Closes #555.
* Breaking: `wc_mnm_child_item_quantity_name_prefix` filter is deprecated with no exact replacement though `wc_mnm_quantity_name_prefix` will be similar with different args.
* Tweak: Reduce order notes created when editing containers is admin. Use `add_filter( ‘wc_mnm_log_container_config_changes_in_order_notes’, ‘__return_false’ );` to disable notes entirely. Closes #552.
* Tweak: Revert back to using wc_mnm_get_child_input_name() to generate input names. Child item class method `get_input_name()` is deprecated.
* Tweak: Update `single-product/mnm/grid/mnm-items-wrapper-open.php` and `single-product/mnm/grid/mnm-items-wrapper-close.php` template to use `woocommerce_product_loop_start()` and `woocommerce_product_loop_end()` respectively to open/close child item loops when those provide
Version 2.3.7 of WooCommerce Wishlists was released on October 03, 2025 and is now available. Learn how to immediately download from WPspring.
* 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.