Jetpack Boost – Website Speed, Performance and Critical CSS - Version 0.9.9

Version Description

Download this release

Release Info

Developer danwalmsley
Plugin Icon 128x128 Jetpack Boost – Website Speed, Performance and Critical CSS
Version 0.9.9
Comparing to
See all releases

Code changes from version 0.9.7 to 0.9.9

jetpack-boost.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin Name: Jetpack Boost
10
  * Plugin URI: https://jetpack.com/boost
11
  * Description: Boost your WordPress site's performance, from the creators of Jetpack
12
- * Version: 0.9.7
13
  * Author: XWP, Automattic
14
  * Author URI: https://xwp.co, https://automattic.com
15
  * License: GPL-2.0+
9
  * Plugin Name: Jetpack Boost
10
  * Plugin URI: https://jetpack.com/boost
11
  * Description: Boost your WordPress site's performance, from the creators of Jetpack
12
+ * Version: 0.9.9
13
  * Author: XWP, Automattic
14
  * Author URI: https://xwp.co, https://automattic.com
15
  * License: GPL-2.0+
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Jetpack, WordPress.com, performance, speed, lazy, images, css, critical, j
5
  Requires at least: 5.5
6
  Tested up to: 5.5
7
  Requires PHP: 7.0
8
- Stable tag: 0.9.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -17,7 +17,7 @@ Boost your WordPress site’s performance, from the creators of Jetpack.
17
 
18
  Jetpack Boost provides one-click optimizations that supercharge your WordPress site’s performance and SEO.
19
 
20
- Jetpack Boost provides you with a simple way to check your site’s performance according to the latest standards used by the world’s most successful web sites. Improving performance is increasingly important for SEO, as the world’s major search engines prioritize user experience alongside relevance in their ranking algorithms.
21
 
22
  This alpha release includes three powerful performance modules, with more to come:
23
 
5
  Requires at least: 5.5
6
  Tested up to: 5.5
7
  Requires PHP: 7.0
8
+ Stable tag: 0.9.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
17
 
18
  Jetpack Boost provides one-click optimizations that supercharge your WordPress site’s performance and SEO.
19
 
20
+ Jetpack Boost provides you with a simple way to check your site’s performance according to the latest standards used by the world’s most successful web sites. Improving performance is increasingly important for SEO as search engines prioritize user experience alongside relevance in their ranking algorithms.
21
 
22
  This alpha release includes three powerful performance modules, with more to come:
23
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitd69461f1899df14a8985cafc144d2e48::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit82aa1400aeb22eda936ad26c2b75164e::getLoader();
vendor/autoload_packages.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
9
 
10
  // phpcs:ignore
11
 
