Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Dec 1, 2020
1 parent dc8be17 commit c1af608
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack - WP Security, Backup, Speed, & Growth ===
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, biskobe, blobaugh, brbrr, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, robertbpugh, roccotripaldi, samhotchkiss, scarstocea, scottsweb, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
Tags: WP, backup, social, AMP, WooCommerce, malware, scan, spam, CDN, social
Stable tag: 9.1
Stable tag: 9.2
Requires at least: 5.5
Requires PHP: 5.6
Tested up to: 5.6
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 ComposerAutoloaderInit0f3927bff11823e386dc91b8ea011d28::getLoader();
return ComposerAutoloaderInit7d7a83344d3b2ded1a3491aa12e59d99::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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// phpcs:ignore

Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'fc0dd63d3b4e7bcdba7de57060cc51bfd181d773',
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
'name' => 'automattic/jetpack',
),
'versions' =>
Expand All @@ -31,7 +31,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'fc0dd63d3b4e7bcdba7de57060cc51bfd181d773',
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
),
'automattic/jetpack-a8c-mc-stats' =>
array (
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 ComposerAutoloaderInit0f3927bff11823e386dc91b8ea011d28
class ComposerAutoloaderInit7d7a83344d3b2ded1a3491aa12e59d99
{
private static $loader;

Expand All @@ -24,15 +24,15 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

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

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

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

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit0f3927bff11823e386dc91b8ea011d28::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire0f3927bff11823e386dc91b8ea011d28($fileIdentifier, $file);
composerRequire7d7a83344d3b2ded1a3491aa12e59d99($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequire0f3927bff11823e386dc91b8ea011d28($fileIdentifier, $file)
function composerRequire7d7a83344d3b2ded1a3491aa12e59d99($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 ComposerStaticInit0f3927bff11823e386dc91b8ea011d28
class ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99
{
public static $files = array (
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
Expand Down Expand Up @@ -148,10 +148,10 @@ class ComposerStaticInit0f3927bff11823e386dc91b8ea011d28
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit0f3927bff11823e386dc91b8ea011d28::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0f3927bff11823e386dc91b8ea011d28::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit0f3927bff11823e386dc91b8ea011d28::$prefixesPsr0;
$loader->classMap = ComposerStaticInit0f3927bff11823e386dc91b8ea011d28::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$prefixesPsr0;
$loader->classMap = ComposerStaticInit7d7a83344d3b2ded1a3491aa12e59d99::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => 'fc0dd63d3b4e7bcdba7de57060cc51bfd181d773',
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
'name' => 'automattic/jetpack',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => 'fc0dd63d3b4e7bcdba7de57060cc51bfd181d773',
'reference' => '5687756eda3d6efef7b439f432c90abadcb28987',
),
'automattic/jetpack-a8c-mc-stats' =>
array (
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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// 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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// 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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// 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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// 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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// 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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// 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\jp0f3927bff11823e386dc91b8ea011d28;
namespace Automattic\Jetpack\Autoloader\jp7d7a83344d3b2ded1a3491aa12e59d99;

// phpcs:ignore

Expand Down

0 comments on commit c1af608

Please sign in to comment.