From c551ee6aebb4431444fa1645231b698980b02294 Mon Sep 17 00:00:00 2001 From: ice9js Date: Thu, 25 Apr 2024 08:07:30 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8829017428 Upstream-Ref: Automattic/jetpack@399fee39d2eddbd464b4868796d653197f2ce365 --- CHANGELOG.md | 6 +- composer.json | 5 +- composer.lock | 704 ++++++++---------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-a8c-mc-stats/composer.json | 2 +- .../jetpack-connection/CHANGELOG.md | 13 +- .../jetpack-connection/composer.json | 4 +- .../src/class-package-version.php | 2 +- .../jetpack-constants/composer.json | 2 +- .../jetpack-device-detection/composer.json | 2 +- vendor/automattic/jetpack-jitm/CHANGELOG.md | 8 +- vendor/automattic/jetpack-jitm/composer.json | 6 +- .../jetpack-jitm/src/class-jitm.php | 2 +- vendor/automattic/jetpack-logo/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 13 +- .../automattic/jetpack-mu-wpcom/composer.json | 10 +- .../src/class-jetpack-mu-wpcom.php | 2 +- vendor/automattic/jetpack-plans/CHANGELOG.md | 5 + vendor/automattic/jetpack-plans/composer.json | 4 +- .../automattic/jetpack-redirect/CHANGELOG.md | 5 + .../automattic/jetpack-redirect/composer.json | 2 +- .../jetpack-stats-admin/CHANGELOG.md | 4 + .../jetpack-stats-admin/composer.json | 10 +- .../jetpack-stats-admin/src/class-main.php | 2 +- vendor/automattic/jetpack-stats/CHANGELOG.md | 5 + vendor/automattic/jetpack-stats/composer.json | 4 +- .../src/class-package-version.php | 2 +- vendor/automattic/jetpack-status/CHANGELOG.md | 11 +- .../automattic/scheduled-updates/CHANGELOG.md | 13 +- .../scheduled-updates/composer.json | 2 +- .../src/class-scheduled-updates.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 635 +++++++--------- vendor/composer/installed.php | 86 +-- 37 files changed, 703 insertions(+), 892 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bf55f0..27b04fa5 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.17-alpha - unreleased - -This is an alpha version! The changes listed here are not final. +## 2.1.17 - 2024-04-25 +### Changed +- Internal updates. ## 2.1.16 - 2024-04-22 ### Changed diff --git a/composer.json b/composer.json index f0629947..5c26808e 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.26.0-alpha" + "automattic/jetpack-mu-wpcom": "^5.26.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_17_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17" } } diff --git a/composer.lock b/composer.lock index 8d720304..1871e831 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": "e4f4f654460b471fd2b0c00c8a4ffa32", + "content-hash": "885461a14b24ecb6c044b1838d426d53", "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": "bf80d85b6c499fb6348c905bc3ff21ceeb8d4621" + "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.2", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -40,29 +46,29 @@ "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": "78bdb9dc98aad0eb3ed7ac12a4780a1a874d7bb9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.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.8", + "version": "v2.1.8", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6e01a3906a9507ca1a9094e1fb1692b64e4a7bfa" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -159,38 +159,29 @@ "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.8" + }, + "time": "2024-04-22T18:47:55+00:00" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.3", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "1d86ed81818a147de7dc5cc89005ebba16a461aa" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -221,44 +212,38 @@ "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.3" + }, + "time": "2024-04-22T18:47:33+00:00" }, { "name": "automattic/jetpack-connection", - "version": "2.7.3-alpha.1713990093", + "version": "v2.7.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "5e6b280170a19021690bf58fcfbcb9fafe13f974" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "43ceddd4c966ac47806f463a657e3afba908eda9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/5e6b280170a19021690bf58fcfbcb9fafe13f974", + "reference": "5e6b280170a19021690bf58fcfbcb9fafe13f974", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-redirect": "^2.0.1", + "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -292,47 +277,35 @@ "src/webhooks" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.7.3" + }, + "time": "2024-04-25T07:24:47+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "c115221892bcec2ab8c8af7f5cbb4bd4159d86d6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -355,35 +328,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.1" + }, + "time": "2024-03-12T22:00:13+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": "cd516a2a1f6dbcb064de4244c7c57a8c74feeb1d" + "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.2", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -405,38 +378,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 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-jitm", - "version": "3.1.8-alpha.1713990093", + "version": "v3.1.8", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "ac6e37d6b6583f62476044202d172f4d1f66f540" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "d3174ec6777393bec8c12776c5398a384e40e99f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/ac6e37d6b6583f62476044202d172f4d1f66f540", + "reference": "ac6e37d6b6583f62476044202d172f4d1f66f540", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.8", - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", - "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -467,45 +440,35 @@ "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.8" + }, + "time": "2024-04-25T07:25:12+00:00" }, { "name": "automattic/jetpack-logo", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "7310ab07ee69c9178bacf990fc98f542fca4720d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -527,38 +490,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.2" + }, + "time": "2024-03-18T17:10:26+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.26.0-alpha.1713990093", + "version": "v5.26.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "ba21ce7901173367fdd197c13f67282c5124241e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "69e858fd0678361657d6bb77264999b44475c37e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/ba21ce7901173367fdd197c13f67282c5124241e", + "reference": "ba21ce7901173367fdd197c13f67282c5124241e", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-blocks": "^2.0.3", - "automattic/jetpack-connection": "^2.7.3-alpha", - "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-stats-admin": "^0.18.2", - "automattic/jetpack-status": "^3.0.0-alpha", - "automattic/scheduled-updates": "^0.9.0-alpha", + "automattic/jetpack-connection": "^2.7.3", + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-stats-admin": "^0.18.3", + "automattic/jetpack-status": "^3.0.0", + "automattic/scheduled-updates": "^0.9.0", "php": ">=7.0" }, "require-dev": { @@ -589,49 +552,37 @@ "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.26.0" + }, + "time": "2024-04-25T07:28:02+00:00" }, { "name": "automattic/jetpack-plans", - "version": "0.4.5", + "version": "v0.4.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "b33ab3b9a8e735d7f9a30ac69e3ecda11a6946bc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/0eb1006df86f044223bb7bcd4f2761de21713bdb", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -654,44 +605,32 @@ "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.6" + }, + "time": "2024-04-25T07:24:51+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.1", + "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": "74364ad3a0b575d6b9dbef4153d7723c06c23c33" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -718,29 +657,29 @@ "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": "4179d56a43293e898976852acf3a1cb8b69e20ff" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" @@ -769,34 +708,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, 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.2", + "version": "v0.12.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "0f512a7d7745d40e1dea71ef29efdcb020ee5b12" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "50b6e79759e95d675549384d3c755c06eb85afc7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/0f512a7d7745d40e1dea71ef29efdcb020ee5b12", + "reference": "0f512a7d7745d40e1dea71ef29efdcb020ee5b12", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -827,43 +766,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.3" + }, + "time": "2024-04-25T07:24:52+00:00" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.18.2", + "version": "v0.18.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "d6b16b1207105b8153296030eb16944dcf6de67e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/7d12fa8d338d15b9c3dc255800f7871cccf81541", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-jitm": "^3.1.8-alpha", - "automattic/jetpack-plans": "^0.4.5", - "automattic/jetpack-stats": "^0.12.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-jitm": "^3.1.8", + "automattic/jetpack-plans": "^0.4.6", + "automattic/jetpack-stats": "^0.12.3", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -891,41 +824,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.18.3" + }, + "time": "2024-04-25T07:25:13+00:00" }, { "name": "automattic/jetpack-status", - "version": "3.0.0-alpha.1713976135", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "e8230e2d56eda637ea5da1d387dc7fcf04be7511" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -956,36 +877,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 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.0.0" + }, + "time": "2024-04-25T07:24:28+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.9.0-alpha.1713985059", + "version": "v0.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "289b9fcb3358f5577b1c2e42d30b38b81509a812" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "ef6ecf0ac6bd8c45569a741392de5854896a3107" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/289b9fcb3358f5577b1c2e42d30b38b81509a812", + "reference": "289b9fcb3358f5577b1c2e42d30b38b81509a812", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.2", - "automattic/jetpack-plans": "^0.4.5", + "automattic/jetpack-plans": "^0.4.6", "automattic/wordbless": "@dev", "php-mock/php-mock-phpunit": "^2.10", "yoast/phpunit-polyfills": "1.1.0" @@ -1013,37 +934,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.9.0" + }, + "time": "2024-04-25T07:24:57+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.2", + "version": "v4.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "5838f4d4c4771f29553b775233b334f57c98019d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "8643d35985fb99374d359cdcdc5246ed04853951" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/5838f4d4c4771f29553b775233b334f57c98019d", + "reference": "5838f4d4c4771f29553b775233b334f57c98019d", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1073,30 +988,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "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" ], @@ -1107,9 +1003,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.2" + }, + "time": "2024-04-22T18:46:57+00:00" }, { "name": "doctrine/instantiator", @@ -3675,10 +3572,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 b8cfdf48..8cef6ef2 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.17-alpha + * Version: 2.1.17 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index c54b11e6..aba3aa36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.17-alpha", + "version": "2.1.17", "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 0488cdfc..e592063d 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_17_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::getLoader(); diff --git a/vendor/automattic/jetpack-a8c-mc-stats/composer.json b/vendor/automattic/jetpack-a8c-mc-stats/composer.json index 0dc9120f..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.2" + "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-connection/CHANGELOG.md b/vendor/automattic/jetpack-connection/CHANGELOG.md index 043e096a..cd9f14f6 100644 --- a/vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.7.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.7.3] - 2024-04-25 ### Changed -- General: remove code that was added to remain compatible with versions of WordPress lower than 6.4. +- General: Remove code that was added to remain compatible with versions of WordPress lower than 6.4. [#37049] ### Fixed -- Disconnect connection owner on removal. -- Improve phpdoc comments in Client class, and remove some unnecessary boolean checks. +- Disconnect connection owner on removal. [#36888] +- Improve phpdoc comments in Client class, and remove some unnecessary boolean checks. [#37056] ## [2.7.2] - 2024-04-22 ### Added @@ -1034,7 +1031,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[2.7.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.7.2...v2.7.3-alpha +[2.7.3]: https://github.com/Automattic/jetpack-connection/compare/v2.7.2...v2.7.3 [2.7.2]: https://github.com/Automattic/jetpack-connection/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/Automattic/jetpack-connection/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/Automattic/jetpack-connection/compare/v2.6.2...v2.7.0 diff --git a/vendor/automattic/jetpack-connection/composer.json b/vendor/automattic/jetpack-connection/composer.json index 3a5a0a8c..7e6fea98 100644 --- a/vendor/automattic/jetpack-connection/composer.json +++ b/vendor/automattic/jetpack-connection/composer.json @@ -10,8 +10,8 @@ "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-roles": "^2.0.2", - "automattic/jetpack-status": "^3.0.0-alpha", - "automattic/jetpack-redirect": "^2.0.1" + "automattic/jetpack-status": "^3.0.0", + "automattic/jetpack-redirect": "^2.0.2" }, "require-dev": { "automattic/wordbless": "@dev", diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index 09d0c79a..51cae522 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.7.3-alpha'; + const PACKAGE_VERSION = '2.7.3'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index a6b631f7..cffcc416 100644 --- a/vendor/automattic/jetpack-constants/composer.json +++ b/vendor/automattic/jetpack-constants/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.2" + "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-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 68fa8866..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.2" + "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-jitm/CHANGELOG.md b/vendor/automattic/jetpack-jitm/CHANGELOG.md index 48648759..ac633a64 100644 --- a/vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/vendor/automattic/jetpack-jitm/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). -## [3.1.8-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [3.1.8] - 2024-04-25 +### Changed +- Internal updates. ## [3.1.7] - 2024-04-22 ### Changed @@ -711,7 +711,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[3.1.8-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.7...v3.1.8-alpha +[3.1.8]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.7...v3.1.8 [3.1.7]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.6...v3.1.7 [3.1.6]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.5...v3.1.6 [3.1.5]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.4...v3.1.5 diff --git a/vendor/automattic/jetpack-jitm/composer.json b/vendor/automattic/jetpack-jitm/composer.json index 3bed211a..326d5376 100644 --- a/vendor/automattic/jetpack-jitm/composer.json +++ b/vendor/automattic/jetpack-jitm/composer.json @@ -7,11 +7,11 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.8", - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", - "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-status": "^3.0.0-alpha" + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-status": "^3.0.0" }, "require-dev": { "brain/monkey": "2.6.1", diff --git a/vendor/automattic/jetpack-jitm/src/class-jitm.php b/vendor/automattic/jetpack-jitm/src/class-jitm.php index 01329180..cb8d7840 100644 --- a/vendor/automattic/jetpack-jitm/src/class-jitm.php +++ b/vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '3.1.8-alpha'; + const PACKAGE_VERSION = '3.1.8'; /** * The configuration method that is called from the jetpack-config package. diff --git a/vendor/automattic/jetpack-logo/composer.json b/vendor/automattic/jetpack-logo/composer.json index 844aeedf..7cefccaa 100644 --- a/vendor/automattic/jetpack-logo/composer.json +++ b/vendor/automattic/jetpack-logo/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.2" + "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-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 669f18e7..e74e1905 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,18 +5,15 @@ 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.26.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.26.0] - 2024-04-25 ### Added -- Admin menu: Show sidebar notices on classic interface +- Admin menu: Show sidebar notices on classic interface. [#36797] ### Changed -- Admin menu: Sidebar notices can be dismissed now +- Admin menu: Sidebar notices can be dismissed now. [#37031] ### Fixed -- Update automattic/jetpack-mu-wpcom's dependencies to explicitly reflect the current state. +- Update project dependencies to explicitly reflect the current state. [#37035] ## [5.25.0] - 2024-04-22 ### Added @@ -756,7 +753,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.26.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.25.0...v5.26.0-alpha +[5.26.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.25.0...v5.26.0 [5.25.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.24.0...v5.25.0 [5.24.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.2...v5.24.0 [5.23.2]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.1...v5.23.2 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 8913e318..91e2f9f2 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -7,11 +7,11 @@ "php": ">=7.0", "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-blocks": "^2.0.3", - "automattic/jetpack-connection": "^2.7.3-alpha", - "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-stats-admin": "^0.18.2", - "automattic/jetpack-status": "^3.0.0-alpha", - "automattic/scheduled-updates": "^0.9.0-alpha" + "automattic/jetpack-connection": "^2.7.3", + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-stats-admin": "^0.18.3", + "automattic/jetpack-status": "^3.0.0", + "automattic/scheduled-updates": "^0.9.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", 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 d074fd6c..819dc572 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.26.0-alpha'; + const PACKAGE_VERSION = '5.26.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/jetpack-plans/CHANGELOG.md b/vendor/automattic/jetpack-plans/CHANGELOG.md index 233122e5..ed4e4bd4 100644 --- a/vendor/automattic/jetpack-plans/CHANGELOG.md +++ b/vendor/automattic/jetpack-plans/CHANGELOG.md @@ -5,6 +5,10 @@ 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.4.6] - 2024-04-25 +### Changed +- Update dependencies. + ## [0.4.5] - 2024-04-22 ### Changed - Internal updates. @@ -130,6 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated - Moved the options class into Connection. [#24095] +[0.4.6]: https://github.com/Automattic/jetpack-plans/compare/v0.4.5...v0.4.6 [0.4.5]: https://github.com/Automattic/jetpack-plans/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/Automattic/jetpack-plans/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Automattic/jetpack-plans/compare/v0.4.2...v0.4.3 diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index 57facb4d..83ec1847 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.7.3-alpha" + "automattic/jetpack-connection": "^2.7.3" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.2.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/automattic/jetpack-redirect/CHANGELOG.md b/vendor/automattic/jetpack-redirect/CHANGELOG.md index ecfe4969..36f315ca 100644 --- a/vendor/automattic/jetpack-redirect/CHANGELOG.md +++ b/vendor/automattic/jetpack-redirect/CHANGELOG.md @@ -5,6 +5,10 @@ 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.0.2] - 2024-04-25 +### Changed +- Update dependencies. + ## [2.0.1] - 2024-03-12 ### Changed - Internal updates. @@ -197,6 +201,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create Jetpack Redirect package +[2.0.2]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Automattic/jetpack-redirect/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.27...v2.0.0 [1.7.27]: https://github.com/Automattic/jetpack-redirect/compare/v1.7.26...v1.7.27 diff --git a/vendor/automattic/jetpack-redirect/composer.json b/vendor/automattic/jetpack-redirect/composer.json index 3cda97df..271c7146 100644 --- a/vendor/automattic/jetpack-redirect/composer.json +++ b/vendor/automattic/jetpack-redirect/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^3.0.0-alpha" + "automattic/jetpack-status": "^3.0.0" }, "require-dev": { "brain/monkey": "2.6.1", diff --git a/vendor/automattic/jetpack-stats-admin/CHANGELOG.md b/vendor/automattic/jetpack-stats-admin/CHANGELOG.md index a487b31a..41b5704f 100644 --- a/vendor/automattic/jetpack-stats-admin/CHANGELOG.md +++ b/vendor/automattic/jetpack-stats-admin/CHANGELOG.md @@ -5,6 +5,10 @@ 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.18.3 - 2024-04-25 +### Changed +- Update dependencies. + ## 0.18.2 - 2024-04-22 ### Changed - Internal updates. diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index 18c8fcf5..8e54e208 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.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-plans": "^0.4.5", - "automattic/jetpack-stats": "^0.12.2", - "automattic/jetpack-status": "^3.0.0-alpha", - "automattic/jetpack-jitm": "^3.1.8-alpha" + "automattic/jetpack-plans": "^0.4.6", + "automattic/jetpack-stats": "^0.12.3", + "automattic/jetpack-status": "^3.0.0", + "automattic/jetpack-jitm": "^3.1.8" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats-admin/src/class-main.php b/vendor/automattic/jetpack-stats-admin/src/class-main.php index cb8c24c3..4b23fc7a 100644 --- a/vendor/automattic/jetpack-stats-admin/src/class-main.php +++ b/vendor/automattic/jetpack-stats-admin/src/class-main.php @@ -22,7 +22,7 @@ class Main { /** * Stats version. */ - const VERSION = '0.18.2'; + const VERSION = '0.18.3'; /** * Singleton Main instance. diff --git a/vendor/automattic/jetpack-stats/CHANGELOG.md b/vendor/automattic/jetpack-stats/CHANGELOG.md index f1dbc80c..43991ba8 100644 --- a/vendor/automattic/jetpack-stats/CHANGELOG.md +++ b/vendor/automattic/jetpack-stats/CHANGELOG.md @@ -5,6 +5,10 @@ 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.12.3] - 2024-04-25 +### Changed +- Update dependencies. + ## [0.12.2] - 2024-04-22 ### Changed - Internal updates. @@ -158,6 +162,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixing static method which was called without self reference. [#26640] +[0.12.3]: https://github.com/Automattic/jetpack-stats/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/Automattic/jetpack-stats/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/Automattic/jetpack-stats/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/Automattic/jetpack-stats/compare/v0.11.2...v0.12.0 diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index f7f9d88f..45e9053b 100644 --- a/vendor/automattic/jetpack-stats/composer.json +++ b/vendor/automattic/jetpack-stats/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-status": "^3.0.0-alpha" + "automattic/jetpack-status": "^3.0.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats/src/class-package-version.php b/vendor/automattic/jetpack-stats/src/class-package-version.php index aa363f24..d91499ad 100644 --- a/vendor/automattic/jetpack-stats/src/class-package-version.php +++ b/vendor/automattic/jetpack-stats/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.12.2'; + const PACKAGE_VERSION = '0.12.3'; const PACKAGE_SLUG = 'stats'; diff --git a/vendor/automattic/jetpack-status/CHANGELOG.md b/vendor/automattic/jetpack-status/CHANGELOG.md index 6da7db92..4b08de89 100644 --- a/vendor/automattic/jetpack-status/CHANGELOG.md +++ b/vendor/automattic/jetpack-status/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). -## [3.0.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.0] - 2024-04-25 ### Added -- Added is_automattician_feature_flags_only on Jetpack sites as an alternative to is_automattician present on simple sites. +- Add is_automattician_feature_flags_only on Jetpack sites as an alternative to is_automattician present on simple sites. [#34798] ### Removed -- Removed methods deprecated long ago +- Remove methods deprecated long ago. [#36985] ## [2.2.2] - 2024-04-22 ### Changed @@ -340,7 +337,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a status package -[3.0.0-alpha]: https://github.com/Automattic/jetpack-status/compare/v2.2.2...v3.0.0-alpha +[3.0.0]: https://github.com/Automattic/jetpack-status/compare/v2.2.2...v3.0.0 [2.2.2]: https://github.com/Automattic/jetpack-status/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/Automattic/jetpack-status/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/Automattic/jetpack-status/compare/v2.1.3...v2.2.0 diff --git a/vendor/automattic/scheduled-updates/CHANGELOG.md b/vendor/automattic/scheduled-updates/CHANGELOG.md index 88425aa6..8d55353c 100644 --- a/vendor/automattic/scheduled-updates/CHANGELOG.md +++ b/vendor/automattic/scheduled-updates/CHANGELOG.md @@ -5,18 +5,15 @@ 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.9.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.9.0] - 2024-04-25 ### Added -- Add health paths to scheduled updates. +- Add health paths to scheduled updates. [#36990] ### Changed -- Scheduled Updates: Move arbitrary actions to callbacks +- Move arbitrary actions to callbacks. [#36835] ### Removed -- Scheduled Updates: Removed checks for valid schedules when retreiving and clearing logs +- Remove checks for valid schedules when retreiving and clearing logs. [#36961] ## [0.8.0] - 2024-04-22 ### Added @@ -137,7 +134,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Generate initial package for Scheduled Updates [#35796] -[0.9.0-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.8.0...v0.9.0-alpha +[0.9.0]: https://github.com/Automattic/scheduled-updates/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/Automattic/scheduled-updates/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/Automattic/scheduled-updates/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/Automattic/scheduled-updates/compare/v0.7.0...v0.7.1 diff --git a/vendor/automattic/scheduled-updates/composer.json b/vendor/automattic/scheduled-updates/composer.json index daf59cb5..5bc749e2 100644 --- a/vendor/automattic/scheduled-updates/composer.json +++ b/vendor/automattic/scheduled-updates/composer.json @@ -10,7 +10,7 @@ "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "@dev", - "automattic/jetpack-plans": "^0.4.5", + "automattic/jetpack-plans": "^0.4.6", "php-mock/php-mock-phpunit": "^2.10" }, "suggest": { diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index 5cd41d2c..a656912a 100644 --- a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php +++ b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.9.0-alpha'; + const PACKAGE_VERSION = '0.9.0'; /** * The cron event hook for the scheduled plugins update. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 80ca78d3..c1cc9f35 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_17_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17 { 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_17_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::$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 b81d95b0..619ba46f 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_17_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -117,7 +117,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_17_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b98d230b..a4d0f1d7 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": "bf80d85b6c499fb6348c905bc3ff21ceeb8d4621" + "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.2", + "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,31 +43,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.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": "78bdb9dc98aad0eb3ed7ac12a4780a1a874d7bb9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" @@ -74,6 +80,7 @@ "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.8", + "version": "v2.1.8", "version_normalized": "2.1.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6e01a3906a9507ca1a9094e1fb1692b64e4a7bfa" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:55+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,40 +162,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.1.8" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "1d86ed81818a147de7dc5cc89005ebba16a461aa" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -209,6 +200,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -226,46 +218,39 @@ "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.3" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-connection", - "version": "2.7.3-alpha.1713990093", - "version_normalized": "2.7.3.0-alpha1713990093", + "version": "v2.7.3", + "version_normalized": "2.7.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "5e6b280170a19021690bf58fcfbcb9fafe13f974" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "43ceddd4c966ac47806f463a657e3afba908eda9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/5e6b280170a19021690bf58fcfbcb9fafe13f974", + "reference": "5e6b280170a19021690bf58fcfbcb9fafe13f974", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-redirect": "^2.0.1", + "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -277,6 +262,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:47+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -300,55 +286,43 @@ "src/webhooks" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.7.3" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "c115221892bcec2ab8c8af7f5cbb4bd4159d86d6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "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:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -366,42 +340,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.1" }, "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": "cd516a2a1f6dbcb064de4244c7c57a8c74feeb1d" + "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.2", + "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, @@ -419,40 +393,39 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "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-jitm", - "version": "3.1.8-alpha.1713990093", - "version_normalized": "3.1.8.0-alpha1713990093", + "version": "v3.1.8", + "version_normalized": "3.1.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "ac6e37d6b6583f62476044202d172f4d1f66f540" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "d3174ec6777393bec8c12776c5398a384e40e99f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/ac6e37d6b6583f62476044202d172f4d1f66f540", + "reference": "ac6e37d6b6583f62476044202d172f4d1f66f540", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.8", - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", - "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -463,6 +436,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:25:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -484,52 +458,42 @@ "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.8" }, "install-path": "../automattic/jetpack-jitm" }, { "name": "automattic/jetpack-logo", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "7310ab07ee69c9178bacf990fc98f542fca4720d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "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-03-18T17:10:26+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -547,40 +511,39 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.2" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.26.0-alpha.1713990093", - "version_normalized": "5.26.0.0-alpha1713990093", + "version": "v5.26.0", + "version_normalized": "5.26.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "ba21ce7901173367fdd197c13f67282c5124241e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "69e858fd0678361657d6bb77264999b44475c37e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/ba21ce7901173367fdd197c13f67282c5124241e", + "reference": "ba21ce7901173367fdd197c13f67282c5124241e", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-blocks": "^2.0.3", - "automattic/jetpack-connection": "^2.7.3-alpha", - "automattic/jetpack-redirect": "^2.0.1", - "automattic/jetpack-stats-admin": "^0.18.2", - "automattic/jetpack-status": "^3.0.0-alpha", - "automattic/scheduled-updates": "^0.9.0-alpha", + "automattic/jetpack-connection": "^2.7.3", + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-stats-admin": "^0.18.3", + "automattic/jetpack-status": "^3.0.0", + "automattic/scheduled-updates": "^0.9.0", "php": ">=7.0" }, "require-dev": { @@ -591,6 +554,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:28:02+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -612,57 +576,45 @@ "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.26.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-plans", - "version": "0.4.5", - "version_normalized": "0.4.5.0", + "version": "v0.4.6", + "version_normalized": "0.4.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "b33ab3b9a8e735d7f9a30ac69e3ecda11a6946bc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/0eb1006df86f044223bb7bcd4f2761de21713bdb", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "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-04-25T07:24:51+00:00", "type": "library", "extra": { "autotagger": true, @@ -680,46 +632,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.6" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.1", - "version_normalized": "2.0.1.0", + "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": "74364ad3a0b575d6b9dbef4153d7723c06c23c33" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -730,6 +669,7 @@ "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, @@ -747,31 +687,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.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": "4179d56a43293e898976852acf3a1cb8b69e20ff" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" @@ -784,6 +723,7 @@ "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, @@ -801,36 +741,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.2" }, "install-path": "../automattic/jetpack-roles" }, { "name": "automattic/jetpack-stats", - "version": "0.12.2", - "version_normalized": "0.12.2.0", + "version": "v0.12.3", + "version_normalized": "0.12.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "0f512a7d7745d40e1dea71ef29efdcb020ee5b12" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "50b6e79759e95d675549384d3c755c06eb85afc7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/0f512a7d7745d40e1dea71ef29efdcb020ee5b12", + "reference": "0f512a7d7745d40e1dea71ef29efdcb020ee5b12", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -841,6 +780,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:52+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -862,45 +802,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.3" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.18.2", - "version_normalized": "0.18.2.0", + "version": "v0.18.3", + "version_normalized": "0.18.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "d6b16b1207105b8153296030eb16944dcf6de67e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/7d12fa8d338d15b9c3dc255800f7871cccf81541", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.3-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-jitm": "^3.1.8-alpha", - "automattic/jetpack-plans": "^0.4.5", - "automattic/jetpack-stats": "^0.12.2", - "automattic/jetpack-status": "^3.0.0-alpha", + "automattic/jetpack-jitm": "^3.1.8", + "automattic/jetpack-plans": "^0.4.6", + "automattic/jetpack-stats": "^0.12.3", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { @@ -911,6 +844,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:25:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -929,43 +863,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.18.3" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "3.0.0-alpha.1713976135", - "version_normalized": "3.0.0.0-alpha1713976135", + "version": "v3.0.0", + "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "e8230e2d56eda637ea5da1d387dc7fcf04be7511" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -980,6 +901,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:28+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -997,38 +919,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to 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.0.0" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/scheduled-updates", - "version": "0.9.0-alpha.1713985059", - "version_normalized": "0.9.0.0-alpha1713985059", + "version": "v0.9.0", + "version_normalized": "0.9.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "289b9fcb3358f5577b1c2e42d30b38b81509a812" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "ef6ecf0ac6bd8c45569a741392de5854896a3107" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/289b9fcb3358f5577b1c2e42d30b38b81509a812", + "reference": "289b9fcb3358f5577b1c2e42d30b38b81509a812", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.2", - "automattic/jetpack-plans": "^0.4.5", + "automattic/jetpack-plans": "^0.4.6", "automattic/wordbless": "@dev", "php-mock/php-mock-phpunit": "^2.10", "yoast/phpunit-polyfills": "1.1.0" @@ -1036,6 +957,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:57+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1057,26 +979,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.9.0" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 0c234ef8..eddf0b03 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,90 +11,90 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => 'bf80d85b6c499fb6348c905bc3ff21ceeb8d4621', + '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' => '78bdb9dc98aad0eb3ed7ac12a4780a1a874d7bb9', + '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.8', + 'pretty_version' => 'v2.1.8', 'version' => '2.1.8.0', - 'reference' => '6e01a3906a9507ca1a9094e1fb1692b64e4a7bfa', + 'reference' => 'ae03b367983624c81bda8f1a5ab7dcf903e4012e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '1d86ed81818a147de7dc5cc89005ebba16a461aa', + 'reference' => '5ccebea3ffa67eb16a688d782a5e82b8a346d9ee', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.7.3-alpha.1713990093', - 'version' => '2.7.3.0-alpha1713990093', - 'reference' => '43ceddd4c966ac47806f463a657e3afba908eda9', + 'pretty_version' => 'v2.7.3', + 'version' => '2.7.3.0', + 'reference' => '5e6b280170a19021690bf58fcfbcb9fafe13f974', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => 'c115221892bcec2ab8c8af7f5cbb4bd4159d86d6', + 'reference' => 'b159a8777450721a2e898a80930be1fdf59bae92', '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' => 'cd516a2a1f6dbcb064de4244c7c57a8c74feeb1d', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.8-alpha.1713990093', - 'version' => '3.1.8.0-alpha1713990093', - 'reference' => 'd3174ec6777393bec8c12776c5398a384e40e99f', + 'pretty_version' => 'v3.1.8', + 'version' => '3.1.8.0', + 'reference' => 'ac6e37d6b6583f62476044202d172f4d1f66f540', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '7310ab07ee69c9178bacf990fc98f542fca4720d', + 'reference' => '25a1824973439f6cbb1e4d9bb88cb7fdd9c83305', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.26.0-alpha.1713990093', - 'version' => '5.26.0.0-alpha1713990093', - 'reference' => '69e858fd0678361657d6bb77264999b44475c37e', + 'pretty_version' => 'v5.26.0', + 'version' => '5.26.0.0', + 'reference' => 'ba21ce7901173367fdd197c13f67282c5124241e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -110,63 +110,63 @@ 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.5', - 'version' => '0.4.5.0', - 'reference' => 'b33ab3b9a8e735d7f9a30ac69e3ecda11a6946bc', + 'pretty_version' => 'v0.4.6', + 'version' => '0.4.6.0', + 'reference' => '0eb1006df86f044223bb7bcd4f2761de21713bdb', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.1', - 'version' => '2.0.1.0', - 'reference' => '74364ad3a0b575d6b9dbef4153d7723c06c23c33', + 'pretty_version' => 'v2.0.2', + 'version' => '2.0.2.0', + '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' => '4179d56a43293e898976852acf3a1cb8b69e20ff', + 'reference' => '7d452c94509612e94e045b66bbfabee43fdf8728', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.12.2', - 'version' => '0.12.2.0', - 'reference' => '50b6e79759e95d675549384d3c755c06eb85afc7', + 'pretty_version' => 'v0.12.3', + 'version' => '0.12.3.0', + 'reference' => '0f512a7d7745d40e1dea71ef29efdcb020ee5b12', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.18.2', - 'version' => '0.18.2.0', - 'reference' => 'd6b16b1207105b8153296030eb16944dcf6de67e', + 'pretty_version' => 'v0.18.3', + 'version' => '0.18.3.0', + 'reference' => '7d12fa8d338d15b9c3dc255800f7871cccf81541', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '3.0.0-alpha.1713976135', - 'version' => '3.0.0.0-alpha1713976135', - 'reference' => 'e8230e2d56eda637ea5da1d387dc7fcf04be7511', + 'pretty_version' => 'v3.0.0', + 'version' => '3.0.0.0', + 'reference' => '9a32a0643bc8ba9d3105fcb131ce84de402fed25', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.9.0-alpha.1713985059', - 'version' => '0.9.0.0-alpha1713985059', - 'reference' => 'ef6ecf0ac6bd8c45569a741392de5854896a3107', + 'pretty_version' => 'v0.9.0', + 'version' => '0.9.0.0', + 'reference' => '289b9fcb3358f5577b1c2e42d30b38b81509a812', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),