diff --git a/CHANGELOG.md b/CHANGELOG.md index 583ea2d47..623b86fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.4.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [1.4.1] - 2023-03-08 ### Changed -- Remove `ci.targets` from package.json. Better scoping of e2e tests. +- Remove `ci.targets` from package.json. Better scoping of e2e tests. [#28913] +- Update playwright dependency. [#28094] - Updated package dependencies. -- Update playwright dependency ## [1.4.0] - 2022-12-12 ### Added @@ -124,7 +121,7 @@ This is an alpha version! The changes listed here are not final. [1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta [1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta -[1.4.1-alpha]: https://github.com/Automattic/jetpack-search-plugin/compare/v1.4.0...v1.4.1-alpha +[1.4.1]: https://github.com/Automattic/jetpack-search-plugin/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/Automattic/jetpack-search-plugin/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/Automattic/jetpack-search-plugin/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/Automattic/jetpack-search-plugin/compare/1.2.0...1.3.0 diff --git a/composer.json b/composer.json index 97b3d0a31..72458bf58 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ "automattic/jetpack-connection": "^1.51.1", "automattic/jetpack-identity-crisis": "^0.8.39", "automattic/jetpack-my-jetpack": "^2.7.13", + "automattic/jetpack-plugins-installer": "^0.2.3", "automattic/jetpack-search": "^0.33.2", "automattic/jetpack-stats": "^0.5.1", "automattic/jetpack-status": "^1.16.2", - "automattic/jetpack-sync": "^1.47.2", - "automattic/jetpack-plugins-installer": "^0.2.3" + "automattic/jetpack-sync": "^1.47.2" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", @@ -35,6 +35,7 @@ "build-production": "pnpm run build-production", "build-development": "pnpm run build" }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -55,7 +56,7 @@ }, "config": { "sort-packages": true, - "autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha", + "autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true, diff --git a/jetpack-search.php b/jetpack-search.php index 18bdd97d8..04d0ef607 100644 --- a/jetpack-search.php +++ b/jetpack-search.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Search * Plugin URI: https://jetpack.com/search/ * Description: Easily add cloud-powered instant search and filters to your website or WooCommerce store with advanced algorithms that boost your search results based on traffic to your site. - * Version: 1.4.1-alpha + * Version: 1.4.1 * Author: Automattic - Jetpack Search team * Author URI: https://jetpack.com/ * License: GPLv2 or later @@ -26,7 +26,7 @@ define( 'JETPACK_SEARCH_PLUGIN__FILE', __FILE__ ); define( 'JETPACK_SEARCH_PLUGIN__FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) ); define( 'JETPACK_SEARCH_PLUGIN__SLUG', 'jetpack-search' ); -define( 'JETPACK_SEARCH_PLUGIN__VERSION', '1.4.1-alpha' ); +define( 'JETPACK_SEARCH_PLUGIN__VERSION', '1.4.1' ); defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) || define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' ); diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index 5586a1f9c..ed1978658 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.17.33] - 2023-03-08 +## [1.17.33] - 2023-03-07 ### Changed -- Updated package dependencies. [#29216] +- Updated package dependencies. [#29289] ## [1.17.32] - 2023-02-20 ### Changed diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index f8d313db9..5f1bfd4fe 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.51.1] - 2023-03-08 +## [1.51.1] - 2023-03-07 ### Changed - Improve JS code in the connection owner removal notice. [#29087] - Updated package dependencies. [#29216] diff --git a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md index fe65687b5..03ad31ae3 100644 --- a/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.8.39] - 2023-03-08 +## [0.8.39] - 2023-03-07 ### Changed - Updated package dependencies. [#29216] diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index 485d52325..db04fb85f 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.3.1] - 2023-03-08 +## [2.3.1] - 2023-03-07 ### Changed - Updated package dependencies. [#29216] diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index e55b9331b..243c21086 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.1" + "automattic/jetpack-connection": "^1.51.0" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 00d1b295d..b9b40b22d 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.7.13] - 2023-03-08 +## [2.7.13] - 2023-03-07 ### Changed -- Updated package dependencies. [#29216] +- Updated package dependencies. [#29289] ## [2.7.12] - 2023-02-28 ### Changed diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index f40ede521..a625c16fb 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -17,7 +17,7 @@ "yoast/phpunit-polyfills": "1.0.4", "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.12.1-alpha" + "automattic/jetpack-videopress": "^0.11.1" }, "autoload": { "classmap": [ diff --git a/jetpack_vendor/automattic/jetpack-partner/composer.json b/jetpack_vendor/automattic/jetpack-partner/composer.json index b5aa80160..af99286fb 100644 --- a/jetpack_vendor/automattic/jetpack-partner/composer.json +++ b/jetpack_vendor/automattic/jetpack-partner/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.1", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-status": "^1.16.2" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-stats/composer.json b/jetpack_vendor/automattic/jetpack-stats/composer.json index 7e451e712..5b6835d7f 100644 --- a/jetpack_vendor/automattic/jetpack-stats/composer.json +++ b/jetpack_vendor/automattic/jetpack-stats/composer.json @@ -4,7 +4,7 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.1", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-constants": "^1.6.21", "automattic/jetpack-status": "^1.16.2" }, diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index 22283e6c5..ef2067a23 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -4,9 +4,9 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-connection": "^1.51.1", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-constants": "^1.6.21", - "automattic/jetpack-identity-crisis": "^0.8.39", + "automattic/jetpack-identity-crisis": "^0.8.38", "automattic/jetpack-password-checker": "^0.2.11", "automattic/jetpack-roles": "^1.4.22", "automattic/jetpack-status": "^1.16.2" diff --git a/readme.txt b/readme.txt index f0d562e14..7a9553ec1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: search, filter, woocommerce search, ajax search, product search, free clou Requires at least: 6.0 Requires PHP: 5.6 Tested up to: 6.1 -Stable tag: 1.3.1 +Stable tag: 1.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -122,13 +122,10 @@ If you are using the Jetpack Search free option, and you have more than 5000 rec 5. Manage all of your Jetpack products, including Search, in a single place. == Changelog == -### 1.4.0 - 2022-12-12 -#### Added -- Search: port Search plugin 1.3.1 changelog and plugin description - +### 1.4.1 - 2023-03-08 #### Changed -- My Jetpack: Requires connection only if needed -- My Jetpack: Show My Jetpack even if site is disconnected +- Remove `ci.targets` from package.json. Better scoping of e2e tests. +- Update playwright dependency. - Updated package dependencies. == Testimonials == diff --git a/vendor/autoload.php b/vendor/autoload.php index 807967c9a..f06cfd367 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha::getLoader(); +return ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1::getLoader(); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 69e42c663..9b70e67f7 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index ea1b7869f..63f2be3ed 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha +class ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1 { private static $loader; @@ -22,19 +22,19 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $includeFiles = \Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha::$files; + $includeFiles = \Composer\Autoload\ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1::$files; foreach ($includeFiles as $fileIdentifier => $file) { - composerRequireb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha($fileIdentifier, $file); + composerRequireb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1($fileIdentifier, $file); } return $loader; @@ -46,7 +46,7 @@ public static function getLoader() * @param string $file * @return void */ -function composerRequireb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha($fileIdentifier, $file) +function composerRequireb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 84a0327d4..1958157fc 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha +class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php', @@ -205,9 +205,9 @@ class ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_ public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 1ecb260e8..8c4810ac3 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,17 +2,24 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "1.4.19", + "version": "v1.4.19", "version_normalized": "1.4.19.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "b7dc2ff5702e3c93e616d4b20b9773030cd57c16" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94", + "reference": "ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -30,37 +37,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.19" }, "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.2.17", + "version": "v0.2.17", "version_normalized": "0.2.17.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "5b8f0f972c237d761fa438758d51f17e1b489343" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "ca68f3a94b52a1cfb92f7c3f3a946dee20666f3d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/5b8f0f972c237d761fa438758d51f17e1b489343", + "reference": "5b8f0f972c237d761fa438758d51f17e1b489343", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:29+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -82,37 +89,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.17" }, "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "1.17.33", + "version": "v1.17.33", "version_normalized": "1.17.33.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "c2194ade40c01062fe1a1904c16d203df55fe968" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "b60b5adedabeddb1e75141d75a2be7b29577dee9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/c2194ade40c01062fe1a1904c16d203df55fe968", + "reference": "c2194ade40c01062fe1a1904c16d203df55fe968", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^1.6.21" @@ -123,6 +123,7 @@ "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-07T21:59:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -144,40 +145,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v1.17.33" }, "install-path": "../../jetpack_vendor/automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", - "version": "2.11.16", + "version": "v2.11.16", "version_normalized": "2.11.16.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "43bc969fd90ce3d92e7b75fbf384a5fd03963dad" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "b5621849f691bb934f6eefbfd0a5d9620d104247" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/43bc969fd90ce3d92e7b75fbf384a5fd03963dad", + "reference": "43bc969fd90ce3d92e7b75fbf384a5fd03963dad", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" @@ -186,6 +177,7 @@ "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:16+00:00", "type": "composer-plugin", "extra": { "autotagger": true, @@ -200,38 +192,37 @@ }, "installation-source": "dist", "autoload": { - "classmap": [ - "src/AutoloadGenerator.php" - ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" + }, + "classmap": [ + "src/AutoloadGenerator.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Creates a custom autoloader for a plugin or theme.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.16" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-composer-plugin", - "version": "1.1.10", + "version": "v1.1.10", "version_normalized": "1.1.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "c6298f3efd8a1ca76182f685d0075080e2681aa3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "62332e20c095e0ce6bda2487ba49a400635d8c5d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/c6298f3efd8a1ca76182f685d0075080e2681aa3", + "reference": "c6298f3efd8a1ca76182f685d0075080e2681aa3", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0" @@ -241,6 +232,7 @@ "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:32+00:00", "type": "composer-plugin", "extra": { "plugin-modifies-install-path": true, @@ -260,35 +252,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.10" }, "install-path": "../automattic/jetpack-composer-plugin" }, { "name": "automattic/jetpack-config", - "version": "1.14.0", + "version": "v1.14.0", "version_normalized": "1.14.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "91eedef710b41fba8704089af41c4bac7821f808" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "ceab88c987605dc2f540ff861643d6f77accae9c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/91eedef710b41fba8704089af41c4bac7821f808", + "reference": "91eedef710b41fba8704089af41c4bac7821f808", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2" }, + "time": "2023-02-20T19:46:52+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -307,23 +299,30 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "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.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v1.14.0" }, "install-path": "../../jetpack_vendor/automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "1.51.1", + "version": "v1.51.1", "version_normalized": "1.51.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "47e2b93fd408d188aae6889f19900879f417dafd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "02d1c80298d5c6eab52390ca9b93b3813f0b9d1a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/47e2b93fd408d188aae6889f19900879f417dafd", + "reference": "47e2b93fd408d188aae6889f19900879f417dafd", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.19", @@ -339,6 +338,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-07T21:59:59+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -362,49 +362,37 @@ "src/webhooks" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v1.51.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "1.6.21", + "version": "v1.6.21", "version_normalized": "1.6.21.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "e5730da0adc94e8513539818b4a3cce10943bf20" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "8dd92a35f4087f09d702b83163c46a8f308dd8eb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/e5730da0adc94e8513539818b4a3cce10943bf20", + "reference": "e5730da0adc94e8513539818b4a3cce10943bf20", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:20+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -422,36 +410,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.21" }, "install-path": "../../jetpack_vendor/automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "1.4.24", + "version": "v1.4.24", "version_normalized": "1.4.24.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "9931222d1865eaf7efd26c9e88518e632593f7e2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "5e7a200cd31f733c8a3f7fbffbbb9ce43ec7a744" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/9931222d1865eaf7efd26c9e88518e632593f7e2", + "reference": "9931222d1865eaf7efd26c9e88518e632593f7e2", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -469,31 +457,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.24" }, "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-identity-crisis", - "version": "0.8.39", + "version": "v0.8.39", "version_normalized": "0.8.39.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "5f78ba602a91faf57d8f61a1c9afb6ece590b490" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "b71c6ef8bf5ec1634a628b9afee486c69caa151d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/5f78ba602a91faf57d8f61a1c9afb6ece590b490", + "reference": "5f78ba602a91faf57d8f61a1c9afb6ece590b490", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^1.17.33", @@ -507,6 +494,7 @@ "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-07T22:00:23+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -528,47 +516,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.39" }, "install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis" }, { "name": "automattic/jetpack-jitm", - "version": "2.3.1", + "version": "v2.3.1", "version_normalized": "2.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "1cf85b017cb80d7595967f67e3b8bc73f1b0639d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "9fbacad969bf31c23c541b97686e4747d29f3cfd" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/1cf85b017cb80d7595967f67e3b8bc73f1b0639d", + "reference": "1cf85b017cb80d7595967f67e3b8bc73f1b0639d", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.19", @@ -585,6 +556,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-07T22:00:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -606,50 +578,40 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v2.3.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-jitm" }, { "name": "automattic/jetpack-licensing", - "version": "1.8.1", + "version": "v1.8.1", "version_normalized": "1.8.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "bb7e9ab2f1f33e4b31aefa4d2290711a8c7888ad" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05", + "reference": "a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.1" + "automattic/jetpack-connection": "^1.51.0" }, "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", "type": "jetpack-library", "extra": { "autotagger": true, @@ -668,42 +630,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to manage Jetpack licenses client-side.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-licensing/tree/v1.8.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-licensing" }, { "name": "automattic/jetpack-logo", - "version": "1.5.22", + "version": "v1.5.22", "version_normalized": "1.5.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "21b4ac9b32556ffdace7b7e22d21a954e01d5229" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "ed80ba197edcb0e7d33bad3953ec7fd8e9450769" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/21b4ac9b32556ffdace7b7e22d21a954e01d5229", + "reference": "21b4ac9b32556ffdace7b7e22d21a954e01d5229", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -721,31 +677,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v1.5.22" }, "install-path": "../../jetpack_vendor/automattic/jetpack-logo" }, { "name": "automattic/jetpack-my-jetpack", - "version": "2.7.13", + "version": "v2.7.13", "version_normalized": "2.7.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "91ae156309fcd443e5db7fc23b13e54bf154bde4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "ca8096138ac1a26c894b3fb9ab677be0397adbd1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/91ae156309fcd443e5db7fc23b13e54bf154bde4", + "reference": "91ae156309fcd443e5db7fc23b13e54bf154bde4", + "shasum": "" }, "require": { "automattic/jetpack-admin-ui": "^0.2.17", @@ -759,10 +714,11 @@ }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", - "automattic/jetpack-videopress": "^0.12.1-alpha", + "automattic/jetpack-videopress": "^0.11.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-07T22:00:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -785,57 +741,33 @@ "src/products" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v2.7.13" }, "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack" }, { "name": "automattic/jetpack-partner", - "version": "1.7.22", + "version": "v1.7.22", "version_normalized": "1.7.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-partner.git", + "reference": "29f57c31b0b2074e0560a2550f934105dc3010ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-partner", - "reference": "3baae72d687e18b524bece639b8c4a9caf2a6dad" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/29f57c31b0b2074e0560a2550f934105dc3010ed", + "reference": "29f57c31b0b2074e0560a2550f934105dc3010ed", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.1", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-status": "^1.16.2" }, "require-dev": { @@ -844,6 +776,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:48:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -861,43 +794,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Support functions for Jetpack hosting partners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.22" }, "install-path": "../../jetpack_vendor/automattic/jetpack-partner" }, { "name": "automattic/jetpack-password-checker", - "version": "0.2.11", + "version": "v0.2.11", "version_normalized": "0.2.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "19c240bd8d62974788f13a8f47c8151a970a9fb2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "2b4cbed6985756bf51d7e7f6120213d321c1bd25" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/19c240bd8d62974788f13a8f47c8151a970a9fb2", + "reference": "19c240bd8d62974788f13a8f47c8151a970a9fb2", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:27+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -916,37 +843,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.11" }, "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plugins-installer", - "version": "0.2.3", + "version": "v0.2.3", "version_normalized": "0.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "ec0e3b888ef33d4bd879de9a014ba20d771aca31" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "ce35690466146dd8f74827c74d20612e31e3640d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/ec0e3b888ef33d4bd879de9a014ba20d771aca31", + "reference": "ec0e3b888ef33d4bd879de9a014ba20d771aca31", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^1.4.19" @@ -955,6 +875,7 @@ "automattic/jetpack-changelogger": "^3.3.2", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:45+00:00", "type": "jetpack-library", "extra": { "branch-alias": { @@ -973,31 +894,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Handle installation of plugins from WP.org", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.2.3" }, "install-path": "../../jetpack_vendor/automattic/jetpack-plugins-installer" }, { "name": "automattic/jetpack-redirect", - "version": "1.7.24", + "version": "v1.7.24", "version_normalized": "1.7.24.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "17cde47d57e167d63d32f00c764b2a3b002dda2e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "68e3cda5e53d8cc92987c9b03585edaac9bba135" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/17cde47d57e167d63d32f00c764b2a3b002dda2e", + "reference": "17cde47d57e167d63d32f00c764b2a3b002dda2e", + "shasum": "" }, "require": { "automattic/jetpack-status": "^1.16.2" @@ -1007,6 +927,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:51+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1024,37 +945,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.24" }, "install-path": "../../jetpack_vendor/automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "1.4.22", + "version": "v1.4.22", "version_normalized": "1.4.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "47ba3b10ca8f2494719f3a099d7be473343525ba" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "0266666a364e6c16c17e2f5bd59182eb06079430" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/47ba3b10ca8f2494719f3a099d7be473343525ba", + "reference": "47ba3b10ca8f2494719f3a099d7be473343525ba", + "shasum": "" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:23+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1072,31 +993,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.22" }, "install-path": "../../jetpack_vendor/automattic/jetpack-roles" }, { "name": "automattic/jetpack-search", - "version": "0.33.2", + "version": "v0.33.2", "version_normalized": "0.33.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-search.git", + "reference": "984843aa764c259f45cc857036530994ac1a15fe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-search", - "reference": "83960c679824e7e20dabf6cf5de77b5a1eaa8270" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-search/zipball/984843aa764c259f45cc857036530994ac1a15fe", + "reference": "984843aa764c259f45cc857036530994ac1a15fe", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^1.17.33", @@ -1111,6 +1031,7 @@ "automattic/wordbless": "0.4.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-03-08T15:56:48+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1132,57 +1053,33 @@ "src/" ] }, - "scripts": { - "build": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run build" - ], - "build-development": [ - "pnpm run build-development" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with enabling cloud search for Jetpack sites.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-search/tree/v0.33.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-search" }, { "name": "automattic/jetpack-stats", - "version": "0.5.1", + "version": "v0.5.1", "version_normalized": "0.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "d2af23d0062855d0765fe9a17c0a1240589e390c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "90d85ea54c6af724b21f2038a2bd0af3b5be68f6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/d2af23d0062855d0765fe9a17c0a1240589e390c", + "reference": "d2af23d0062855d0765fe9a17c0a1240589e390c", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.1", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-constants": "^1.6.21", "automattic/jetpack-status": "^1.16.2" }, @@ -1191,6 +1088,7 @@ "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:48:22+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1209,37 +1107,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.5.1" }, "install-path": "../../jetpack_vendor/automattic/jetpack-stats" }, { "name": "automattic/jetpack-status", - "version": "1.16.2", + "version": "v1.16.2", "version_normalized": "1.16.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "771073459f95233238a6ceac073203d77613a151" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "13d13c3c4e4e890945611e1b48d282ba66f6e5bb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/771073459f95233238a6ceac073203d77613a151", + "reference": "771073459f95233238a6ceac073203d77613a151", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^1.6.21" @@ -1249,6 +1140,7 @@ "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:47:47+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1266,36 +1158,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v1.16.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "1.47.2", + "version": "v1.47.2", "version_normalized": "1.47.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "a667af4dfeddca5c9d0c7ca40c54532628340d8e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d", + "reference": "dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^1.51.1", + "automattic/jetpack-connection": "^1.51.0", "automattic/jetpack-constants": "^1.6.21", - "automattic/jetpack-identity-crisis": "^0.8.39", + "automattic/jetpack-identity-crisis": "^0.8.38", "automattic/jetpack-password-checker": "^0.2.11", "automattic/jetpack-roles": "^1.4.22", "automattic/jetpack-status": "^1.16.2" @@ -1305,6 +1196,7 @@ "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.0.4" }, + "time": "2023-02-20T19:48:39+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1326,26 +1218,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v1.47.2" }, "install-path": "../../jetpack_vendor/automattic/jetpack-sync" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 9d69fbf35..48e917eb8 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,180 +11,180 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '1.4.19', + 'pretty_version' => 'v1.4.19', 'version' => '1.4.19.0', - 'reference' => 'b7dc2ff5702e3c93e616d4b20b9773030cd57c16', + 'reference' => 'ded2af3f96ea6820d6d39bcd7ab9e1a3d1e42f94', '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' => '0.2.17', + 'pretty_version' => 'v0.2.17', 'version' => '0.2.17.0', - 'reference' => 'ca68f3a94b52a1cfb92f7c3f3a946dee20666f3d', + 'reference' => '5b8f0f972c237d761fa438758d51f17e1b489343', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '1.17.33', + 'pretty_version' => 'v1.17.33', 'version' => '1.17.33.0', - 'reference' => 'b60b5adedabeddb1e75141d75a2be7b29577dee9', + 'reference' => 'c2194ade40c01062fe1a1904c16d203df55fe968', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '2.11.16', + 'pretty_version' => 'v2.11.16', 'version' => '2.11.16.0', - 'reference' => 'b5621849f691bb934f6eefbfd0a5d9620d104247', + 'reference' => '43bc969fd90ce3d92e7b75fbf384a5fd03963dad', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-composer-plugin' => array( - 'pretty_version' => '1.1.10', + 'pretty_version' => 'v1.1.10', 'version' => '1.1.10.0', - 'reference' => '62332e20c095e0ce6bda2487ba49a400635d8c5d', + 'reference' => 'c6298f3efd8a1ca76182f685d0075080e2681aa3', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '1.14.0', + 'pretty_version' => 'v1.14.0', 'version' => '1.14.0.0', - 'reference' => 'ceab88c987605dc2f540ff861643d6f77accae9c', + 'reference' => '91eedef710b41fba8704089af41c4bac7821f808', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '1.51.1', + 'pretty_version' => 'v1.51.1', 'version' => '1.51.1.0', - 'reference' => '02d1c80298d5c6eab52390ca9b93b3813f0b9d1a', + 'reference' => '47e2b93fd408d188aae6889f19900879f417dafd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '1.6.21', + 'pretty_version' => 'v1.6.21', 'version' => '1.6.21.0', - 'reference' => '8dd92a35f4087f09d702b83163c46a8f308dd8eb', + 'reference' => 'e5730da0adc94e8513539818b4a3cce10943bf20', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '1.4.24', + 'pretty_version' => 'v1.4.24', 'version' => '1.4.24.0', - 'reference' => '5e7a200cd31f733c8a3f7fbffbbb9ce43ec7a744', + 'reference' => '9931222d1865eaf7efd26c9e88518e632593f7e2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.8.39', + 'pretty_version' => 'v0.8.39', 'version' => '0.8.39.0', - 'reference' => 'b71c6ef8bf5ec1634a628b9afee486c69caa151d', + 'reference' => '5f78ba602a91faf57d8f61a1c9afb6ece590b490', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '2.3.1', + 'pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', - 'reference' => '9fbacad969bf31c23c541b97686e4747d29f3cfd', + 'reference' => '1cf85b017cb80d7595967f67e3b8bc73f1b0639d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '1.8.1', + 'pretty_version' => 'v1.8.1', 'version' => '1.8.1.0', - 'reference' => 'bb7e9ab2f1f33e4b31aefa4d2290711a8c7888ad', + 'reference' => 'a7bbb1e8c8fac7ff6b4fb04445ca5cc6b154de05', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '1.5.22', + 'pretty_version' => 'v1.5.22', 'version' => '1.5.22.0', - 'reference' => 'ed80ba197edcb0e7d33bad3953ec7fd8e9450769', + 'reference' => '21b4ac9b32556ffdace7b7e22d21a954e01d5229', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '2.7.13', + 'pretty_version' => 'v2.7.13', 'version' => '2.7.13.0', - 'reference' => 'ca8096138ac1a26c894b3fb9ab677be0397adbd1', + 'reference' => '91ae156309fcd443e5db7fc23b13e54bf154bde4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-partner' => array( - 'pretty_version' => '1.7.22', + 'pretty_version' => 'v1.7.22', 'version' => '1.7.22.0', - 'reference' => '3baae72d687e18b524bece639b8c4a9caf2a6dad', + 'reference' => '29f57c31b0b2074e0560a2550f934105dc3010ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.2.11', + 'pretty_version' => 'v0.2.11', 'version' => '0.2.11.0', - 'reference' => '2b4cbed6985756bf51d7e7f6120213d321c1bd25', + 'reference' => '19c240bd8d62974788f13a8f47c8151a970a9fb2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plugins-installer' => array( - 'pretty_version' => '0.2.3', + 'pretty_version' => 'v0.2.3', 'version' => '0.2.3.0', - 'reference' => 'ce35690466146dd8f74827c74d20612e31e3640d', + 'reference' => 'ec0e3b888ef33d4bd879de9a014ba20d771aca31', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '1.7.24', + 'pretty_version' => 'v1.7.24', 'version' => '1.7.24.0', - 'reference' => '68e3cda5e53d8cc92987c9b03585edaac9bba135', + 'reference' => '17cde47d57e167d63d32f00c764b2a3b002dda2e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '1.4.22', + 'pretty_version' => 'v1.4.22', 'version' => '1.4.22.0', - 'reference' => '0266666a364e6c16c17e2f5bd59182eb06079430', + 'reference' => '47ba3b10ca8f2494719f3a099d7be473343525ba', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-search' => array( - 'pretty_version' => '0.33.2', + 'pretty_version' => 'v0.33.2', 'version' => '0.33.2.0', - 'reference' => '83960c679824e7e20dabf6cf5de77b5a1eaa8270', + 'reference' => '984843aa764c259f45cc857036530994ac1a15fe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search', 'aliases' => array(), @@ -200,27 +200,27 @@ 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.5.1', + 'pretty_version' => 'v0.5.1', 'version' => '0.5.1.0', - 'reference' => '90d85ea54c6af724b21f2038a2bd0af3b5be68f6', + 'reference' => 'd2af23d0062855d0765fe9a17c0a1240589e390c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '1.16.2', + 'pretty_version' => 'v1.16.2', 'version' => '1.16.2.0', - 'reference' => '13d13c3c4e4e890945611e1b48d282ba66f6e5bb', + 'reference' => '771073459f95233238a6ceac073203d77613a151', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '1.47.2', + 'pretty_version' => 'v1.47.2', 'version' => '1.47.2.0', - 'reference' => 'a667af4dfeddca5c9d0c7ca40c54532628340d8e', + 'reference' => 'dc0c6d49b3ee2a0915e0a5b5c0e3fe427c72353d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index 4c8be41cd..470097383 100644 --- a/vendor/jetpack-autoloader/class-autoloader-handler.php +++ b/vendor/jetpack-autoloader/class-autoloader-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index b3824cb6f..1ad1ca243 100644 --- a/vendor/jetpack-autoloader/class-autoloader-locator.php +++ b/vendor/jetpack-autoloader/class-autoloader-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 9910def9a..1af40cb9a 100644 --- a/vendor/jetpack-autoloader/class-autoloader.php +++ b/vendor/jetpack-autoloader/class-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index 98d6eb267..c35447d42 100644 --- a/vendor/jetpack-autoloader/class-container.php +++ b/vendor/jetpack-autoloader/class-container.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 9ebebb5f6..90c9e141a 100644 --- a/vendor/jetpack-autoloader/class-hook-manager.php +++ b/vendor/jetpack-autoloader/class-hook-manager.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 5790e93d6..08eabbce6 100644 --- a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +++ b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index 681f5583c..34324d042 100644 --- a/vendor/jetpack-autoloader/class-manifest-reader.php +++ b/vendor/jetpack-autoloader/class-manifest-reader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index ba8a5669c..c860fb79b 100644 --- a/vendor/jetpack-autoloader/class-path-processor.php +++ b/vendor/jetpack-autoloader/class-path-processor.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 74a909ed5..d89132c37 100644 --- a/vendor/jetpack-autoloader/class-php-autoloader.php +++ b/vendor/jetpack-autoloader/class-php-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index 8f851e10a..70824c3e1 100644 --- a/vendor/jetpack-autoloader/class-plugin-locator.php +++ b/vendor/jetpack-autoloader/class-plugin-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index 99a53fe4d..78526aae3 100644 --- a/vendor/jetpack-autoloader/class-plugins-handler.php +++ b/vendor/jetpack-autoloader/class-plugins-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index 90c0ae430..bbe315268 100644 --- a/vendor/jetpack-autoloader/class-shutdown-handler.php +++ b/vendor/jetpack-autoloader/class-shutdown-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index 832ddca98..f2aacc13f 100644 --- a/vendor/jetpack-autoloader/class-version-loader.php +++ b/vendor/jetpack-autoloader/class-version-loader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 88268c116..d74f147a9 100644 --- a/vendor/jetpack-autoloader/class-version-selector.php +++ b/vendor/jetpack-autoloader/class-version-selector.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpb462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ1_4_1; // phpcs:ignore