rebase on oct-10-2023
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
* Plugin Name: WooCommerce
|
||||
* Plugin URI: https://woocommerce.com/
|
||||
* Description: An eCommerce toolkit that helps you sell anything. Beautifully.
|
||||
* Version: 7.7.2
|
||||
* Version: 8.1.1
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woocommerce
|
||||
* Domain Path: /i18n/languages/
|
||||
* Requires at least: 6.0
|
||||
* Requires at least: 6.2
|
||||
* Requires PHP: 7.3
|
||||
*
|
||||
* @package WooCommerce
|
||||
@@ -60,3 +60,8 @@ function wc_get_container() {
|
||||
|
||||
// Global for backwards compatibility.
|
||||
$GLOBALS['woocommerce'] = WC();
|
||||
|
||||
// Jetpack's Rest_Authentication needs to be initialized even before plugins_loaded.
|
||||
if ( class_exists( \Automattic\Jetpack\Connection\Rest_Authentication::class ) ) {
|
||||
\Automattic\Jetpack\Connection\Rest_Authentication::init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user