From a79669e65f2e3ceee48c0ccaf2cd16217143ac4d Mon Sep 17 00:00:00 2001 From: DustyReagan Date: Thu, 6 Jun 2024 15:19:54 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9403464249 Upstream-Ref: Automattic/jetpack@007fbec86e3ce5055cd7af46650b69b329de89b6 --- CHANGELOG.md | 6 +- composer.json | 5 +- composer.lock | 918 ++++++++---------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-a8c-mc-stats/composer.json | 2 +- .../automattic/jetpack-admin-ui/composer.json | 4 +- .../automattic/jetpack-blocks/composer.json | 2 +- .../jetpack-calypsoify/CHANGELOG.md | 11 +- .../src/class-jetpack-calypsoify.php | 2 +- .../jetpack-classic-theme-helper/CHANGELOG.md | 11 +- .../src/class-classic-theme-helper.php | 2 +- .../automattic/jetpack-compat/composer.json | 2 +- .../jetpack-connection/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- .../jetpack-device-detection/composer.json | 2 +- vendor/automattic/jetpack-ip/composer.json | 2 +- vendor/automattic/jetpack-jitm/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 17 +- .../automattic/jetpack-mu-wpcom/composer.json | 6 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../jetpack-password-checker/composer.json | 2 +- vendor/automattic/jetpack-plans/composer.json | 6 +- .../automattic/jetpack-redirect/composer.json | 4 +- vendor/automattic/jetpack-roles/composer.json | 2 +- .../jetpack-stats-admin/composer.json | 8 +- vendor/automattic/jetpack-stats/composer.json | 8 +- vendor/automattic/jetpack-sync/composer.json | 2 +- .../scheduled-updates/composer.json | 8 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 827 +++++++--------- vendor/composer/installed.php | 100 +- 34 files changed, 871 insertions(+), 1123 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf8b34e..eebec5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.1.30-alpha - unreleased - -This is an alpha version! The changes listed here are not final. +## 2.1.30 - 2024-06-06 +### Changed +- Internal updates. ## 2.1.29 - 2024-06-03 ### Changed diff --git a/composer.json b/composer.json index 1b5b28e0..5446b6b8 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-mu-wpcom": "^5.34.0-alpha" + "automattic/jetpack-mu-wpcom": "^5.34.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", @@ -23,6 +23,7 @@ "@composer phpunit" ] }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -37,6 +38,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30" } } diff --git a/composer.lock b/composer.lock index 66dd7b0c..4a715963 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,27 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a765bddb3a781e44ecd2fd4848027198", + "content-hash": "3e23a3682fa7c6080ae720c330dde1bc", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.1", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "a0cd8b4d5add8fe7147e0d64165c121c6c3c8403" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -40,36 +46,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "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.1" + }, + "time": "2024-03-12T22:00:11+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.2", + "version": "v0.4.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "93701228eab05a351c2653647c9eb8f8aadc1eee" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", - "automattic/jetpack-logo": "^2.0.3", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -96,35 +102,29 @@ "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.2" + }, + "time": "2024-04-22T18:47:32+00:00" }, { "name": "automattic/jetpack-assets", - "version": "2.1.12", + "version": "v2.1.12", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "229b447156dfdc8c3fcc84443feeb0ee36258b0f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "b031d7005d648140f8a69dc72e9d4d9508b3449b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/229b447156dfdc8c3fcc84443feeb0ee36258b0f", + "reference": "229b447156dfdc8c3fcc84443feeb0ee36258b0f", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", @@ -159,41 +159,32 @@ "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.1.12" + }, + "time": "2024-06-05T05:36:02+00:00" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.4", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "c0e694d1cb66603cbf1ce1663ae1fefd91311f17" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-constants": "^2.0.2", "php": ">=7.0" }, "require-dev": { @@ -221,35 +212,29 @@ "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.4" + }, + "time": "2024-05-20T18:04:07+00:00" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.1-alpha.1717596641", + "version": "v0.1.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "19cc855c78b806503edb6e3b0b4183405d22fc97" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "8037724933fb9e89e9c3b154d24a2b74f09a36d9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/19cc855c78b806503edb6e3b0b4183405d22fc97", + "reference": "19cc855c78b806503edb6e3b0b4183405d22fc97", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.12", @@ -283,35 +268,29 @@ "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.1" + }, + "time": "2024-06-06T15:12:39+00:00" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.2.1-alpha.1717527714", + "version": "v0.2.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "4aa4bdef090bce43d4143eab4e3bc887dd354763" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "939370bf29f8a82d6810dfb2d5b30e006e9d13cb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/4aa4bdef090bce43d4143eab4e3bc887dd354763", + "reference": "4aa4bdef090bce43d4143eab4e3bc887dd354763", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.12", @@ -345,47 +324,35 @@ "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.2.1" + }, + "time": "2024-06-06T15:12:40+00:00" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "13cbde9620e68c4eed510e84854152bc80f1bf6b" + "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.4" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -402,21 +369,29 @@ "dev-trunk": "3.0.x-dev" } }, + "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" + }, + "time": "2024-04-25T07:24:07+00:00" }, { "name": "automattic/jetpack-connection", - "version": "2.9.3-alpha.1717684368", + "version": "v2.9.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "047cad7500ea3902a5895a969c56a4380a49d08e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "8704b62f590953f520ab804774fcaa2b505a3ee6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/047cad7500ea3902a5895a969c56a4380a49d08e", + "reference": "047cad7500ea3902a5895a969c56a4380a49d08e", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -466,41 +441,29 @@ "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/v2.9.3" + }, + "time": "2024-06-06T15:12:43+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.3", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "151c62750f0a2aa97bfeff67777d032bd026257f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f5da87d3b7f80411b77aa58a7355733ea72295aa", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa", + "shasum": "" }, "require": { "php": ">=7.0" @@ -529,35 +492,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.3" + }, + "time": "2024-05-29T09:44:58+00:00" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "b9770b8474b5199624e0e09dc40f66ed0ee04391" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -579,35 +542,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A 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.3" + }, + "time": "2024-04-08T18:32:53+00:00" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "4af6ec61547b28b57399c68f182d8bc6860f2181" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -634,34 +597,34 @@ "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.2" + }, + "time": "2024-03-12T22:00:05+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.12", + "version": "v3.1.12", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "0ecf88b9067d9b17125eff92aa67dce1aa72a99f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "87ea23518216838168de28a36e21cd825c6fef57" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/0ecf88b9067d9b17125eff92aa67dce1aa72a99f", + "reference": "0ecf88b9067d9b17125eff92aa67dce1aa72a99f", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.12", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.2", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.3", "automattic/jetpack-redirect": "^2.0.2", @@ -696,39 +659,29 @@ "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.12" + }, + "time": "2024-06-05T05:36:27+00:00" }, { "name": "automattic/jetpack-logo", - "version": "2.0.3", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "d8b9d97d0fec516be3686dde85ddf747a938e214" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "shasum": "" }, "require": { "php": ">=7.0" @@ -756,37 +709,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.3" + }, + "time": "2024-05-20T18:03:57+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.34.0-alpha.1717684155", + "version": "v5.34.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "571e2d4b28becd18f55f735b17d761008c73a446" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "b2b0222080f05f61ea129545bafbce645aec66f8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/571e2d4b28becd18f55f735b17d761008c73a446", + "reference": "571e2d4b28becd18f55f735b17d761008c73a446", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.12", "automattic/jetpack-blocks": "^2.0.4", - "automattic/jetpack-calypsoify": "^0.1.1-alpha", - "automattic/jetpack-classic-theme-helper": "^0.2.1-alpha", + "automattic/jetpack-calypsoify": "^0.1.1", + "automattic/jetpack-classic-theme-helper": "^0.2.1", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.3", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.2", "automattic/jetpack-status": "^3.2.3", @@ -821,47 +774,35 @@ "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.34.0" + }, + "time": "2024-06-06T15:13:09+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "56ec9308ca968fb1021e0dbc3b4a85ae446d2e2b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -885,43 +826,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": "Password Checker.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1" + }, + "time": "2024-03-14T20:42:38+00:00" }, { "name": "automattic/jetpack-plans", - "version": "0.4.7", + "version": "v0.4.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "f953529dd45700aa8e15184a55723910f611ecf8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.7.6", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -944,48 +879,36 @@ "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.7" + }, + "time": "2024-05-06T17:33:52+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "42df81a23de7e503a85758dbb7b9fea1387b540d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1008,35 +931,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 to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" + }, + "time": "2024-04-25T07:24:30+00:00" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "95db7ada71775ef8795bba8a006851089f006a71" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1059,38 +982,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": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.2" + }, + "time": "2024-04-22T18:47:11+00:00" }, { "name": "automattic/jetpack-stats", - "version": "0.12.5", + "version": "v0.12.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "60f17bf575ecef4b5b594ccb67a443c900d3b848" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-connection": "^2.7.6", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-status": "^3.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.3", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1117,43 +1040,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": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.12.5" + }, + "time": "2024-05-06T17:33:54+00:00" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.19.2", + "version": "v0.19.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "b352c0f5e11e5e8f5cdef0a38f32d94473d005ea" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "63983dd7a3d706693852f1ad2065c05d1e7e5aaf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/b352c0f5e11e5e8f5cdef0a38f32d94473d005ea", + "reference": "b352c0f5e11e5e8f5cdef0a38f32d94473d005ea", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-jitm": "^3.1.12", + "automattic/jetpack-connection": "^2.8.3", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-jitm": "^3.1.11", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.12.5", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-status": "^3.1.0", "php": ">=7.0" }, "require-dev": { @@ -1181,41 +1098,29 @@ "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.19.2" + }, + "time": "2024-05-20T18:04:46+00:00" }, { "name": "automattic/jetpack-status", - "version": "3.2.3", + "version": "v3.2.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "68ef160427e949f1d03ab17063b6c69aab1aa4e7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f", + "reference": "62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", @@ -1255,32 +1160,32 @@ "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/v3.2.3" + }, + "time": "2024-06-03T14:01:32+00:00" }, { "name": "automattic/jetpack-sync", - "version": "3.0.2", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "d88437d282d493f919e656cda3259f3c761d9036" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "218b5437106abe200418410ffa7e5758ae8a0204" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/d88437d282d493f919e656cda3259f3c761d9036", + "reference": "d88437d282d493f919e656cda3259f3c761d9036", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.1", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-password-checker": "^0.3.1", @@ -1324,42 +1229,36 @@ "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.0.2" + }, + "time": "2024-06-04T16:28:48+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.13.0", + "version": "v0.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "57e7b707cac290dcb3ae5cc3e801306b7dd5216d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/414c789a7e98e764d46572a2c0134ccc393e7769", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-connection": "^2.8.5", + "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", - "automattic/jetpack-status": "^3.2.3", - "automattic/jetpack-sync": "^3.0.2", + "automattic/jetpack-status": "^3.2.0", + "automattic/jetpack-sync": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -1391,37 +1290,31 @@ "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.0" + }, + "time": "2024-05-27T13:59:39+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.4", + "version": "v4.2.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "9577750f8269250ef56387a69d00fe807796d198" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "5ad41d5efb35b40eea6f201497dac162ca45c9ee" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/9577750f8269250ef56387a69d00fe807796d198", + "reference": "9577750f8269250ef56387a69d00fe807796d198", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1451,30 +1344,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" - } - }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -1485,9 +1359,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.4" + }, + "time": "2024-05-20T14:51:09+00:00" }, { "name": "doctrine/instantiator", @@ -4053,10 +3928,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-mu-wpcom": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/mu-wpcom-plugin.php b/mu-wpcom-plugin.php index 3f7febbf..4068c9d0 100644 --- a/mu-wpcom-plugin.php +++ b/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.30-alpha + * Version: 2.1.30 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index 8134a84a..dd651dba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.30-alpha", + "version": "2.1.30", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { diff --git a/vendor/autoload.php b/vendor/autoload.php index b2b4566e..85a8b2b2 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30::getLoader(); diff --git a/vendor/automattic/jetpack-a8c-mc-stats/composer.json b/vendor/automattic/jetpack-a8c-mc-stats/composer.json index 0cc9b12e..27b72455 100644 --- a/vendor/automattic/jetpack-a8c-mc-stats/composer.json +++ b/vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-admin-ui/composer.json b/vendor/automattic/jetpack-admin-ui/composer.json index 5ab2ef19..bd8028f7 100644 --- a/vendor/automattic/jetpack-admin-ui/composer.json +++ b/vendor/automattic/jetpack-admin-ui/composer.json @@ -8,8 +8,8 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4", - "automattic/jetpack-logo": "^2.0.3", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/vendor/automattic/jetpack-blocks/composer.json b/vendor/automattic/jetpack-blocks/composer.json index 4c5bae22..782e0af0 100644 --- a/vendor/automattic/jetpack-blocks/composer.json +++ b/vendor/automattic/jetpack-blocks/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-constants": "^2.0.3" + "automattic/jetpack-constants": "^2.0.2" }, "require-dev": { "automattic/wordbless": "dev-master", diff --git a/vendor/automattic/jetpack-calypsoify/CHANGELOG.md b/vendor/automattic/jetpack-calypsoify/CHANGELOG.md index 5bba825f..b9a77dc0 100644 --- a/vendor/automattic/jetpack-calypsoify/CHANGELOG.md +++ b/vendor/automattic/jetpack-calypsoify/CHANGELOG.md @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.1] - 2024-06-06 ### Added -- Calypsoify: Deprecating functions no longer in use +- Calypsoify: Deprecating functions no longer in use [#37453] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37669] ## 0.1.0 - 2024-05-27 ### Added @@ -24,4 +21,4 @@ This is an alpha version! The changes listed here are not final. - Calypsoify: Load feature from the Calypsoify package. [#37375] - Updated package dependencies. [#37379] -[0.1.1-alpha]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.0...v0.1.1-alpha +[0.1.1]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.0...v0.1.1 diff --git a/vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php b/vendor/automattic/jetpack-calypsoify/src/class-jetpack-calypsoify.php index 1de0c0bd..eb84e5fe 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.1-alpha'; + const PACKAGE_VERSION = '0.1.1'; /** * Singleton instance of `Jetpack_Calypsoify`. diff --git a/vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md b/vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md index 950d10d0..5df55a8b 100644 --- a/vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md +++ b/vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.1] - 2024-06-06 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37669] ### Fixed -- Classic Theme Helper: Added dist folder to gitattributes so mirror repo picks it. +- Classic Theme Helper: Added dist folder to gitattributes so mirror repo picks it. [#37677] ## [0.2.0] - 2024-05-27 ### Added @@ -28,5 +25,5 @@ This is an alpha version! The changes listed here are not final. ### Changed - Add wordpress folder on gitignore. [#37177] -[0.2.1-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.2.0...v0.2.1-alpha +[0.2.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.1.0...v0.2.0 diff --git a/vendor/automattic/jetpack-classic-theme-helper/src/class-classic-theme-helper.php b/vendor/automattic/jetpack-classic-theme-helper/src/class-classic-theme-helper.php index bbd5e7a8..c8e0581a 100644 --- a/vendor/automattic/jetpack-classic-theme-helper/src/class-classic-theme-helper.php +++ b/vendor/automattic/jetpack-classic-theme-helper/src/class-classic-theme-helper.php @@ -12,7 +12,7 @@ */ class Classic_Theme_Helper { - const PACKAGE_VERSION = '0.2.1-alpha'; + const PACKAGE_VERSION = '0.2.1'; /** * Modules to include. diff --git a/vendor/automattic/jetpack-compat/composer.json b/vendor/automattic/jetpack-compat/composer.json index 759e65e9..6c93fcc9 100644 --- a/vendor/automattic/jetpack-compat/composer.json +++ b/vendor/automattic/jetpack-compat/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-connection/CHANGELOG.md b/vendor/automattic/jetpack-connection/CHANGELOG.md index dfae56bc..c6bf2775 100644 --- a/vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.9.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.9.3] - 2024-06-06 ### Added -- Add mechanism to track previously working plugins +- Add mechanism to track previously working plugins [#37537] ## [2.9.2] - 2024-06-05 ### Changed @@ -1107,7 +1104,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[2.9.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.9.2...v2.9.3-alpha +[2.9.3]: https://github.com/Automattic/jetpack-connection/compare/v2.9.2...v2.9.3 [2.9.2]: https://github.com/Automattic/jetpack-connection/compare/v2.9.1...v2.9.2 [2.9.1]: https://github.com/Automattic/jetpack-connection/compare/v2.9.0...v2.9.1 [2.9.0]: https://github.com/Automattic/jetpack-connection/compare/v2.8.6...v2.9.0 diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index e9ff6b9c..272ceb09 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 = '2.9.3-alpha'; + const PACKAGE_VERSION = '2.9.3'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 734e16d5..12aa1e91 100644 --- a/vendor/automattic/jetpack-device-detection/composer.json +++ b/vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4" + "automattic/jetpack-changelogger": "^4.1.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-ip/composer.json b/vendor/automattic/jetpack-ip/composer.json index fe4af86a..bb4decf0 100644 --- a/vendor/automattic/jetpack-ip/composer.json +++ b/vendor/automattic/jetpack-ip/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-jitm/composer.json b/vendor/automattic/jetpack-jitm/composer.json index 7c0a4f0f..6a3c38d5 100644 --- a/vendor/automattic/jetpack-jitm/composer.json +++ b/vendor/automattic/jetpack-jitm/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.12", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.2", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.3", "automattic/jetpack-redirect": "^2.0.2", diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 0bc87ef0..b6cf6fd0 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,20 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.34.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.34.0] - 2024-06-06 ### Added -- Menu: Register plugin install page for default sites +- Menu: Register plugin install page for default sites [#37686] ### Changed -- Updated links to site management panel -- Updated package dependencies. +- Updated links to site management panel [#37712] +- Updated package dependencies. [#37669] ### Fixed -- Jetpack Cloud Simple > Monetize: Fix the link for "Set up an offer for your supporters" step -- Revert update_calypso_locale +- Jetpack Cloud Simple > Monetize: Fix the link for "Set up an offer for your supporters" step [#37673] +- Revert update_calypso_locale [#37740] ## [5.33.0] - 2024-06-03 ### Added @@ -858,7 +855,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.34.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.33.0...v5.34.0-alpha +[5.34.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.33.0...v5.34.0 [5.33.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.32.0...v5.33.0 [5.32.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.31.1...v5.32.0 [5.31.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.31.0...v5.31.1 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 5fec401e..d314b458 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -7,9 +7,9 @@ "php": ">=7.0", "automattic/jetpack-assets": "^2.1.12", "automattic/jetpack-blocks": "^2.0.4", - "automattic/jetpack-calypsoify": "^0.1.1-alpha", - "automattic/jetpack-classic-theme-helper": "^0.2.1-alpha", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-calypsoify": "^0.1.1", + "automattic/jetpack-classic-theme-helper": "^0.2.1", + "automattic/jetpack-connection": "^2.9.3", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.2", "automattic/jetpack-status": "^3.2.3", 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 9d66b026..fc49b4f0 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 @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.34.0-alpha'; + const PACKAGE_VERSION = '5.34.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/jetpack-password-checker/composer.json b/vendor/automattic/jetpack-password-checker/composer.json index 240a21d4..6bcf598d 100644 --- a/vendor/automattic/jetpack-password-checker/composer.json +++ b/vendor/automattic/jetpack-password-checker/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index eae9d178..2f814528 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.9.3-alpha" + "automattic/jetpack-connection": "^2.7.6" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/automattic/jetpack-redirect/composer.json b/vendor/automattic/jetpack-redirect/composer.json index e0e2236c..271c7146 100644 --- a/vendor/automattic/jetpack-redirect/composer.json +++ b/vendor/automattic/jetpack-redirect/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^3.2.3" + "automattic/jetpack-status": "^3.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-roles/composer.json b/vendor/automattic/jetpack-roles/composer.json index 1aabc99f..f0aacf96 100644 --- a/vendor/automattic/jetpack-roles/composer.json +++ b/vendor/automattic/jetpack-roles/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index 21a2f04a..c52aad31 100644 --- a/vendor/automattic/jetpack-stats-admin/composer.json +++ b/vendor/automattic/jetpack-stats-admin/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-connection": "^2.8.3", + "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.12.5", - "automattic/jetpack-status": "^3.2.3", - "automattic/jetpack-jitm": "^3.1.12" + "automattic/jetpack-status": "^3.1.0", + "automattic/jetpack-jitm": "^3.1.11" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index bc140e06..6a01d526 100644 --- a/vendor/automattic/jetpack-stats/composer.json +++ b/vendor/automattic/jetpack-stats/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-status": "^3.2.3" + "automattic/jetpack-connection": "^2.7.6", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-status": "^3.0.2" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.3", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/vendor/automattic/jetpack-sync/composer.json b/vendor/automattic/jetpack-sync/composer.json index 77e868db..4af2d452 100644 --- a/vendor/automattic/jetpack-sync/composer.json +++ b/vendor/automattic/jetpack-sync/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.1", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-password-checker": "^0.3.1", "automattic/jetpack-ip": "^0.2.2", diff --git a/vendor/automattic/scheduled-updates/composer.json b/vendor/automattic/scheduled-updates/composer.json index d52950ba..f513ca8c 100644 --- a/vendor/automattic/scheduled-updates/composer.json +++ b/vendor/automattic/scheduled-updates/composer.json @@ -5,11 +5,11 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^3.2.3", - "automattic/jetpack-sync": "^3.0.2", + "automattic/jetpack-status": "^3.2.0", + "automattic/jetpack-sync": "^3.0.0", "automattic/jetpack-plans": "^0.4.7", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-connection": "^2.9.3-alpha" + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-connection": "^2.8.5" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index c2fcd0c6..d8fd134b 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30::$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 6dcf7e7c..52b15f8c 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -189,7 +189,7 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_30::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index ec813e6d..5d315bd8 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,23 +2,30 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "a0cd8b4d5add8fe7147e0d64165c121c6c3c8403" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,44 +43,44 @@ "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.1" }, "install-path": "../automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.2", + "version": "v0.4.2", "version_normalized": "0.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "93701228eab05a351c2653647c9eb8f8aadc1eee" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", - "automattic/jetpack-logo": "^2.0.3", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -95,37 +102,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.2" }, "install-path": "../automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.1.12", + "version": "v2.1.12", "version_normalized": "2.1.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "229b447156dfdc8c3fcc84443feeb0ee36258b0f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "b031d7005d648140f8a69dc72e9d4d9508b3449b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/229b447156dfdc8c3fcc84443feeb0ee36258b0f", + "reference": "229b447156dfdc8c3fcc84443feeb0ee36258b0f", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-05T05:36:02+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,43 +162,33 @@ "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.1.12" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "c0e694d1cb66603cbf1ce1663ae1fefd91311f17" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-constants": "^2.0.2", "php": ">=7.0" }, "require-dev": { @@ -209,6 +200,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-20T18:04:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -226,37 +218,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.4" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.1-alpha.1717596641", - "version_normalized": "0.1.1.0-alpha1717596641", + "version": "v0.1.1", + "version_normalized": "0.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "19cc855c78b806503edb6e3b0b4183405d22fc97" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "8037724933fb9e89e9c3b154d24a2b74f09a36d9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/19cc855c78b806503edb6e3b0b4183405d22fc97", + "reference": "19cc855c78b806503edb6e3b0b4183405d22fc97", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.12", @@ -270,6 +255,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-06T15:12:39+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -291,37 +277,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.1" }, "install-path": "../automattic/jetpack-calypsoify" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.2.1-alpha.1717527714", - "version_normalized": "0.2.1.0-alpha1717527714", + "version": "v0.2.1", + "version_normalized": "0.2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "4aa4bdef090bce43d4143eab4e3bc887dd354763" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "939370bf29f8a82d6810dfb2d5b30e006e9d13cb" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/4aa4bdef090bce43d4143eab4e3bc887dd354763", + "reference": "4aa4bdef090bce43d4143eab4e3bc887dd354763", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.12", @@ -335,6 +314,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-06T15:12:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -356,53 +336,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.2.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": "13cbde9620e68c4eed510e84854152bc80f1bf6b" + "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.4" + "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, @@ -416,23 +384,30 @@ } }, "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-connection", - "version": "2.9.3-alpha.1717684368", - "version_normalized": "2.9.3.0-alpha1717684368", + "version": "v2.9.3", + "version_normalized": "2.9.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "047cad7500ea3902a5895a969c56a4380a49d08e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "8704b62f590953f520ab804774fcaa2b505a3ee6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/047cad7500ea3902a5895a969c56a4380a49d08e", + "reference": "047cad7500ea3902a5895a969c56a4380a49d08e", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -453,6 +428,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-06T15:12:43+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -483,43 +459,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/v2.9.3" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "151c62750f0a2aa97bfeff67777d032bd026257f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f5da87d3b7f80411b77aa58a7355733ea72295aa", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa", + "shasum": "" }, "require": { "php": ">=7.0" @@ -532,6 +495,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-29T09:44:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -549,42 +513,42 @@ "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.3" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "b9770b8474b5199624e0e09dc40f66ed0ee04391" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -602,43 +566,43 @@ "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.3" }, "install-path": "../automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "4af6ec61547b28b57399c68f182d8bc6860f2181" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -660,36 +624,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.2" }, "install-path": "../automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.12", + "version": "v3.1.12", "version_normalized": "3.1.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "0ecf88b9067d9b17125eff92aa67dce1aa72a99f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "87ea23518216838168de28a36e21cd825c6fef57" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/0ecf88b9067d9b17125eff92aa67dce1aa72a99f", + "reference": "0ecf88b9067d9b17125eff92aa67dce1aa72a99f", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.12", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.2", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.3", "automattic/jetpack-redirect": "^2.0.2", @@ -704,6 +667,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-05T05:36:27+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -725,41 +689,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.12" }, "install-path": "../automattic/jetpack-jitm" }, { "name": "automattic/jetpack-logo", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "d8b9d97d0fec516be3686dde85ddf747a938e214" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "shasum": "" }, "require": { "php": ">=7.0" @@ -771,6 +724,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-20T18:03:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -788,39 +742,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.3" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.34.0-alpha.1717684155", - "version_normalized": "5.34.0.0-alpha1717684155", + "version": "v5.34.0", + "version_normalized": "5.34.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "571e2d4b28becd18f55f735b17d761008c73a446" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "b2b0222080f05f61ea129545bafbce645aec66f8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/571e2d4b28becd18f55f735b17d761008c73a446", + "reference": "571e2d4b28becd18f55f735b17d761008c73a446", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.12", "automattic/jetpack-blocks": "^2.0.4", - "automattic/jetpack-calypsoify": "^0.1.1-alpha", - "automattic/jetpack-classic-theme-helper": "^0.2.1-alpha", + "automattic/jetpack-calypsoify": "^0.1.1", + "automattic/jetpack-classic-theme-helper": "^0.2.1", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.3", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.2", "automattic/jetpack-status": "^3.2.3", @@ -835,6 +788,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-06T15:13:09+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -856,55 +810,43 @@ "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.34.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "56ec9308ca968fb1021e0dbc3b4a85ae446d2e2b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-14T20:42:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -923,51 +865,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.1" }, "install-path": "../automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.7", + "version": "v0.4.7", "version_normalized": "0.4.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "f953529dd45700aa8e15184a55723910f611ecf8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.7.6", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-06T17:33:52+00:00", "type": "library", "extra": { "autotagger": true, @@ -985,56 +921,44 @@ "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.7" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "42df81a23de7e503a85758dbb7b9fea1387b540d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:30+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1052,43 +976,43 @@ "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.2" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "95db7ada71775ef8795bba8a006851089f006a71" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1106,46 +1030,46 @@ "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.2" }, "install-path": "../automattic/jetpack-roles" }, { "name": "automattic/jetpack-stats", - "version": "0.12.5", + "version": "v0.12.5", "version_normalized": "0.12.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "60f17bf575ecef4b5b594ccb67a443c900d3b848" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-connection": "^2.7.6", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-status": "^3.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.4", + "automattic/jetpack-changelogger": "^4.2.3", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-06T17:33:54+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1167,45 +1091,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.12.5" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.19.2", + "version": "v0.19.2", "version_normalized": "0.19.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "b352c0f5e11e5e8f5cdef0a38f32d94473d005ea" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "63983dd7a3d706693852f1ad2065c05d1e7e5aaf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/b352c0f5e11e5e8f5cdef0a38f32d94473d005ea", + "reference": "b352c0f5e11e5e8f5cdef0a38f32d94473d005ea", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-jitm": "^3.1.12", + "automattic/jetpack-connection": "^2.8.3", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-jitm": "^3.1.11", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.12.5", - "automattic/jetpack-status": "^3.2.3", + "automattic/jetpack-status": "^3.1.0", "php": ">=7.0" }, "require-dev": { @@ -1216,6 +1133,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-20T18:04:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1234,43 +1152,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.19.2" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "3.2.3", + "version": "v3.2.3", "version_normalized": "3.2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "68ef160427e949f1d03ab17063b6c69aab1aa4e7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f", + "reference": "62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", @@ -1287,6 +1192,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-03T14:01:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1311,34 +1217,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/v3.2.3" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.0.2", + "version": "v3.0.2", "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "d88437d282d493f919e656cda3259f3c761d9036" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "218b5437106abe200418410ffa7e5758ae8a0204" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/d88437d282d493f919e656cda3259f3c761d9036", + "reference": "d88437d282d493f919e656cda3259f3c761d9036", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", + "automattic/jetpack-connection": "^2.9.1", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-password-checker": "^0.3.1", @@ -1356,6 +1261,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-04T16:28:48+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1383,44 +1289,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.0.2" }, "install-path": "../automattic/jetpack-sync" }, { "name": "automattic/scheduled-updates", - "version": "0.13.0", + "version": "v0.13.0", "version_normalized": "0.13.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "57e7b707cac290dcb3ae5cc3e801306b7dd5216d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/414c789a7e98e764d46572a2c0134ccc393e7769", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.9.3-alpha", - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-connection": "^2.8.5", + "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", - "automattic/jetpack-status": "^3.2.3", - "automattic/jetpack-sync": "^3.0.2", + "automattic/jetpack-status": "^3.2.0", + "automattic/jetpack-sync": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -1432,6 +1331,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-27T13:59:39+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1453,26 +1353,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.0" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index b0835444..1eda7986 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,126 +11,126 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => 'a0cd8b4d5add8fe7147e0d64165c121c6c3c8403', + 'reference' => '64748d02bf646e6b000f79dc8e4ea127bbd8df14', '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.2', + 'pretty_version' => 'v0.4.2', 'version' => '0.4.2.0', - 'reference' => '93701228eab05a351c2653647c9eb8f8aadc1eee', + 'reference' => 'cc7062363464f53bb3ae5745754f353c248d6278', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.1.12', + 'pretty_version' => 'v2.1.12', 'version' => '2.1.12.0', - 'reference' => 'b031d7005d648140f8a69dc72e9d4d9508b3449b', + 'reference' => '229b447156dfdc8c3fcc84443feeb0ee36258b0f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => 'c0e694d1cb66603cbf1ce1663ae1fefd91311f17', + 'reference' => '6c06dd60028c547d07e1c4aae9abf12aee0e2ebe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-calypsoify' => array( - 'pretty_version' => '0.1.1-alpha.1717596641', - 'version' => '0.1.1.0-alpha1717596641', - 'reference' => '8037724933fb9e89e9c3b154d24a2b74f09a36d9', + 'pretty_version' => 'v0.1.1', + 'version' => '0.1.1.0', + 'reference' => '19cc855c78b806503edb6e3b0b4183405d22fc97', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-calypsoify', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.2.1-alpha.1717527714', - 'version' => '0.2.1.0-alpha1717527714', - 'reference' => '939370bf29f8a82d6810dfb2d5b30e006e9d13cb', + 'pretty_version' => 'v0.2.1', + 'version' => '0.2.1.0', + 'reference' => '4aa4bdef090bce43d4143eab4e3bc887dd354763', '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' => '13cbde9620e68c4eed510e84854152bc80f1bf6b', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.9.3-alpha.1717684368', - 'version' => '2.9.3.0-alpha1717684368', - 'reference' => '8704b62f590953f520ab804774fcaa2b505a3ee6', + 'pretty_version' => 'v2.9.3', + 'version' => '2.9.3.0', + 'reference' => '047cad7500ea3902a5895a969c56a4380a49d08e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '151c62750f0a2aa97bfeff67777d032bd026257f', + 'reference' => 'f5da87d3b7f80411b77aa58a7355733ea72295aa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.3', + 'pretty_version' => 'v2.1.3', 'version' => '2.1.3.0', - 'reference' => 'b9770b8474b5199624e0e09dc40f66ed0ee04391', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.2', + 'pretty_version' => 'v0.2.2', 'version' => '0.2.2.0', - 'reference' => '4af6ec61547b28b57399c68f182d8bc6860f2181', + 'reference' => 'b3efffb57901e236c3c1e7299b575563e1937013', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.12', + 'pretty_version' => 'v3.1.12', 'version' => '3.1.12.0', - 'reference' => '87ea23518216838168de28a36e21cd825c6fef57', + 'reference' => '0ecf88b9067d9b17125eff92aa67dce1aa72a99f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => 'd8b9d97d0fec516be3686dde85ddf747a938e214', + 'reference' => '5edc913ab10e222e95ef7f60073cc0ef4d90bdb4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.34.0-alpha.1717684155', - 'version' => '5.34.0.0-alpha1717684155', - 'reference' => 'b2b0222080f05f61ea129545bafbce645aec66f8', + 'pretty_version' => 'v5.34.0', + 'version' => '5.34.0.0', + 'reference' => '571e2d4b28becd18f55f735b17d761008c73a446', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -146,81 +146,81 @@ 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => '56ec9308ca968fb1021e0dbc3b4a85ae446d2e2b', + 'reference' => 'd9be23791e6f38debeacbf74174903f223ddfd89', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.7', + 'pretty_version' => 'v0.4.7', 'version' => '0.4.7.0', - 'reference' => 'f953529dd45700aa8e15184a55723910f611ecf8', + 'reference' => 'ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '42df81a23de7e503a85758dbb7b9fea1387b540d', + 'reference' => '7214fcd3684eb99178d6368c01f8778a182444cb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '95db7ada71775ef8795bba8a006851089f006a71', + 'reference' => '7d452c94509612e94e045b66bbfabee43fdf8728', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.12.5', + 'pretty_version' => 'v0.12.5', 'version' => '0.12.5.0', - 'reference' => '60f17bf575ecef4b5b594ccb67a443c900d3b848', + 'reference' => 'ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.19.2', + 'pretty_version' => 'v0.19.2', 'version' => '0.19.2.0', - 'reference' => '63983dd7a3d706693852f1ad2065c05d1e7e5aaf', + 'reference' => 'b352c0f5e11e5e8f5cdef0a38f32d94473d005ea', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '3.2.3', + 'pretty_version' => 'v3.2.3', 'version' => '3.2.3.0', - 'reference' => '68ef160427e949f1d03ab17063b6c69aab1aa4e7', + 'reference' => '62e393f36cd701fcea0d2fd7035ece3d4a3b6d4f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.0.2', + 'pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', - 'reference' => '218b5437106abe200418410ffa7e5758ae8a0204', + 'reference' => 'd88437d282d493f919e656cda3259f3c761d9036', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.13.0', + 'pretty_version' => 'v0.13.0', 'version' => '0.13.0.0', - 'reference' => '57e7b707cac290dcb3ae5cc3e801306b7dd5216d', + 'reference' => '414c789a7e98e764d46572a2c0134ccc393e7769', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),