WooCommerce Warranty Version 2.1.7 Changelog
* Update – Security update.
* Update – Security update.
* Tweak – Ensure calling `Event_Tracking::custom_event()` records the event in GA4 in addition to UA
* Fix – Prevent a circular reference loop to cause out of memory errors in the integrations page if an auth token cannot be refreshed
* Fix – Correctly handle tracking of added shipping info events for orders without a shipping method set
* FIx – Restore and deprecate `Integration::custom_event()` in favor of `Event_Tracking::custom_event()`
* Fix – Address possible fatal errors when some plugin options are missing from the database
* New – Declared compatibility with the new High-Performance Order Storage.
* Important! Please note that we have optimized the code in the latest plugin upgrade. It is highly recommended to take a backup of your data before upgrading to the latest version
* Made compatible with WordPress 6.2
* Made compatible with WooCommerce 7.6
* Made compatible with the Jetpack plugin
* An option to bulk update the title as Sentence Case Format
* An option to filter products based on Any Attribute
* An option to filter products based on Product Status
* Fixed an issue with the Custom Attribute filter
* Fixed an issue with Sale Price Schedule
* Fixed an issue with WooCommerce filters on Shop Page
* ADDED – Filter hook `wccs_hook_priorities` to modify woocommerce hooks priorities.
* IMPROVEMENT – changed location of the hook `wp_footer` from wccs.php to wccs-core.php.
* IMPROVEMENT – moved the session_start() to the `template_redirect` hook.
* IMPROVEMENT – Woocommerce Security Updates.
* Update – WooCommerce compatibility version to 7.6.1
* Update – Wordpress compatibility version to 6.2
* Fix: Data under the coupon field ‘Actions > Display message’ is broken when saved
* Fix: Replaced use of function ‘WC_Product::get_parent’ with ‘WC_Product::get_parent_id’
* Update: POT file
* Fix: Error when third-party extensions use the `woocommerce_subscriptions_add_switch_query_args` filter. #4522
* New: Added the option to Hide the Master API Key on WooCommerce > Settings > API Manager.
* Update: Updated templates/emails/plain/api-keys-order-complete.php.
* Update: Updated templates/emails/api-keys-order-complete.php.
* Update: Updated templates/myaccount/api-keys.php.