From 4f2b6eb96c02e5542092938ae29202ef5890e07c Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 23 Sep 2024 19:50:38 +0000 Subject: [PATCH] Updated package versions for automattic/wpcomsh Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11001324858 Upstream-Ref: Automattic/jetpack@01ccbfb2be0a9a1556050bf71fcd33a1975d98a0 --- CHANGELOG.md | 12 +- composer.json | 4 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-blaze/src/class-dashboard.php | 2 +- .../src/class-main.php | 2 +- .../jetpack-connection/src/class-manager.php | 2 +- .../src/class-package-version.php | 2 +- .../automattic/jetpack-ip/src/class-utils.php | 2 +- .../jetpack-jitm/src/class-jitm.php | 2 +- .../jetpack-masterbar/src/class-main.php | 2 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../jetpack-stats-admin/src/class-main.php | 2 +- .../src/class-package-version.php | 2 +- .../src/class-package-version.php | 2 +- .../src/class-scheduled-updates.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 8 +- vendor/composer/installed.json | 1042 +++++++---------- vendor/composer/installed.php | 138 +-- wpcomsh.php | 4 +- 21 files changed, 545 insertions(+), 701 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e4bad2..eae80611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,14 @@ # Changelog -## 5.10.0-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 5.10.0 - 2024-09-23 ### Added -- Performance Profiler: Ensure the associated url created when the performance report is generated is accessible for each page or as part of site settings for the home/main url. +- Performance Profiler: Ensure the associated url created when the performance report is generated is accessible for each page or as part of site settings for the home/main url. [#39310] ### Removed -- Connection: Removed deprecated method features_available -- Connection: Removed features_enabled deprecated method +- Connection: Removed deprecated method features_available. [#39442] [#39475] ### Fixed -- Portfolios: Ensure these are enabled and working properly on themes that support portfolios +- Portfolios: Ensure these are enabled and working properly on themes that support portfolios. [#39431] ## 5.9.0 - 2024-09-18 ### Changed diff --git a/composer.json b/composer.json index 20a7925e..206d3475 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "wordpress/classic-editor-plugin": "1.5", "automattic/jetpack-config": "^2.0.4", "automattic/jetpack-post-list": "^0.6.3", - "automattic/jetpack-mu-wpcom": "^5.64.0-alpha", + "automattic/jetpack-mu-wpcom": "^5.64.0", "tubalmartin/cssmin": "^4.1" }, "require-dev": { @@ -120,7 +120,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/package.json b/package.json index 205f87ee..81faf4ba 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "@automattic/jetpack-wpcomsh", "description": "A helper for connecting WordPress.com sites to external host infrastructure.", "homepage": "https://jetpack.com", - "version": "5.10.0-alpha", + "version": "5.10.0", "bugs": { "url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh" }, diff --git a/vendor/autoload.php b/vendor/autoload.php index d51ee04f..6cb680fe 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha::getLoader(); +return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0::getLoader(); diff --git a/vendor/automattic/jetpack-blaze/src/class-dashboard.php b/vendor/automattic/jetpack-blaze/src/class-dashboard.php index 6c967e8f..a6a896fa 100644 --- a/vendor/automattic/jetpack-blaze/src/class-dashboard.php +++ b/vendor/automattic/jetpack-blaze/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.22.11-alpha'; + const PACKAGE_VERSION = '0.22.11'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/vendor/automattic/jetpack-classic-theme-helper/src/class-main.php b/vendor/automattic/jetpack-classic-theme-helper/src/class-main.php index 7ca640bc..74db0865 100644 --- a/vendor/automattic/jetpack-classic-theme-helper/src/class-main.php +++ b/vendor/automattic/jetpack-classic-theme-helper/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.6.1-alpha'; + const PACKAGE_VERSION = '0.6.1'; /** * Modules to include. diff --git a/vendor/automattic/jetpack-connection/src/class-manager.php b/vendor/automattic/jetpack-connection/src/class-manager.php index 945b25c8..2b5a10d6 100644 --- a/vendor/automattic/jetpack-connection/src/class-manager.php +++ b/vendor/automattic/jetpack-connection/src/class-manager.php @@ -654,7 +654,7 @@ public function is_connected() { * Resets the memoized connection status. * This will force the connection status to be recomputed on the next check. * - * @since 5.0.0-alpha + * @since 5.0.0 */ public function reset_connection_status() { self::$is_connected = null; diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index bc6827ef..c0a76c8f 100644 --- a/vendor/automattic/jetpack-connection/src/class-package-version.php +++ b/vendor/automattic/jetpack-connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '5.0.0-alpha'; + const PACKAGE_VERSION = '5.0.0'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-ip/src/class-utils.php b/vendor/automattic/jetpack-ip/src/class-utils.php index 49e52c5a..c14811d2 100644 --- a/vendor/automattic/jetpack-ip/src/class-utils.php +++ b/vendor/automattic/jetpack-ip/src/class-utils.php @@ -12,7 +12,7 @@ */ class Utils { - const PACKAGE_VERSION = '0.3.0-alpha'; + const PACKAGE_VERSION = '0.3.0'; /** * Get the current user's IP address. diff --git a/vendor/automattic/jetpack-jitm/src/class-jitm.php b/vendor/automattic/jetpack-jitm/src/class-jitm.php index e5767b20..3a32a6c9 100644 --- a/vendor/automattic/jetpack-jitm/src/class-jitm.php +++ b/vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.22'; + const PACKAGE_VERSION = '3.1.23'; /** * The configuration method that is called from the jetpack-config package. diff --git a/vendor/automattic/jetpack-masterbar/src/class-main.php b/vendor/automattic/jetpack-masterbar/src/class-main.php index a5057730..df61eb25 100644 --- a/vendor/automattic/jetpack-masterbar/src/class-main.php +++ b/vendor/automattic/jetpack-masterbar/src/class-main.php @@ -14,7 +14,7 @@ */ class Main { - const PACKAGE_VERSION = '0.9.2'; + const PACKAGE_VERSION = '0.9.3'; /** * Initializer. diff --git a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 10b4edaa..c8fb386a 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -15,7 +15,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.64.0-alpha'; + const PACKAGE_VERSION = '5.64.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/jetpack-stats-admin/src/class-main.php b/vendor/automattic/jetpack-stats-admin/src/class-main.php index d8967b97..83c2671f 100644 --- a/vendor/automattic/jetpack-stats-admin/src/class-main.php +++ b/vendor/automattic/jetpack-stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.22.0'; + const VERSION = '0.22.1'; /** * Singleton Main instance. diff --git a/vendor/automattic/jetpack-stats/src/class-package-version.php b/vendor/automattic/jetpack-stats/src/class-package-version.php index 24cb54be..c9757f79 100644 --- a/vendor/automattic/jetpack-stats/src/class-package-version.php +++ b/vendor/automattic/jetpack-stats/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.13.3-alpha'; + const PACKAGE_VERSION = '0.13.3'; const PACKAGE_SLUG = 'stats'; diff --git a/vendor/automattic/jetpack-sync/src/class-package-version.php b/vendor/automattic/jetpack-sync/src/class-package-version.php index 72595dd6..c46b1966 100644 --- a/vendor/automattic/jetpack-sync/src/class-package-version.php +++ b/vendor/automattic/jetpack-sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.13.0'; + const PACKAGE_VERSION = '3.13.1'; const PACKAGE_SLUG = 'sync'; diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index 51b2d0cb..4297e596 100644 --- a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php +++ b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.13.3'; + const PACKAGE_VERSION = '0.13.4'; /** * The cron event hook for the scheduled plugins update. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index e7820744..3d7e683f 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha +class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0::$files; $requireFile = \Closure::bind(static function ($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 a0e94ed5..58354104 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha +class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -522,9 +522,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_10_0::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 7117f3f8..35b2fb76 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -76,12 +76,18 @@ }, { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "5753860f28e1a8629b3c6ab481c1ab75e38a244f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "7672476eeb8fa15b8f467a8afa83cfeb4ceaec59" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/5753860f28e1a8629b3c6ab481c1ab75e38a244f", + "reference": "5753860f28e1a8629b3c6ab481c1ab75e38a244f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -93,6 +99,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -110,31 +117,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": "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/v2.0.2" }, "install-path": "../automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.5", + "version": "v0.4.5", "version_normalized": "0.4.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "7d5b8485ebe5984774375468ae52efe5c2849369" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "ee3cab5b1be151ae9e31d527616662e385bc79f6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/7d5b8485ebe5984774375468ae52efe5c2849369", + "reference": "7d5b8485ebe5984774375468ae52efe5c2849369", + "shasum": "" }, "require": { "php": ">=7.0" @@ -148,6 +154,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T12:38:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -169,37 +176,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.4.5" }, "install-path": "../automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.3.8", + "version": "v2.3.8", "version_normalized": "2.3.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "3ddaff78c82ed7663b61961356585061dbb3410a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "81bc5260f4541cc17d43023396e137a4f2983505" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/3ddaff78c82ed7663b61961356585061dbb3410a", + "reference": "3ddaff78c82ed7663b61961356585061dbb3410a", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -214,6 +214,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:21:54+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -235,49 +236,39 @@ "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/v2.3.8" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-blaze", - "version": "0.22.11-alpha.1726681355", - "version_normalized": "0.22.11.0-alpha1726681355", + "version": "v0.22.11", + "version_normalized": "0.22.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "a823cecb33bf0e51976ddde2a17a1e3036cb7a7a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "49a14ed6310c45b6d17250bca23af2080a216047" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/a823cecb33bf0e51976ddde2a17a1e3036cb7a7a", + "reference": "a823cecb33bf0e51976ddde2a17a1e3036cb7a7a", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-plans": "^0.4.10", + "automattic/jetpack-plans": "^0.4.11", "automattic/jetpack-redirect": "^2.0.4", - "automattic/jetpack-status": "^4.0.1", - "automattic/jetpack-sync": "^3.13.0", + "automattic/jetpack-status": "^4.0.2", + "automattic/jetpack-sync": "^3.13.1", "php": ">=7.0" }, "require-dev": { @@ -288,6 +279,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:22+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -309,47 +301,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "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": "Attract high-quality traffic to your site using Blaze.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.22.11" }, "install-path": "../automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.6", + "version": "v2.0.6", "version_normalized": "2.0.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "8004c520cfc0a89ce503a749732018c5e9c974b6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "4d6e2b15923648f202531605652c9fbeaeb8be10" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/8004c520cfc0a89ce503a749732018c5e9c974b6", + "reference": "8004c520cfc0a89ce503a749732018c5e9c974b6", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -364,6 +339,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-16T14:36:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -381,37 +357,30 @@ "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": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.6" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.6", + "version": "v0.1.6", "version_normalized": "0.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "666a8c5758742745057634bfef459f18c39effee" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "1357d1bec17ae91ef8d28c9c587defc8465bec5f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/666a8c5758742745057634bfef459f18c39effee", + "reference": "666a8c5758742745057634bfef459f18c39effee", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -425,6 +394,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -446,37 +416,30 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-calypsoify/tree/v0.1.6" }, "install-path": "../automattic/jetpack-calypsoify" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.6.1-alpha.1726669457", - "version_normalized": "0.6.1.0-alpha1726669457", + "version": "v0.6.1", + "version_normalized": "0.6.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "2124f5965b9c303a7050f6b1dd451a9efc0aacb2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "a353e9fe3a6d3f30b026d14a76b278abac42af23" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/2124f5965b9c303a7050f6b1dd451a9efc0aacb2", + "reference": "2124f5965b9c303a7050f6b1dd451a9efc0aacb2", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -490,6 +453,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:04+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -511,53 +475,41 @@ "src/" ] }, - "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": "Features used with classic themes", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.6.1" }, "install-path": "../automattic/jetpack-classic-theme-helper" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "0fd1a9bcd4f3532de15d0d85973313f8a298f1cc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.6" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -571,29 +523,36 @@ } }, "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" }, "install-path": "../automattic/jetpack-compat" }, { "name": "automattic/jetpack-config", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "2ffb8fcf2701484d02eea492d2aaaacdb4262d06" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.6", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", @@ -611,6 +570,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-24T19:22:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -646,23 +606,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/v2.0.4" }, "install-path": "../automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", - "version": "5.0.0-alpha.1727102804", - "version_normalized": "5.0.0.0-alpha1727102804", + "version": "v5.0.0", + "version_normalized": "5.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "e0af8e7a561e9bc35fd3153e6235e20de0b78ac6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "b1b837e43b4f92558f77bc614af92cfd0ea480e4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/e0af8e7a561e9bc35fd3153e6235e20de0b78ac6", + "reference": "e0af8e7a561e9bc35fd3153e6235e20de0b78ac6", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -671,7 +638,7 @@ "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { @@ -683,6 +650,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -716,43 +684,30 @@ "src/identity-crisis" ] }, - "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/v5.0.0" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "c26004013d1931838d99e4b9c89fe3ff8357b1ee" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f6958c313a34c5e92171c45a57d9dc978e5975ed", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed", + "shasum": "" }, "require": { "php": ">=7.0" @@ -765,6 +720,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -782,31 +738,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 wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.4" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.5", + "version": "v2.1.5", "version_normalized": "2.1.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "c86d7090ce66da372f3e5dee0c214dda1db9c47a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "98c005e234ab4edf0d1d44a53ba80d3b9b38a5cf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/c86d7090ce66da372f3e5dee0c214dda1db9c47a", + "reference": "c86d7090ce66da372f3e5dee0c214dda1db9c47a", + "shasum": "" }, "require": { "php": ">=7.0" @@ -818,6 +773,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-16T14:36:28+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -835,31 +791,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/v2.1.5" }, "install-path": "../automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-google-analytics", - "version": "0.2.4", + "version": "v0.2.4", "version_normalized": "0.2.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-google-analytics.git", + "reference": "27caad7d865d0a8ddb488b9d908ddd0c6e71ac43" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "fa0ef30a1b36137311b0e82e65552ae7c6aa47a5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-google-analytics/zipball/27caad7d865d0a8ddb488b9d908ddd0c6e71ac43", + "reference": "27caad7d865d0a8ddb488b9d908ddd0c6e71ac43", + "shasum": "" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -873,6 +828,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:21:39+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -894,43 +850,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "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": "Set up Google Analytics without touching a line of code.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-google-analytics/tree/v0.2.4" }, "install-path": "../automattic/jetpack-google-analytics" }, { "name": "automattic/jetpack-ip", - "version": "0.3.0-alpha.1726864285", - "version_normalized": "0.3.0.0-alpha1726864285", + "version": "v0.3.0", + "version_normalized": "0.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "1f19a627ba14335207cb989d850da1940a8a54c3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "61d8ba231e28adc5392b0d735dbe7fad91dcedde" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/1f19a627ba14335207cb989d850da1940a8a54c3", + "reference": "1f19a627ba14335207cb989d850da1940a8a54c3", + "shasum": "" }, "require": { "php": ">=7.0" @@ -943,6 +886,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:22:34+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -964,40 +908,39 @@ "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 for working with IP addresses.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.3.0" }, "install-path": "../automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.22", - "version_normalized": "3.1.22.0", + "version": "v3.1.23", + "version_normalized": "3.1.23.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "c3e7003c653550ef50a63def3575a1764361ff8f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "f8b28949ed78b9f09aee4a90df20b6d3ec45a9e1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/c3e7003c653550ef50a63def3575a1764361ff8f", + "reference": "c3e7003c653550ef50a63def3575a1764361ff8f", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-device-detection": "^2.1.5", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { @@ -1008,6 +951,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:19+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1029,41 +973,30 @@ "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/v3.1.23" }, "install-path": "../automattic/jetpack-jitm" }, { "name": "automattic/jetpack-logo", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "f76ce6eb1ce454c0e2108977fb36d03d66724218" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/6047525955b12ac8654ac4544e0b79deaed31fa2", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1075,6 +1008,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1092,42 +1026,41 @@ "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/v2.0.4" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-masterbar", - "version": "0.9.2", - "version_normalized": "0.9.2.0", + "version": "v0.9.3", + "version_normalized": "0.9.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "360450485f0a6125bedcaf77b9d45a996de2fc16" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "b22405fa93d83f7dc502c85ec92e9aaf287eb1b5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/360450485f0a6125bedcaf77b9d45a996de2fc16", + "reference": "360450485f0a6125bedcaf77b9d45a996de2fc16", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-blaze": "^0.22.11-alpha", + "automattic/jetpack-blaze": "^0.22.11", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-device-detection": "^2.1.5", - "automattic/jetpack-jitm": "^3.1.22", + "automattic/jetpack-jitm": "^3.1.23", "automattic/jetpack-logo": "^2.0.4", - "automattic/jetpack-plans": "^0.4.10", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-plans": "^0.4.11", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { @@ -1140,6 +1073,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:26+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1161,58 +1095,44 @@ "src/" ] }, - "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": [ - "pnpm run build-production", - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-masterbar/tree/v0.9.3" }, "install-path": "../automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.64.0-alpha.1727106523", - "version_normalized": "5.64.0.0-alpha1727106523", + "version": "v5.64.0", + "version_normalized": "5.64.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "c5f0f188a27d52f5667bd2f6df2423dd6972624c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "fee2dfc0ae974b6c2911549e3e04eeb059153179" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/c5f0f188a27d52f5667bd2f6df2423dd6972624c", + "reference": "c5f0f188a27d52f5667bd2f6df2423dd6972624c", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.8", "automattic/jetpack-blocks": "^2.0.6", "automattic/jetpack-calypsoify": "^0.1.6", - "automattic/jetpack-classic-theme-helper": "^0.6.1-alpha", + "automattic/jetpack-classic-theme-helper": "^0.6.1", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-google-analytics": "^0.2.4", - "automattic/jetpack-masterbar": "^0.9.2", + "automattic/jetpack-masterbar": "^0.9.3", "automattic/jetpack-redirect": "^2.0.4", - "automattic/jetpack-stats-admin": "^0.22.0", - "automattic/jetpack-status": "^4.0.1", - "automattic/scheduled-updates": "^0.13.3", + "automattic/jetpack-stats-admin": "^0.22.1", + "automattic/jetpack-status": "^4.0.2", + "automattic/scheduled-updates": "^0.13.4", "php": ">=7.0", "scssphp/scssphp": "1.12.0" }, @@ -1224,6 +1144,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:29+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -1245,43 +1166,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "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": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.64.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.2", + "version": "v0.3.2", "version_normalized": "0.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "1fbd321c1da2d7aa16aa479b2e4ce440339613cb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bdf70591123932112e447e295d7f174b5c0e3a44", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1294,6 +1202,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:17+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1312,51 +1221,45 @@ "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.3.2" }, "install-path": "../automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.10", - "version_normalized": "0.4.10.0", + "version": "v0.4.11", + "version_normalized": "0.4.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "907a183097417c62e68971e0e76a568e65d0bfcb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "400d311f94b9dd3333c91667a11087d50fd24aaf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/907a183097417c62e68971e0e76a568e65d0bfcb", + "reference": "907a183097417c62e68971e0e76a568e65d0bfcb", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:09+00:00", "type": "library", "extra": { "autotagger": true, @@ -1374,46 +1277,33 @@ "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" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.11" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-post-list", - "version": "0.6.3", + "version": "v0.6.3", "version_normalized": "0.6.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-post-list.git", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-post-list", - "reference": "050872d2bdccd0b6482f5eb8ef7d5164dac3c1a8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8", + "automattic/jetpack-assets": "^2.3.4", "php": ">=7.0" }, "require-dev": { @@ -1424,6 +1314,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:29:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1445,40 +1336,33 @@ "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": "Enhance the classic view of the Admin section of your WordPress site", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-post-list/tree/v0.6.3" }, "install-path": "../automattic/jetpack-post-list" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "72457f3899c772529d26e83a44d6ffd6758a71fd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "59fdb8b6bb60dc1e9e5dd8122a1945f1c3e80149" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/72457f3899c772529d26e83a44d6ffd6758a71fd", + "reference": "72457f3899c772529d26e83a44d6ffd6758a71fd", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { @@ -1489,6 +1373,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-05T19:34:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1506,31 +1391,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 to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.4" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "1c7d0e06491be0ede54cd20e423b496b450587cf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/32e45299a6ff93de0b1f4c71e6669f15917220fb", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1543,6 +1427,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-23T14:28:15+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1560,36 +1445,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": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.3" }, "install-path": "../automattic/jetpack-roles" }, { "name": "automattic/jetpack-stats", - "version": "0.13.3-alpha.1727102804", - "version_normalized": "0.13.3.0-alpha1727102804", + "version": "v0.13.3", + "version_normalized": "0.13.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "6153a0050ec6bb7655ae8dda3e6b6adf100a0ed4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "aa3631d99e38ca27c1466bc66274d1fe999d9c84" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/6153a0050ec6bb7655ae8dda3e6b6adf100a0ed4", + "reference": "6153a0050ec6bb7655ae8dda3e6b6adf100a0ed4", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { @@ -1600,6 +1484,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:10+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1621,45 +1506,38 @@ "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.13.3" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.22.0", - "version_normalized": "0.22.0.0", + "version": "v0.22.1", + "version_normalized": "0.22.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "f23423151ebfc52d7e29cefc065dcd684c9be042" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "05f7259cf4c06c2ab169a21569286af6531998ff" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/f23423151ebfc52d7e29cefc065dcd684c9be042", + "reference": "f23423151ebfc52d7e29cefc065dcd684c9be042", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-jitm": "^3.1.22", - "automattic/jetpack-plans": "^0.4.10", - "automattic/jetpack-stats": "^0.13.3-alpha", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-jitm": "^3.1.23", + "automattic/jetpack-plans": "^0.4.11", + "automattic/jetpack-stats": "^0.13.3", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { @@ -1670,6 +1548,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:21+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1688,43 +1567,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "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": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.22.1" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "4.0.1", - "version_normalized": "4.0.1.0", + "version": "v4.0.2", + "version_normalized": "4.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "2e1ccecbffe61edc181b9581496502b71e55e539" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "4d54962a4d97e44dca8f14343733a0b59f67f037" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/2e1ccecbffe61edc181b9581496502b71e55e539", + "reference": "2e1ccecbffe61edc181b9581496502b71e55e539", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1733,7 +1599,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-connection": "@dev", - "automattic/jetpack-ip": "^0.3.0-alpha", + "automattic/jetpack-ip": "^0.3.0", "automattic/jetpack-plans": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" @@ -1741,6 +1607,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:22:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1764,51 +1631,51 @@ "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/v4.0.2" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.13.0", - "version_normalized": "3.13.0.0", + "version": "v3.13.1", + "version_normalized": "3.13.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "723b78a6eb24be8f7e9931f022bab4c77953dee5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "237f5225a162a5d42860ce3d8f62557f90cdd4d2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/723b78a6eb24be8f7e9931f022bab4c77953dee5", + "reference": "723b78a6eb24be8f7e9931f022bab4c77953dee5", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-ip": "^0.3.0-alpha", + "automattic/jetpack-ip": "^0.3.0", "automattic/jetpack-password-checker": "^0.3.2", "automattic/jetpack-roles": "^2.0.3", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "@dev", + "automattic/jetpack-waf": "^0.19.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:14+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1836,44 +1703,37 @@ "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/v3.13.1" }, "install-path": "../automattic/jetpack-sync" }, { "name": "automattic/scheduled-updates", - "version": "0.13.3", - "version_normalized": "0.13.3.0", + "version": "v0.13.4", + "version_normalized": "0.13.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "9f44069658596af596a58e3492694806bd3712ef" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "a5f2eb0f0ea4a4fdc5a72ddf658fade8bc8f4480" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/9f44069658596af596a58e3492694806bd3712ef", + "reference": "9f44069658596af596a58e3492694806bd3712ef", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.0.0-alpha", + "automattic/jetpack-connection": "^5.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-plans": "^0.4.10", - "automattic/jetpack-status": "^4.0.1", - "automattic/jetpack-sync": "^3.13.0", + "automattic/jetpack-plans": "^0.4.11", + "automattic/jetpack-status": "^4.0.2", + "automattic/jetpack-sync": "^3.13.1", "php": ">=7.0" }, "require-dev": { @@ -1885,6 +1745,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-23T18:23:16+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1906,26 +1767,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": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.13.4" }, "install-path": "../automattic/scheduled-updates" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 6b5bb869..c3c86427 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -38,252 +38,252 @@ 'dev_requirement' => false, ), 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '7672476eeb8fa15b8f467a8afa83cfeb4ceaec59', + 'reference' => '5753860f28e1a8629b3c6ab481c1ab75e38a244f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.4.5', + 'pretty_version' => 'v0.4.5', 'version' => '0.4.5.0', - 'reference' => 'ee3cab5b1be151ae9e31d527616662e385bc79f6', + 'reference' => '7d5b8485ebe5984774375468ae52efe5c2849369', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.8', + 'pretty_version' => 'v2.3.8', 'version' => '2.3.8.0', - 'reference' => '81bc5260f4541cc17d43023396e137a4f2983505', + 'reference' => '3ddaff78c82ed7663b61961356585061dbb3410a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.22.11-alpha.1726681355', - 'version' => '0.22.11.0-alpha1726681355', - 'reference' => '49a14ed6310c45b6d17250bca23af2080a216047', + 'pretty_version' => 'v0.22.11', + 'version' => '0.22.11.0', + 'reference' => 'a823cecb33bf0e51976ddde2a17a1e3036cb7a7a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.6', + 'pretty_version' => 'v2.0.6', 'version' => '2.0.6.0', - 'reference' => '4d6e2b15923648f202531605652c9fbeaeb8be10', + 'reference' => '8004c520cfc0a89ce503a749732018c5e9c974b6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-calypsoify' => array( - 'pretty_version' => '0.1.6', + 'pretty_version' => 'v0.1.6', 'version' => '0.1.6.0', - 'reference' => '1357d1bec17ae91ef8d28c9c587defc8465bec5f', + 'reference' => '666a8c5758742745057634bfef459f18c39effee', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-calypsoify', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.6.1-alpha.1726669457', - 'version' => '0.6.1.0-alpha1726669457', - 'reference' => 'a353e9fe3a6d3f30b026d14a76b278abac42af23', + 'pretty_version' => 'v0.6.1', + 'version' => '0.6.1.0', + 'reference' => '2124f5965b9c303a7050f6b1dd451a9efc0aacb2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-classic-theme-helper', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-compat' => array( - 'pretty_version' => '3.0.2', + 'pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', - 'reference' => '0fd1a9bcd4f3532de15d0d85973313f8a298f1cc', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-config' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '2ffb8fcf2701484d02eea492d2aaaacdb4262d06', + 'reference' => '9f075c81bae6fd638e0b3183612cda5cc9e01e06', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '5.0.0-alpha.1727102804', - 'version' => '5.0.0.0-alpha1727102804', - 'reference' => 'b1b837e43b4f92558f77bc614af92cfd0ea480e4', + 'pretty_version' => 'v5.0.0', + 'version' => '5.0.0.0', + 'reference' => 'e0af8e7a561e9bc35fd3153e6235e20de0b78ac6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => 'c26004013d1931838d99e4b9c89fe3ff8357b1ee', + 'reference' => 'f6958c313a34c5e92171c45a57d9dc978e5975ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.5', + 'pretty_version' => 'v2.1.5', 'version' => '2.1.5.0', - 'reference' => '98c005e234ab4edf0d1d44a53ba80d3b9b38a5cf', + 'reference' => 'c86d7090ce66da372f3e5dee0c214dda1db9c47a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-google-analytics' => array( - 'pretty_version' => '0.2.4', + 'pretty_version' => 'v0.2.4', 'version' => '0.2.4.0', - 'reference' => 'fa0ef30a1b36137311b0e82e65552ae7c6aa47a5', + 'reference' => '27caad7d865d0a8ddb488b9d908ddd0c6e71ac43', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-google-analytics', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.3.0-alpha.1726864285', - 'version' => '0.3.0.0-alpha1726864285', - 'reference' => '61d8ba231e28adc5392b0d735dbe7fad91dcedde', + 'pretty_version' => 'v0.3.0', + 'version' => '0.3.0.0', + 'reference' => '1f19a627ba14335207cb989d850da1940a8a54c3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.22', - 'version' => '3.1.22.0', - 'reference' => 'f8b28949ed78b9f09aee4a90df20b6d3ec45a9e1', + 'pretty_version' => 'v3.1.23', + 'version' => '3.1.23.0', + 'reference' => 'c3e7003c653550ef50a63def3575a1764361ff8f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => 'f76ce6eb1ce454c0e2108977fb36d03d66724218', + 'reference' => '6047525955b12ac8654ac4544e0b79deaed31fa2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.9.2', - 'version' => '0.9.2.0', - 'reference' => 'b22405fa93d83f7dc502c85ec92e9aaf287eb1b5', + 'pretty_version' => 'v0.9.3', + 'version' => '0.9.3.0', + 'reference' => '360450485f0a6125bedcaf77b9d45a996de2fc16', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.64.0-alpha.1727106523', - 'version' => '5.64.0.0-alpha1727106523', - 'reference' => 'fee2dfc0ae974b6c2911549e3e04eeb059153179', + 'pretty_version' => 'v5.64.0', + 'version' => '5.64.0.0', + 'reference' => 'c5f0f188a27d52f5667bd2f6df2423dd6972624c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.2', + 'pretty_version' => 'v0.3.2', 'version' => '0.3.2.0', - 'reference' => '1fbd321c1da2d7aa16aa479b2e4ce440339613cb', + 'reference' => 'bdf70591123932112e447e295d7f174b5c0e3a44', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.10', - 'version' => '0.4.10.0', - 'reference' => '400d311f94b9dd3333c91667a11087d50fd24aaf', + 'pretty_version' => 'v0.4.11', + 'version' => '0.4.11.0', + 'reference' => '907a183097417c62e68971e0e76a568e65d0bfcb', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-post-list' => array( - 'pretty_version' => '0.6.3', + 'pretty_version' => 'v0.6.3', 'version' => '0.6.3.0', - 'reference' => '050872d2bdccd0b6482f5eb8ef7d5164dac3c1a8', + 'reference' => '66a90d6978e7e50f94204d9da3fa9f4a870d841d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-post-list', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '59fdb8b6bb60dc1e9e5dd8122a1945f1c3e80149', + 'reference' => '72457f3899c772529d26e83a44d6ffd6758a71fd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '1c7d0e06491be0ede54cd20e423b496b450587cf', + 'reference' => '32e45299a6ff93de0b1f4c71e6669f15917220fb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.3-alpha.1727102804', - 'version' => '0.13.3.0-alpha1727102804', - 'reference' => 'aa3631d99e38ca27c1466bc66274d1fe999d9c84', + 'pretty_version' => 'v0.13.3', + 'version' => '0.13.3.0', + 'reference' => '6153a0050ec6bb7655ae8dda3e6b6adf100a0ed4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.22.0', - 'version' => '0.22.0.0', - 'reference' => '05f7259cf4c06c2ab169a21569286af6531998ff', + 'pretty_version' => 'v0.22.1', + 'version' => '0.22.1.0', + 'reference' => 'f23423151ebfc52d7e29cefc065dcd684c9be042', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '4.0.1', - 'version' => '4.0.1.0', - 'reference' => '4d54962a4d97e44dca8f14343733a0b59f67f037', + 'pretty_version' => 'v4.0.2', + 'version' => '4.0.2.0', + 'reference' => '2e1ccecbffe61edc181b9581496502b71e55e539', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.13.0', - 'version' => '3.13.0.0', - 'reference' => '237f5225a162a5d42860ce3d8f62557f90cdd4d2', + 'pretty_version' => 'v3.13.1', + 'version' => '3.13.1.0', + 'reference' => '723b78a6eb24be8f7e9931f022bab4c77953dee5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.13.3', - 'version' => '0.13.3.0', - 'reference' => 'a5f2eb0f0ea4a4fdc5a72ddf658fade8bc8f4480', + 'pretty_version' => 'v0.13.4', + 'version' => '0.13.4.0', + 'reference' => '9f44069658596af596a58e3492694806bd3712ef', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(), diff --git a/wpcomsh.php b/wpcomsh.php index 1ebea3ca..92bacc44 100644 --- a/wpcomsh.php +++ b/wpcomsh.php @@ -2,14 +2,14 @@ /** * Plugin Name: WordPress.com Site Helper * Description: A helper for connecting WordPress.com sites to external host infrastructure. - * Version: 5.10.0-alpha + * Version: 5.10.0 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '5.10.0-alpha' ); +define( 'WPCOMSH_VERSION', '5.10.0' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );