Etsy Integration for WooCommerce Version 3.7.3 Changelog
* new – Support for Etsy processing profiles.
* new – Support for Etsy processing profiles.
* fix – Bug and security fixes
* 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.
* 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
* 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.
* Fix: Fix issue with custom taxonomy handler, where a taxonomy which doesn’t exist, but was registered by the user was causing an error
* Update – Updated compatibility for latest WooCommerce versions.
* Update – Updated compatibility for latest WooCommerce versions.
* Tweak – WC 10.2 compatibility.
* Update – Require WooCommerce 10.1+.
* Updated PHP requirement to 7.4+
* Formatting cleanup and compatibility fixes
* WP tested up to 6.8.3
* WC tested up to 10.2.2