diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e7b350..96a09b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,14 @@ # Changelog -## 5.8.0-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 5.8.0 - 2024-09-10 ### Changed -- Enable Users -> Profile (profile.php) on all sites -- SSO: Show wp-admin login form if site has local users -- Updated package dependencies. -- Update wc-calypso-bridge dependency to 2.6.0 +- Enable Users -> Profile (profile.php) on all sites [#39181] +- SSO: Show wp-admin login form if site has local users [#39139] +- Updated package dependencies. [#39288] +- Update wc-calypso-bridge dependency to 2.6.0 [#39313] ### Fixed -- Checks an array key before attempting to read it. +- Checks an array key before attempting to read it. [#39240] ## 5.7.0 - 2024-09-02 ### Added diff --git a/composer.json b/composer.json index 01f70802..e19951ff 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.62.0-alpha", + "automattic/jetpack-mu-wpcom": "^5.62.0", "tubalmartin/cssmin": "^4.1" }, "require-dev": { @@ -120,7 +120,7 @@ "composer/installers": true, "roots/wordpress-core-installer": true }, - "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha" + "autoloader-suffix": "26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0" }, "extra": { "mirror-repo": "Automattic/wpcom-site-helper", diff --git a/package.json b/package.json index b743f4f9..f12c54a7 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.8.0-alpha", + "version": "5.8.0", "bugs": { "url": "https://github.com/Automattic/jetpack/labels/[Plugin] Wpcomsh" }, diff --git a/vendor/autoload.php b/vendor/autoload.php index 3aa3993d..85417d32 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha::getLoader(); +return ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0::getLoader(); diff --git a/vendor/automattic/jetpack-blaze/src/class-dashboard.php b/vendor/automattic/jetpack-blaze/src/class-dashboard.php index dda0e85f..014dd4fc 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.10-alpha'; + const PACKAGE_VERSION = '0.22.10'; /** * List of dependencies needed to render the dashboard in wp-admin. diff --git a/vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php b/vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php index d8b70938..c122ee86 100644 --- a/vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php +++ b/vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php @@ -15,7 +15,7 @@ */ class Jetpack_Calypsoify { - const PACKAGE_VERSION = '0.1.6-alpha'; + const PACKAGE_VERSION = '0.1.6'; /** * Singleton instance of `Jetpack_Calypsoify`. 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 31f84bd0..8b230e3d 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.5.6-alpha'; + const PACKAGE_VERSION = '0.5.6'; /** * Modules to include. diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index f070d53e..9d06e566 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 = '4.0.2-alpha'; + const PACKAGE_VERSION = '4.0.2'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-google-analytics/src/class-ga-manager.php b/vendor/automattic/jetpack-google-analytics/src/class-ga-manager.php index 58783eb6..be882f0f 100644 --- a/vendor/automattic/jetpack-google-analytics/src/class-ga-manager.php +++ b/vendor/automattic/jetpack-google-analytics/src/class-ga-manager.php @@ -18,7 +18,7 @@ */ class GA_Manager { - const PACKAGE_VERSION = '0.2.4-alpha'; + const PACKAGE_VERSION = '0.2.4'; /** * Jetpack_Google_Analytics singleton instance. diff --git a/vendor/automattic/jetpack-jitm/src/class-jitm.php b/vendor/automattic/jetpack-jitm/src/class-jitm.php index 2c1ab6db..e5767b20 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-alpha'; + const PACKAGE_VERSION = '3.1.22'; /** * 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 21c56938..b44bb11c 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.1-alpha'; + const PACKAGE_VERSION = '0.9.1'; /** * 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 9b498985..282a5a1e 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.62.0-alpha'; + const PACKAGE_VERSION = '5.62.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index 002c63cb..51b2d0cb 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-alpha'; + const PACKAGE_VERSION = '0.13.3'; /** * The cron event hook for the scheduled plugins update. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 8e2b767a..59763e7d 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_8_0_alpha +class ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_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 e6084226..b6047ac5 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha +class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -521,9 +521,9 @@ class ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit26841ac2064774301cbe06d174833bfc_wpcomshⓥ5_8_0::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 9ebcdc78..9168609d 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": "932df568dd9f7d423bbc5cb4eba5157255cb88d3" + "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": "8d02bca41af0a31192a8b0d9c10ccc256b969a67" + "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-alpha.1725911387", - "version_normalized": "2.3.8.0-alpha1725911387", + "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": "363b86c918e5ea91868f915a1e2092baf123c830" + "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,44 +236,34 @@ "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.10-alpha.1725911387", - "version_normalized": "0.22.10.0-alpha1725911387", + "version": "v0.22.10", + "version_normalized": "0.22.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "95a3596facd6700b1bb2155d0c758b5d470fd51c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "3bd4dce536bc02d0bb5c7fae2dc58e0c8b174fbd" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/95a3596facd6700b1bb2155d0c758b5d470fd51c", + "reference": "95a3596facd6700b1bb2155d0c758b5d470fd51c", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8-alpha", - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-assets": "^2.3.8", + "automattic/jetpack-connection": "^4.0.2", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-redirect": "^2.0.4", @@ -288,6 +279,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:47+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.10" }, "install-path": "../automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "6ca8430166298e035cbfb86a59561277cc95f49a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596", + "reference": "3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596", + "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-08-23T14:28:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -381,40 +357,33 @@ "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.5" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.6-alpha.1725911387", - "version_normalized": "0.1.6.0-alpha1725911387", + "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": "6fcef839e822384d194e7b8b907c543f9c5725cf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/666a8c5758742745057634bfef459f18c39effee", + "reference": "666a8c5758742745057634bfef459f18c39effee", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8-alpha", + "automattic/jetpack-assets": "^2.3.8", "automattic/jetpack-status": "^4.0.1", "php": ">=7.0" }, @@ -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,40 +416,33 @@ "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.5.6-alpha.1725911387", - "version_normalized": "0.5.6.0-alpha1725911387", + "version": "v0.5.6", + "version_normalized": "0.5.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "948fde6b4c0c77e5c66e412aabc77428f35d8e5a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "754cad6ffb5e94601543adcab6bece35cf5b8637" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/948fde6b4c0c77e5c66e412aabc77428f35d8e5a", + "reference": "948fde6b4c0c77e5c66e412aabc77428f35d8e5a", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8-alpha", + "automattic/jetpack-assets": "^2.3.8", "php": ">=7.0" }, "require-dev": { @@ -490,6 +453,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:12+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.5.6" }, "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": "f1b3868c71b55b8a0666f80c08b02f6fc2fe821f" + "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": "4ef64ae7566a9ddaaca47ad4c90d6e248a9c2b43" + "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,28 +606,35 @@ "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": "4.0.2-alpha.1725911387", - "version_normalized": "4.0.2.0-alpha1725911387", + "version": "v4.0.2", + "version_normalized": "4.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "c971890cf8a24a0de560bf50c5a790e7e6b87080" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "f8901b6bcca75a98e8617335490df2c89bee8ee8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/c971890cf8a24a0de560bf50c5a790e7e6b87080", + "reference": "c971890cf8a24a0de560bf50c5a790e7e6b87080", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", "automattic/jetpack-admin-ui": "^0.4.5", - "automattic/jetpack-assets": "^2.3.8-alpha", + "automattic/jetpack-assets": "^2.3.8", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-roles": "^2.0.3", @@ -683,6 +650,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:19+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/v4.0.2" }, "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": "e44220a9a7cd75e43f32037bab069bcc17657c77" + "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.4", + "version": "v2.1.4", "version_normalized": "2.1.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "a59d71b55184bfd67a5b43f2df62c74ea6154b05" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "9378134a05eea378e672d16814abf588f8157588" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/a59d71b55184bfd67a5b43f2df62c74ea6154b05", + "reference": "a59d71b55184bfd67a5b43f2df62c74ea6154b05", + "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-08-23T14:28:19+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.4" }, "install-path": "../automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-google-analytics", - "version": "0.2.4-alpha.1725567801", - "version_normalized": "0.2.4.0-alpha1725567801", + "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": "39135aa9560dbbe5d191194e2f3b2ae536d55241" + "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.2.3", + "version": "v0.2.3", "version_normalized": "0.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "f7a42b1603a24775c6f20eef2ac5cba3d6b37194" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "384a8f9a2e24f6c808ee287b18b4c6e87c2b75ff" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/f7a42b1603a24775c6f20eef2ac5cba3d6b37194", + "reference": "f7a42b1603a24775c6f20eef2ac5cba3d6b37194", + "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-08-23T14:28:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -964,36 +908,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 for working with IP addresses.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.3" }, "install-path": "../automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.22-alpha.1725911387", - "version_normalized": "3.1.22.0-alpha1725911387", + "version": "v3.1.22", + "version_normalized": "3.1.22.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "4299c77b59e9fec8ba27b78a6f6268dad650d3a3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "6b6e154a4daca3a68d18f7a85b3ffd3b4ae24e55" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/4299c77b59e9fec8ba27b78a6f6268dad650d3a3", + "reference": "4299c77b59e9fec8ba27b78a6f6268dad650d3a3", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", - "automattic/jetpack-assets": "^2.3.8-alpha", - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-assets": "^2.3.8", + "automattic/jetpack-connection": "^4.0.2", "automattic/jetpack-device-detection": "^2.1.4", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-redirect": "^2.0.4", @@ -1008,6 +951,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:42+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.22" }, "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": "f5736f41fb1e41bb1fd287e6cf5c1df4cfee623c" + "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,39 +1026,38 @@ "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.1-alpha.1725911387", - "version_normalized": "0.9.1.0-alpha1725911387", + "version": "v0.9.1", + "version_normalized": "0.9.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "b8f1259180a772fd267e49621aba2ed0a8072709" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "d967c7a3c4522a35c41b4943c3941f202461e046" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/b8f1259180a772fd267e49621aba2ed0a8072709", + "reference": "b8f1259180a772fd267e49621aba2ed0a8072709", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8-alpha", - "automattic/jetpack-blaze": "^0.22.10-alpha", + "automattic/jetpack-assets": "^2.3.8", + "automattic/jetpack-blaze": "^0.22.10", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-connection": "^4.0.2", "automattic/jetpack-device-detection": "^2.1.4", - "automattic/jetpack-jitm": "^3.1.22-alpha", + "automattic/jetpack-jitm": "^3.1.22", "automattic/jetpack-logo": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-status": "^4.0.1", @@ -1140,6 +1073,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:54+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.1" }, "install-path": "../automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.62.0-alpha.1725911387", - "version_normalized": "5.62.0.0-alpha1725911387", + "version": "v5.62.0", + "version_normalized": "5.62.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "75986e6bb72c805f7430153586a29ad7fb7e904a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "02f8c97c8a9b85e6b65b63afa07124b08f8ad3ec" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/75986e6bb72c805f7430153586a29ad7fb7e904a", + "reference": "75986e6bb72c805f7430153586a29ad7fb7e904a", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8-alpha", + "automattic/jetpack-assets": "^2.3.8", "automattic/jetpack-blocks": "^2.0.5", - "automattic/jetpack-calypsoify": "^0.1.6-alpha", - "automattic/jetpack-classic-theme-helper": "^0.5.6-alpha", + "automattic/jetpack-calypsoify": "^0.1.6", + "automattic/jetpack-classic-theme-helper": "^0.5.6", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^4.0.2-alpha", - "automattic/jetpack-google-analytics": "^0.2.4-alpha", - "automattic/jetpack-masterbar": "^0.9.1-alpha", + "automattic/jetpack-connection": "^4.0.2", + "automattic/jetpack-google-analytics": "^0.2.4", + "automattic/jetpack-masterbar": "^0.9.1", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-stats-admin": "^0.21.2", "automattic/jetpack-status": "^4.0.1", - "automattic/scheduled-updates": "^0.13.3-alpha", + "automattic/scheduled-updates": "^0.13.3", "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-10T11:23:00+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.62.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": "a31b30914f7f615de5a9a221717b0c368ef4a117" + "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": "v0.4.10", "version_normalized": "0.4.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "4611e943c7851eade1b57f6f557325d675c5edef" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "6b98a1dfdc8036a3f465caf7fcc5f22f1966bad7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/4611e943c7851eade1b57f6f557325d675c5edef", + "reference": "4611e943c7851eade1b57f6f557325d675c5edef", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-connection": "^4.0.0", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.6", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.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-05T19:34:44+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.10" }, "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": "81d585c2c0f8c7b723e403e20da21f33bb7ff59d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.8-alpha", + "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": "3e2f33bd436ed62bce6fd3f45e517d938217c040" + "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": "988cb32a4f2cbda50d1338c054417d976af44e53" + "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.2", + "version": "v0.13.2", "version_normalized": "0.13.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "d70a5bdf130e18f3e393fae344dc5f7004766e59" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "19f5adf8c25ac71cf5085340b3f198747fd44c02" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/d70a5bdf130e18f3e393fae344dc5f7004766e59", + "reference": "d70a5bdf130e18f3e393fae344dc5f7004766e59", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-connection": "^4.0.0", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-status": "^4.0.1", + "automattic/jetpack-status": "^4.0.0", "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-05T19:34:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1621,42 +1506,35 @@ "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.2" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.21.2", + "version": "v0.21.2", "version_normalized": "0.21.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "7822abee33b2a5e5f3f9bdec0cbac2ef70c4b753" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "5287ca27f2c44c160a32d7784e4ab37150b4025a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/7822abee33b2a5e5f3f9bdec0cbac2ef70c4b753", + "reference": "7822abee33b2a5e5f3f9bdec0cbac2ef70c4b753", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-connection": "^4.0.1", "automattic/jetpack-constants": "^2.0.4", - "automattic/jetpack-jitm": "^3.1.22-alpha", + "automattic/jetpack-jitm": "^3.1.21", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-stats": "^0.13.2", "automattic/jetpack-status": "^4.0.1", @@ -1670,6 +1548,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-09T17:48:13+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.21.2" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "4.0.1", + "version": "v4.0.1", "version_normalized": "4.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "7175788be67f91a7e26d0d216afd81372ace0027" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "f67c61df607485eda422c8cb9edb3d386cd5789a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/7175788be67f91a7e26d0d216afd81372ace0027", + "reference": "7175788be67f91a7e26d0d216afd81372ace0027", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1741,6 +1607,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-06T15:32:09+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1764,34 +1631,33 @@ "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.1" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.11.0", + "version": "v3.11.0", "version_normalized": "3.11.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "2f7330bffadbe62b44b4b1d22766d00547179ea9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "11074cfa7ea8f7be36e4bd1726a1275ba8143445" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/2f7330bffadbe62b44b4b1d22766d00547179ea9", + "reference": "2f7330bffadbe62b44b4b1d22766d00547179ea9", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-connection": "^4.0.1", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-ip": "^0.2.3", "automattic/jetpack-password-checker": "^0.3.2", @@ -1809,6 +1675,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-09T17:48:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1836,40 +1703,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": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.11.0" }, "install-path": "../automattic/jetpack-sync" }, { "name": "automattic/scheduled-updates", - "version": "0.13.3-alpha.1725543676", - "version_normalized": "0.13.3.0-alpha1725543676", + "version": "v0.13.3", + "version_normalized": "0.13.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "6d784072f7678614553733a88151871b5bf24bfd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "e6ef5b6d55aa8f924da41c6edb8d64c361088d68" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/6d784072f7678614553733a88151871b5bf24bfd", + "reference": "6d784072f7678614553733a88151871b5bf24bfd", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^4.0.2-alpha", + "automattic/jetpack-connection": "^4.0.2", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.10", "automattic/jetpack-status": "^4.0.1", @@ -1885,6 +1745,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-09-10T11:22:37+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.3" }, "install-path": "../automattic/scheduled-updates" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 6f7a2b61..1c8e54ad 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' => '932df568dd9f7d423bbc5cb4eba5157255cb88d3', + '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' => '8d02bca41af0a31192a8b0d9c10ccc256b969a67', + '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-alpha.1725911387', - 'version' => '2.3.8.0-alpha1725911387', - 'reference' => '363b86c918e5ea91868f915a1e2092baf123c830', + 'pretty_version' => 'v2.3.8', + 'version' => '2.3.8.0', + 'reference' => '3ddaff78c82ed7663b61961356585061dbb3410a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.22.10-alpha.1725911387', - 'version' => '0.22.10.0-alpha1725911387', - 'reference' => '3bd4dce536bc02d0bb5c7fae2dc58e0c8b174fbd', + 'pretty_version' => 'v0.22.10', + 'version' => '0.22.10.0', + 'reference' => '95a3596facd6700b1bb2155d0c758b5d470fd51c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => '6ca8430166298e035cbfb86a59561277cc95f49a', + 'reference' => '3ceb140bf5f4262bcd6ed9d3fb8fe9f09f0f2596', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-calypsoify' => array( - 'pretty_version' => '0.1.6-alpha.1725911387', - 'version' => '0.1.6.0-alpha1725911387', - 'reference' => '6fcef839e822384d194e7b8b907c543f9c5725cf', + 'pretty_version' => 'v0.1.6', + 'version' => '0.1.6.0', + '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.5.6-alpha.1725911387', - 'version' => '0.5.6.0-alpha1725911387', - 'reference' => '754cad6ffb5e94601543adcab6bece35cf5b8637', + 'pretty_version' => 'v0.5.6', + 'version' => '0.5.6.0', + 'reference' => '948fde6b4c0c77e5c66e412aabc77428f35d8e5a', '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' => 'f1b3868c71b55b8a0666f80c08b02f6fc2fe821f', + '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' => '4ef64ae7566a9ddaaca47ad4c90d6e248a9c2b43', + 'reference' => '9f075c81bae6fd638e0b3183612cda5cc9e01e06', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '4.0.2-alpha.1725911387', - 'version' => '4.0.2.0-alpha1725911387', - 'reference' => 'f8901b6bcca75a98e8617335490df2c89bee8ee8', + 'pretty_version' => 'v4.0.2', + 'version' => '4.0.2.0', + 'reference' => 'c971890cf8a24a0de560bf50c5a790e7e6b87080', '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' => 'e44220a9a7cd75e43f32037bab069bcc17657c77', + '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.4', + 'pretty_version' => 'v2.1.4', 'version' => '2.1.4.0', - 'reference' => '9378134a05eea378e672d16814abf588f8157588', + 'reference' => 'a59d71b55184bfd67a5b43f2df62c74ea6154b05', '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-alpha.1725567801', - 'version' => '0.2.4.0-alpha1725567801', - 'reference' => '39135aa9560dbbe5d191194e2f3b2ae536d55241', + 'pretty_version' => 'v0.2.4', + 'version' => '0.2.4.0', + 'reference' => '27caad7d865d0a8ddb488b9d908ddd0c6e71ac43', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-google-analytics', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.3', + 'pretty_version' => 'v0.2.3', 'version' => '0.2.3.0', - 'reference' => '384a8f9a2e24f6c808ee287b18b4c6e87c2b75ff', + 'reference' => 'f7a42b1603a24775c6f20eef2ac5cba3d6b37194', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.22-alpha.1725911387', - 'version' => '3.1.22.0-alpha1725911387', - 'reference' => '6b6e154a4daca3a68d18f7a85b3ffd3b4ae24e55', + 'pretty_version' => 'v3.1.22', + 'version' => '3.1.22.0', + 'reference' => '4299c77b59e9fec8ba27b78a6f6268dad650d3a3', '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' => 'f5736f41fb1e41bb1fd287e6cf5c1df4cfee623c', + 'reference' => '6047525955b12ac8654ac4544e0b79deaed31fa2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.9.1-alpha.1725911387', - 'version' => '0.9.1.0-alpha1725911387', - 'reference' => 'd967c7a3c4522a35c41b4943c3941f202461e046', + 'pretty_version' => 'v0.9.1', + 'version' => '0.9.1.0', + 'reference' => 'b8f1259180a772fd267e49621aba2ed0a8072709', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.62.0-alpha.1725911387', - 'version' => '5.62.0.0-alpha1725911387', - 'reference' => '02f8c97c8a9b85e6b65b63afa07124b08f8ad3ec', + 'pretty_version' => 'v5.62.0', + 'version' => '5.62.0.0', + 'reference' => '75986e6bb72c805f7430153586a29ad7fb7e904a', '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' => 'a31b30914f7f615de5a9a221717b0c368ef4a117', + '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', + 'pretty_version' => 'v0.4.10', 'version' => '0.4.10.0', - 'reference' => '6b98a1dfdc8036a3f465caf7fcc5f22f1966bad7', + 'reference' => '4611e943c7851eade1b57f6f557325d675c5edef', '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' => '81d585c2c0f8c7b723e403e20da21f33bb7ff59d', + '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' => '3e2f33bd436ed62bce6fd3f45e517d938217c040', + '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' => '988cb32a4f2cbda50d1338c054417d976af44e53', + 'reference' => '32e45299a6ff93de0b1f4c71e6669f15917220fb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.2', + 'pretty_version' => 'v0.13.2', 'version' => '0.13.2.0', - 'reference' => '19f5adf8c25ac71cf5085340b3f198747fd44c02', + 'reference' => 'd70a5bdf130e18f3e393fae344dc5f7004766e59', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.21.2', + 'pretty_version' => 'v0.21.2', 'version' => '0.21.2.0', - 'reference' => '5287ca27f2c44c160a32d7784e4ab37150b4025a', + 'reference' => '7822abee33b2a5e5f3f9bdec0cbac2ef70c4b753', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '4.0.1', + 'pretty_version' => 'v4.0.1', 'version' => '4.0.1.0', - 'reference' => 'f67c61df607485eda422c8cb9edb3d386cd5789a', + 'reference' => '7175788be67f91a7e26d0d216afd81372ace0027', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.11.0', + 'pretty_version' => 'v3.11.0', 'version' => '3.11.0.0', - 'reference' => '11074cfa7ea8f7be36e4bd1726a1275ba8143445', + 'reference' => '2f7330bffadbe62b44b4b1d22766d00547179ea9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.13.3-alpha.1725543676', - 'version' => '0.13.3.0-alpha1725543676', - 'reference' => 'e6ef5b6d55aa8f924da41c6edb8d64c361088d68', + 'pretty_version' => 'v0.13.3', + 'version' => '0.13.3.0', + 'reference' => '6d784072f7678614553733a88151871b5bf24bfd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(), diff --git a/wpcomsh.php b/wpcomsh.php index 67dd3d60..0261d45c 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.8.0-alpha + * Version: 5.8.0 * Author: Automattic * Author URI: http://automattic.com/ * * @package wpcomsh */ -define( 'WPCOMSH_VERSION', '5.8.0-alpha' ); +define( 'WPCOMSH_VERSION', '5.8.0' ); // If true, Typekit fonts will be available in addition to Google fonts add_filter( 'jetpack_fonts_enable_typekit', '__return_true' );