WooCommerce - Version 6.7.0

Version Description

2022-07-12 =

  • Add - Add support to remote inbox notification actions to link to other wp-admin pages. #33237
  • Add - Adding task list sidebar panel on Activity Panel. #33329
  • Add - Add a new admin list table implementation that works with the Custom Order Table. #32864
  • Add - Implements update/saving logic for orders in the COT datastore. #32667
  • Add - Add tracks to new product and edit product screens #33120
  • Add - Add/edit products: add new Tracks props #33177
  • Add - Add wpAdmin scripts for tracking actions in the category, tags, and attribute pages. #33118
  • Add - Add purchase task to experimental task lists #33178
  • Add - Add tracking for old product walkthrough and new product spotlight tour #33329
  • Add - Wrap spotlight product tour under experiment logic #33329
  • Add - Adding property to tasks tracks events to indicate context. #33329
  • Add - Add optional usage of database transaction when synchronizing data between posts table and the orders table #33329
  • Add - Add tasklist_cancel_load_sample_products_click event track for product task #33329
  • Add - Add individual analytics leaderboard endpoints. #33329
  • Add - Add a new Product Reviews admin screen, and remove reviews from the existing Comments admin screen. #33329
  • Add - Add product page spotlight tour #33329
  • Add - Updated @automattic/tour-kit to 1.1.1 which has live resize functionality #33452
  • Add - Add a new collection parameter, force_cache_refresh, to Reports API endpoints which will cause the current request to bypass the cache, re-run the queries for the requested data, and overwrite the previous cache entry with the new results. #33221
  • Dev - Remove contributors script as it is no longer needed. #33329
  • Dev - Add a new ArrayUtil::select method #33329
  • Dev - Add script for accessing database schema via CLI #33329
  • Dev - New filter woocommerce_taxonomy_archive_description_raw added to provide a further way to modify product archive descriptions. #33329
  • Dev - Add script to get database schema from CLI #33130
  • Dev - Make it possible to specify input field names separately from the ID. #33329
  • Dev - Fix onboarding task type errors after migrating woo.onboarding to TS #33153
  • Dev - Upgraded react-router-dom to v6, it should not cause any visible changes to the end user #33156
  • Dev - Comment: Simply update deprecated-tasks.tsx type annotations #33329
  • Dev - Fix type errors in ./client after migrating options store to TS #33168
  • Dev - Update woocommerce-admin "test:watch" command #33329
  • Dev - Update webpack.config.js to ensure we use styles from build-style #33329
  • Dev - Allow strings to be passed as 'class' arg to 'woocommerce_form_field() #33454
  • Dev - Add a mechanism to mock globals and a DynamicDecorator class. #33329
  • Dev - Deprecate wcAdminAssetUrl and WC_ADMIN_IMAGES_FOLDER_URL #33329
  • Dev - Update dependency history to ^5.3.0 #33027
  • Dev - Remove WCA installation merge test -- no longer needed #33329
  • Dev - Comment: Whitespace change, no changelog required #33027
  • Dev - Update Webpack to 5.x #33329
  • Enhancement - Add total payments volume rule processor for inbox notifications #33192
  • Enhancement - Improve Twenty Twenty One notice styles #33329
  • Enhancement - Swap info and message notice colors in Twenty-Twenty #33329
  • Enhancement - Update product template descriptions #33329
  • Fix - Suppressing warnings for malformed metadata in product template downloads. #33184
  • Fix - Fix continue button is enabled even when email is null in setup wizard #33329
  • Fix - Fix failing TimeInterval test #33329
  • Fix - Fix notice on woocommerce_admin_disabled filter enabled #33108
  • Fix - Use term ID to query category IDs in analytics #33164
  • Fix - fix setup wizard usage button loading state #33329
  • Fix - Fixes for the WP CLI updates #33329
  • Fix - Fix a warning caused by an attempt to iterate over a submenu that may not exist on WC Pay subscriptions page. #33329
  • Fix - Fix broken design of Single Product template in block themes when product had no reviews or additional info #33329
  • Fix - Clean up unused remote inbox notifications option #33373
  • Fix - Settings: fix Tracks event when enabling/disabling advanced features settings. #33305
  • Fix - Fix accidently deleted method during merge for 33034. #33142
  • Fix - Fix the styling of the frame in the Leaderboard section of Analytics. #33163
  • Fix - Fix obw free extension rules for the marketing task with php 8 #33329
  • Fix - Fix product tour splotlight location #33329
  • Fix - Fix product tour TypeError when reading innerHTML #33448
  • Fix - Fix: Content width issue and Classic Template blocks alignment issue for Twenty Twenty-Two. #33329
  • Fix - Fix typos in various cot migration messages. #33329
  • Fix - Add role="presentation" to table on the add-to-cart form as an accessibility enhancement. #33329
  • Fix - Change attribute slug length requirement and add wc_create_attribute tests #33329
  • Fix - Fix the script version parameter for chunk URLs #33329
  • Fix - Make sure payment gateway title is a string before sanitizing
  • Fix - Trigger Photoswipe modal when clicking child elements of the trigger element #33329
  • Fix - Updates the stable tag and changelog from 6.6.0 release. #33329
  • Fix - Remove placeholder product icon if a featured product image is available (avoids issues with transparent images). #33329
  • Fix - Update CLI messages in COT migration to be more clear.
  • Fix - Fix payments experiment banner logic to be executed before experiment is called. #33549
  • Fix - Move tracks _ui and _ut properties out of filtered tracks properties. #33621
  • Fix - Revert marketing task completion logic to only complete after actioned by user. #33676
  • Fix - Fix Uncaught DOMException on WooCommerce -> Extensions page. #33711
  • Fix - Import correct controls for export function. #33709
  • Fix - Rename event prop from cross-sell to cross_sell. #33704
  • Fix - Fixing bug where the activity panel stopped functioning after route changes. #33722
  • Performance - Remove orderCount and publishedProductCount from preloaded settings and moved to using orders/products data stores. #33064
  • Tweak - Add type hints in the signature of wc_add_number_precision to prevent invalid inputs. #26965
  • Tweak - Introduce new hook woocommerce_set_cookie_options to exercise more control over cookie options. #33329
  • Tweak - Add charset collation to COT tables. #33329
  • Tweak - Correct typos in Custom Order Tables migration runner. #33329
  • Tweak - Improve styling of WooCommerce notices (frontend) for the Twenty Twenty theme. #33329
  • Tweak - Update product task experiment names #33428
  • Tweak - Make the option 'woocommerce_tracker_ua' load on demand. #33329
  • Tweak - Removed Facebook for WooCommerce extension from the Installed marketing extensions list. #33781
  • Update - Log errors during the posts to orders table migrations #33136
  • Update - Comment: Changelog already added (see fix-product_attributes_lookup_table_update), the intention is for this to ship in the same release. #33329
  • Update - Update email marketing checkbox to be unticked by default. #33329
  • Update - Remove the navigation nudge note #33241
  • Update - Update the version of Action Scheduler to 3.4.1 #33184
  • Update - Update ActionScheduler to 3.4.2 #33329
  • Update - Add "built by Woo" label to Pinterest #33329
  • Update - Comment: Bumping versions for 6.7 #33329
  • Update - Replace the date_created column name with a class property in the analytics datastore #32644
  • Update - Update the tax task title to "Set up tax rates" #33329
  • Update - Turn on experimental-product-tour feature flag #33413
  • Update - Woo Blocks 7.7.0, 7.8.0 and 7.8.1 #33329
  • Update - WooCommerce Blocks to 7.8.3 #33514

WooCommerce Blocks 7.7.0 & 7.8.0 & 7.8.1

  • Enhancement - Add the Fixed image and Repeated image media controls to the Featured Product block. (6344)
  • Enhancement - Filter Products by Price: Decrease price slider step sequence from 10 to 1. (6486)
  • Enhancement - Add the Fixed image and Repeated image media controls to the Featured Category block. (6440)
  • Enhancement - Add support for Font size and Font family for the Mini Cart block. (6396)
  • Fix - Remove bold styles from All Products block. (6436)
  • Fix - Issue where the Cart & Checkout could have some of the locked inner blocks removed. (6419)
  • Fix - Broken translation in Cart/Checkout blocks. (6420)
  • Fix - Featured Item Blocks: Fix an issue where the default color could be overridden by a theme, and where custom colors were not applied correctly. (6492)
  • Fix - Only enqueue the relevant translations script. (6478)
  • Fix - All Products block: New product is missing in the Cart block if Redirect to the cart page after successful addition is enabled. (6466)
  • Fix - Respect low stock visibility setting in Cart/Checkout. (6444)
  • Fix - Decouple Store API payment handling from Checkout block loading code. (6519)
  • Fix - PHP notice in Mini Cart when prices included taxes. (6537)

See changelog for all versions.

Download this release

Release Info

Developer obliviousharmony
Plugin Icon 128x128 WooCommerce
Version 6.7.0
Comparing to
See all releases

Code changes from version 6.7.0-rc.1 to 6.7.0

i18n/languages/woocommerce.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the WooCommerce plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce 6.7.0-rc.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-07-05T19:43:49+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: woocommerce\n"
2
  # This file is distributed under the same license as the WooCommerce plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce 6.7.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-07-10T19:29:27+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
  "X-Domain: woocommerce\n"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: e-commerce, store, sales, sell, woo, shop, cart, checkout, downloadable, d
4
  Requires at least: 5.8
5
  Tested up to: 6.0
6
  Requires PHP: 7.2
7
- Stable tag: 6.6.1
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -244,6 +244,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
244
  * Tweak - Improve styling of WooCommerce notices (frontend) for the Twenty Twenty theme. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
245
  * Tweak - Update product task experiment names [#33428](https://github.com/woocommerce/woocommerce/pull/33428)
246
  * Tweak - Make the option 'woocommerce_tracker_ua' load on demand. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
 
247
  * Update - Log errors during the posts to orders table migrations [#33136](https://github.com/woocommerce/woocommerce/pull/33136)
248
  * Update - Comment: Changelog already added (see fix-product_attributes_lookup_table_update), the intention is for this to ship in the same release. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
249
  * Update - Update email marketing checkbox to be unticked by default. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
4
  Requires at least: 5.8
5
  Tested up to: 6.0
6
  Requires PHP: 7.2
7
+ Stable tag: 6.7.0
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
244
  * Tweak - Improve styling of WooCommerce notices (frontend) for the Twenty Twenty theme. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
245
  * Tweak - Update product task experiment names [#33428](https://github.com/woocommerce/woocommerce/pull/33428)
246
  * Tweak - Make the option 'woocommerce_tracker_ua' load on demand. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
247
+ * Tweak - Removed Facebook for WooCommerce extension from the Installed marketing extensions list. [#33781](https://github.com/woocommerce/woocommerce/pull/33781)
248
  * Update - Log errors during the posts to orders table migrations [#33136](https://github.com/woocommerce/woocommerce/pull/33136)
249
  * Update - Comment: Changelog already added (see fix-product_attributes_lookup_table_update), the intention is for this to ship in the same release. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
250
  * Update - Update email marketing checkbox to be unticked by default. [#33329](https://github.com/woocommerce/woocommerce/pull/33329)
src/Admin/Marketing/InstalledExtensions.php CHANGED
@@ -23,7 +23,6 @@ class InstalledExtensions {
23
 
24
  $automatewoo = self::get_automatewoo_extension_data();
25
  $mailchimp = self::get_mailchimp_extension_data();
26
- $facebook = self::get_facebook_extension_data();
27
  $pinterest = self::get_pinterest_extension_data();
28
  $google = self::get_google_extension_data();
29
  $hubspot = self::get_hubspot_extension_data();
@@ -38,10 +37,6 @@ class InstalledExtensions {
38
  $data[] = $mailchimp;
39
  }
40
 
41
- if ( $facebook ) {
42
- $data[] = $facebook;
43
- }
44
-
45
  if ( $pinterest ) {
46
  $data[] = $pinterest;
47
  }
@@ -75,7 +70,6 @@ class InstalledExtensions {
75
  'automatewoo',
76
  'mailchimp-for-woocommerce',
77
  'creative-mail-by-constant-contact',
78
- 'facebook-for-woocommerce',
79
  'pinterest-for-woocommerce',
80
  'google-listings-and-ads',
81
  'hubspot-for-woocommerce',
@@ -135,35 +129,6 @@ class InstalledExtensions {
135
  return $data;
136
  }
137
 
138
- /**
139
- * Get Facebook extension data.
140
- *
141
- * @return array|bool
142
- */
143
- protected static function get_facebook_extension_data() {
144
- $slug = 'facebook-for-woocommerce';
145
-
146
- if ( ! PluginsHelper::is_plugin_installed( $slug ) ) {
147
- return false;
148
- }
149
-
150
- $data = self::get_extension_base_data( $slug );
151
- $data['icon'] = WC_ADMIN_IMAGES_FOLDER_URL . '/marketing/facebook.svg';
152
-
153
- if ( 'activated' === $data['status'] && function_exists( 'facebook_for_woocommerce' ) ) {
154
- $integration = facebook_for_woocommerce()->get_integration();
155
-
156
- if ( $integration->is_configured() ) {
157
- $data['status'] = 'configured';
158
- }
159
-
160
- $data['settingsUrl'] = facebook_for_woocommerce()->get_settings_url();
161
- $data['docsUrl'] = facebook_for_woocommerce()->get_documentation_url();
162
- }
163
-
164
- return $data;
165
- }
166
-
167
  /**
168
  * Get Pinterest extension data.
169
  *
23
 
24
  $automatewoo = self::get_automatewoo_extension_data();
25
  $mailchimp = self::get_mailchimp_extension_data();
 
26
  $pinterest = self::get_pinterest_extension_data();
27
  $google = self::get_google_extension_data();
28
  $hubspot = self::get_hubspot_extension_data();
37
  $data[] = $mailchimp;
38
  }
39
 
 
 
 
 
40
  if ( $pinterest ) {
41
  $data[] = $pinterest;
42
  }
70
  'automatewoo',
71
  'mailchimp-for-woocommerce',
72
  'creative-mail-by-constant-contact',
 
73
  'pinterest-for-woocommerce',
74
  'google-listings-and-ads',
75
  'hubspot-for-woocommerce',
129
  return $data;
130
  }
131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  /**
133
  * Get Pinterest extension data.
134
  *
vendor/autoload.php CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
- return ComposerAutoloaderInita2e7e75d27718c25933363118f2fd505::getLoader();
9
 
10
  require_once __DIR__ . '/composer/autoload_real.php';
11
 
12
+ return ComposerAutoloaderInit8e39beabf0b904516e54eae4ce6f8d7b::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInita2e7e75d27718c25933363118f2fd505
6
  {
7
  private static $loader;
8
 
@@ -24,18 +24,18 @@ class ComposerAutoloaderInita2e7e75d27718c25933363118f2fd505
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInita2e7e75d27718c25933363118f2fd505', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
- spl_autoload_unregister(array('ComposerAutoloaderInita2e7e75d27718c25933363118f2fd505', 'loadClassLoader'));
30
 
31
  require __DIR__ . '/autoload_static.php';
32
- call_user_func(\Composer\Autoload\ComposerStaticInita2e7e75d27718c25933363118f2fd505::getInitializer($loader));
33
 
34
  $loader->register(true);
35
 
36
- $includeFiles = \Composer\Autoload\ComposerStaticInita2e7e75d27718c25933363118f2fd505::$files;
37
  foreach ($includeFiles as $fileIdentifier => $file) {
38
- composerRequirea2e7e75d27718c25933363118f2fd505($fileIdentifier, $file);
39
  }
40
 
41
  return $loader;
@@ -47,7 +47,7 @@ class ComposerAutoloaderInita2e7e75d27718c25933363118f2fd505
47
  * @param string $file
48
  * @return void
49
  */
50
- function composerRequirea2e7e75d27718c25933363118f2fd505($fileIdentifier, $file)
51
  {
52
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
53
  $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit8e39beabf0b904516e54eae4ce6f8d7b
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit8e39beabf0b904516e54eae4ce6f8d7b', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit8e39beabf0b904516e54eae4ce6f8d7b', 'loadClassLoader'));
30
 
31
  require __DIR__ . '/autoload_static.php';
32
+ call_user_func(\Composer\Autoload\ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b::getInitializer($loader));
33
 
34
  $loader->register(true);
35
 
36
+ $includeFiles = \Composer\Autoload\ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b::$files;
37
  foreach ($includeFiles as $fileIdentifier => $file) {
38
+ composerRequire8e39beabf0b904516e54eae4ce6f8d7b($fileIdentifier, $file);
39
  }
40
 
41
  return $loader;
47
  * @param string $file
48
  * @return void
49
  */
50
+ function composerRequire8e39beabf0b904516e54eae4ce6f8d7b($fileIdentifier, $file)
51
  {
52
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
53
  $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInita2e7e75d27718c25933363118f2fd505
8
  {
9
  public static $files = array (
10
  'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@@ -977,10 +977,10 @@ class ComposerStaticInita2e7e75d27718c25933363118f2fd505
977
  public static function getInitializer(ClassLoader $loader)
978
  {
979
  return \Closure::bind(function () use ($loader) {
980
- $loader->prefixLengthsPsr4 = ComposerStaticInita2e7e75d27718c25933363118f2fd505::$prefixLengthsPsr4;
981
- $loader->prefixDirsPsr4 = ComposerStaticInita2e7e75d27718c25933363118f2fd505::$prefixDirsPsr4;
982
- $loader->prefixesPsr0 = ComposerStaticInita2e7e75d27718c25933363118f2fd505::$prefixesPsr0;
983
- $loader->classMap = ComposerStaticInita2e7e75d27718c25933363118f2fd505::$classMap;
984
 
985
  }, null, ClassLoader::class);
986
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b
8
  {
9
  public static $files = array (
10
  'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
977
  public static function getInitializer(ClassLoader $loader)
978
  {
979
  return \Closure::bind(function () use ($loader) {
980
+ $loader->prefixLengthsPsr4 = ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b::$prefixLengthsPsr4;
981
+ $loader->prefixDirsPsr4 = ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b::$prefixDirsPsr4;
982
+ $loader->prefixesPsr0 = ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b::$prefixesPsr0;
983
+ $loader->classMap = ComposerStaticInit8e39beabf0b904516e54eae4ce6f8d7b::$classMap;
984
 
985
  }, null, ClassLoader::class);
986
  }
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-container.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-hook-manager.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-latest-autoloader-guard.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-manifest-reader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-path-processor.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-php-autoloader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugin-locator.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-plugins-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-shutdown-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-loader.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
vendor/jetpack-autoloader/class-version-selector.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpa2e7e75d27718c25933363118f2fd505;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp8e39beabf0b904516e54eae4ce6f8d7b;
9
 
10
  // phpcs:ignore
11
 
woocommerce.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce
4
  * Plugin URI: https://woocommerce.com/
5
  * Description: An eCommerce toolkit that helps you sell anything. Beautifully.
6
- * Version: 6.7.0-rc.1
7
  * Author: Automattic
8
  * Author URI: https://woocommerce.com
9
  * Text Domain: woocommerce
3
  * Plugin Name: WooCommerce
4
  * Plugin URI: https://woocommerce.com/
5
  * Description: An eCommerce toolkit that helps you sell anything. Beautifully.
6
+ * Version: 6.7.0
7
  * Author: Automattic
8
  * Author URI: https://woocommerce.com
9
  * Text Domain: woocommerce