WooCommerce Product Feeds Version 11.0.25 Changelog
* New: Compatibility up to WooCommerce 10.3
* Fix: Resolve issue where incorrect currency could be used in Currency Switcher for WooCommerce integration
* New: Compatibility up to WooCommerce 10.3
* Fix: Resolve issue where incorrect currency could be used in Currency Switcher for WooCommerce integration
* IMPORTANT: PHP 7.4 is required | WordPress 6.2.0 is required | WooCommerce 8.2.0.
* Fix: PHP Fatal error: Call to a member function get_cart() on null on `wc/store/order` Store API route. Pay-for-order conflict with WooPayments.
* Change: Remove static instance of WC_FGC_Checkout_Block_Integration.
* Change: Rename `wc-fgc-checkout-blocks` script handle to `wc-fgc-checkout-block` and integration name from and `free_gift_coupons/checkout` to `wc-fgc/checkout`
* Tweak: Add wp_theme_get_element_class_name( ‘button’ ) classes to cart edit button.
* IMPORTANT: PHP 7.4 is required | WordPress 6.2.0 is required | WooCommerce 8.2.0.
* New: Extend cart and product Store API endpoints with NYP properties. #273 #274.
* Fix: Fatal call to a member function get_cart() on null. Pay-for-order conflict with WooPayments.
* Fix: throw `InvalidCartException` on `woocommerce_store_api_validate_cart_item` instead of `RouteException`.
* Update: WP and WC compatibility tags.
* Fix: Fix quantity input not showing after PHPCS fixes in 2.3.7
* New: Coupons were not showing in the “Available Coupons” section after being removed from Auto Apply
* Fix: Auto-generated coupon emails used the gift card template even when product image upload was disabled
* Fix: Sender message not appearing in gift card recipient email after switching to gift-card-email.php template
* Fix: Translation support for the word “percent” in the coupon actions tab for products
* Fix: Store Credit usage restriction not excluding product brands correctly
* Fix: Attribute restrictions not working for auto-applied coupons
* Update: Translations
* Fix – Resolved “translation loading was triggered too early” issue in WordPress 6.7 and later.
* Dev – Bump WooCommerce “tested up to” version 10.2.
* Dev – Bump WooCommerce minimum supported version to 10.0.
* Fix – Ensure shortcodes work correctly on some block-based themes
* Fix – Address PHP deprecation notices when using newer versions of PHP
* Fix – Address WordPress deprecation notices concerning loading of textdomain too early
* New: Introduce minimalist cart display mode for cart block and side cart blocks. Enable via `add_filter( ‘wc_mnm_enable_minimal_cart_display’, ‘__return_true’ );`
* Fix: Fatal error: Uncaught Exception stock validtation in trait-wc-mnm-container-validation.php.
* Fix: Revert wc()->is_store_api_request() usage. It’s giving false postives.
* Fix: Incorrect block theme detection logic was hiding full-width layouts for non-block themes.
* Fix: Incorrect context sent to `wc_mnm_container_validation_context` filter was forcing add to cart stock checking on `woocommerce_check_cart_items`.
* Tweak: Add theme button classes to View Cart error notice.
* Fix – Ensure refunds are syncing correctly to Lightspeed when only part of the order is refunded