Skip to content

Commit

Permalink
Update stable tag to 9.4\n\nCommitted via a GitHub action: https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored and matticbot committed Feb 1, 2021
1 parent ea0f82b commit e00eeda
Show file tree
Hide file tree
Showing 21 changed files with 44 additions and 44 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.3.1
Stable tag: 9.4
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 ComposerAutoloaderInita3f0aa552da1fdc57c66b1260b4d4dc8::getLoader();
return ComposerAutoloaderInit84939e330244e4e15279abc789e679bf::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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// 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 @@ -30,7 +30,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '7504611abb9d0fe0b792017536947d12dab5d8f1',
'reference' => 'a2c6afbeb6bf8f63499df6833fdb33015a32b139',
'name' => 'automattic/jetpack',
),
'versions' =>
Expand All @@ -42,7 +42,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '7504611abb9d0fe0b792017536947d12dab5d8f1',
'reference' => 'a2c6afbeb6bf8f63499df6833fdb33015a32b139',
),
'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 ComposerAutoloaderInita3f0aa552da1fdc57c66b1260b4d4dc8
class ComposerAutoloaderInit84939e330244e4e15279abc789e679bf
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInita3f0aa552da1fdc57c66b1260b4d4dc8', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit84939e330244e4e15279abc789e679bf', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInita3f0aa552da1fdc57c66b1260b4d4dc8', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit84939e330244e4e15279abc789e679bf', '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\ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit84939e330244e4e15279abc789e679bf::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\ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit84939e330244e4e15279abc789e679bf::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequirea3f0aa552da1fdc57c66b1260b4d4dc8($fileIdentifier, $file);
composerRequire84939e330244e4e15279abc789e679bf($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequirea3f0aa552da1fdc57c66b1260b4d4dc8($fileIdentifier, $file)
function composerRequire84939e330244e4e15279abc789e679bf($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 ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8
class ComposerStaticInit84939e330244e4e15279abc789e679bf
{
public static $files = array (
'bce4ecd6aabb2a2948e06d0e2c4ea9a6' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/load-ixr.php',
Expand Down Expand Up @@ -150,10 +150,10 @@ class ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8::$prefixesPsr0;
$loader->classMap = ComposerStaticInita3f0aa552da1fdc57c66b1260b4d4dc8::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit84939e330244e4e15279abc789e679bf::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit84939e330244e4e15279abc789e679bf::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit84939e330244e4e15279abc789e679bf::$prefixesPsr0;
$loader->classMap = ComposerStaticInit84939e330244e4e15279abc789e679bf::$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' => '7504611abb9d0fe0b792017536947d12dab5d8f1',
'reference' => 'a2c6afbeb6bf8f63499df6833fdb33015a32b139',
'name' => 'automattic/jetpack',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => '7504611abb9d0fe0b792017536947d12dab5d8f1',
'reference' => 'a2c6afbeb6bf8f63499df6833fdb33015a32b139',
),
'automattic/jetpack-a8c-mc-stats' =>
array (
Expand Down
24 changes: 12 additions & 12 deletions vendor/composer/jetpack_autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@
'version' => 'dev-jetpack/branch-9.4',
'path' => $baseDir . '/src/class-tracking.php'
),
'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array(
'version' => '1.13.4.0',
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-pre-connection-jitm.php'
),
'Automattic\\Jetpack\\JITMS\\JITM' => array(
'version' => '1.13.4.0',
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-jitm.php'
),
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array(
'version' => '1.13.4.0',
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-post-connection-jitm.php'
),
'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array(
'version' => '1.20.1.0',
'path' => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum.php'
Expand Down Expand Up @@ -258,18 +270,6 @@
'version' => '1.4.0.0',
'path' => $vendorDir . '/automattic/jetpack-lazy-images/src/lazy-images.php'
),
'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array(
'version' => '1.13.4.0',
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-pre-connection-jitm.php'
),
'Automattic\\Jetpack\\JITMS\\JITM' => array(
'version' => '1.13.4.0',
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-jitm.php'
),
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array(
'version' => '1.13.4.0',
'path' => $vendorDir . '/automattic/jetpack-jitm/src/class-post-connection-jitm.php'
),
'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array(
'version' => '1.3.1.0',
'path' => $vendorDir . '/automattic/jetpack-device-detection/src/class-user-agent-info.php'
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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// 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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-autoloader.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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-container.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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-hook-manager.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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-manifest-reader.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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-path-processor.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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-php-autoloader.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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down
2 changes: 1 addition & 1 deletion vendor/jetpack-autoloader/class-plugin-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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// 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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// 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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// 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\jpa3f0aa552da1fdc57c66b1260b4d4dc8;
namespace Automattic\Jetpack\Autoloader\jp84939e330244e4e15279abc789e679bf;

// phpcs:ignore

Expand Down

0 comments on commit e00eeda

Please sign in to comment.