WooCommerce Auctions Version 3.3 Changelog
* Fix: auction activity to date +1 day by default
* Fix: check if object exists in templating functions
* Fix: type cast
* Fix: auction activity to date +1 day by default
* Fix: check if object exists in templating functions
* Fix: type cast
* Fix – PHP Warning: “Creation of dynamic property is deprecated” in PHP 8.2 and later.
* Fix – WooCommerce 9.3 deprecated warnings.
* Fix – The “Exclude sale items” coupon option breaks the “Get the cheapest item for free” promotion type.
* Allow fast badges messages to be filtered.
* Bug fixes
* Fix – Remove support for deprecated navigation feature
* Fix – HPOS incompatibility notice was displaying accidentally
* added: support for WooCommerce Block Cart Page and Block Checkout Page
* added: filter ‘wc_add_fees_cart_before_add_total_fee’: allows to skip adding our fees depending on cart
* added: filter ‘wc_add_fees_rest_api_route_is_block_checkout_route’: allows to control routing for REST_API calls in block cart and block checkout page
* added: filter ‘wc_add_fees_load_block_checkout_scripts’: allows to disable loading our block cart and block checkout scripts even when enabled by WC
* removed: code to support WooCommerce < 2.6.14
* Fix – The `wc-checkout-draft` status has been automatically updated to change its “Paid” setting to “Orders with this status require payment”. This fixes issues with block checkout for some gateways.
* Fix: PLUGINS-1209 – Fix minor bug related to user.
* Fix: PLUGINS-1986 – “Deprecated Feature Used” warning on Chrome Dev Tools Console.
* Fix: PLUGINS-2737 – reCaptcha incompatibility with Woo Checkout Blocks.
* Fix: Added support for payment method changes in block-based checkout, ensuring backend updates and coupon validation based on the selected method
* Fix: Reduced multiple notices about using individual use coupons with others
* Update: Translations
* Tweak – Added ‘presentation’ role to variable product table in composite products to improve accessibility.
* Add – Disable reports and display a notice when HPOS is enabled and syncing is disabled.
* Fix – Prevent critical error being shown to vendors if HPOS syncing is not enabled.
* Fix – Timezone issue generating vendor reports by date of purchase.
* Fix – Caching issue causing out of date vendor reports.
* Dev – Bump WooCommerce “tested up to” version 9.4.
* Dev – Bump WooCommerce minimum supported version to 9.2.
* Dev – Bump WordPress minimum supported version to 6.5.
* Dev – Prevent duplicate GitHub Action workflows from firing.