updated plugin Jetpack Protect
version 1.1.1
This commit is contained in:
@ -43,6 +43,7 @@ return array(
|
||||
'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php',
|
||||
'Automattic\\Jetpack\\Constants' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php',
|
||||
'Automattic\\Jetpack\\CookieState' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php',
|
||||
'Automattic\\Jetpack\\Current_Plan' => $vendorDir . '/automattic/jetpack-plans/src/class-current-plan.php',
|
||||
'Automattic\\Jetpack\\Device_Detection' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php',
|
||||
'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php',
|
||||
'Automattic\\Jetpack\\Errors' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php',
|
||||
@ -82,9 +83,18 @@ return array(
|
||||
'Automattic\\Jetpack\\Partner_Coupon' => $baseDir . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php',
|
||||
'Automattic\\Jetpack\\Password_Checker' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php',
|
||||
'Automattic\\Jetpack\\Paths' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php',
|
||||
'Automattic\\Jetpack\\Plans' => $vendorDir . '/automattic/jetpack-plans/src/class-plans.php',
|
||||
'Automattic\\Jetpack\\Plugins_Installer' => $baseDir . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php',
|
||||
'Automattic\\Jetpack\\Protect\\Credentials' => $baseDir . '/src/class-credentials.php',
|
||||
'Automattic\\Jetpack\\Protect\\Extension_Model' => $baseDir . '/src/models/class-extension-model.php',
|
||||
'Automattic\\Jetpack\\Protect\\Plan' => $baseDir . '/src/class-plan.php',
|
||||
'Automattic\\Jetpack\\Protect\\Protect_Status' => $baseDir . '/src/class-protect-status.php',
|
||||
'Automattic\\Jetpack\\Protect\\Scan_Status' => $baseDir . '/src/class-scan-status.php',
|
||||
'Automattic\\Jetpack\\Protect\\Site_Health' => $baseDir . '/src/class-site-health.php',
|
||||
'Automattic\\Jetpack\\Protect\\Status' => $baseDir . '/src/class-status.php',
|
||||
'Automattic\\Jetpack\\Protect\\Status_Model' => $baseDir . '/src/models/class-status-model.php',
|
||||
'Automattic\\Jetpack\\Protect\\Threat_Model' => $baseDir . '/src/models/class-threat-model.php',
|
||||
'Automattic\\Jetpack\\Protect\\Threats' => $baseDir . '/src/class-threats.php',
|
||||
'Automattic\\Jetpack\\Redirect' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php',
|
||||
'Automattic\\Jetpack\\Roles' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php',
|
||||
'Automattic\\Jetpack\\Status' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php',
|
||||
@ -146,6 +156,9 @@ return array(
|
||||
'Automattic\\Jetpack\\Sync\\Utils' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php',
|
||||
'Automattic\\Jetpack\\Terms_Of_Service' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php',
|
||||
'Automattic\\Jetpack\\Tracking' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php',
|
||||
'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',
|
||||
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
||||
'Jetpack_IXR_Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
|
||||
'Jetpack_IXR_ClientMulticall' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
|
||||
|
@ -7,4 +7,5 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
|
||||
'590147edb63acb03b2852d5c4db13ce8' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php',
|
||||
);
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@ -22,19 +22,19 @@ class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
return self::$loader;
|
||||
}
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0', 'loadClassLoader'));
|
||||
|
||||
require __DIR__ . '/autoload_static.php';
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0::getInitializer($loader));
|
||||
|
||||
$loader->setClassMapAuthoritative(true);
|
||||
$loader->register(true);
|
||||
|
||||
$includeFiles = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4::$files;
|
||||
$includeFiles = \Composer\Autoload\ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0::$files;
|
||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||
composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4($fileIdentifier, $file);
|
||||
composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0($fileIdentifier, $file);
|
||||
}
|
||||
|
||||
return $loader;
|
||||
@ -46,7 +46,7 @@ class ComposerAutoloaderInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
* @param string $file
|
||||
* @return void
|
||||
*/
|
||||
function composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4($fileIdentifier, $file)
|
||||
function composerRequirec4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0($fileIdentifier, $file)
|
||||
{
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
||||
|
@ -4,10 +4,11 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0
|
||||
{
|
||||
public static $files = array (
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
|
||||
'590147edb63acb03b2852d5c4db13ce8' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php',
|
||||
);
|
||||
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
@ -62,6 +63,7 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php',
|
||||
'Automattic\\Jetpack\\Constants' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php',
|
||||
'Automattic\\Jetpack\\CookieState' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php',
|
||||
'Automattic\\Jetpack\\Current_Plan' => __DIR__ . '/..' . '/automattic/jetpack-plans/src/class-current-plan.php',
|
||||
'Automattic\\Jetpack\\Device_Detection' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php',
|
||||
'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php',
|
||||
'Automattic\\Jetpack\\Errors' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php',
|
||||
@ -101,9 +103,18 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
'Automattic\\Jetpack\\Partner_Coupon' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php',
|
||||
'Automattic\\Jetpack\\Password_Checker' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php',
|
||||
'Automattic\\Jetpack\\Paths' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php',
|
||||
'Automattic\\Jetpack\\Plans' => __DIR__ . '/..' . '/automattic/jetpack-plans/src/class-plans.php',
|
||||
'Automattic\\Jetpack\\Plugins_Installer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php',
|
||||
'Automattic\\Jetpack\\Protect\\Credentials' => __DIR__ . '/../..' . '/src/class-credentials.php',
|
||||
'Automattic\\Jetpack\\Protect\\Extension_Model' => __DIR__ . '/../..' . '/src/models/class-extension-model.php',
|
||||
'Automattic\\Jetpack\\Protect\\Plan' => __DIR__ . '/../..' . '/src/class-plan.php',
|
||||
'Automattic\\Jetpack\\Protect\\Protect_Status' => __DIR__ . '/../..' . '/src/class-protect-status.php',
|
||||
'Automattic\\Jetpack\\Protect\\Scan_Status' => __DIR__ . '/../..' . '/src/class-scan-status.php',
|
||||
'Automattic\\Jetpack\\Protect\\Site_Health' => __DIR__ . '/../..' . '/src/class-site-health.php',
|
||||
'Automattic\\Jetpack\\Protect\\Status' => __DIR__ . '/../..' . '/src/class-status.php',
|
||||
'Automattic\\Jetpack\\Protect\\Status_Model' => __DIR__ . '/../..' . '/src/models/class-status-model.php',
|
||||
'Automattic\\Jetpack\\Protect\\Threat_Model' => __DIR__ . '/../..' . '/src/models/class-threat-model.php',
|
||||
'Automattic\\Jetpack\\Protect\\Threats' => __DIR__ . '/../..' . '/src/class-threats.php',
|
||||
'Automattic\\Jetpack\\Redirect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php',
|
||||
'Automattic\\Jetpack\\Roles' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php',
|
||||
'Automattic\\Jetpack\\Status' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php',
|
||||
@ -165,6 +176,9 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
'Automattic\\Jetpack\\Sync\\Utils' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php',
|
||||
'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php',
|
||||
'Automattic\\Jetpack\\Tracking' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php',
|
||||
'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',
|
||||
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
||||
'Jetpack_IXR_Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
|
||||
'Jetpack_IXR_ClientMulticall' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
|
||||
@ -179,9 +193,9 @@ class ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_0_4::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitc4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
@ -49,17 +49,17 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-admin-ui",
|
||||
"version": "v0.2.11",
|
||||
"version_normalized": "0.2.11.0",
|
||||
"version": "v0.2.12",
|
||||
"version_normalized": "0.2.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-admin-ui.git",
|
||||
"reference": "85145f0f5dfdef3aa0b2b926c7030e630d2a2898"
|
||||
"reference": "b50d65e59461bfb3cb73668e48e06e3242705f18"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/85145f0f5dfdef3aa0b2b926c7030e630d2a2898",
|
||||
"reference": "85145f0f5dfdef3aa0b2b926c7030e630d2a2898",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/b50d65e59461bfb3cb73668e48e06e3242705f18",
|
||||
"reference": "b50d65e59461bfb3cb73668e48e06e3242705f18",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@ -67,7 +67,7 @@
|
||||
"automattic/wordbless": "dev-master",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:31+00:00",
|
||||
"time": "2022-09-20T17:03:02+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -95,23 +95,23 @@
|
||||
],
|
||||
"description": "Generic Jetpack wp-admin UI elements",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.11"
|
||||
"source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.12"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-assets",
|
||||
"version": "v1.17.21",
|
||||
"version_normalized": "1.17.21.0",
|
||||
"version": "v1.17.25",
|
||||
"version_normalized": "1.17.25.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-assets.git",
|
||||
"reference": "92c1ffc68b70886bd4f487220f3a815402ca997c"
|
||||
"reference": "67b407fd3fba9353f576153f9343c05bfa9786cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/92c1ffc68b70886bd4f487220f3a815402ca997c",
|
||||
"reference": "92c1ffc68b70886bd4f487220f3a815402ca997c",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/67b407fd3fba9353f576153f9343c05bfa9786cb",
|
||||
"reference": "67b407fd3fba9353f576153f9343c05bfa9786cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -123,7 +123,7 @@
|
||||
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-25T22:28:59+00:00",
|
||||
"time": "2022-11-08T16:34:07+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -151,23 +151,23 @@
|
||||
],
|
||||
"description": "Asset management utilities for Jetpack ecosystem packages",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-assets/tree/v1.17.21"
|
||||
"source": "https://github.com/Automattic/jetpack-assets/tree/v1.17.25"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-assets"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-autoloader",
|
||||
"version": "v2.11.7",
|
||||
"version_normalized": "2.11.7.0",
|
||||
"version": "v2.11.11",
|
||||
"version_normalized": "2.11.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
||||
"reference": "65170ab358aa5a8efd9de96666a46b74dc74513d"
|
||||
"reference": "c4c5e729bf797b67518936f28053ad9bd396562b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/65170ab358aa5a8efd9de96666a46b74dc74513d",
|
||||
"reference": "65170ab358aa5a8efd9de96666a46b74dc74513d",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/c4c5e729bf797b67518936f28053ad9bd396562b",
|
||||
"reference": "c4c5e729bf797b67518936f28053ad9bd396562b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -177,7 +177,7 @@
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:25+00:00",
|
||||
"time": "2022-10-25T09:01:02+00:00",
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -205,23 +205,23 @@
|
||||
],
|
||||
"description": "Creates a custom autoloader for a plugin or theme.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.7"
|
||||
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.11"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-autoloader"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-composer-plugin",
|
||||
"version": "v1.1.4",
|
||||
"version_normalized": "1.1.4.0",
|
||||
"version": "v1.1.5",
|
||||
"version_normalized": "1.1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-composer-plugin.git",
|
||||
"reference": "7e2c2e17ca16bc231566142a388b561b5d246602"
|
||||
"reference": "b61df0ed5cd7530fc935a4a848518ea8e4383f4a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/7e2c2e17ca16bc231566142a388b561b5d246602",
|
||||
"reference": "7e2c2e17ca16bc231566142a388b561b5d246602",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/b61df0ed5cd7530fc935a4a848518ea8e4383f4a",
|
||||
"reference": "b61df0ed5cd7530fc935a4a848518ea8e4383f4a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -232,7 +232,7 @@
|
||||
"composer/composer": "2.2.12",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:27+00:00",
|
||||
"time": "2022-10-25T09:01:04+00:00",
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"plugin-modifies-install-path": true,
|
||||
@ -258,29 +258,29 @@
|
||||
],
|
||||
"description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.4"
|
||||
"source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.5"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-composer-plugin"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-config",
|
||||
"version": "v1.9.6",
|
||||
"version_normalized": "1.9.6.0",
|
||||
"version": "v1.11.0",
|
||||
"version_normalized": "1.11.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-config.git",
|
||||
"reference": "28180996be7f2896528fa7f1c8eea9e10f3c6d32"
|
||||
"reference": "8a252045820a7784a2fdec29f5686ea4736d8d6a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/28180996be7f2896528fa7f1c8eea9e10f3c6d32",
|
||||
"reference": "28180996be7f2896528fa7f1c8eea9e10f3c6d32",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/8a252045820a7784a2fdec29f5686ea4736d8d6a",
|
||||
"reference": "8a252045820a7784a2fdec29f5686ea4736d8d6a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2"
|
||||
},
|
||||
"time": "2022-08-26T18:35:51+00:00",
|
||||
"time": "2022-10-11T12:51:02+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -290,7 +290,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.9.x-dev"
|
||||
"dev-trunk": "1.11.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -305,23 +305,23 @@
|
||||
],
|
||||
"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.9.6"
|
||||
"source": "https://github.com/Automattic/jetpack-config/tree/v1.11.0"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-config"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-connection",
|
||||
"version": "v1.44.0",
|
||||
"version_normalized": "1.44.0.0",
|
||||
"version": "v1.46.3",
|
||||
"version_normalized": "1.46.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-connection.git",
|
||||
"reference": "a8b81b56f6656a89096a6259d94e34721506f6ea"
|
||||
"reference": "1cc228687d01eb9738e13ad45d3d911caf68ac28"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/a8b81b56f6656a89096a6259d94e34721506f6ea",
|
||||
"reference": "a8b81b56f6656a89096a6259d94e34721506f6ea",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/1cc228687d01eb9738e13ad45d3d911caf68ac28",
|
||||
"reference": "1cc228687d01eb9738e13ad45d3d911caf68ac28",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -330,7 +330,7 @@
|
||||
"automattic/jetpack-constants": "^1.6",
|
||||
"automattic/jetpack-redirect": "^1.7",
|
||||
"automattic/jetpack-roles": "^1.4",
|
||||
"automattic/jetpack-status": "^1.14"
|
||||
"automattic/jetpack-status": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
@ -338,7 +338,7 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:07+00:00",
|
||||
"time": "2022-11-08T16:34:11+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -351,7 +351,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.44.x-dev"
|
||||
"dev-trunk": "1.46.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -368,7 +368,7 @@
|
||||
],
|
||||
"description": "Everything needed to connect to the Jetpack infrastructure",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.44.0"
|
||||
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.46.3"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-connection"
|
||||
},
|
||||
@ -422,24 +422,24 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-device-detection",
|
||||
"version": "v1.4.18",
|
||||
"version_normalized": "1.4.18.0",
|
||||
"version": "v1.4.20",
|
||||
"version_normalized": "1.4.20.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-device-detection.git",
|
||||
"reference": "0536d4b530c2a5d991b7f83e478c34d21937e389"
|
||||
"reference": "b1eefe1420214aa37b3488571ecdba2d885a5cae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/0536d4b530c2a5d991b7f83e478c34d21937e389",
|
||||
"reference": "0536d4b530c2a5d991b7f83e478c34d21937e389",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/b1eefe1420214aa37b3488571ecdba2d885a5cae",
|
||||
"reference": "b1eefe1420214aa37b3488571ecdba2d885a5cae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:12+00:00",
|
||||
"time": "2022-11-07T21:20:40+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -463,38 +463,38 @@
|
||||
],
|
||||
"description": "A way to detect device types based on User-Agent header.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.18"
|
||||
"source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.20"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-device-detection"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-identity-crisis",
|
||||
"version": "v0.8.22",
|
||||
"version_normalized": "0.8.22.0",
|
||||
"version": "v0.8.31",
|
||||
"version_normalized": "0.8.31.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-identity-crisis.git",
|
||||
"reference": "fdcc532dd4f484a6f45c491f322bd6d1b2ec7192"
|
||||
"reference": "e5fa08158c599fb2aca321019933976cbd34153e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/fdcc532dd4f484a6f45c491f322bd6d1b2ec7192",
|
||||
"reference": "fdcc532dd4f484a6f45c491f322bd6d1b2ec7192",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/e5fa08158c599fb2aca321019933976cbd34153e",
|
||||
"reference": "e5fa08158c599fb2aca321019933976cbd34153e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-assets": "^1.17",
|
||||
"automattic/jetpack-connection": "^1.44",
|
||||
"automattic/jetpack-connection": "^1.46",
|
||||
"automattic/jetpack-constants": "^1.6",
|
||||
"automattic/jetpack-logo": "^1.5",
|
||||
"automattic/jetpack-status": "^1.14"
|
||||
"automattic/jetpack-status": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:26+00:00",
|
||||
"time": "2022-11-10T21:04:30+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -522,41 +522,41 @@
|
||||
],
|
||||
"description": "Identity Crisis.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.22"
|
||||
"source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.31"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-jitm",
|
||||
"version": "v2.2.26",
|
||||
"version_normalized": "2.2.26.0",
|
||||
"version": "v2.2.33",
|
||||
"version_normalized": "2.2.33.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-jitm.git",
|
||||
"reference": "a657c3f38c181a523d290503db39faf589108747"
|
||||
"reference": "c7063f0928d32a8f923b015102154dbd3f00ecf3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/a657c3f38c181a523d290503db39faf589108747",
|
||||
"reference": "a657c3f38c181a523d290503db39faf589108747",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/c7063f0928d32a8f923b015102154dbd3f00ecf3",
|
||||
"reference": "c7063f0928d32a8f923b015102154dbd3f00ecf3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-a8c-mc-stats": "^1.4",
|
||||
"automattic/jetpack-assets": "^1.17",
|
||||
"automattic/jetpack-connection": "^1.44",
|
||||
"automattic/jetpack-connection": "^1.46",
|
||||
"automattic/jetpack-device-detection": "^1.4",
|
||||
"automattic/jetpack-logo": "^1.5",
|
||||
"automattic/jetpack-partner": "^1.7",
|
||||
"automattic/jetpack-redirect": "^1.7",
|
||||
"automattic/jetpack-status": "^1.14"
|
||||
"automattic/jetpack-status": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:31+00:00",
|
||||
"time": "2022-11-08T16:34:26+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -584,34 +584,34 @@
|
||||
],
|
||||
"description": "Just in time messages for Jetpack",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-jitm/tree/v2.2.26"
|
||||
"source": "https://github.com/Automattic/jetpack-jitm/tree/v2.2.33"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-jitm"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-licensing",
|
||||
"version": "v1.7.8",
|
||||
"version_normalized": "1.7.8.0",
|
||||
"version": "v1.7.11",
|
||||
"version_normalized": "1.7.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-licensing.git",
|
||||
"reference": "3c521be2a5839930f57872715bd6777f848a0ae9"
|
||||
"reference": "28c19b0fa32f9c0c37ef920472553234114351ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/3c521be2a5839930f57872715bd6777f848a0ae9",
|
||||
"reference": "3c521be2a5839930f57872715bd6777f848a0ae9",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/28c19b0fa32f9c0c37ef920472553234114351ab",
|
||||
"reference": "28c19b0fa32f9c0c37ef920472553234114351ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.44"
|
||||
"automattic/jetpack-connection": "^1.46"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:16+00:00",
|
||||
"time": "2022-10-25T11:12:41+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -636,30 +636,30 @@
|
||||
],
|
||||
"description": "Everything needed to manage Jetpack licenses client-side.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-licensing/tree/v1.7.8"
|
||||
"source": "https://github.com/Automattic/jetpack-licensing/tree/v1.7.11"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-licensing"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-logo",
|
||||
"version": "v1.5.17",
|
||||
"version_normalized": "1.5.17.0",
|
||||
"version": "v1.5.18",
|
||||
"version_normalized": "1.5.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-logo.git",
|
||||
"reference": "5364da3e13e9d730c3b7570e106f128e310969ff"
|
||||
"reference": "aa36dab5e936eff1ac47617c7ab772839fb29212"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/5364da3e13e9d730c3b7570e106f128e310969ff",
|
||||
"reference": "5364da3e13e9d730c3b7570e106f128e310969ff",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/aa36dab5e936eff1ac47617c7ab772839fb29212",
|
||||
"reference": "aa36dab5e936eff1ac47617c7ab772839fb29212",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:07+00:00",
|
||||
"time": "2022-11-07T21:20:38+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -683,29 +683,29 @@
|
||||
],
|
||||
"description": "A logo for Jetpack",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-logo/tree/v1.5.17"
|
||||
"source": "https://github.com/Automattic/jetpack-logo/tree/v1.5.18"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-logo"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-my-jetpack",
|
||||
"version": "v2.0.3",
|
||||
"version_normalized": "2.0.3.0",
|
||||
"version": "v2.4.0",
|
||||
"version_normalized": "2.4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-my-jetpack.git",
|
||||
"reference": "a750e63d5b0fbc406660d30354760bf7fe4237fb"
|
||||
"reference": "cd7c7760316dd2ac4d338d646c2324918d9001c7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/a750e63d5b0fbc406660d30354760bf7fe4237fb",
|
||||
"reference": "a750e63d5b0fbc406660d30354760bf7fe4237fb",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/cd7c7760316dd2ac4d338d646c2324918d9001c7",
|
||||
"reference": "cd7c7760316dd2ac4d338d646c2324918d9001c7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-admin-ui": "^0.2",
|
||||
"automattic/jetpack-assets": "^1.17",
|
||||
"automattic/jetpack-connection": "^1.44",
|
||||
"automattic/jetpack-connection": "^1.46",
|
||||
"automattic/jetpack-constants": "^1.6",
|
||||
"automattic/jetpack-jitm": "^2.2",
|
||||
"automattic/jetpack-licensing": "^1.7",
|
||||
@ -717,7 +717,7 @@
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:40+00:00",
|
||||
"time": "2022-11-17T22:47:19+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -727,7 +727,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "2.0.x-dev"
|
||||
"dev-trunk": "2.4.x-dev"
|
||||
},
|
||||
"version-constants": {
|
||||
"::PACKAGE_VERSION": "src/class-initializer.php"
|
||||
@ -746,28 +746,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.0.3"
|
||||
"source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v2.4.0"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-partner",
|
||||
"version": "v1.7.15",
|
||||
"version_normalized": "1.7.15.0",
|
||||
"version": "v1.7.19",
|
||||
"version_normalized": "1.7.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-partner.git",
|
||||
"reference": "5c2a440acd886c3e1fe450f50c7a8cd070f71b41"
|
||||
"reference": "915f75e0fcdecc7aee8d6948a8faa575929f097b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/5c2a440acd886c3e1fe450f50c7a8cd070f71b41",
|
||||
"reference": "5c2a440acd886c3e1fe450f50c7a8cd070f71b41",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/915f75e0fcdecc7aee8d6948a8faa575929f097b",
|
||||
"reference": "915f75e0fcdecc7aee8d6948a8faa575929f097b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.44",
|
||||
"automattic/jetpack-status": "^1.14"
|
||||
"automattic/jetpack-connection": "^1.46",
|
||||
"automattic/jetpack-status": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
@ -775,7 +775,7 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:18+00:00",
|
||||
"time": "2022-11-07T21:21:14+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -799,23 +799,23 @@
|
||||
],
|
||||
"description": "Support functions for Jetpack hosting partners.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.15"
|
||||
"source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.19"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-partner"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-password-checker",
|
||||
"version": "v0.2.6",
|
||||
"version_normalized": "0.2.6.0",
|
||||
"version": "v0.2.7",
|
||||
"version_normalized": "0.2.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-password-checker.git",
|
||||
"reference": "e4d9aed1e33f3b8557eb5b9b0f187346f01fd4c0"
|
||||
"reference": "982f8cd8af401eb73a43ee933c30dbae3b681186"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/e4d9aed1e33f3b8557eb5b9b0f187346f01fd4c0",
|
||||
"reference": "e4d9aed1e33f3b8557eb5b9b0f187346f01fd4c0",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/982f8cd8af401eb73a43ee933c30dbae3b681186",
|
||||
"reference": "982f8cd8af401eb73a43ee933c30dbae3b681186",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
@ -823,7 +823,7 @@
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:29+00:00",
|
||||
"time": "2022-09-20T17:03:00+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -848,10 +848,62 @@
|
||||
],
|
||||
"description": "Password Checker.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.6"
|
||||
"source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.7"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-password-checker"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-plans",
|
||||
"version": "v0.2.6",
|
||||
"version_normalized": "0.2.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-plans.git",
|
||||
"reference": "838768dbbc4fce7ca58fe451b64c61714b4daf0a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/838768dbbc4fce7ca58fe451b64c61714b4daf0a",
|
||||
"reference": "838768dbbc4fce7ca58fe451b64c61714b4daf0a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.46"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"automattic/jetpack-status": "^1.15",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-11-07T21:21:19+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
"mirror-repo": "Automattic/jetpack-plans",
|
||||
"changelogger": {
|
||||
"link-template": "https://github.com/Automattic/jetpack-plans/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "0.2.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"description": "Fetch information about Jetpack Plans from wpcom",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-plans/tree/v0.2.6"
|
||||
},
|
||||
"install-path": "../automattic/jetpack-plans"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-plugins-installer",
|
||||
"version": "v0.2.0",
|
||||
@ -905,28 +957,28 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-redirect",
|
||||
"version": "v1.7.18",
|
||||
"version_normalized": "1.7.18.0",
|
||||
"version": "v1.7.19",
|
||||
"version_normalized": "1.7.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-redirect.git",
|
||||
"reference": "b65fd37cda2623843dbfb3c2e40673a7aaa30a04"
|
||||
"reference": "b9ebaf3e0f120ff98a39b4265b7b8a58483f2647"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/b65fd37cda2623843dbfb3c2e40673a7aaa30a04",
|
||||
"reference": "b65fd37cda2623843dbfb3c2e40673a7aaa30a04",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/b9ebaf3e0f120ff98a39b4265b7b8a58483f2647",
|
||||
"reference": "b9ebaf3e0f120ff98a39b4265b7b8a58483f2647",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-status": "^1.14"
|
||||
"automattic/jetpack-status": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:44+00:00",
|
||||
"time": "2022-11-07T21:21:04+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -950,7 +1002,7 @@
|
||||
],
|
||||
"description": "Utilities to build URLs to the jetpack.com/redirect/ service",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.18"
|
||||
"source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.19"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-redirect"
|
||||
},
|
||||
@ -1004,17 +1056,17 @@
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-status",
|
||||
"version": "v1.14.3",
|
||||
"version_normalized": "1.14.3.0",
|
||||
"version": "v1.15.0",
|
||||
"version_normalized": "1.15.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-status.git",
|
||||
"reference": "087dcc5ff3c50ad942a15fc57dd3e4cfca1a63db"
|
||||
"reference": "af3483246f08394380887e35f413ffd21799d570"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/087dcc5ff3c50ad942a15fc57dd3e4cfca1a63db",
|
||||
"reference": "087dcc5ff3c50ad942a15fc57dd3e4cfca1a63db",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/af3483246f08394380887e35f413ffd21799d570",
|
||||
"reference": "af3483246f08394380887e35f413ffd21799d570",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1025,7 +1077,7 @@
|
||||
"brain/monkey": "2.6.1",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-07-26T13:41:42+00:00",
|
||||
"time": "2022-11-07T21:21:02+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1034,7 +1086,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.14.x-dev"
|
||||
"dev-trunk": "1.15.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -1049,39 +1101,39 @@
|
||||
],
|
||||
"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.14.3"
|
||||
"source": "https://github.com/Automattic/jetpack-status/tree/v1.15.0"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-status"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-sync",
|
||||
"version": "v1.38.2",
|
||||
"version_normalized": "1.38.2.0",
|
||||
"version": "v1.43.0",
|
||||
"version_normalized": "1.43.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-sync.git",
|
||||
"reference": "f6a629ddb05df8553348018859a1d72b84f901bd"
|
||||
"reference": "7f9b099226184fff66a2f0b3f6784047bbce57cc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f6a629ddb05df8553348018859a1d72b84f901bd",
|
||||
"reference": "f6a629ddb05df8553348018859a1d72b84f901bd",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/7f9b099226184fff66a2f0b3f6784047bbce57cc",
|
||||
"reference": "7f9b099226184fff66a2f0b3f6784047bbce57cc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.44",
|
||||
"automattic/jetpack-connection": "^1.46",
|
||||
"automattic/jetpack-constants": "^1.6",
|
||||
"automattic/jetpack-identity-crisis": "^0.8",
|
||||
"automattic/jetpack-password-checker": "^0.2",
|
||||
"automattic/jetpack-roles": "^1.4",
|
||||
"automattic/jetpack-status": "^1.14"
|
||||
"automattic/jetpack-status": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"automattic/wordbless": "@dev",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-08-29T23:18:34+00:00",
|
||||
"time": "2022-11-17T22:47:17+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"autotagger": true,
|
||||
@ -1094,7 +1146,7 @@
|
||||
"link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-trunk": "1.38.x-dev"
|
||||
"dev-trunk": "1.43.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
@ -1109,9 +1161,67 @@
|
||||
],
|
||||
"description": "Everything needed to allow syncing to the WP.com infrastructure.",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-sync/tree/v1.38.2"
|
||||
"source": "https://github.com/Automattic/jetpack-sync/tree/v1.43.0"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-sync"
|
||||
},
|
||||
{
|
||||
"name": "automattic/jetpack-transport-helper",
|
||||
"version": "v0.1.0",
|
||||
"version_normalized": "0.1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/jetpack-transport-helper.git",
|
||||
"reference": "20d5b5eb06483b1f9f06ef9af14b81862fcdf638"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Automattic/jetpack-transport-helper/zipball/20d5b5eb06483b1f9f06ef9af14b81862fcdf638",
|
||||
"reference": "20d5b5eb06483b1f9f06ef9af14b81862fcdf638",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"automattic/jetpack-connection": "^1.46"
|
||||
},
|
||||
"require-dev": {
|
||||
"automattic/jetpack-changelogger": "^3.2",
|
||||
"automattic/wordbless": "dev-master",
|
||||
"yoast/phpunit-polyfills": "1.0.3"
|
||||
},
|
||||
"time": "2022-11-01T18:28:19+00:00",
|
||||
"type": "jetpack-library",
|
||||
"extra": {
|
||||
"mirror-repo": "Automattic/jetpack-transport-helper",
|
||||
"version-constants": {
|
||||
"::PACKAGE_VERSION": "src/class-package-version.php"
|
||||
},
|
||||
"changelogger": {
|
||||
"link-template": "https://github.com/Automattic/jetpack-transport-helper/compare/v${old}...v${new}"
|
||||
},
|
||||
"autotagger": true,
|
||||
"branch-alias": {
|
||||
"dev-trunk": "0.1.x-dev"
|
||||
},
|
||||
"textdomain": "jetpack-transport-helper"
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"actions.php"
|
||||
],
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"description": "Package to help transport server communication",
|
||||
"support": {
|
||||
"source": "https://github.com/Automattic/jetpack-transport-helper/tree/v0.1.0"
|
||||
},
|
||||
"install-path": "../../jetpack_vendor/automattic/jetpack-transport-helper"
|
||||
}
|
||||
],
|
||||
"dev": false,
|
||||
|
@ -20,57 +20,57 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-admin-ui' => array(
|
||||
'pretty_version' => 'v0.2.11',
|
||||
'version' => '0.2.11.0',
|
||||
'pretty_version' => 'v0.2.12',
|
||||
'version' => '0.2.12.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui',
|
||||
'aliases' => array(),
|
||||
'reference' => '85145f0f5dfdef3aa0b2b926c7030e630d2a2898',
|
||||
'reference' => 'b50d65e59461bfb3cb73668e48e06e3242705f18',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-assets' => array(
|
||||
'pretty_version' => 'v1.17.21',
|
||||
'version' => '1.17.21.0',
|
||||
'pretty_version' => 'v1.17.25',
|
||||
'version' => '1.17.25.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
|
||||
'aliases' => array(),
|
||||
'reference' => '92c1ffc68b70886bd4f487220f3a815402ca997c',
|
||||
'reference' => '67b407fd3fba9353f576153f9343c05bfa9786cb',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-autoloader' => array(
|
||||
'pretty_version' => 'v2.11.7',
|
||||
'version' => '2.11.7.0',
|
||||
'pretty_version' => 'v2.11.11',
|
||||
'version' => '2.11.11.0',
|
||||
'type' => 'composer-plugin',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
|
||||
'aliases' => array(),
|
||||
'reference' => '65170ab358aa5a8efd9de96666a46b74dc74513d',
|
||||
'reference' => 'c4c5e729bf797b67518936f28053ad9bd396562b',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-composer-plugin' => array(
|
||||
'pretty_version' => 'v1.1.4',
|
||||
'version' => '1.1.4.0',
|
||||
'pretty_version' => 'v1.1.5',
|
||||
'version' => '1.1.5.0',
|
||||
'type' => 'composer-plugin',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
|
||||
'aliases' => array(),
|
||||
'reference' => '7e2c2e17ca16bc231566142a388b561b5d246602',
|
||||
'reference' => 'b61df0ed5cd7530fc935a4a848518ea8e4383f4a',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-config' => array(
|
||||
'pretty_version' => 'v1.9.6',
|
||||
'version' => '1.9.6.0',
|
||||
'pretty_version' => 'v1.11.0',
|
||||
'version' => '1.11.0.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
|
||||
'aliases' => array(),
|
||||
'reference' => '28180996be7f2896528fa7f1c8eea9e10f3c6d32',
|
||||
'reference' => '8a252045820a7784a2fdec29f5686ea4736d8d6a',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-connection' => array(
|
||||
'pretty_version' => 'v1.44.0',
|
||||
'version' => '1.44.0.0',
|
||||
'pretty_version' => 'v1.46.3',
|
||||
'version' => '1.46.3.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
|
||||
'aliases' => array(),
|
||||
'reference' => 'a8b81b56f6656a89096a6259d94e34721506f6ea',
|
||||
'reference' => '1cc228687d01eb9738e13ad45d3d911caf68ac28',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-constants' => array(
|
||||
@ -83,75 +83,84 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-device-detection' => array(
|
||||
'pretty_version' => 'v1.4.18',
|
||||
'version' => '1.4.18.0',
|
||||
'pretty_version' => 'v1.4.20',
|
||||
'version' => '1.4.20.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection',
|
||||
'aliases' => array(),
|
||||
'reference' => '0536d4b530c2a5d991b7f83e478c34d21937e389',
|
||||
'reference' => 'b1eefe1420214aa37b3488571ecdba2d885a5cae',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-identity-crisis' => array(
|
||||
'pretty_version' => 'v0.8.22',
|
||||
'version' => '0.8.22.0',
|
||||
'pretty_version' => 'v0.8.31',
|
||||
'version' => '0.8.31.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis',
|
||||
'aliases' => array(),
|
||||
'reference' => 'fdcc532dd4f484a6f45c491f322bd6d1b2ec7192',
|
||||
'reference' => 'e5fa08158c599fb2aca321019933976cbd34153e',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-jitm' => array(
|
||||
'pretty_version' => 'v2.2.26',
|
||||
'version' => '2.2.26.0',
|
||||
'pretty_version' => 'v2.2.33',
|
||||
'version' => '2.2.33.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm',
|
||||
'aliases' => array(),
|
||||
'reference' => 'a657c3f38c181a523d290503db39faf589108747',
|
||||
'reference' => 'c7063f0928d32a8f923b015102154dbd3f00ecf3',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-licensing' => array(
|
||||
'pretty_version' => 'v1.7.8',
|
||||
'version' => '1.7.8.0',
|
||||
'pretty_version' => 'v1.7.11',
|
||||
'version' => '1.7.11.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing',
|
||||
'aliases' => array(),
|
||||
'reference' => '3c521be2a5839930f57872715bd6777f848a0ae9',
|
||||
'reference' => '28c19b0fa32f9c0c37ef920472553234114351ab',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-logo' => array(
|
||||
'pretty_version' => 'v1.5.17',
|
||||
'version' => '1.5.17.0',
|
||||
'pretty_version' => 'v1.5.18',
|
||||
'version' => '1.5.18.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo',
|
||||
'aliases' => array(),
|
||||
'reference' => '5364da3e13e9d730c3b7570e106f128e310969ff',
|
||||
'reference' => 'aa36dab5e936eff1ac47617c7ab772839fb29212',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-my-jetpack' => array(
|
||||
'pretty_version' => 'v2.0.3',
|
||||
'version' => '2.0.3.0',
|
||||
'pretty_version' => 'v2.4.0',
|
||||
'version' => '2.4.0.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack',
|
||||
'aliases' => array(),
|
||||
'reference' => 'a750e63d5b0fbc406660d30354760bf7fe4237fb',
|
||||
'reference' => 'cd7c7760316dd2ac4d338d646c2324918d9001c7',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-partner' => array(
|
||||
'pretty_version' => 'v1.7.15',
|
||||
'version' => '1.7.15.0',
|
||||
'pretty_version' => 'v1.7.19',
|
||||
'version' => '1.7.19.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner',
|
||||
'aliases' => array(),
|
||||
'reference' => '5c2a440acd886c3e1fe450f50c7a8cd070f71b41',
|
||||
'reference' => '915f75e0fcdecc7aee8d6948a8faa575929f097b',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-password-checker' => array(
|
||||
'pretty_version' => 'v0.2.6',
|
||||
'version' => '0.2.6.0',
|
||||
'pretty_version' => 'v0.2.7',
|
||||
'version' => '0.2.7.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker',
|
||||
'aliases' => array(),
|
||||
'reference' => 'e4d9aed1e33f3b8557eb5b9b0f187346f01fd4c0',
|
||||
'reference' => '982f8cd8af401eb73a43ee933c30dbae3b681186',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-plans' => array(
|
||||
'pretty_version' => 'v0.2.6',
|
||||
'version' => '0.2.6.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../automattic/jetpack-plans',
|
||||
'aliases' => array(),
|
||||
'reference' => '838768dbbc4fce7ca58fe451b64c61714b4daf0a',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-plugins-installer' => array(
|
||||
@ -173,12 +182,12 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-redirect' => array(
|
||||
'pretty_version' => 'v1.7.18',
|
||||
'version' => '1.7.18.0',
|
||||
'pretty_version' => 'v1.7.19',
|
||||
'version' => '1.7.19.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect',
|
||||
'aliases' => array(),
|
||||
'reference' => 'b65fd37cda2623843dbfb3c2e40673a7aaa30a04',
|
||||
'reference' => 'b9ebaf3e0f120ff98a39b4265b7b8a58483f2647',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-roles' => array(
|
||||
@ -191,21 +200,30 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-status' => array(
|
||||
'pretty_version' => 'v1.14.3',
|
||||
'version' => '1.14.3.0',
|
||||
'pretty_version' => 'v1.15.0',
|
||||
'version' => '1.15.0.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
|
||||
'aliases' => array(),
|
||||
'reference' => '087dcc5ff3c50ad942a15fc57dd3e4cfca1a63db',
|
||||
'reference' => 'af3483246f08394380887e35f413ffd21799d570',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-sync' => array(
|
||||
'pretty_version' => 'v1.38.2',
|
||||
'version' => '1.38.2.0',
|
||||
'pretty_version' => 'v1.43.0',
|
||||
'version' => '1.43.0.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
|
||||
'aliases' => array(),
|
||||
'reference' => 'f6a629ddb05df8553348018859a1d72b84f901bd',
|
||||
'reference' => '7f9b099226184fff66a2f0b3f6784047bbce57cc',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'automattic/jetpack-transport-helper' => array(
|
||||
'pretty_version' => 'v0.1.0',
|
||||
'version' => '0.1.0.0',
|
||||
'type' => 'jetpack-library',
|
||||
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-transport-helper',
|
||||
'aliases' => array(),
|
||||
'reference' => '20d5b5eb06483b1f9f06ef9af14b81862fcdf638',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
),
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,11 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'3773ef3f09c37da5478d578e32b03a4b' => array(
|
||||
'version' => '1.17.21.0',
|
||||
'version' => '1.17.25.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php'
|
||||
),
|
||||
'590147edb63acb03b2852d5c4db13ce8' => array(
|
||||
'version' => '0.1.0.0',
|
||||
'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-transport-helper/actions.php'
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user