Jetpack by WordPress.com - Version 10.9-beta2

Version Description

Download this release

Release Info

Developer sdixon194
Plugin Icon 128x128 Jetpack by WordPress.com
Version 10.9-beta2
Comparing to
See all releases

Code changes from version 10.9-beta to 10.9-beta2

CHANGELOG.md CHANGED
@@ -2,18 +2,21 @@
2
 
3
  ### This is a list detailing changes for all Jetpack releases.
4
 
 
 
 
 
5
  ## 10.9-beta - 2022-04-26
6
  ### Enhancements
7
- - Recommendations: Updates to the recommendations flow including adding recommendations for VideoPress, and adding site discounts.
8
- - Payments Block: Adds property that establishes if the membership is editable by the site editor.
9
- - Payments Block: Adds additional features to the payment management control block (ability to mark as donation, and enabling customers to pick own amount).
10
- - Google Fonts: Updated the Google Fonts module to be compatible with the most recent version of the WP_Webfonts API.
11
- - VideoPress: Increased chunk size to 10Mb for VideoPress resumable uploads to reduce request overhead for faster uploads.
12
 
13
  ### Bug fixes
14
- - Payments Block: Changes to the sidebar display when clicking 'add new subscription', as well as using an external link in the Customizer.
15
- - Payments Block: Display the product manager on free plan sites connected to Stripe.
16
- - Payments Block: Removing the dropdown icon from the product management control subscription selector.
17
 
18
  ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
19
  - Added analytics events for enabling condtional recommendations and viewing conditional recommendations.
@@ -31,8 +34,10 @@
31
  - Fix failing tests because of an editor type mismatch caused by imported packages side-effects.
32
  - Load block editor styles inline for iframed editors on WoA sites.
33
  - My Jetpack: Updated to require licensing package when licensing UI enabled.
 
34
  - Premium Content blocks: subscription button from emails and notifications opens the checkout dialog (WordPress.com specific).
35
  - VideoPress: Fixing issue in apiFetch middleware where request bodies were assumed to always be objects with a "file" property; this is only true for requests to the media endpoint.
 
36
  ## 10.9-a.7 - 2022-04-19
37
  ### Enhancements
38
  - Connection: Preventing other Jeptpack-connected plugins from disconnecting when deactivating Jetpack from the plugins screen.
@@ -68,11 +73,13 @@
68
  - Comments: Checking that Jetpack comments are supported before requiring nonce verification.
69
 
70
  ## 10.9-a.3 - 2022-04-12
 
 
 
71
  ### Enhancements
72
  - Dashboard: Various improvements to recommendations.
73
  - Payments block: Improves block selection behavior.
74
  - Protect: Renamed to "Brute Force Protection" in the UI.
75
- - VideoPress: Adds settings for controlling VideoPress video privacy.
76
  - VideoPress: Enable the resumable uploader.
77
 
78
  ### Improved compatibility
2
 
3
  ### This is a list detailing changes for all Jetpack releases.
4
 
5
+ ## 11.0-a.0 - unreleased
6
+
7
+ This is an alpha version! The changes listed here are not final.
8
+
9
  ## 10.9-beta - 2022-04-26
10
  ### Enhancements
11
+ - Dashboard: update the recommendation flow to include recommendations for VideoPress as well as discounts.
12
+ - Google Fonts: update the Google Fonts module to be compatible with the most recent version of the WP_Webfonts API.
13
+ - Payments Block: add additional features to the payment management control block (ability to mark as donation, and enabling customers to pick own amount).
14
+ - Payments Block: add new property that establishes if the membership is editable by the site editor.
15
+ - VideoPress: improve upload spreed, by increasing chunk size to 10Mb for resumable uploads.
16
 
17
  ### Bug fixes
18
+ - Payments Block: change the sidebar display when clicking 'add new subscription', as well as using an external link in the Customizer.
19
+ - Payments Block: remove the dropdown icon from the product management control subscription selector.
 
20
 
21
  ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
22
  - Added analytics events for enabling condtional recommendations and viewing conditional recommendations.
34
  - Fix failing tests because of an editor type mismatch caused by imported packages side-effects.
35
  - Load block editor styles inline for iframed editors on WoA sites.
36
  - My Jetpack: Updated to require licensing package when licensing UI enabled.
37
+ - Payments Block: Display the product manager on free plan sites connected to Stripe.
38
  - Premium Content blocks: subscription button from emails and notifications opens the checkout dialog (WordPress.com specific).
39
  - VideoPress: Fixing issue in apiFetch middleware where request bodies were assumed to always be objects with a "file" property; this is only true for requests to the media endpoint.
40
+
41
  ## 10.9-a.7 - 2022-04-19
42
  ### Enhancements
43
  - Connection: Preventing other Jeptpack-connected plugins from disconnecting when deactivating Jetpack from the plugins screen.
73
  - Comments: Checking that Jetpack comments are supported before requiring nonce verification.
74
 
75
  ## 10.9-a.3 - 2022-04-12
76
+ ### Major Enhancements
77
+ - VideoPress: add settings for controlling VideoPress video privacy.
78
+
79
  ### Enhancements
80
  - Dashboard: Various improvements to recommendations.
81
  - Payments block: Improves block selection behavior.
82
  - Protect: Renamed to "Brute Force Protection" in the UI.
 
83
  - VideoPress: Enable the resumable uploader.
84
 
85
  ### Improved compatibility
composer.json CHANGED
@@ -25,8 +25,8 @@
25
  "automattic/jetpack-constants": "^1.6",
26
  "automattic/jetpack-device-detection": "^1.4",
27
  "automattic/jetpack-error": "^1.3",
28
- "automattic/jetpack-google-fonts-provider": "^0.3.0",
29
- "automattic/jetpack-identity-crisis": "^0.8.8",
30
  "automattic/jetpack-jitm": "^2.2",
31
  "automattic/jetpack-lazy-images": "^2.1",
32
  "automattic/jetpack-licensing": "^1.7",
@@ -34,16 +34,16 @@
34
  "automattic/jetpack-my-jetpack": "^1.2",
35
  "automattic/jetpack-options": "^1.15",
36
  "automattic/jetpack-partner": "^1.7",
37
- "automattic/jetpack-plugins-installer": "^0.1.2",
38
- "automattic/jetpack-publicize": "^0.1.0",
39
  "automattic/jetpack-redirect": "^1.7",
40
  "automattic/jetpack-roles": "^1.4",
41
- "automattic/jetpack-search": "^0.13.1",
42
  "automattic/jetpack-status": "^1.13",
43
  "automattic/jetpack-sync": "^1.31",
44
  "automattic/jetpack-tracking": "^1.14",
45
- "automattic/jetpack-waf": "^0.5.0",
46
- "automattic/jetpack-wordads": "0.1.x-dev",
47
  "nojimage/twitter-text-php": "3.1.2"
48
  },
49
  "require-dev": {
25
  "automattic/jetpack-constants": "^1.6",
26
  "automattic/jetpack-device-detection": "^1.4",
27
  "automattic/jetpack-error": "^1.3",
28
+ "automattic/jetpack-google-fonts-provider": "^0.3",
29
+ "automattic/jetpack-identity-crisis": "^0.8",
30
  "automattic/jetpack-jitm": "^2.2",
31
  "automattic/jetpack-lazy-images": "^2.1",
32
  "automattic/jetpack-licensing": "^1.7",
34
  "automattic/jetpack-my-jetpack": "^1.2",
35
  "automattic/jetpack-options": "^1.15",
36
  "automattic/jetpack-partner": "^1.7",
37
+ "automattic/jetpack-plugins-installer": "^0.1",
38
+ "automattic/jetpack-publicize": "^0.1",
39
  "automattic/jetpack-redirect": "^1.7",
40
  "automattic/jetpack-roles": "^1.4",
41
+ "automattic/jetpack-search": "^0.13",
42
  "automattic/jetpack-status": "^1.13",
43
  "automattic/jetpack-sync": "^1.31",
44
  "automattic/jetpack-tracking": "^1.14",
45
+ "automattic/jetpack-waf": "^0.5",
46
+ "automattic/jetpack-wordads": "^0.1",
47
  "nojimage/twitter-text-php": "3.1.2"
48
  },
49
  "require-dev": {
jetpack.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://jetpack.com
5
  * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
6
  * Author: Automattic
7
- * Version: 10.9-beta
8
  * Author URI: https://jetpack.com
9
  * License: GPL2+
10
  * Text Domain: jetpack
@@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
32
 
33
  define( 'JETPACK__MINIMUM_WP_VERSION', '5.8' );
34
  define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
35
- define( 'JETPACK__VERSION', '10.9-beta' );
36
 
37
  /**
38
  * Constant used to fetch the connection owner token
4
  * Plugin URI: https://jetpack.com
5
  * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
6
  * Author: Automattic
7
+ * Version: 10.9-beta2
8
  * Author URI: https://jetpack.com
9
  * License: GPL2+
10
  * Text Domain: jetpack
32
 
33
  define( 'JETPACK__MINIMUM_WP_VERSION', '5.8' );
34
  define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
35
+ define( 'JETPACK__VERSION', '10.9-beta2' );
36
 
37
  /**
38
  * Constant used to fetch the connection owner token
jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
 
 
 
 
8
  ## [1.39.0] - 2022-04-26
9
  ### Changed
10
  - Make remove_connection a proxy method to ensure all trackings are triggered
@@ -571,6 +575,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
571
 
572
  - Separate the connection library into its own package.
573
 
 
574
  [1.39.0]: https://github.com/Automattic/jetpack-connection/compare/v1.38.0...v1.39.0
575
  [1.38.0]: https://github.com/Automattic/jetpack-connection/compare/v1.37.6...v1.38.0
576
  [1.37.6]: https://github.com/Automattic/jetpack-connection/compare/v1.37.5...v1.37.6
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
 
8
+ ## [1.39.1] - 2022-04-27
9
+ ### Fixed
10
+ - Reverts soft disconnect deprecation
11
+
12
  ## [1.39.0] - 2022-04-26
13
  ### Changed
14
  - Make remove_connection a proxy method to ensure all trackings are triggered
575
 
576
  - Separate the connection library into its own package.
577
 
578
+ [1.39.1]: https://github.com/Automattic/jetpack-connection/compare/v1.39.0...v1.39.1
579
  [1.39.0]: https://github.com/Automattic/jetpack-connection/compare/v1.38.0...v1.39.0
580
  [1.38.0]: https://github.com/Automattic/jetpack-connection/compare/v1.37.6...v1.38.0
581
  [1.37.6]: https://github.com/Automattic/jetpack-connection/compare/v1.37.5...v1.37.6
jetpack_vendor/automattic/jetpack-connection/src/class-manager.php CHANGED
@@ -1636,6 +1636,7 @@ class Manager {
1636
  * This function will automatically perform "soft" or "hard" disconnect depending on whether other plugins are using the connection.
1637
  * This is a proxy method to simplify the Connection package API.
1638
  *
 
1639
  * @see Manager::disconnect_site()
1640
  *
1641
  * @param boolean $disconnect_wpcom Should disconnect_site_wpcom be called.
@@ -1644,6 +1645,7 @@ class Manager {
1644
  */
1645
  public function remove_connection( $disconnect_wpcom = true, $ignore_connected_plugins = false ) {
1646
 
 
1647
  $this->disconnect_site( $disconnect_wpcom, $ignore_connected_plugins );
1648
 
1649
  return true;
@@ -2328,12 +2330,14 @@ class Manager {
2328
  * Force plugin disconnect. After its called, the plugin will not be allowed to use the connection.
2329
  * Note: this method does not remove any access tokens.
2330
  *
2331
- * @deprecated since 1.39.0
2332
  * @return bool
2333
  */
2334
  public function disable_plugin() {
2335
- _deprecated_function( __METHOD__, '1.39.0' );
2336
- return null;
 
 
 
2337
  }
2338
 
2339
  /**
@@ -2341,12 +2345,14 @@ class Manager {
2341
  * After its called, the plugin will be allowed to use the connection again.
2342
  * Note: this method does not initialize access tokens.
2343
  *
2344
- * @deprecated since 1.39.0.
2345
  * @return bool
2346
  */
2347
  public function enable_plugin() {
2348
- _deprecated_function( __METHOD__, '1.39.0' );
2349
- return null;
 
 
 
2350
  }
2351
 
2352
  /**
1636
  * This function will automatically perform "soft" or "hard" disconnect depending on whether other plugins are using the connection.
1637
  * This is a proxy method to simplify the Connection package API.
1638
  *
1639
+ * @see Manager::disable_plugin()
1640
  * @see Manager::disconnect_site()
1641
  *
1642
  * @param boolean $disconnect_wpcom Should disconnect_site_wpcom be called.
1645
  */
1646
  public function remove_connection( $disconnect_wpcom = true, $ignore_connected_plugins = false ) {
1647
 
1648
+ $this->disable_plugin();
1649
  $this->disconnect_site( $disconnect_wpcom, $ignore_connected_plugins );
1650
 
1651
  return true;
2330
  * Force plugin disconnect. After its called, the plugin will not be allowed to use the connection.
2331
  * Note: this method does not remove any access tokens.
2332
  *
 
2333
  * @return bool
2334
  */
2335
  public function disable_plugin() {
2336
+ if ( ! $this->plugin ) {
2337
+ return false;
2338
+ }
2339
+
2340
+ return $this->plugin->disable();
2341
  }
2342
 
2343
  /**
2345
  * After its called, the plugin will be allowed to use the connection again.
2346
  * Note: this method does not initialize access tokens.
2347
  *
 
2348
  * @return bool
2349
  */
2350
  public function enable_plugin() {
2351
+ if ( ! $this->plugin ) {
2352
+ return false;
2353
+ }
2354
+
2355
+ return $this->plugin->enable();
2356
  }
2357
 
2358
  /**
jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php CHANGED
@@ -12,7 +12,7 @@ namespace Automattic\Jetpack\Connection;
12
  */
13
  class Package_Version {
14
 
15
- const PACKAGE_VERSION = '1.39.0';
16
 
17
  const PACKAGE_SLUG = 'connection';
18
 
12
  */
13
  class Package_Version {
14
 
15
+ const PACKAGE_VERSION = '1.39.1';
16
 
17
  const PACKAGE_SLUG = 'connection';
18
 
jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php CHANGED
@@ -16,12 +16,6 @@ class Plugin_Storage {
16
 
17
  const ACTIVE_PLUGINS_OPTION_NAME = 'jetpack_connection_active_plugins';
18
 
19
- /**
20
- * Options where disabled plugins were stored
21
- *
22
- * @deprecated since 1.39.0.
23
- * @var string
24
- */
25
  const PLUGINS_DISABLED_OPTION_NAME = 'jetpack_connection_disabled_plugins';
26
 
27
  /**
@@ -99,20 +93,18 @@ class Plugin_Storage {
99
  * Even if you don't use Jetpack Config, it may be introduced later by other plugins,
100
  * so please make sure not to run the method too early in the code.
101
  *
102
- * @since 1.39.0 deprecated the $connected_only argument.
103
- *
104
- * @param null $deprecated null plugins that were explicitly disconnected. Deprecated, there's no such a thing as disconnecting only specific plugins anymore.
105
  *
106
  * @return array|WP_Error
107
  */
108
- public static function get_all( $deprecated = null ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
109
  $maybe_error = self::ensure_configured();
110
 
111
  if ( $maybe_error instanceof WP_Error ) {
112
  return $maybe_error;
113
  }
114
 
115
- return self::$plugins;
116
  }
117
 
118
  /**
@@ -172,7 +164,6 @@ class Plugin_Storage {
172
  }
173
 
174
  // If a plugin was activated or deactivated.
175
- // self::$plugins is populated in Config::ensure_options_connection().
176
  $number_of_plugins_differ = count( self::$plugins ) !== count( (array) get_option( self::ACTIVE_PLUGINS_OPTION_NAME, array() ) );
177
 
178
  if ( $number_of_plugins_differ || true === self::$refresh_connected_plugins ) {
@@ -200,41 +191,47 @@ class Plugin_Storage {
200
  /**
201
  * Add the plugin to the set of disconnected ones.
202
  *
203
- * @deprecated since 1.39.0.
204
- *
205
  * @param string $slug Plugin slug.
206
  *
207
  * @return bool
208
  */
209
- public static function disable_plugin( $slug ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
210
- _deprecated_function( __METHOD__, '1.39.0' );
 
 
 
 
 
 
211
  return true;
212
  }
213
 
214
  /**
215
  * Remove the plugin from the set of disconnected ones.
216
  *
217
- * @deprecated since 1.39.0.
218
- *
219
  * @param string $slug Plugin slug.
220
  *
221
  * @return bool
222
  */
223
- public static function enable_plugin( $slug ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
224
- _deprecated_function( __METHOD__, '1.39.0' );
 
 
 
 
 
 
 
225
  return true;
226
  }
227
 
228
  /**
229
  * Get all plugins that were disconnected by user.
230
  *
231
- * @deprecated since 1.39.0.
232
- *
233
  * @return array
234
  */
235
- public static function get_all_disabled_plugins() { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
236
- _deprecated_function( __METHOD__, '1.39.0' );
237
- return array();
238
  }
239
 
240
  /**
16
 
17
  const ACTIVE_PLUGINS_OPTION_NAME = 'jetpack_connection_active_plugins';
18
 
 
 
 
 
 
 
19
  const PLUGINS_DISABLED_OPTION_NAME = 'jetpack_connection_disabled_plugins';
20
 
21
  /**
93
  * Even if you don't use Jetpack Config, it may be introduced later by other plugins,
94
  * so please make sure not to run the method too early in the code.
95
  *
96
+ * @param bool $connected_only Exclude plugins that were explicitly disconnected.
 
 
97
  *
98
  * @return array|WP_Error
99
  */
100
+ public static function get_all( $connected_only = false ) {
101
  $maybe_error = self::ensure_configured();
102
 
103
  if ( $maybe_error instanceof WP_Error ) {
104
  return $maybe_error;
105
  }
106
 
107
+ return $connected_only ? array_diff_key( self::$plugins, array_flip( self::get_all_disabled_plugins() ) ) : self::$plugins;
108
  }
109
 
110
  /**
164
  }
165
 
166
  // If a plugin was activated or deactivated.
 
167
  $number_of_plugins_differ = count( self::$plugins ) !== count( (array) get_option( self::ACTIVE_PLUGINS_OPTION_NAME, array() ) );
168
 
169
  if ( $number_of_plugins_differ || true === self::$refresh_connected_plugins ) {
191
  /**
192
  * Add the plugin to the set of disconnected ones.
193
  *
 
 
194
  * @param string $slug Plugin slug.
195
  *
196
  * @return bool
197
  */
198
+ public static function disable_plugin( $slug ) {
199
+ $disconnects = self::get_all_disabled_plugins();
200
+
201
+ if ( ! in_array( $slug, $disconnects, true ) ) {
202
+ $disconnects[] = $slug;
203
+ update_option( self::PLUGINS_DISABLED_OPTION_NAME, $disconnects );
204
+ }
205
+
206
  return true;
207
  }
208
 
209
  /**
210
  * Remove the plugin from the set of disconnected ones.
211
  *
 
 
212
  * @param string $slug Plugin slug.
213
  *
214
  * @return bool
215
  */
216
+ public static function enable_plugin( $slug ) {
217
+ $disconnects = self::get_all_disabled_plugins();
218
+
219
+ $slug_index = array_search( $slug, $disconnects, true );
220
+ if ( false !== $slug_index ) {
221
+ unset( $disconnects[ $slug_index ] );
222
+ update_option( self::PLUGINS_DISABLED_OPTION_NAME, $disconnects );
223
+ }
224
+
225
  return true;
226
  }
227
 
228
  /**
229
  * Get all plugins that were disconnected by user.
230
  *
 
 
231
  * @return array
232
  */
233
+ public static function get_all_disabled_plugins() {
234
+ return (array) get_option( self::PLUGINS_DISABLED_OPTION_NAME, array() );
 
235
  }
236
 
237
  /**
jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php CHANGED
@@ -91,25 +91,19 @@ class Plugin {
91
  /**
92
  * Add the plugin to the set of disconnected ones.
93
  *
94
- * @deprecated since 1.39.0.
95
- *
96
  * @return bool
97
  */
98
  public function disable() {
99
- _deprecated_function( __METHOD__, '1.39.0' );
100
- return true;
101
  }
102
 
103
  /**
104
  * Remove the plugin from the set of disconnected ones.
105
  *
106
- * @deprecated since 1.39.0.
107
- *
108
  * @return bool
109
  */
110
  public function enable() {
111
- _deprecated_function( __METHOD__, '1.39.0' );
112
- return true;
113
  }
114
 
115
  /**
@@ -118,7 +112,7 @@ class Plugin {
118
  * @return bool
119
  */
120
  public function is_enabled() {
121
- return in_array( $this->slug, Plugin_Storage::get_all(), true );
122
  }
123
 
124
  }
91
  /**
92
  * Add the plugin to the set of disconnected ones.
93
  *
 
 
94
  * @return bool
95
  */
96
  public function disable() {
97
+ return Plugin_Storage::disable_plugin( $this->slug );
 
98
  }
99
 
100
  /**
101
  * Remove the plugin from the set of disconnected ones.
102
  *
 
 
103
  * @return bool
104
  */
105
  public function enable() {
106
+ return Plugin_Storage::enable_plugin( $this->slug );
 
107
  }
108
 
109
  /**
112
  * @return bool
113
  */
114
  public function is_enabled() {
115
+ return ! in_array( $this->slug, Plugin_Storage::get_all_disabled_plugins(), true );
116
  }
117
 
118
  }
jetpack_vendor/i18n-map.php CHANGED
@@ -4,26 +4,18 @@ return array(
4
  'domain' => 'jetpack',
5
  'type' => 'plugins',
6
  'packages' => array(
7
- 'jetpack-wordads' => array(
8
- 'path' => 'jetpack_vendor/automattic/jetpack-wordads',
9
- 'ver' => '0.0.0',
10
- ),
11
  'jetpack-admin-ui' => array(
12
  'path' => 'jetpack_vendor/automattic/jetpack-admin-ui',
13
  'ver' => '0.2.7',
14
  ),
15
  'jetpack-connection' => array(
16
  'path' => 'jetpack_vendor/automattic/jetpack-connection',
17
- 'ver' => '1.39.0',
18
  ),
19
  'jetpack-password-checker' => array(
20
  'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
21
  'ver' => '0.2.4',
22
  ),
23
- 'jetpack-plugins-installer' => array(
24
- 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer',
25
- 'ver' => '0.1.2',
26
- ),
27
  'jetpack-assets' => array(
28
  'path' => 'jetpack_vendor/automattic/jetpack-assets',
29
  'ver' => '1.17.11',
@@ -32,6 +24,10 @@ return array(
32
  'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
33
  'ver' => '0.8.8',
34
  ),
 
 
 
 
35
  'jetpack-licensing' => array(
36
  'path' => 'jetpack_vendor/automattic/jetpack-licensing',
37
  'ver' => '1.7.1',
@@ -52,10 +48,6 @@ return array(
52
  'path' => 'jetpack_vendor/automattic/jetpack-config',
53
  'ver' => '1.8.0',
54
  ),
55
- 'jetpack-backup-pkg' => array(
56
- 'path' => 'jetpack_vendor/automattic/jetpack-backup',
57
- 'ver' => '1.3.0',
58
- ),
59
  'jetpack-compat' => array(
60
  'path' => 'jetpack_vendor/automattic/jetpack-compat',
61
  'ver' => '1.7.1',
@@ -72,6 +64,10 @@ return array(
72
  'path' => 'jetpack_vendor/automattic/jetpack-lazy-images',
73
  'ver' => '2.1.11',
74
  ),
 
 
 
 
75
  'jetpack-publicize-pkg' => array(
76
  'path' => 'jetpack_vendor/automattic/jetpack-publicize',
77
  'ver' => '0.1.0',
@@ -80,13 +76,17 @@ return array(
80
  'path' => 'jetpack_vendor/automattic/jetpack-tracking',
81
  'ver' => '1.14.9',
82
  ),
83
- 'jetpack-search-pkg' => array(
84
- 'path' => 'jetpack_vendor/automattic/jetpack-search',
85
- 'ver' => '0.13.1',
86
- ),
87
  'jetpack-waf' => array(
88
  'path' => 'jetpack_vendor/automattic/jetpack-waf',
89
  'ver' => '0.5.0',
90
  ),
 
 
 
 
 
 
 
 
91
  ),
92
  );
4
  'domain' => 'jetpack',
5
  'type' => 'plugins',
6
  'packages' => array(
 
 
 
 
7
  'jetpack-admin-ui' => array(
8
  'path' => 'jetpack_vendor/automattic/jetpack-admin-ui',
9
  'ver' => '0.2.7',
10
  ),
11
  'jetpack-connection' => array(
12
  'path' => 'jetpack_vendor/automattic/jetpack-connection',
13
+ 'ver' => '1.39.1',
14
  ),
15
  'jetpack-password-checker' => array(
16
  'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
17
  'ver' => '0.2.4',
18
  ),
 
 
 
 
19
  'jetpack-assets' => array(
20
  'path' => 'jetpack_vendor/automattic/jetpack-assets',
21
  'ver' => '1.17.11',
24
  'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
25
  'ver' => '0.8.8',
26
  ),
27
+ 'jetpack-plugins-installer' => array(
28
+ 'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer',
29
+ 'ver' => '0.1.2',
30
+ ),
31
  'jetpack-licensing' => array(
32
  'path' => 'jetpack_vendor/automattic/jetpack-licensing',
33
  'ver' => '1.7.1',
48
  'path' => 'jetpack_vendor/automattic/jetpack-config',
49
  'ver' => '1.8.0',
50
  ),
 
 
 
 
51
  'jetpack-compat' => array(
52
  'path' => 'jetpack_vendor/automattic/jetpack-compat',
53
  'ver' => '1.7.1',
64
  'path' => 'jetpack_vendor/automattic/jetpack-lazy-images',
65
  'ver' => '2.1.11',
66
  ),
67
+ 'jetpack-backup-pkg' => array(
68
+ 'path' => 'jetpack_vendor/automattic/jetpack-backup',
69
+ 'ver' => '1.3.0',
70
+ ),
71
  'jetpack-publicize-pkg' => array(
72
  'path' => 'jetpack_vendor/automattic/jetpack-publicize',
73
  'ver' => '0.1.0',
76
  'path' => 'jetpack_vendor/automattic/jetpack-tracking',
77
  'ver' => '1.14.9',
78
  ),
 
 
 
 
79
  'jetpack-waf' => array(
80
  'path' => 'jetpack_vendor/automattic/jetpack-waf',
81
  'ver' => '0.5.0',
82
  ),
83
+ 'jetpack-wordads' => array(
84
+ 'path' => 'jetpack_vendor/automattic/jetpack-wordads',
85
+ 'ver' => '0.1.1',
86
+ ),
87
+ 'jetpack-search-pkg' => array(
88
+ 'path' => 'jetpack_vendor/automattic/jetpack-search',
89
+ 'ver' => '0.13.1',
90
+ ),
91
  ),
92
  );
readme.txt CHANGED
@@ -243,45 +243,41 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file
243
 
244
  == Changelog ==
245
  ### 10.9-beta - 2022-04-26
 
 
 
246
  #### Enhancements
247
- - Connection: Preventing other Jeptpack-connected plugins from disconnecting when deactivating Jetpack from the plugins screen.
248
- - Dashboard: Various improvements to recommendations.
249
- - Google Fonts: Updated the Google Fonts module to be compatible with the most recent version of the WP_Webfonts API.
250
- - Payments Block: Adds additional features to the payment management control block (ability to mark as donation, and enabling customers to pick own amount).
251
- - Payments Block: Adds property that establishes if the membership is editable by the site editor.
252
- - Payments Block: Improves block selection behavior.
253
- - Payments Block: Re-loading the page will not cause payment form to open again.
254
- - Protect: Renamed to "Brute Force Protection" in the UI.
255
- - Recommendations: Add recommendation for anti-spam.
256
- - Recommendations: Updates to the recommendations flow including adding recommendations for VideoPress, and adding site discounts.
257
- - VideoPress: Adds settings for controlling VideoPress video privacy.
258
- - VideoPress: Enable the resumable uploader.
259
- - VideoPress: Increased chunk size to 10Mb for VideoPress resumable uploads to reduce request overhead for faster uploads.
260
 
261
  #### Improved compatibility
262
- - Custom CSS: Improve saving for legacy Custom CSS.
263
- - Dashboard: Display block settings even when the Classic Editor plugin is active.
264
- - Improvements to backwards compatibility with other Jetpack plugins.
265
- - Mailchimp Popup widget: Widget deprecation.
266
- - WordAds: Change Jetpack Ads wording to be WordAds.
267
- - WordAds: Remove the suggestion to use the ad widget from the dashboard.
268
 
269
  #### Bug fixes
270
- - Button Block: Removes default CSS that would overwrite core and theme styles.
271
- - Comments: Checking that Jetpack comments are supported before requiring nonce verification.
272
- - Contact Form: Ensure the form's input fields inherit a default font size.
273
- - Payments Block: Changes to the sidebar display when clicking 'add new subscription', as well as using an external link in the Customizer.
274
- - Payments Block: Display the product manager on free plan sites connected to Stripe.
275
- - Payments Block: Fixes bug regarding creation of new Payment blocks.
276
- - Payments Block: Makes the ‘one time’ subscription recurrence always available.
277
- - Payments Block: Removing the dropdown icon from the product management control subscription selector.
278
- - Pay with PayPal: Fixes issue with saving widget in Customizer.
279
- - Publicize: Ensure bulk publishing posts won’t publicize those posts.
280
- - Random Redirect: Fixes 'set author name' functionality on author archives.
281
- - Slideshow Block: Fix grid blowout when Slideshow block is inserted inside a Layout Grid block (in editor).
282
- - Subscribe Block: Fix default styles block setting selection to "Split".
283
  - Top Posts Widget: ensure hooks retain existing behavior when adding extra data before or after each post.
284
- - VideoPress: Fixes issue adding video descriptions and metadata via the WordPress.com dashboard.
285
 
286
  --------
287
 
243
 
244
  == Changelog ==
245
  ### 10.9-beta - 2022-04-26
246
+ ### Major Enhancements
247
+ - VideoPress: add settings for controlling VideoPress video privacy.
248
+
249
  #### Enhancements
250
+ - Connection: prevent other Jetpack-connected plugins from disconnecting when deactivating Jetpack from the plugins screen.
251
+ - Dashboard: improve the display and contents of recommendations.
252
+ - Google Fonts: update the Google Fonts module to be compatible with the most recent version of the WP_Webfonts API.
253
+ - Payments Block: add additional features to the payment management control block (ability to mark as donation, and enabling customers to pick own amount).
254
+ - Payments Block: add new property that establishes if the membership is editable by the site editor.
255
+ - Payments Block: improve block selection behavior.
256
+ - Protect: rename the feature to "Brute Force Protection" for a better understanding of what the feature does.
257
+ - VideoPress: enable the resumable uploader.
258
+ - VideoPress: improve upload spreed, by increasing chunk size to 10Mb for resumable uploads.
 
 
 
 
259
 
260
  #### Improved compatibility
261
+ - Custom CSS: improve saving for legacy Custom CSS.
262
+ - Dashboard: display block settings even when the Classic Editor plugin is active.
263
+ - Mailchimp Popup widget: deprecate this old widget.
 
 
 
264
 
265
  #### Bug fixes
266
+ - Button Block: remove default CSS that would overwrite core and theme styles.
267
+ - Comments: check that Jetpack comments are supported before requiring nonce verification.
268
+ - Form Block: ensure the form's input fields inherit a default font size.
269
+ - Payments Block: change the sidebar display when clicking 'add new subscription', as well as using an external link in the Customizer.
270
+ - Payments Block: fix bug when creating new Payment blocks.
271
+ - Payments Block: make the ‘one time’ subscription recurrence always available.
272
+ - Payments Block: remove the dropdown icon from the product management control subscription selector.
273
+ - Payments Block: ensure that re-loading the page will not cause the payment form to open again.
274
+ - Pay with PayPal: fix issue when saving widget in Customizer.
275
+ - Publicize: ensure bulk publishing posts won’t publicize those posts.
276
+ - Random Redirect: fix 'set author name' functionality on author archives.
277
+ - Slideshow Block: fix grid blowout when Slideshow block is inserted inside a Layout Grid block (in editor).
278
+ - Subscribe Block: fix default styles block setting selection to "Split".
279
  - Top Posts Widget: ensure hooks retain existing behavior when adding extra data before or after each post.
280
+ - VideoPress: fix issue when adding video descriptions and metadata via the WordPress.com dashboard.
281
 
282
  --------
283
 
vendor/composer/autoload_files.php CHANGED
@@ -7,8 +7,8 @@ $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
  '3773ef3f09c37da5478d578e32b03a4b' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
10
- 'd4eb94df91a729802d18373ee8cdc79f' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php',
11
  '009de6aaa0d497eacea41fab13fc05f1' => $baseDir . '/jetpack_vendor/automattic/jetpack-compat/functions.php',
 
12
  'd7b298d70ab0e8605f5d5b6edeab1bd2' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/actions.php',
13
  '3d45c7e6a7f0e71849e33afe4b3b3ede' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php',
14
  );
7
 
8
  return array(
9
  '3773ef3f09c37da5478d578e32b03a4b' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
 
10
  '009de6aaa0d497eacea41fab13fc05f1' => $baseDir . '/jetpack_vendor/automattic/jetpack-compat/functions.php',
11
+ 'd4eb94df91a729802d18373ee8cdc79f' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php',
12
  'd7b298d70ab0e8605f5d5b6edeab1bd2' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/actions.php',
13
  '3d45c7e6a7f0e71849e33afe4b3b3ede' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php',
14
  );
vendor/composer/autoload_static.php CHANGED
@@ -8,8 +8,8 @@ class ComposerStaticInitf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9_beta
8
  {
9
  public static $files = array (
10
  '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
11
- 'd4eb94df91a729802d18373ee8cdc79f' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-backup/actions.php',
12
  '009de6aaa0d497eacea41fab13fc05f1' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-compat/functions.php',
 
13
  'd7b298d70ab0e8605f5d5b6edeab1bd2' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/actions.php',
14
  '3d45c7e6a7f0e71849e33afe4b3b3ede' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/cli.php',
15
  );
8
  {
9
  public static $files = array (
10
  '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
 
11
  '009de6aaa0d497eacea41fab13fc05f1' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-compat/functions.php',
12
+ 'd4eb94df91a729802d18373ee8cdc79f' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-backup/actions.php',
13
  'd7b298d70ab0e8605f5d5b6edeab1bd2' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/actions.php',
14
  '3d45c7e6a7f0e71849e33afe4b3b3ede' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/cli.php',
15
  );
vendor/composer/installed.json CHANGED
@@ -530,17 +530,17 @@
530
  },
531
  {
532
  "name": "automattic/jetpack-connection",
533
- "version": "v1.39.0",
534
- "version_normalized": "1.39.0.0",
535
  "source": {
536
  "type": "git",
537
  "url": "https://github.com/Automattic/jetpack-connection.git",
538
- "reference": "382337b0de23f88ed0a325b3ee0f02b32d5923b5"
539
  },
540
  "dist": {
541
  "type": "zip",
542
- "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/382337b0de23f88ed0a325b3ee0f02b32d5923b5",
543
- "reference": "382337b0de23f88ed0a325b3ee0f02b32d5923b5",
544
  "shasum": ""
545
  },
546
  "require": {
@@ -558,7 +558,7 @@
558
  "brain/monkey": "2.6.1",
559
  "yoast/phpunit-polyfills": "1.0.3"
560
  },
561
- "time": "2022-04-26T14:33:56+00:00",
562
  "type": "jetpack-library",
563
  "extra": {
564
  "autotagger": true,
@@ -588,7 +588,7 @@
588
  ],
589
  "description": "Everything needed to connect to the Jetpack infrastructure",
590
  "support": {
591
- "source": "https://github.com/Automattic/jetpack-connection/tree/v1.39.0"
592
  },
593
  "install-path": "../../jetpack_vendor/automattic/jetpack-connection"
594
  },
@@ -1224,6 +1224,7 @@
1224
  "support": {
1225
  "source": "https://github.com/Automattic/jetpack-options/tree/v1.15.2"
1226
  },
 
1227
  "install-path": "../../jetpack_vendor/automattic/jetpack-options"
1228
  },
1229
  {
@@ -1818,8 +1819,8 @@
1818
  },
1819
  {
1820
  "name": "automattic/jetpack-wordads",
1821
- "version": "dev-master",
1822
- "version_normalized": "dev-master",
1823
  "source": {
1824
  "type": "git",
1825
  "url": "https://github.com/Automattic/jetpack-wordads.git",
@@ -1845,7 +1846,6 @@
1845
  "yoast/phpunit-polyfills": "1.0.3"
1846
  },
1847
  "time": "2022-04-26T14:34:08+00:00",
1848
- "default-branch": true,
1849
  "type": "jetpack-library",
1850
  "extra": {
1851
  "mirror-repo": "Automattic/jetpack-wordads",
@@ -1873,7 +1873,7 @@
1873
  ],
1874
  "description": "Earn income by allowing Jetpack to display high quality ads.",
1875
  "support": {
1876
- "source": "https://github.com/Automattic/jetpack-wordads/tree/master"
1877
  },
1878
  "install-path": "../../jetpack_vendor/automattic/jetpack-wordads"
1879
  },
530
  },
531
  {
532
  "name": "automattic/jetpack-connection",
533
+ "version": "v1.39.1",
534
+ "version_normalized": "1.39.1.0",
535
  "source": {
536
  "type": "git",
537
  "url": "https://github.com/Automattic/jetpack-connection.git",
538
+ "reference": "b08bf488fe983ee902ba212f6d35de4ef6931ecc"
539
  },
540
  "dist": {
541
  "type": "zip",
542
+ "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/b08bf488fe983ee902ba212f6d35de4ef6931ecc",
543
+ "reference": "b08bf488fe983ee902ba212f6d35de4ef6931ecc",
544
  "shasum": ""
545
  },
546
  "require": {
558
  "brain/monkey": "2.6.1",
559
  "yoast/phpunit-polyfills": "1.0.3"
560
  },
561
+ "time": "2022-04-27T16:27:56+00:00",
562
  "type": "jetpack-library",
563
  "extra": {
564
  "autotagger": true,
588
  ],
589
  "description": "Everything needed to connect to the Jetpack infrastructure",
590
  "support": {
591
+ "source": "https://github.com/Automattic/jetpack-connection/tree/v1.39.1"
592
  },
593
  "install-path": "../../jetpack_vendor/automattic/jetpack-connection"
594
  },
1224
  "support": {
1225
  "source": "https://github.com/Automattic/jetpack-options/tree/v1.15.2"
1226
  },
1227
+ "abandoned": "automattic/jetpack-connection",
1228
  "install-path": "../../jetpack_vendor/automattic/jetpack-options"
1229
  },
1230
  {
1819
  },
1820
  {
1821
  "name": "automattic/jetpack-wordads",
1822
+ "version": "v0.1.1",
1823
+ "version_normalized": "0.1.1.0",
1824
  "source": {
1825
  "type": "git",
1826
  "url": "https://github.com/Automattic/jetpack-wordads.git",
1846
  "yoast/phpunit-polyfills": "1.0.3"
1847
  },
1848
  "time": "2022-04-26T14:34:08+00:00",
 
1849
  "type": "jetpack-library",
1850
  "extra": {
1851
  "mirror-repo": "Automattic/jetpack-wordads",
1873
  ],
1874
  "description": "Earn income by allowing Jetpack to display high quality ads.",
1875
  "support": {
1876
+ "source": "https://github.com/Automattic/jetpack-wordads/tree/v0.1.1"
1877
  },
1878
  "install-path": "../../jetpack_vendor/automattic/jetpack-wordads"
1879
  },
vendor/composer/installed.php CHANGED
@@ -110,12 +110,12 @@
110
  'dev_requirement' => false,
111
  ),
112
  'automattic/jetpack-connection' => array(
113
- 'pretty_version' => 'v1.39.0',
114
- 'version' => '1.39.0.0',
115
  'type' => 'jetpack-library',
116
  'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
117
  'aliases' => array(),
118
- 'reference' => '382337b0de23f88ed0a325b3ee0f02b32d5923b5',
119
  'dev_requirement' => false,
120
  ),
121
  'automattic/jetpack-connection-ui' => array(
@@ -326,13 +326,11 @@
326
  'dev_requirement' => false,
327
  ),
328
  'automattic/jetpack-wordads' => array(
329
- 'pretty_version' => 'dev-master',
330
- 'version' => 'dev-master',
331
  'type' => 'jetpack-library',
332
  'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wordads',
333
- 'aliases' => array(
334
- 0 => '0.1.x-dev',
335
- ),
336
  'reference' => '9fcbd36eb6ac5685634a428d728fc03260a7703a',
337
  'dev_requirement' => false,
338
  ),
110
  'dev_requirement' => false,
111
  ),
112
  'automattic/jetpack-connection' => array(
113
+ 'pretty_version' => 'v1.39.1',
114
+ 'version' => '1.39.1.0',
115
  'type' => 'jetpack-library',
116
  'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
117
  'aliases' => array(),
118
+ 'reference' => 'b08bf488fe983ee902ba212f6d35de4ef6931ecc',
119
  'dev_requirement' => false,
120
  ),
121
  'automattic/jetpack-connection-ui' => array(
326
  'dev_requirement' => false,
327
  ),
328
  'automattic/jetpack-wordads' => array(
329
+ 'pretty_version' => 'v0.1.1',
330
+ 'version' => '0.1.1.0',
331
  'type' => 'jetpack-library',
332
  'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-wordads',
333
+ 'aliases' => array(),
 
 
334
  'reference' => '9fcbd36eb6ac5685634a428d728fc03260a7703a',
335
  'dev_requirement' => false,
336
  ),
vendor/composer/jetpack_autoload_classmap.php CHANGED
@@ -74,38 +74,6 @@ return array(
74
  'version' => 'dev-master',
75
  'path' => $baseDir . '/src/class-tracking.php'
76
  ),
77
- 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array(
78
- 'version' => '0.5.0.0',
79
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php'
80
- ),
81
- 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array(
82
- 'version' => '0.5.0.0',
83
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php'
84
- ),
85
- 'Automattic\\Jetpack\\Waf\\CLI' => array(
86
- 'version' => '0.5.0.0',
87
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php'
88
- ),
89
- 'Automattic\\Jetpack\\Waf\\Waf_Operators' => array(
90
- 'version' => '0.5.0.0',
91
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php'
92
- ),
93
- 'Automattic\\Jetpack\\Waf\\Waf_Runner' => array(
94
- 'version' => '0.5.0.0',
95
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php'
96
- ),
97
- 'Automattic\\Jetpack\\Waf\\Waf_Constants' => array(
98
- 'version' => '0.5.0.0',
99
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php'
100
- ),
101
- 'Automattic\\Jetpack\\Waf\\Waf_Request' => array(
102
- 'version' => '0.5.0.0',
103
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php'
104
- ),
105
- 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array(
106
- 'version' => '0.5.0.0',
107
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php'
108
- ),
109
  'Automattic\\Jetpack\\Search\\Settings' => array(
110
  'version' => '0.13.1.0',
111
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php'
@@ -198,6 +166,62 @@ return array(
198
  'version' => '0.13.1.0',
199
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php'
200
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  'Automattic\\Jetpack\\Publicize\\Keyring_Helper' => array(
202
  'version' => '0.1.0.0',
203
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php'
@@ -218,6 +242,30 @@ return array(
218
  'version' => '0.1.0.0',
219
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php'
220
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  'Automattic\\Jetpack\\Jetpack_Lazy_Images' => array(
222
  'version' => '2.1.11.0',
223
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php'
@@ -278,58 +326,10 @@ return array(
278
  'version' => '1.4.12.0',
279
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php'
280
  ),
281
- 'Jetpack_Backup' => array(
282
- 'version' => '1.3.0.0',
283
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php'
284
- ),
285
- 'Automattic\\Jetpack\\Backup\\Jetpack_Backup_Upgrades' => array(
286
- 'version' => '1.3.0.0',
287
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php'
288
- ),
289
- 'Automattic\\Jetpack\\Backup\\Package_Version' => array(
290
- 'version' => '1.3.0.0',
291
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php'
292
- ),
293
- 'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => array(
294
- 'version' => '1.3.0.0',
295
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php'
296
- ),
297
- 'Automattic\\Jetpack\\Backup\\REST_Controller' => array(
298
- 'version' => '1.3.0.0',
299
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php'
300
- ),
301
- 'Automattic\\Jetpack\\Backup\\Initial_State' => array(
302
- 'version' => '1.3.0.0',
303
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php'
304
- ),
305
  'Automattic\\Jetpack\\Abtest' => array(
306
  'version' => '1.9.23.0',
307
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php'
308
  ),
309
- 'Automattic\\Jetpack\\WordAds\\Dashboard' => array(
310
- 'version' => 'dev-master',
311
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php'
312
- ),
313
- 'Automattic\\Jetpack\\WordAds\\Initial_State' => array(
314
- 'version' => 'dev-master',
315
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php'
316
- ),
317
- 'Automattic\\Jetpack\\WordAds\\Helper' => array(
318
- 'version' => 'dev-master',
319
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php'
320
- ),
321
- 'Automattic\\Jetpack\\WordAds\\REST_Controller' => array(
322
- 'version' => 'dev-master',
323
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php'
324
- ),
325
- 'Automattic\\Jetpack\\WordAds\\Package' => array(
326
- 'version' => 'dev-master',
327
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php'
328
- ),
329
- 'Automattic\\Jetpack\\WordAds\\Initializer' => array(
330
- 'version' => 'dev-master',
331
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php'
332
- ),
333
  'AhoCorasick\\MultiStringMatcher' => array(
334
  'version' => '1.0.1.0',
335
  'path' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringMatcher.php'
@@ -703,123 +703,123 @@ return array(
703
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php'
704
  ),
705
  'Jetpack_Tracks_Client' => array(
706
- 'version' => '1.39.0.0',
707
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php'
708
  ),
709
  'Jetpack_IXR_ClientMulticall' => array(
710
- 'version' => '1.39.0.0',
711
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
712
  ),
713
  'Jetpack_Tracks_Event' => array(
714
- 'version' => '1.39.0.0',
715
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php'
716
  ),
717
  'Jetpack_Signature' => array(
718
- 'version' => '1.39.0.0',
719
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'
720
  ),
721
  'Jetpack_XMLRPC_Server' => array(
722
- 'version' => '1.39.0.0',
723
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'
724
  ),
725
  'Jetpack_IXR_Client' => array(
726
- 'version' => '1.39.0.0',
727
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
728
  ),
729
  'Automattic\\Jetpack\\Connection\\REST_Connector' => array(
730
- 'version' => '1.39.0.0',
731
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php'
732
  ),
733
  'Automattic\\Jetpack\\Connection\\Client' => array(
734
- 'version' => '1.39.0.0',
735
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php'
736
  ),
737
  'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array(
738
- 'version' => '1.39.0.0',
739
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php'
740
  ),
741
  'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
742
- 'version' => '1.39.0.0',
743
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
744
  ),
745
  'Automattic\\Jetpack\\Connection\\Tokens' => array(
746
- 'version' => '1.39.0.0',
747
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php'
748
  ),
749
  'Automattic\\Jetpack\\Connection\\Package_Version' => array(
750
- 'version' => '1.39.0.0',
751
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php'
752
  ),
753
  'Automattic\\Jetpack\\Connection\\Manager' => array(
754
- 'version' => '1.39.0.0',
755
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php'
756
  ),
757
  'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array(
758
- 'version' => '1.39.0.0',
759
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php'
760
  ),
761
  'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array(
762
- 'version' => '1.39.0.0',
763
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php'
764
  ),
765
  'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
766
- 'version' => '1.39.0.0',
767
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php'
768
  ),
769
  'Automattic\\Jetpack\\Connection\\Secrets' => array(
770
- 'version' => '1.39.0.0',
771
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php'
772
  ),
773
  'Automattic\\Jetpack\\Tracking' => array(
774
- 'version' => '1.39.0.0',
775
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php'
776
  ),
777
  'Automattic\\Jetpack\\Connection\\Webhooks' => array(
778
- 'version' => '1.39.0.0',
779
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php'
780
  ),
781
  'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
782
- 'version' => '1.39.0.0',
783
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php'
784
  ),
785
  'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array(
786
- 'version' => '1.39.0.0',
787
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php'
788
  ),
789
  'Automattic\\Jetpack\\Terms_Of_Service' => array(
790
- 'version' => '1.39.0.0',
791
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php'
792
  ),
793
  'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array(
794
- 'version' => '1.39.0.0',
795
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'
796
  ),
797
  'Automattic\\Jetpack\\Connection\\Plugin' => array(
798
- 'version' => '1.39.0.0',
799
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php'
800
  ),
801
  'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array(
802
- 'version' => '1.39.0.0',
803
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php'
804
  ),
805
  'Automattic\\Jetpack\\Connection\\Utils' => array(
806
- 'version' => '1.39.0.0',
807
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php'
808
  ),
809
  'Automattic\\Jetpack\\Connection\\Initial_State' => array(
810
- 'version' => '1.39.0.0',
811
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php'
812
  ),
813
  'Automattic\\Jetpack\\Connection\\Error_Handler' => array(
814
- 'version' => '1.39.0.0',
815
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php'
816
  ),
817
  'Automattic\\Jetpack\\Connection\\Urls' => array(
818
- 'version' => '1.39.0.0',
819
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php'
820
  ),
821
  'Automattic\\Jetpack\\Heartbeat' => array(
822
- 'version' => '1.39.0.0',
823
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php'
824
  ),
825
  'Automattic\\Jetpack\\Roles' => array(
74
  'version' => 'dev-master',
75
  'path' => $baseDir . '/src/class-tracking.php'
76
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  'Automattic\\Jetpack\\Search\\Settings' => array(
78
  'version' => '0.13.1.0',
79
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/class-settings.php'
166
  'version' => '0.13.1.0',
167
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php'
168
  ),
169
+ 'Automattic\\Jetpack\\WordAds\\Dashboard' => array(
170
+ 'version' => '0.1.1.0',
171
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php'
172
+ ),
173
+ 'Automattic\\Jetpack\\WordAds\\Initial_State' => array(
174
+ 'version' => '0.1.1.0',
175
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php'
176
+ ),
177
+ 'Automattic\\Jetpack\\WordAds\\Helper' => array(
178
+ 'version' => '0.1.1.0',
179
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php'
180
+ ),
181
+ 'Automattic\\Jetpack\\WordAds\\REST_Controller' => array(
182
+ 'version' => '0.1.1.0',
183
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php'
184
+ ),
185
+ 'Automattic\\Jetpack\\WordAds\\Package' => array(
186
+ 'version' => '0.1.1.0',
187
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php'
188
+ ),
189
+ 'Automattic\\Jetpack\\WordAds\\Initializer' => array(
190
+ 'version' => '0.1.1.0',
191
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php'
192
+ ),
193
+ 'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array(
194
+ 'version' => '0.5.0.0',
195
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php'
196
+ ),
197
+ 'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array(
198
+ 'version' => '0.5.0.0',
199
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php'
200
+ ),
201
+ 'Automattic\\Jetpack\\Waf\\CLI' => array(
202
+ 'version' => '0.5.0.0',
203
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php'
204
+ ),
205
+ 'Automattic\\Jetpack\\Waf\\Waf_Operators' => array(
206
+ 'version' => '0.5.0.0',
207
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php'
208
+ ),
209
+ 'Automattic\\Jetpack\\Waf\\Waf_Runner' => array(
210
+ 'version' => '0.5.0.0',
211
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php'
212
+ ),
213
+ 'Automattic\\Jetpack\\Waf\\Waf_Constants' => array(
214
+ 'version' => '0.5.0.0',
215
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php'
216
+ ),
217
+ 'Automattic\\Jetpack\\Waf\\Waf_Request' => array(
218
+ 'version' => '0.5.0.0',
219
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php'
220
+ ),
221
+ 'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array(
222
+ 'version' => '0.5.0.0',
223
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php'
224
+ ),
225
  'Automattic\\Jetpack\\Publicize\\Keyring_Helper' => array(
226
  'version' => '0.1.0.0',
227
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php'
242
  'version' => '0.1.0.0',
243
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php'
244
  ),
245
+ 'Jetpack_Backup' => array(
246
+ 'version' => '1.3.0.0',
247
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php'
248
+ ),
249
+ 'Automattic\\Jetpack\\Backup\\Jetpack_Backup_Upgrades' => array(
250
+ 'version' => '1.3.0.0',
251
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php'
252
+ ),
253
+ 'Automattic\\Jetpack\\Backup\\Package_Version' => array(
254
+ 'version' => '1.3.0.0',
255
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php'
256
+ ),
257
+ 'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => array(
258
+ 'version' => '1.3.0.0',
259
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php'
260
+ ),
261
+ 'Automattic\\Jetpack\\Backup\\REST_Controller' => array(
262
+ 'version' => '1.3.0.0',
263
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php'
264
+ ),
265
+ 'Automattic\\Jetpack\\Backup\\Initial_State' => array(
266
+ 'version' => '1.3.0.0',
267
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php'
268
+ ),
269
  'Automattic\\Jetpack\\Jetpack_Lazy_Images' => array(
270
  'version' => '2.1.11.0',
271
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php'
326
  'version' => '1.4.12.0',
327
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php'
328
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  'Automattic\\Jetpack\\Abtest' => array(
330
  'version' => '1.9.23.0',
331
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php'
332
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  'AhoCorasick\\MultiStringMatcher' => array(
334
  'version' => '1.0.1.0',
335
  'path' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringMatcher.php'
703
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php'
704
  ),
705
  'Jetpack_Tracks_Client' => array(
706
+ 'version' => '1.39.1.0',
707
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php'
708
  ),
709
  'Jetpack_IXR_ClientMulticall' => array(
710
+ 'version' => '1.39.1.0',
711
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
712
  ),
713
  'Jetpack_Tracks_Event' => array(
714
+ 'version' => '1.39.1.0',
715
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php'
716
  ),
717
  'Jetpack_Signature' => array(
718
+ 'version' => '1.39.1.0',
719
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'
720
  ),
721
  'Jetpack_XMLRPC_Server' => array(
722
+ 'version' => '1.39.1.0',
723
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'
724
  ),
725
  'Jetpack_IXR_Client' => array(
726
+ 'version' => '1.39.1.0',
727
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
728
  ),
729
  'Automattic\\Jetpack\\Connection\\REST_Connector' => array(
730
+ 'version' => '1.39.1.0',
731
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php'
732
  ),
733
  'Automattic\\Jetpack\\Connection\\Client' => array(
734
+ 'version' => '1.39.1.0',
735
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php'
736
  ),
737
  'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array(
738
+ 'version' => '1.39.1.0',
739
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php'
740
  ),
741
  'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
742
+ 'version' => '1.39.1.0',
743
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
744
  ),
745
  'Automattic\\Jetpack\\Connection\\Tokens' => array(
746
+ 'version' => '1.39.1.0',
747
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php'
748
  ),
749
  'Automattic\\Jetpack\\Connection\\Package_Version' => array(
750
+ 'version' => '1.39.1.0',
751
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php'
752
  ),
753
  'Automattic\\Jetpack\\Connection\\Manager' => array(
754
+ 'version' => '1.39.1.0',
755
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php'
756
  ),
757
  'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array(
758
+ 'version' => '1.39.1.0',
759
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php'
760
  ),
761
  'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array(
762
+ 'version' => '1.39.1.0',
763
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php'
764
  ),
765
  'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
766
+ 'version' => '1.39.1.0',
767
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php'
768
  ),
769
  'Automattic\\Jetpack\\Connection\\Secrets' => array(
770
+ 'version' => '1.39.1.0',
771
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php'
772
  ),
773
  'Automattic\\Jetpack\\Tracking' => array(
774
+ 'version' => '1.39.1.0',
775
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php'
776
  ),
777
  'Automattic\\Jetpack\\Connection\\Webhooks' => array(
778
+ 'version' => '1.39.1.0',
779
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php'
780
  ),
781
  'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
782
+ 'version' => '1.39.1.0',
783
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php'
784
  ),
785
  'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array(
786
+ 'version' => '1.39.1.0',
787
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php'
788
  ),
789
  'Automattic\\Jetpack\\Terms_Of_Service' => array(
790
+ 'version' => '1.39.1.0',
791
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php'
792
  ),
793
  'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array(
794
+ 'version' => '1.39.1.0',
795
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'
796
  ),
797
  'Automattic\\Jetpack\\Connection\\Plugin' => array(
798
+ 'version' => '1.39.1.0',
799
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php'
800
  ),
801
  'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array(
802
+ 'version' => '1.39.1.0',
803
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php'
804
  ),
805
  'Automattic\\Jetpack\\Connection\\Utils' => array(
806
+ 'version' => '1.39.1.0',
807
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php'
808
  ),
809
  'Automattic\\Jetpack\\Connection\\Initial_State' => array(
810
+ 'version' => '1.39.1.0',
811
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php'
812
  ),
813
  'Automattic\\Jetpack\\Connection\\Error_Handler' => array(
814
+ 'version' => '1.39.1.0',
815
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php'
816
  ),
817
  'Automattic\\Jetpack\\Connection\\Urls' => array(
818
+ 'version' => '1.39.1.0',
819
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php'
820
  ),
821
  'Automattic\\Jetpack\\Heartbeat' => array(
822
+ 'version' => '1.39.1.0',
823
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php'
824
  ),
825
  'Automattic\\Jetpack\\Roles' => array(
vendor/composer/jetpack_autoload_filemap.php CHANGED
@@ -10,14 +10,14 @@ return array(
10
  'version' => '1.17.11.0',
11
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php'
12
  ),
13
- 'd4eb94df91a729802d18373ee8cdc79f' => array(
14
- 'version' => '1.3.0.0',
15
- 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php'
16
- ),
17
  '009de6aaa0d497eacea41fab13fc05f1' => array(
18
  'version' => '1.7.1.0',
19
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-compat/functions.php'
20
  ),
 
 
 
 
21
  'd7b298d70ab0e8605f5d5b6edeab1bd2' => array(
22
  'version' => '0.5.0.0',
23
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/actions.php'
10
  'version' => '1.17.11.0',
11
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php'
12
  ),
 
 
 
 
13
  '009de6aaa0d497eacea41fab13fc05f1' => array(
14
  'version' => '1.7.1.0',
15
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-compat/functions.php'
16
  ),
17
+ 'd4eb94df91a729802d18373ee8cdc79f' => array(
18
+ 'version' => '1.3.0.0',
19
+ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php'
20
+ ),
21
  'd7b298d70ab0e8605f5d5b6edeab1bd2' => array(
22
  'version' => '0.5.0.0',
23
  'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/actions.php'