plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -45,7 +45,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '9.0.0';
public $version = '9.1.2';
/**
* WooCommerce Schema version.
@@ -682,6 +682,7 @@ final class WooCommerce {
if ( $this->is_request( 'cron' ) && 'yes' === get_option( 'woocommerce_allow_tracking', 'no' ) ) {
include_once WC_ABSPATH . 'includes/class-wc-tracker.php';
WC_Tracker::init();
}
$this->theme_support_includes();