Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Oct 19, 2020
1 parent fffe6a4 commit 1e4231f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://jetpack.com
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
* Author: Automattic
* Version: 9.0.2
* Version: 9.0.2.1
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand All @@ -16,7 +16,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '5.4' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '9.0.2' );
define( 'JETPACK__VERSION', '9.0.2.1' );

/**
* Constant used to fetch the connection owner token
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInita442953d576d8f2431828c90c4a6b310::getLoader();
return ComposerAutoloaderInit20ff33ab06a1fb2dc24364574474bc2f::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInita442953d576d8f2431828c90c4a6b310
class ComposerAutoloaderInit20ff33ab06a1fb2dc24364574474bc2f
{
private static $loader;

Expand All @@ -22,15 +22,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInita442953d576d8f2431828c90c4a6b310', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit20ff33ab06a1fb2dc24364574474bc2f', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInita442953d576d8f2431828c90c4a6b310', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit20ff33ab06a1fb2dc24364574474bc2f', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInita442953d576d8f2431828c90c4a6b310::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -42,19 +42,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInita442953d576d8f2431828c90c4a6b310::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirea442953d576d8f2431828c90c4a6b310($fileIdentifier, $file);
composerRequire20ff33ab06a1fb2dc24364574474bc2f($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequirea442953d576d8f2431828c90c4a6b310($fileIdentifier, $file)
function composerRequire20ff33ab06a1fb2dc24364574474bc2f($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInita442953d576d8f2431828c90c4a6b310
class ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f
{
public static $files = array (
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
Expand Down Expand Up @@ -147,10 +147,10 @@ class ComposerStaticInita442953d576d8f2431828c90c4a6b310
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita442953d576d8f2431828c90c4a6b310::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita442953d576d8f2431828c90c4a6b310::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInita442953d576d8f2431828c90c4a6b310::$prefixesPsr0;
$loader->classMap = ComposerStaticInita442953d576d8f2431828c90c4a6b310::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f::$prefixesPsr0;
$loader->classMap = ComposerStaticInit20ff33ab06a1fb2dc24364574474bc2f::$classMap;

}, null, ClassLoader::class);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/autoload_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-autoloader-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-autoloader-locator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-manifest-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-plugins-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-version-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-version-selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jp14720baa4f3b2e39b8b1c4ac044201c0;
namespace Automattic\Jetpack\Autoloader\jp45712d8691a2e4c5f92c166a2bcefd44;

// phpcs:ignore

Expand Down

0 comments on commit 1e4231f

Please sign in to comment.