updated plugin Jetpack Protect
version 1.4.0
This commit is contained in:
@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0::getLoader();
|
||||
return ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0::getLoader();
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -164,6 +164,11 @@ return array(
|
||||
'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php',
|
||||
'Automattic\\Jetpack\\Transport_Helper\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php',
|
||||
'Automattic\\Jetpack\\Transport_Helper\\REST_Controller' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php',
|
||||
'Automattic\\Jetpack\\Waf\\CLI' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php',
|
||||
'Automattic\\Jetpack\\Waf\\File_System_Exception' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php',
|
||||
'Automattic\\Jetpack\\Waf\\REST_Controller' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php',
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0
|
||||
class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@ -24,19 +24,19 @@ class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0
|
||||
|
||||
require __DIR__ . '/platform_check.php';
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0', 'loadClassLoader'));
|
||||
|
||||
require __DIR__ . '/autoload_static.php';
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0::getInitializer($loader));
|
||||
|
||||
$loader->setClassMapAuthoritative(true);
|
||||
$loader->register(true);
|
||||
|
||||
$includeFiles = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0::$files;
|
||||
$includeFiles = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0::$files;
|
||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||
composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0($fileIdentifier, $file);
|
||||
composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0($fileIdentifier, $file);
|
||||
}
|
||||
|
||||
return $loader;
|
||||
@ -48,7 +48,7 @@ class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0
|
||||
* @param string $file
|
||||
* @return void
|
||||
*/
|
||||
function composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0($fileIdentifier, $file)
|
||||
function composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0($fileIdentifier, $file)
|
||||
{
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0
|
||||
class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0
|
||||
{
|
||||
public static $files = array (
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
|
||||
@ -185,6 +185,11 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0
|
||||
'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-helper-script-manager.php',
|
||||
'Automattic\\Jetpack\\Transport_Helper\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php',
|
||||
'Automattic\\Jetpack\\Transport_Helper\\REST_Controller' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php',
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php',
|
||||
'Automattic\\Jetpack\\Waf\\CLI' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php',
|
||||
'Automattic\\Jetpack\\Waf\\File_System_Exception' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php',
|
||||
'Automattic\\Jetpack\\Waf\\REST_Controller' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php',
|
||||
@ -215,9 +220,9 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
@ -2,24 +2,27 @@
|
||||
"packages": [
|
||||
{
|
||||
"name": "automattic/jetpack-a8c-mc-stats",
|
||||
"version": "v1.4.19",
|
||||
"version_normalized": "1.4.19.0",
|
||||
"version": "v1.4.20",
|
||||
"version_normalized": "1.4.20.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
|
||||
"reference": "ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94"
|
||||
"reference": "6743d34fe7556455e17cbe1b7c90ed39a1f69089"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94",
|
||||
"reference": "ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/6743d34fe7556455e17cbe1b7c90ed39a1f69089",
|
||||
"reference": "6743d34fe7556455e17cbe1b7c90ed39a1f69089",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:07+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:38+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -43,31 +46,35 @@
|
||||
],
|
||||
"description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.19"
|
||||
"source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.20"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-admin-ui",
|
||||
"version": "v0.2.17",
|
||||
"version_normalized": "0.2.17.0",
|
||||
"version": "v0.2.19",
|
||||
"version_normalized": "0.2.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-admin-ui.git",
|
||||
"reference": "5b8f0f972c237d761fa438758d51f17e1b489343"
|
||||
"reference": "ae3c7f7a3bd564172ce48f72447ecea2c7508a5a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/5b8f0f972c237d761fa438758d51f17e1b489343",
|
||||
"reference": "5b8f0f972c237d761fa438758d51f17e1b489343",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/ae3c7f7a3bd564172ce48f72447ecea2c7508a5a",
|
||||
"reference": "ae3c7f7a3bd564172ce48f72447ecea2c7508a5a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"automattic/jetpack-logo": "^1.6.1",
|
||||
"automattic/wordbless": "dev-master",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:29+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:44:03+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -95,23 +102,23 @@
|
||||
],
|
||||
"description": "Generic Jetpack wp-admin UI elements",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.17"
|
||||
"source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.19"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-assets",
|
||||
"version": "v1.17.33",
|
||||
"version_normalized": "1.17.33.0",
|
||||
"version": "v1.17.34",
|
||||
"version_normalized": "1.17.34.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-assets.git",
|
||||
"reference": "c2194ade40c01062fe1a1904c16d203df55fe968"
|
||||
"reference": "73ec392493a1364dcc9e57c878136bf5c91e24af"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/c2194ade40c01062fe1a1904c16d203df55fe968",
|
||||
"reference": "c2194ade40c01062fe1a1904c16d203df55fe968",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/73ec392493a1364dcc9e57c878136bf5c91e24af",
|
||||
"reference": "73ec392493a1364dcc9e57c878136bf5c91e24af",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -123,7 +130,7 @@
|
||||
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-03-07T21:59:53+00:00",
|
||||
"time": "2023-03-20T19:06:49+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -151,23 +158,23 @@
|
||||
],
|
||||
"description": "Asset management utilities for Jetpack ecosystem packages",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-assets/tree/v1.17.33"
|
||||
"source": "https://github.com/Automattic/jetpack-assets/tree/v1.17.34"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-assets"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-autoloader",
|
||||
"version": "v2.11.16",
|
||||
"version_normalized": "2.11.16.0",
|
||||
"version": "v2.11.18",
|
||||
"version_normalized": "2.11.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
||||
"reference": "43bc969fd90ce3d92e7b75fbf384a5fd03963dad"
|
||||
"reference": "53cbf0528fa6931c4fa6465bccd37514f9eda720"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/43bc969fd90ce3d92e7b75fbf384a5fd03963dad",
|
||||
"reference": "43bc969fd90ce3d92e7b75fbf384a5fd03963dad",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/53cbf0528fa6931c4fa6465bccd37514f9eda720",
|
||||
"reference": "53cbf0528fa6931c4fa6465bccd37514f9eda720",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -177,7 +184,7 @@
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:16+00:00",
|
||||
"time": "2023-03-29T12:51:59+00:00",
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -205,7 +212,7 @@
|
||||
],
|
||||
"description": "Creates a custom autoloader for a plugin or theme.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.16"
|
||||
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.18"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-autoloader"
|
||||
},
|
||||
@ -264,23 +271,23 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-config",
|
||||
"version": "v1.14.0",
|
||||
"version_normalized": "1.14.0.0",
|
||||
"version": "v1.15.1",
|
||||
"version_normalized": "1.15.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-config.git",
|
||||
"reference": "91eedef710b41fba8704089af41c4bac7821f808"
|
||||
"reference": "e4985903fb40dbc7c03bdaf58f4a80ac72c50570"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/91eedef710b41fba8704089af41c4bac7821f808",
|
||||
"reference": "91eedef710b41fba8704089af41c4bac7821f808",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/e4985903fb40dbc7c03bdaf58f4a80ac72c50570",
|
||||
"reference": "e4985903fb40dbc7c03bdaf58f4a80ac72c50570",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2"
|
||||
},
|
||||
"time": "2023-02-20T19:46:52+00:00",
|
||||
"time": "2023-03-29T12:51:51+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -290,7 +297,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.14.x-dev"
|
||||
"dev-trunk": "1.15.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -305,32 +312,32 @@
|
||||
],
|
||||
"description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-config/tree/v1.14.0"
|
||||
"source": "https://github.com/Automattic/jetpack-config/tree/v1.15.1"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-config"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-connection",
|
||||
"version": "v1.51.1",
|
||||
"version_normalized": "1.51.1.0",
|
||||
"version": "v1.51.7",
|
||||
"version_normalized": "1.51.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-connection.git",
|
||||
"reference": "47e2b93fd408d188aae6889f19900879f417dafd"
|
||||
"reference": "4c4bae836858957d9aaf6854cf4e24c3261242c4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/47e2b93fd408d188aae6889f19900879f417dafd",
|
||||
"reference": "47e2b93fd408d188aae6889f19900879f417dafd",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/4c4bae836858957d9aaf6854cf4e24c3261242c4",
|
||||
"reference": "4c4bae836858957d9aaf6854cf4e24c3261242c4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-a8c-mc-stats": "^1.4.19",
|
||||
"automattic/jetpack-admin-ui": "^0.2.17",
|
||||
"automattic/jetpack-constants": "^1.6.21",
|
||||
"automattic/jetpack-redirect": "^1.7.24",
|
||||
"automattic/jetpack-roles": "^1.4.22",
|
||||
"automattic/jetpack-status": "^1.16.2"
|
||||
"automattic/jetpack-a8c-mc-stats": "^1.4.20",
|
||||
"automattic/jetpack-admin-ui": "^0.2.19",
|
||||
"automattic/jetpack-constants": "^1.6.22",
|
||||
"automattic/jetpack-redirect": "^1.7.25",
|
||||
"automattic/jetpack-roles": "^1.4.23",
|
||||
"automattic/jetpack-status": "^1.16.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
@ -338,7 +345,10 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-03-07T21:59:59+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:44:13+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -368,23 +378,23 @@
|
||||
],
|
||||
"description": "Everything needed to connect to the Jetpack infrastructure",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.51.1"
|
||||
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.51.7"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-connection"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-constants",
|
||||
"version": "v1.6.21",
|
||||
"version_normalized": "1.6.21.0",
|
||||
"version": "v1.6.22",
|
||||
"version_normalized": "1.6.22.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-constants.git",
|
||||
"reference": "e5730da0adc94e8513539818b4a3cce10943bf20"
|
||||
"reference": "7b5c44d763c7b0dd7498be2b41a89bfefe84834c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/e5730da0adc94e8513539818b4a3cce10943bf20",
|
||||
"reference": "e5730da0adc94e8513539818b4a3cce10943bf20",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/7b5c44d763c7b0dd7498be2b41a89bfefe84834c",
|
||||
"reference": "7b5c44d763c7b0dd7498be2b41a89bfefe84834c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@ -392,7 +402,10 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:20+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:45+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -416,30 +429,33 @@
|
||||
],
|
||||
"description": "A wrapper for defining constants in a more testable way.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.21"
|
||||
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.22"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-constants"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-device-detection",
|
||||
"version": "v1.4.24",
|
||||
"version_normalized": "1.4.24.0",
|
||||
"version": "v1.4.25",
|
||||
"version_normalized": "1.4.25.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-device-detection.git",
|
||||
"reference": "9931222d1865eaf7efd26c9e88518e632593f7e2"
|
||||
"reference": "cf6297f71412dce19522193c2d517cd230a0bee9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/9931222d1865eaf7efd26c9e88518e632593f7e2",
|
||||
"reference": "9931222d1865eaf7efd26c9e88518e632593f7e2",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/cf6297f71412dce19522193c2d517cd230a0bee9",
|
||||
"reference": "cf6297f71412dce19522193c2d517cd230a0bee9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:12+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:41+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -463,28 +479,28 @@
|
||||
],
|
||||
"description": "A way to detect device types based on User-Agent header.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.24"
|
||||
"source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.25"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-device-detection"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-identity-crisis",
|
||||
"version": "v0.8.39",
|
||||
"version_normalized": "0.8.39.0",
|
||||
"version": "v0.8.40",
|
||||
"version_normalized": "0.8.40.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-identity-crisis.git",
|
||||
"reference": "5f78ba602a91faf57d8f61a1c9afb6ece590b490"
|
||||
"reference": "9c52db5e021d6792084e1d225347b82acae2ce86"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/5f78ba602a91faf57d8f61a1c9afb6ece590b490",
|
||||
"reference": "5f78ba602a91faf57d8f61a1c9afb6ece590b490",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/9c52db5e021d6792084e1d225347b82acae2ce86",
|
||||
"reference": "9c52db5e021d6792084e1d225347b82acae2ce86",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-assets": "^1.17.33",
|
||||
"automattic/jetpack-connection": "^1.51.1",
|
||||
"automattic/jetpack-assets": "^1.17.34",
|
||||
"automattic/jetpack-connection": "^1.51.2",
|
||||
"automattic/jetpack-constants": "^1.6.21",
|
||||
"automattic/jetpack-logo": "^1.5.22",
|
||||
"automattic/jetpack-status": "^1.16.2"
|
||||
@ -494,7 +510,7 @@
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-03-07T22:00:23+00:00",
|
||||
"time": "2023-03-20T19:07:29+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -522,23 +538,23 @@
|
||||
],
|
||||
"description": "Identity Crisis.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.39"
|
||||
"source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.40"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-ip",
|
||||
"version": "v0.1.0",
|
||||
"version_normalized": "0.1.0.0",
|
||||
"version": "v0.1.2",
|
||||
"version_normalized": "0.1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-ip.git",
|
||||
"reference": "40127db21a250d0accf03d613e7979518b7b5a19"
|
||||
"reference": "8cc665d68ef5230de78e2701b61b91af64d8dfe6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/40127db21a250d0accf03d613e7979518b7b5a19",
|
||||
"reference": "40127db21a250d0accf03d613e7979518b7b5a19",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/8cc665d68ef5230de78e2701b61b91af64d8dfe6",
|
||||
"reference": "8cc665d68ef5230de78e2701b61b91af64d8dfe6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@ -546,7 +562,10 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-28T17:37:09+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:44+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -574,41 +593,41 @@
|
||||
],
|
||||
"description": "Utilities for working with IP addresses.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-ip/tree/v0.1.0"
|
||||
"source": "https://github.com/Automattic/jetpack-ip/tree/v0.1.2"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-ip"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-jitm",
|
||||
"version": "v2.3.1",
|
||||
"version_normalized": "2.3.1.0",
|
||||
"version": "v2.3.4",
|
||||
"version_normalized": "2.3.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-jitm.git",
|
||||
"reference": "1cf85b017cb80d7595967f67e3b8bc73f1b0639d"
|
||||
"reference": "950d01008784d9c360ceb92bc4b67dcced76ff8c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/1cf85b017cb80d7595967f67e3b8bc73f1b0639d",
|
||||
"reference": "1cf85b017cb80d7595967f67e3b8bc73f1b0639d",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/950d01008784d9c360ceb92bc4b67dcced76ff8c",
|
||||
"reference": "950d01008784d9c360ceb92bc4b67dcced76ff8c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-a8c-mc-stats": "^1.4.19",
|
||||
"automattic/jetpack-assets": "^1.17.33",
|
||||
"automattic/jetpack-connection": "^1.51.1",
|
||||
"automattic/jetpack-assets": "^1.17.34",
|
||||
"automattic/jetpack-connection": "^1.51.4",
|
||||
"automattic/jetpack-device-detection": "^1.4.24",
|
||||
"automattic/jetpack-logo": "^1.5.22",
|
||||
"automattic/jetpack-partner": "^1.7.22",
|
||||
"automattic/jetpack-redirect": "^1.7.24",
|
||||
"automattic/jetpack-status": "^1.16.2"
|
||||
"automattic/jetpack-status": "^1.16.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-03-07T22:00:25+00:00",
|
||||
"time": "2023-03-29T12:52:57+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -636,34 +655,37 @@
|
||||
],
|
||||
"description": "Just in time messages for Jetpack",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-jitm/tree/v2.3.1"
|
||||
"source": "https://github.com/Automattic/jetpack-jitm/tree/v2.3.4"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-jitm"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-licensing",
|
||||
"version": "v1.8.1",
|
||||
"version_normalized": "1.8.1.0",
|
||||
"version": "v1.8.2",
|
||||
"version_normalized": "1.8.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-licensing.git",
|
||||
"reference": "a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05"
|
||||
"reference": "46ff51c6f1f8ab5206d8bc93ec5bb23e1c174def"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05",
|
||||
"reference": "a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/46ff51c6f1f8ab5206d8bc93ec5bb23e1c174def",
|
||||
"reference": "46ff51c6f1f8ab5206d8bc93ec5bb23e1c174def",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.51.0"
|
||||
"automattic/jetpack-connection": "^1.51.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:48:18+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:44:26+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -688,30 +710,33 @@
|
||||
],
|
||||
"description": "Everything needed to manage Jetpack licenses client-side.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-licensing/tree/v1.8.1"
|
||||
"source": "https://github.com/Automattic/jetpack-licensing/tree/v1.8.2"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-licensing"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-logo",
|
||||
"version": "v1.5.22",
|
||||
"version_normalized": "1.5.22.0",
|
||||
"version": "v1.6.1",
|
||||
"version_normalized": "1.6.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-logo.git",
|
||||
"reference": "21b4ac9b32556ffdace7b7e22d21a954e01d5229"
|
||||
"reference": "6a7b9e5602ca81c207e573dfed9e4fc1dd6a279b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/21b4ac9b32556ffdace7b7e22d21a954e01d5229",
|
||||
"reference": "21b4ac9b32556ffdace7b7e22d21a954e01d5229",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/6a7b9e5602ca81c207e573dfed9e4fc1dd6a279b",
|
||||
"reference": "6a7b9e5602ca81c207e573dfed9e4fc1dd6a279b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:14+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:42+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -720,7 +745,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.5.x-dev"
|
||||
"dev-trunk": "1.6.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -735,42 +760,42 @@
|
||||
],
|
||||
"description": "A logo for Jetpack",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-logo/tree/v1.5.22"
|
||||
"source": "https://github.com/Automattic/jetpack-logo/tree/v1.6.1"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-logo"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-my-jetpack",
|
||||
"version": "v2.7.13",
|
||||
"version_normalized": "2.7.13.0",
|
||||
"version": "v2.9.1",
|
||||
"version_normalized": "2.9.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-my-jetpack.git",
|
||||
"reference": "91ae156309fcd443e5db7fc23b13e54bf154bde4"
|
||||
"reference": "7b04d4767e18e06521d66863124579cbcabb2366"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/91ae156309fcd443e5db7fc23b13e54bf154bde4",
|
||||
"reference": "91ae156309fcd443e5db7fc23b13e54bf154bde4",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/7b04d4767e18e06521d66863124579cbcabb2366",
|
||||
"reference": "7b04d4767e18e06521d66863124579cbcabb2366",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-admin-ui": "^0.2.17",
|
||||
"automattic/jetpack-assets": "^1.17.33",
|
||||
"automattic/jetpack-connection": "^1.51.1",
|
||||
"automattic/jetpack-assets": "^1.17.34",
|
||||
"automattic/jetpack-connection": "^1.51.4",
|
||||
"automattic/jetpack-constants": "^1.6.21",
|
||||
"automattic/jetpack-jitm": "^2.3.1",
|
||||
"automattic/jetpack-jitm": "^2.3.4",
|
||||
"automattic/jetpack-licensing": "^1.8.1",
|
||||
"automattic/jetpack-plugins-installer": "^0.2.3",
|
||||
"automattic/jetpack-redirect": "^1.7.24"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"automattic/jetpack-videopress": "^0.11.1",
|
||||
"automattic/jetpack-videopress": "^0.13.4-alpha",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-03-07T22:00:33+00:00",
|
||||
"time": "2023-03-29T12:53:10+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -780,7 +805,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "2.7.x-dev"
|
||||
"dev-trunk": "2.9.x-dev"
|
||||
},
|
||||
"version-constants": {
|
||||
"::PACKAGE_VERSION": "src/class-initializer.php"
|
||||
@ -799,28 +824,28 @@
|
||||
],
|
||||
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v2.7.13"
|
||||
"source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v2.9.1"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-partner",
|
||||
"version": "v1.7.22",
|
||||
"version_normalized": "1.7.22.0",
|
||||
"version": "v1.7.23",
|
||||
"version_normalized": "1.7.23.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-partner.git",
|
||||
"reference": "29f57c31b0b2074e0560a2550f934105dc3010ed"
|
||||
"reference": "6b179bff7c0863015aa699939e1dfe2bd4c97974"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/29f57c31b0b2074e0560a2550f934105dc3010ed",
|
||||
"reference": "29f57c31b0b2074e0560a2550f934105dc3010ed",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/6b179bff7c0863015aa699939e1dfe2bd4c97974",
|
||||
"reference": "6b179bff7c0863015aa699939e1dfe2bd4c97974",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.51.0",
|
||||
"automattic/jetpack-status": "^1.16.2"
|
||||
"automattic/jetpack-connection": "^1.51.7",
|
||||
"automattic/jetpack-status": "^1.16.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
@ -828,7 +853,10 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:48:15+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:44:29+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -852,23 +880,23 @@
|
||||
],
|
||||
"description": "Support functions for Jetpack hosting partners.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.22"
|
||||
"source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.23"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-partner"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-password-checker",
|
||||
"version": "v0.2.11",
|
||||
"version_normalized": "0.2.11.0",
|
||||
"version": "v0.2.13",
|
||||
"version_normalized": "0.2.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-password-checker.git",
|
||||
"reference": "19c240bd8d62974788f13a8f47c8151a970a9fb2"
|
||||
"reference": "16b88d370ca2f59b38e6c44bc37fc43e72090dad"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/19c240bd8d62974788f13a8f47c8151a970a9fb2",
|
||||
"reference": "19c240bd8d62974788f13a8f47c8151a970a9fb2",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/16b88d370ca2f59b38e6c44bc37fc43e72090dad",
|
||||
"reference": "16b88d370ca2f59b38e6c44bc37fc43e72090dad",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@ -876,7 +904,10 @@
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:27+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:53+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -901,7 +932,7 @@
|
||||
],
|
||||
"description": "Password Checker.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.11"
|
||||
"source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.13"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-password-checker"
|
||||
},
|
||||
@ -1010,28 +1041,31 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-redirect",
|
||||
"version": "v1.7.24",
|
||||
"version_normalized": "1.7.24.0",
|
||||
"version": "v1.7.25",
|
||||
"version_normalized": "1.7.25.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-redirect.git",
|
||||
"reference": "17cde47d57e167d63d32f00c764b2a3b002dda2e"
|
||||
"reference": "67d7dce123d4af4fec4b4fe15e99aaad85308314"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/17cde47d57e167d63d32f00c764b2a3b002dda2e",
|
||||
"reference": "17cde47d57e167d63d32f00c764b2a3b002dda2e",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/67d7dce123d4af4fec4b4fe15e99aaad85308314",
|
||||
"reference": "67d7dce123d4af4fec4b4fe15e99aaad85308314",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-status": "^1.16.2"
|
||||
"automattic/jetpack-status": "^1.16.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:51+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:44:05+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1055,23 +1089,23 @@
|
||||
],
|
||||
"description": "Utilities to build URLs to the jetpack.com/redirect/ service",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.24"
|
||||
"source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.25"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-redirect"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-roles",
|
||||
"version": "v1.4.22",
|
||||
"version_normalized": "1.4.22.0",
|
||||
"version": "v1.4.23",
|
||||
"version_normalized": "1.4.23.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-roles.git",
|
||||
"reference": "47ba3b10ca8f2494719f3a099d7be473343525ba"
|
||||
"reference": "f147b3e8061fc0de2a892ddc4f4156eb995545f9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/47ba3b10ca8f2494719f3a099d7be473343525ba",
|
||||
"reference": "47ba3b10ca8f2494719f3a099d7be473343525ba",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/f147b3e8061fc0de2a892ddc4f4156eb995545f9",
|
||||
"reference": "f147b3e8061fc0de2a892ddc4f4156eb995545f9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@ -1079,7 +1113,10 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:23+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-10T11:43:48+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1103,34 +1140,38 @@
|
||||
],
|
||||
"description": "Utilities, related with user roles and capabilities.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.22"
|
||||
"source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.23"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-roles"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-status",
|
||||
"version": "v1.16.2",
|
||||
"version_normalized": "1.16.2.0",
|
||||
"version": "v1.17.0",
|
||||
"version_normalized": "1.17.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-status.git",
|
||||
"reference": "771073459f95233238a6ceac073203d77613a151"
|
||||
"reference": "a16c59bb54cac04c579621efffa1ca1d5738c5cc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/771073459f95233238a6ceac073203d77613a151",
|
||||
"reference": "771073459f95233238a6ceac073203d77613a151",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/a16c59bb54cac04c579621efffa1ca1d5738c5cc",
|
||||
"reference": "a16c59bb54cac04c579621efffa1ca1d5738c5cc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-constants": "^1.6.21"
|
||||
"automattic/jetpack-constants": "^1.6.22"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"automattic/jetpack-ip": "^0.1.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:47:47+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-17T13:43:20+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1139,7 +1180,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.16.x-dev"
|
||||
"dev-trunk": "1.17.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -1154,39 +1195,40 @@
|
||||
],
|
||||
"description": "Used to retrieve information about the current status of Jetpack and the site overall.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-status/tree/v1.16.2"
|
||||
"source": "https://github.com/Automattic/jetpack-status/tree/v1.17.0"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-status"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-sync",
|
||||
"version": "v1.47.2",
|
||||
"version_normalized": "1.47.2.0",
|
||||
"version": "v1.47.4",
|
||||
"version_normalized": "1.47.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-sync.git",
|
||||
"reference": "dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d"
|
||||
"reference": "9c7f25eb8e63a9fbaa1639eaf2f68f46739e5cde"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d",
|
||||
"reference": "dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/9c7f25eb8e63a9fbaa1639eaf2f68f46739e5cde",
|
||||
"reference": "9c7f25eb8e63a9fbaa1639eaf2f68f46739e5cde",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.51.0",
|
||||
"automattic/jetpack-connection": "^1.51.3",
|
||||
"automattic/jetpack-constants": "^1.6.21",
|
||||
"automattic/jetpack-identity-crisis": "^0.8.38",
|
||||
"automattic/jetpack-password-checker": "^0.2.11",
|
||||
"automattic/jetpack-identity-crisis": "^0.8.40",
|
||||
"automattic/jetpack-ip": "^0.1.1",
|
||||
"automattic/jetpack-password-checker": "^0.2.12",
|
||||
"automattic/jetpack-roles": "^1.4.22",
|
||||
"automattic/jetpack-status": "^1.16.2"
|
||||
"automattic/jetpack-status": "^1.16.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.3.2",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-02-20T19:48:39+00:00",
|
||||
"time": "2023-03-28T18:48:42+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1214,7 +1256,7 @@
|
||||
],
|
||||
"description": "Everything needed to allow syncing to the WP.com infrastructure.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-sync/tree/v1.47.2"
|
||||
"source": "https://github.com/Automattic/jetpack-sync/tree/v1.47.4"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-sync"
|
||||
},
|
||||
@ -1278,24 +1320,24 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-waf",
|
||||
"version": "v0.10.1",
|
||||
"version_normalized": "0.10.1.0",
|
||||
"version": "v0.11.4",
|
||||
"version_normalized": "0.11.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-waf.git",
|
||||
"reference": "0e10c6533db3dd5bb22daa8b974704648f8beb7c"
|
||||
"reference": "ec68a1429a7bb0ff8c5c4b51186319b86818d0b1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/0e10c6533db3dd5bb22daa8b974704648f8beb7c",
|
||||
"reference": "0e10c6533db3dd5bb22daa8b974704648f8beb7c",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/ec68a1429a7bb0ff8c5c4b51186319b86818d0b1",
|
||||
"reference": "ec68a1429a7bb0ff8c5c4b51186319b86818d0b1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.51.1",
|
||||
"automattic/jetpack-constants": "^1.6.21",
|
||||
"automattic/jetpack-ip": "^0.1.0",
|
||||
"automattic/jetpack-status": "^1.16.2",
|
||||
"automattic/jetpack-connection": "^1.51.7",
|
||||
"automattic/jetpack-constants": "^1.6.22",
|
||||
"automattic/jetpack-ip": "^0.1.2",
|
||||
"automattic/jetpack-status": "^1.17.0",
|
||||
"wikimedia/aho-corasick": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -1303,7 +1345,10 @@
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.4"
|
||||
},
|
||||
"time": "2023-03-07T22:00:15+00:00",
|
||||
"suggest": {
|
||||
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
||||
},
|
||||
"time": "2023-04-27T18:11:36+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1313,7 +1358,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "0.10.x-dev"
|
||||
"dev-trunk": "0.11.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -1331,7 +1376,7 @@
|
||||
],
|
||||
"description": "Tools to assist with the Jetpack Web Application Firewall",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-waf/tree/v0.10.1"
|
||||
"source": "https://github.com/Automattic/jetpack-waf/tree/v0.11.4"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-waf"
|
||||
},
|
||||
|
@ -11,36 +11,36 @@
|
||||
),
|
||||
'versions' => array(
|
||||
'automattic/jetpack-a8c-mc-stats' => array(
|
||||
'pretty_version' => 'v1.4.19',
|
||||
'version' => '1.4.19.0',
|
||||
'reference' => 'ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94',
|
||||
'pretty_version' => 'v1.4.20',
|
||||
'version' => '1.4.20.0',
|
||||
'reference' => '6743d34fe7556455e17cbe1b7c90ed39a1f69089',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-admin-ui' => array(
|
||||
'pretty_version' => 'v0.2.17',
|
||||
'version' => '0.2.17.0',
|
||||
'reference' => '5b8f0f972c237d761fa438758d51f17e1b489343',
|
||||
'pretty_version' => 'v0.2.19',
|
||||
'version' => '0.2.19.0',
|
||||
'reference' => 'ae3c7f7a3bd564172ce48f72447ecea2c7508a5a',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-assets' => array(
|
||||
'pretty_version' => 'v1.17.33',
|
||||
'version' => '1.17.33.0',
|
||||
'reference' => 'c2194ade40c01062fe1a1904c16d203df55fe968',
|
||||
'pretty_version' => 'v1.17.34',
|
||||
'version' => '1.17.34.0',
|
||||
'reference' => '73ec392493a1364dcc9e57c878136bf5c91e24af',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-autoloader' => array(
|
||||
'pretty_version' => 'v2.11.16',
|
||||
'version' => '2.11.16.0',
|
||||
'reference' => '43bc969fd90ce3d92e7b75fbf384a5fd03963dad',
|
||||
'pretty_version' => 'v2.11.18',
|
||||
'version' => '2.11.18.0',
|
||||
'reference' => '53cbf0528fa6931c4fa6465bccd37514f9eda720',
|
||||
'type' => 'composer-plugin',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
|
||||
'aliases' => array(),
|
||||
@ -56,108 +56,108 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-config' => array(
|
||||
'pretty_version' => 'v1.14.0',
|
||||
'version' => '1.14.0.0',
|
||||
'reference' => '91eedef710b41fba8704089af41c4bac7821f808',
|
||||
'pretty_version' => 'v1.15.1',
|
||||
'version' => '1.15.1.0',
|
||||
'reference' => 'e4985903fb40dbc7c03bdaf58f4a80ac72c50570',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-connection' => array(
|
||||
'pretty_version' => 'v1.51.1',
|
||||
'version' => '1.51.1.0',
|
||||
'reference' => '47e2b93fd408d188aae6889f19900879f417dafd',
|
||||
'pretty_version' => 'v1.51.7',
|
||||
'version' => '1.51.7.0',
|
||||
'reference' => '4c4bae836858957d9aaf6854cf4e24c3261242c4',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-constants' => array(
|
||||
'pretty_version' => 'v1.6.21',
|
||||
'version' => '1.6.21.0',
|
||||
'reference' => 'e5730da0adc94e8513539818b4a3cce10943bf20',
|
||||
'pretty_version' => 'v1.6.22',
|
||||
'version' => '1.6.22.0',
|
||||
'reference' => '7b5c44d763c7b0dd7498be2b41a89bfefe84834c',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-device-detection' => array(
|
||||
'pretty_version' => 'v1.4.24',
|
||||
'version' => '1.4.24.0',
|
||||
'reference' => '9931222d1865eaf7efd26c9e88518e632593f7e2',
|
||||
'pretty_version' => 'v1.4.25',
|
||||
'version' => '1.4.25.0',
|
||||
'reference' => 'cf6297f71412dce19522193c2d517cd230a0bee9',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-identity-crisis' => array(
|
||||
'pretty_version' => 'v0.8.39',
|
||||
'version' => '0.8.39.0',
|
||||
'reference' => '5f78ba602a91faf57d8f61a1c9afb6ece590b490',
|
||||
'pretty_version' => 'v0.8.40',
|
||||
'version' => '0.8.40.0',
|
||||
'reference' => '9c52db5e021d6792084e1d225347b82acae2ce86',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-ip' => array(
|
||||
'pretty_version' => 'v0.1.0',
|
||||
'version' => '0.1.0.0',
|
||||
'reference' => '40127db21a250d0accf03d613e7979518b7b5a19',
|
||||
'pretty_version' => 'v0.1.2',
|
||||
'version' => '0.1.2.0',
|
||||
'reference' => '8cc665d68ef5230de78e2701b61b91af64d8dfe6',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-jitm' => array(
|
||||
'pretty_version' => 'v2.3.1',
|
||||
'version' => '2.3.1.0',
|
||||
'reference' => '1cf85b017cb80d7595967f67e3b8bc73f1b0639d',
|
||||
'pretty_version' => 'v2.3.4',
|
||||
'version' => '2.3.4.0',
|
||||
'reference' => '950d01008784d9c360ceb92bc4b67dcced76ff8c',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-licensing' => array(
|
||||
'pretty_version' => 'v1.8.1',
|
||||
'version' => '1.8.1.0',
|
||||
'reference' => 'a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05',
|
||||
'pretty_version' => 'v1.8.2',
|
||||
'version' => '1.8.2.0',
|
||||
'reference' => '46ff51c6f1f8ab5206d8bc93ec5bb23e1c174def',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-logo' => array(
|
||||
'pretty_version' => 'v1.5.22',
|
||||
'version' => '1.5.22.0',
|
||||
'reference' => '21b4ac9b32556ffdace7b7e22d21a954e01d5229',
|
||||
'pretty_version' => 'v1.6.1',
|
||||
'version' => '1.6.1.0',
|
||||
'reference' => '6a7b9e5602ca81c207e573dfed9e4fc1dd6a279b',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-my-jetpack' => array(
|
||||
'pretty_version' => 'v2.7.13',
|
||||
'version' => '2.7.13.0',
|
||||
'reference' => '91ae156309fcd443e5db7fc23b13e54bf154bde4',
|
||||
'pretty_version' => 'v2.9.1',
|
||||
'version' => '2.9.1.0',
|
||||
'reference' => '7b04d4767e18e06521d66863124579cbcabb2366',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-partner' => array(
|
||||
'pretty_version' => 'v1.7.22',
|
||||
'version' => '1.7.22.0',
|
||||
'reference' => '29f57c31b0b2074e0560a2550f934105dc3010ed',
|
||||
'pretty_version' => 'v1.7.23',
|
||||
'version' => '1.7.23.0',
|
||||
'reference' => '6b179bff7c0863015aa699939e1dfe2bd4c97974',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-password-checker' => array(
|
||||
'pretty_version' => 'v0.2.11',
|
||||
'version' => '0.2.11.0',
|
||||
'reference' => '19c240bd8d62974788f13a8f47c8151a970a9fb2',
|
||||
'pretty_version' => 'v0.2.13',
|
||||
'version' => '0.2.13.0',
|
||||
'reference' => '16b88d370ca2f59b38e6c44bc37fc43e72090dad',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker',
|
||||
'aliases' => array(),
|
||||
@ -191,36 +191,36 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-redirect' => array(
|
||||
'pretty_version' => 'v1.7.24',
|
||||
'version' => '1.7.24.0',
|
||||
'reference' => '17cde47d57e167d63d32f00c764b2a3b002dda2e',
|
||||
'pretty_version' => 'v1.7.25',
|
||||
'version' => '1.7.25.0',
|
||||
'reference' => '67d7dce123d4af4fec4b4fe15e99aaad85308314',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-roles' => array(
|
||||
'pretty_version' => 'v1.4.22',
|
||||
'version' => '1.4.22.0',
|
||||
'reference' => '47ba3b10ca8f2494719f3a099d7be473343525ba',
|
||||
'pretty_version' => 'v1.4.23',
|
||||
'version' => '1.4.23.0',
|
||||
'reference' => 'f147b3e8061fc0de2a892ddc4f4156eb995545f9',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-status' => array(
|
||||
'pretty_version' => 'v1.16.2',
|
||||
'version' => '1.16.2.0',
|
||||
'reference' => '771073459f95233238a6ceac073203d77613a151',
|
||||
'pretty_version' => 'v1.17.0',
|
||||
'version' => '1.17.0.0',
|
||||
'reference' => 'a16c59bb54cac04c579621efffa1ca1d5738c5cc',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-sync' => array(
|
||||
'pretty_version' => 'v1.47.2',
|
||||
'version' => '1.47.2.0',
|
||||
'reference' => 'dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d',
|
||||
'pretty_version' => 'v1.47.4',
|
||||
'version' => '1.47.4.0',
|
||||
'reference' => '9c7f25eb8e63a9fbaa1639eaf2f68f46739e5cde',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
|
||||
'aliases' => array(),
|
||||
@ -236,9 +236,9 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-waf' => array(
|
||||
'pretty_version' => 'v0.10.1',
|
||||
'version' => '0.10.1.0',
|
||||
'reference' => '0e10c6533db3dd5bb22daa8b974704648f8beb7c',
|
||||
'pretty_version' => 'v0.11.4',
|
||||
'version' => '0.11.4.0',
|
||||
'reference' => 'ec68a1429a7bb0ff8c5c4b51186319b86818d0b1',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-waf',
|
||||
'aliases' => array(),
|
||||
|
@ -15,55 +15,55 @@ return array(
|
||||
'path' => $vendorDir . '/wikimedia/aho-corasick/src/MultiStringReplacer.php'
|
||||
),
|
||||
'Autoloader' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php'
|
||||
),
|
||||
'Autoloader_Handler' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php'
|
||||
),
|
||||
'Autoloader_Locator' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\A8c_Mc_Stats' => array(
|
||||
'version' => '1.4.19.0',
|
||||
'version' => '1.4.20.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array(
|
||||
'version' => '0.2.17.0',
|
||||
'version' => '0.2.19.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Assets' => array(
|
||||
'version' => '1.17.33.0',
|
||||
'version' => '1.17.34.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Assets\\Logo' => array(
|
||||
'version' => '1.5.22.0',
|
||||
'version' => '1.6.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Assets\\Semver' => array(
|
||||
'version' => '1.17.33.0',
|
||||
'version' => '1.17.34.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Automatic_Install_Skin' => array(
|
||||
@ -79,103 +79,103 @@ return array(
|
||||
'path' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Config' => array(
|
||||
'version' => '1.14.0.0',
|
||||
'version' => '1.15.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Client' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Connection_Notice' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Error_Handler' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Initial_State' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Manager' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Package_Version' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Plugin' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\REST_Connector' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Secrets' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Tokens' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Urls' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Utils' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Webhooks' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Constants' => array(
|
||||
'version' => '1.6.21.0',
|
||||
'version' => '1.6.22.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\CookieState' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Current_Plan' => array(
|
||||
@ -183,163 +183,163 @@ return array(
|
||||
'path' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Device_Detection' => array(
|
||||
'version' => '1.4.24.0',
|
||||
'version' => '1.4.25.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array(
|
||||
'version' => '1.4.24.0',
|
||||
'version' => '1.4.25.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Errors' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Files' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Heartbeat' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\IP\\Utils' => array(
|
||||
'version' => '0.1.0.0',
|
||||
'version' => '0.1.2.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array(
|
||||
'version' => '0.8.39.0',
|
||||
'version' => '0.8.40.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\IdentityCrisis\\UI' => array(
|
||||
'version' => '0.8.39.0',
|
||||
'version' => '0.8.40.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Identity_Crisis' => array(
|
||||
'version' => '0.8.39.0',
|
||||
'version' => '0.8.40.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\JITMS\\JITM' => array(
|
||||
'version' => '2.3.1.0',
|
||||
'version' => '2.3.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array(
|
||||
'version' => '2.3.1.0',
|
||||
'version' => '2.3.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array(
|
||||
'version' => '2.3.1.0',
|
||||
'version' => '2.3.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array(
|
||||
'version' => '2.3.1.0',
|
||||
'version' => '2.3.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Licensing' => array(
|
||||
'version' => '1.8.1.0',
|
||||
'version' => '1.8.2.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Licensing\\Endpoints' => array(
|
||||
'version' => '1.8.1.0',
|
||||
'version' => '1.8.2.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Modules' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Product' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array(
|
||||
'version' => '2.7.13.0',
|
||||
'version' => '2.9.1.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Partner' => array(
|
||||
'version' => '1.7.22.0',
|
||||
'version' => '1.7.23.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Partner_Coupon' => array(
|
||||
'version' => '1.7.22.0',
|
||||
'version' => '1.7.23.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Password_Checker' => array(
|
||||
'version' => '0.2.11.0',
|
||||
'version' => '0.2.13.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Paths' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Plans' => array(
|
||||
@ -395,247 +395,247 @@ return array(
|
||||
'path' => $baseDir . '/src/class-threats.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Redirect' => array(
|
||||
'version' => '1.7.24.0',
|
||||
'version' => '1.7.25.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Roles' => array(
|
||||
'version' => '1.4.22.0',
|
||||
'version' => '1.4.23.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Status' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Status\\Cache' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Status\\Host' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Status\\Visitor' => array(
|
||||
'version' => '1.16.2.0',
|
||||
'version' => '1.17.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Actions' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Data_Settings' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Defaults' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Functions' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Health' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Listener' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Lock' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Main' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Search' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Package_Version' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Queue' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\REST_Sender' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Replicastore' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Sender' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Server' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Settings' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Users' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Sync\\Utils' => array(
|
||||
'version' => '1.47.2.0',
|
||||
'version' => '1.47.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Terms_Of_Service' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Tracking' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Transport_Helper\\Helper_Script_Manager' => array(
|
||||
@ -650,88 +650,108 @@ return array(
|
||||
'version' => '0.1.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection' => array(
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Blocked_Login_Page' => array(
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Math_Authenticate' => array(
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Shared_Functions' => array(
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Brute_Force_Protection\\Brute_Force_Protection_Transient_Cleanup' => array(
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\CLI' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\File_System_Exception' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\REST_Controller' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Rules_API_Exception' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Compatibility' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Constants' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Exception' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Initializer' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Operators' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Request' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Rules_Manager' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Runner' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Runtime' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Standalone_Bootstrap' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Stats' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php'
|
||||
),
|
||||
'Automattic\\Jetpack\\Waf\\Waf_Transforms' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php'
|
||||
),
|
||||
'Container' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php'
|
||||
),
|
||||
'Hook_Manager' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php'
|
||||
),
|
||||
'Jetpack_IXR_Client' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
|
||||
),
|
||||
'Jetpack_IXR_ClientMulticall' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
|
||||
),
|
||||
'Jetpack_Options' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php'
|
||||
),
|
||||
'Jetpack_Protect' => array(
|
||||
@ -739,55 +759,55 @@ return array(
|
||||
'path' => $baseDir . '/src/class-jetpack-protect.php'
|
||||
),
|
||||
'Jetpack_Signature' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'
|
||||
),
|
||||
'Jetpack_Tracks_Client' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php'
|
||||
),
|
||||
'Jetpack_Tracks_Event' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php'
|
||||
),
|
||||
'Jetpack_XMLRPC_Server' => array(
|
||||
'version' => '1.51.1.0',
|
||||
'version' => '1.51.7.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'
|
||||
),
|
||||
'Latest_Autoloader_Guard' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php'
|
||||
),
|
||||
'Manifest_Reader' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php'
|
||||
),
|
||||
'PHP_Autoloader' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php'
|
||||
),
|
||||
'Path_Processor' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php'
|
||||
),
|
||||
'Plugin_Locator' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php'
|
||||
),
|
||||
'Plugins_Handler' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php'
|
||||
),
|
||||
'Shutdown_Handler' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php'
|
||||
),
|
||||
'Version_Loader' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php'
|
||||
),
|
||||
'Version_Selector' => array(
|
||||
'version' => '2.11.16.0',
|
||||
'version' => '2.11.18.0',
|
||||
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php'
|
||||
),
|
||||
);
|
||||
|
@ -7,7 +7,7 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => array(
|
||||
'version' => '1.17.33.0',
|
||||
'version' => '1.17.34.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php'
|
||||
),
|
||||
'590147edb63acb03b2852d5c4db13ce8' => array(
|
||||
@ -15,7 +15,7 @@ return array(
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php'
|
||||
),
|
||||
'3d45c7e6a7f0e71849e33afe4b3b3ede' => array(
|
||||
'version' => '0.10.1.0',
|
||||
'version' => '0.11.4.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-waf/cli.php'
|
||||
),
|
||||
);
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package automattic/jetpack-autoloader
|
||||
*/
|
||||
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_3_0;
|
||||
namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_0;
|
||||
|
||||
// phpcs:ignore
|
||||
|
||||
|
Reference in New Issue
Block a user