vendor/composer/InstalledVersions.php CHANGED
@@ -24,8 +24,8 @@ class InstalledVersions
24
  private static $installed = array (
25
  'root' =>
26
  array (
27
- 'pretty_version' => '0.9.7',
28
- 'version' => '0.9.7.0',
29
  'aliases' =>
30
  array (
31
  ),
@@ -63,8 +63,8 @@ private static $installed = array (
63
  ),
64
  'automattic/jetpack-boost' =>
65
  array (
66
- 'pretty_version' => '0.9.7',
67
- 'version' => '0.9.7.0',
68
  'aliases' =>
69
  array (
70
  ),
24
  private static $installed = array (
25
  'root' =>
26
  array (
27
+ 'pretty_version' => '0.9.9',
28
+ 'version' => '0.9.9.0',
29
  'aliases' =>
30
  array (
31
  ),
63
  ),
64
  'automattic/jetpack-boost' =>
65
  array (
66
+ 'pretty_version' => '0.9.9',
67
+ 'version' => '0.9.9.0',
68
  'aliases' =>
69
  array (
70
  ),
vendor/composer/autoload_classmap.php CHANGED
@@ -8,7 +8,11 @@ $baseDir = dirname($vendorDir);
8
  return array(
9
  'Automattic\\Jetpack\\A8c_Mc_Stats' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
10
  'Automattic\\Jetpack\\Assets' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php',
 
11
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
 
 
 
12
  'Automattic\\Jetpack\\Config' => $vendorDir . '/automattic/jetpack-config/src/class-config.php',
13
  'Automattic\\Jetpack\\Connection\\Client' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php',
14
  'Automattic\\Jetpack\\Connection\\Error_Handler' => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php',
@@ -31,6 +35,7 @@ return array(
31
  'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
32
  'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
33
  'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
 
34
  'Jetpack_IXR_Client' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
35
  'Jetpack_IXR_ClientMulticall' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
36
  'Jetpack_Options' => $vendorDir . '/automattic/jetpack-options/legacy/class-jetpack-options.php',
8
  return array(
9
  'Automattic\\Jetpack\\A8c_Mc_Stats' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
10
  'Automattic\\Jetpack\\Assets' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php',
11
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
12
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
13
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php',
14
+ 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
15
+ 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
16
  'Automattic\\Jetpack\\Config' => $vendorDir . '/automattic/jetpack-config/src/class-config.php',
17
  'Automattic\\Jetpack\\Connection\\Client' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php',
18
  'Automattic\\Jetpack\\Connection\\Error_Handler' => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php',
35
  'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
36
  'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
37
  'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
38
+ 'JShrink\\Minifier' => $vendorDir . '/tedivm/jshrink/src/JShrink/Minifier.php',
39
  'Jetpack_IXR_Client' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
40
  'Jetpack_IXR_ClientMulticall' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
41
  'Jetpack_Options' => $vendorDir . '/automattic/jetpack-options/legacy/class-jetpack-options.php',
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitd69461f1899df14a8985cafc144d2e48
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInitd69461f1899df14a8985cafc144d2e48
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInitd69461f1899df14a8985cafc144d2e48', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
- spl_autoload_unregister(array('ComposerAutoloaderInitd69461f1899df14a8985cafc144d2e48', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
- call_user_func(\Composer\Autoload\ComposerStaticInitd69461f1899df14a8985cafc144d2e48::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
@@ -53,19 +53,19 @@ class ComposerAutoloaderInitd69461f1899df14a8985cafc144d2e48
53
  $loader->register(true);
54
 
55
  if ($useStaticLoader) {
56
- $includeFiles = Composer\Autoload\ComposerStaticInitd69461f1899df14a8985cafc144d2e48::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
- composerRequired69461f1899df14a8985cafc144d2e48($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
- function composerRequired69461f1899df14a8985cafc144d2e48($fileIdentifier, $file)
69
  {
70
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
71
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit82aa1400aeb22eda936ad26c2b75164e
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit82aa1400aeb22eda936ad26c2b75164e', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit82aa1400aeb22eda936ad26c2b75164e', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
+ call_user_func(\Composer\Autoload\ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
53
  $loader->register(true);
54
 
55
  if ($useStaticLoader) {
56
+ $includeFiles = Composer\Autoload\ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
+ composerRequire82aa1400aeb22eda936ad26c2b75164e($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
+ function composerRequire82aa1400aeb22eda936ad26c2b75164e($fileIdentifier, $file)
69
  {
70
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
71
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInitd69461f1899df14a8985cafc144d2e48
8
  {
9
  public static $files = array (
10
  'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
@@ -37,7 +37,11 @@ class ComposerStaticInitd69461f1899df14a8985cafc144d2e48
37
  public static $classMap = array (
38
  'Automattic\\Jetpack\\A8c_Mc_Stats' => __DIR__ . '/..' . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
39
  'Automattic\\Jetpack\\Assets' => __DIR__ . '/..' . '/automattic/jetpack-assets/src/class-assets.php',
 
40
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
 
 
 
41
  'Automattic\\Jetpack\\Config' => __DIR__ . '/..' . '/automattic/jetpack-config/src/class-config.php',
42
  'Automattic\\Jetpack\\Connection\\Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-client.php',
43
  'Automattic\\Jetpack\\Connection\\Error_Handler' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-error-handler.php',
@@ -60,6 +64,7 @@ class ComposerStaticInitd69461f1899df14a8985cafc144d2e48
60
  'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
61
  'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
62
  'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
 
63
  'Jetpack_IXR_Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
64
  'Jetpack_IXR_ClientMulticall' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
65
  'Jetpack_Options' => __DIR__ . '/..' . '/automattic/jetpack-options/legacy/class-jetpack-options.php',
@@ -72,10 +77,10 @@ class ComposerStaticInitd69461f1899df14a8985cafc144d2e48
72
  public static function getInitializer(ClassLoader $loader)
73
  {
74
  return \Closure::bind(function () use ($loader) {
75
- $loader->prefixLengthsPsr4 = ComposerStaticInitd69461f1899df14a8985cafc144d2e48::$prefixLengthsPsr4;
76
- $loader->prefixDirsPsr4 = ComposerStaticInitd69461f1899df14a8985cafc144d2e48::$prefixDirsPsr4;
77
- $loader->prefixesPsr0 = ComposerStaticInitd69461f1899df14a8985cafc144d2e48::$prefixesPsr0;
78
- $loader->classMap = ComposerStaticInitd69461f1899df14a8985cafc144d2e48::$classMap;
79
 
80
  }, null, ClassLoader::class);
81
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e
8
  {
9
  public static $files = array (
10
  'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
37
  public static $classMap = array (
38
  'Automattic\\Jetpack\\A8c_Mc_Stats' => __DIR__ . '/..' . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
39
  'Automattic\\Jetpack\\Assets' => __DIR__ . '/..' . '/automattic/jetpack-assets/src/class-assets.php',
40
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
41
  'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
42
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php',
43
+ 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
44
+ 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
45
  'Automattic\\Jetpack\\Config' => __DIR__ . '/..' . '/automattic/jetpack-config/src/class-config.php',
46
  'Automattic\\Jetpack\\Connection\\Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-client.php',
47
  'Automattic\\Jetpack\\Connection\\Error_Handler' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-error-handler.php',
64
  'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
65
  'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
66
  'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
67
+ 'JShrink\\Minifier' => __DIR__ . '/..' . '/tedivm/jshrink/src/JShrink/Minifier.php',
68
  'Jetpack_IXR_Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
69
  'Jetpack_IXR_ClientMulticall' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
70
  'Jetpack_Options' => __DIR__ . '/..' . '/automattic/jetpack-options/legacy/class-jetpack-options.php',
77
  public static function getInitializer(ClassLoader $loader)
78
  {
79
  return \Closure::bind(function () use ($loader) {
80
+ $loader->prefixLengthsPsr4 = ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e::$prefixLengthsPsr4;
81
+ $loader->prefixDirsPsr4 = ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e::$prefixDirsPsr4;
82
+ $loader->prefixesPsr0 = ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e::$prefixesPsr0;
83
+ $loader->classMap = ComposerStaticInit82aa1400aeb22eda936ad26c2b75164e::$classMap;
84
 
85
  }, null, ClassLoader::class);
86
  }
vendor/composer/installed.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '0.9.7',
5
- 'version' => '0.9.7.0',
6
  'aliases' =>
7
  array (
8
  ),
@@ -40,8 +40,8 @@
40
  ),
41
  'automattic/jetpack-boost' =>
42
  array (
43
- 'pretty_version' => '0.9.7',
44
- 'version' => '0.9.7.0',
45
  'aliases' =>
46
  array (
47
  ),
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '0.9.9',
5
+ 'version' => '0.9.9.0',
6
  'aliases' =>
7
  array (
8
  ),
40
  ),
41
  'automattic/jetpack-boost' =>
42
  array (
43
+ 'pretty_version' => '0.9.9',
44
+ 'version' => '0.9.9.0',
45
  'aliases' =>
46
  array (
47
  ),
vendor/composer/jetpack_autoload_classmap.php CHANGED
@@ -6,6 +6,50 @@ $vendorDir = dirname(__DIR__);
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  'JShrink\\Minifier' => array(
10
  'version' => 'dev-master',
11
  'path' => $vendorDir . '/tedivm/jshrink/src/JShrink/Minifier.php'
@@ -86,10 +130,6 @@ return array(
86
  'version' => '1.4.2.0',
87
  'path' => $vendorDir . '/automattic/jetpack-config/src/class-config.php'
88
  ),
89
- 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
90
- 'version' => '2.7.1.0',
91
- 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
92
- ),
93
  'Automattic\\Jetpack\\Assets' => array(
94
  'version' => '1.10.0.0',
95
  'path' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php'
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
+ 'Automattic\\Jetpack_Boost\\Tests\\Base_Test_Case' => array(
10
+ 'version' => '0.9.9.0',
11
+ 'path' => $baseDir . '/tests/php/class-base-test-case.php'
12
+ ),
13
+ 'Automattic\\Jetpack_Boost\\Tests\\Modules\\Critical_CSS\\WP_Test_Critical_Css' => array(
14
+ 'version' => '0.9.9.0',
15
+ 'path' => $baseDir . '/tests/php/modules/critical-css/test-class-critical-css.php'
16
+ ),
17
+ 'Automattic\\Jetpack_Boost\\Tests\\Lib\\WP_Test_Api_Connect' => array(
18
+ 'version' => '0.9.9.0',
19
+ 'path' => $baseDir . '/tests/php/lib/test-class-api-connect.php'
20
+ ),
21
+ 'Automattic\\Jetpack_Boost\\Tests\\Lib\\WP_Test_Viewport' => array(
22
+ 'version' => '0.9.9.0',
23
+ 'path' => $baseDir . '/tests/php/lib/test-class-viewport.php'
24
+ ),
25
+ 'Automattic\\Jetpack_Boost\\Tests\\Lib\\WP_Test_Minify' => array(
26
+ 'version' => '0.9.9.0',
27
+ 'path' => $baseDir . '/tests/php/lib/test-class-minify.php'
28
+ ),
29
+ 'Automattic\\Jetpack_Boost\\Tests\\Lib\\WP_Test_Url' => array(
30
+ 'version' => '0.9.9.0',
31
+ 'path' => $baseDir . '/tests/php/lib/test-class-url.php'
32
+ ),
33
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(
34
+ 'version' => '2.7.1.0',
35
+ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'
36
+ ),
37
+ 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
38
+ 'version' => '2.7.1.0',
39
+ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
40
+ ),
41
+ 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
42
+ 'version' => '2.7.1.0',
43
+ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
44
+ ),
45
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
46
+ 'version' => '2.7.1.0',
47
+ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
48
+ ),
49
+ 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
50
+ 'version' => '2.7.1.0',
51
+ 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
52
+ ),
53
  'JShrink\\Minifier' => array(
54
  'version' => 'dev-master',
55
  'path' => $vendorDir . '/tedivm/jshrink/src/JShrink/Minifier.php'
130
  'version' => '1.4.2.0',
131
  'path' => $vendorDir . '/automattic/jetpack-config/src/class-config.php'
132
  ),
 
 
 
 
133
  'Automattic\\Jetpack\\Assets' => array(
134
  'version' => '1.10.0.0',
135
  'path' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php'
vendor/composer/jetpack_autoload_psr4.php DELETED
@@ -1,17 +0,0 @@
1
- <?php
2
-
3
- // This file `jetpack_autoload_psr4.php` was auto generated by automattic/jetpack-autoloader.
4
-
5
- $vendorDir = dirname(__DIR__);
6
- $baseDir = dirname($vendorDir);
7
-
8
- return array(
9
- 'Automattic\\Jetpack_Boost\\Tests\\' => array(
10
- 'version' => '0.9.7.0',
11
- 'path' => array( $baseDir . '/tests/php' )
12
- ),
13
- 'Automattic\\Jetpack\\Autoloader\\' => array(
14
- 'version' => '2.7.1.0',
15
- 'path' => array( $vendorDir . '/automattic/jetpack-autoloader/src' )
16
- ),
17
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/jetpack-autoloader/class-autoloader-handler.php CHANGED
@@ -5,7 +5,7 @@
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
- namespace Automattic\Jetpack\Autoloader\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
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\jpd69461f1899df14a8985cafc144d2e48;
9
 
10
  // phpcs:ignore
11
 
5
  * @package automattic/jetpack-autoloader
6
  */
7
 
8
+ namespace Automattic\Jetpack\Autoloader\jp82aa1400aeb22eda936ad26c2b75164e;
9
 
10
  // phpcs:ignore
11