From 537fc76565521eb860b9838587c7d277999e7e30 Mon Sep 17 00:00:00 2001 From: ouikhuan Date: Thu, 16 May 2024 11:04:03 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9111107211 Upstream-Ref: Automattic/jetpack@ae3676728b61a975b10f0050df14d9e12d2c1fed --- CHANGELOG.md | 7 +- composer.json | 5 +- composer.lock | 930 ++++++++---------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-a8c-mc-stats/composer.json | 2 +- .../automattic/jetpack-admin-ui/composer.json | 2 +- vendor/automattic/jetpack-assets/CHANGELOG.md | 11 +- .../automattic/jetpack-blocks/composer.json | 4 +- .../automattic/jetpack-compat/composer.json | 2 +- .../jetpack-connection/CHANGELOG.md | 11 +- .../jetpack-connection/composer.json | 2 +- .../src/class-package-version.php | 2 +- .../jetpack-constants/composer.json | 2 +- .../jetpack-device-detection/composer.json | 2 +- .../jetpack-identity-crisis/CHANGELOG.md | 12 +- .../jetpack-identity-crisis/composer.json | 4 +- .../src/class-identity-crisis.php | 2 +- vendor/automattic/jetpack-ip/composer.json | 2 +- vendor/automattic/jetpack-jitm/CHANGELOG.md | 9 +- vendor/automattic/jetpack-jitm/composer.json | 4 +- .../jetpack-jitm/src/class-jitm.php | 2 +- vendor/automattic/jetpack-logo/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 19 +- .../automattic/jetpack-mu-wpcom/composer.json | 6 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../jetpack-password-checker/composer.json | 2 +- vendor/automattic/jetpack-plans/composer.json | 4 +- .../automattic/jetpack-redirect/composer.json | 4 +- vendor/automattic/jetpack-roles/composer.json | 2 +- .../jetpack-stats-admin/composer.json | 6 +- vendor/automattic/jetpack-stats/composer.json | 4 +- vendor/automattic/jetpack-sync/CHANGELOG.md | 9 +- vendor/automattic/jetpack-sync/composer.json | 4 +- .../src/class-package-version.php | 2 +- .../automattic/scheduled-updates/CHANGELOG.md | 11 +- .../scheduled-updates/composer.json | 4 +- .../src/class-scheduled-updates.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 845 +++++++--------- vendor/composer/installed.php | 106 +- 43 files changed, 894 insertions(+), 1177 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9b5e5d..f8d9ac9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.1.26-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 2.1.26 - 2024-05-16 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37348] ## 2.1.25 - 2024-05-14 ### Changed diff --git a/composer.json b/composer.json index 4bf5b4b9..4de47f67 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.31.0-alpha" + "automattic/jetpack-mu-wpcom": "^5.31.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_26_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26" } } diff --git a/composer.lock b/composer.lock index 74bd9426..3ef7f3ff 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": "b507b1ea2f5859a39a9c50fa1f40af9b", + "content-hash": "d36f6e5e1aedf493a7a766aff3c10b40", "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": "7236bf874200ecd0309a8edcdac921c3337b0623" + "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.3", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -40,35 +46,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to 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": "4fb275a4c7eabfde88e91ad0d756180377579570" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" @@ -96,35 +102,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2" + }, + "time": "2024-04-22T18:47:32+00:00" }, { "name": "automattic/jetpack-assets", - "version": "2.1.10-alpha.1715799056", + "version": "v2.1.10", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "f4da7331e5bd2a0c511b8569e1028d5195e4bcf8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "279ede6ce1517bf0dc449a0c8f9231a26752117a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/f4da7331e5bd2a0c511b8569e1028d5195e4bcf8", + "reference": "f4da7331e5bd2a0c511b8569e1028d5195e4bcf8", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.2", @@ -159,45 +159,36 @@ "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.10" + }, + "time": "2024-05-16T10:58:04+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": "6145410089f77a581f9d7b956c88fa72163b1cd5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-constants": "^2.0.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "dev-master", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -221,35 +212,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.3" + }, + "time": "2024-04-22T18:47:33+00:00" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.1.0", + "version": "v0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "6acc2578e9e6509319c6d0f7939f8eed26b4f2f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "9424c41909354320fdf5d6dcbdf1fb59f803fa76" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/6acc2578e9e6509319c6d0f7939f8eed26b4f2f1", + "reference": "6acc2578e9e6509319c6d0f7939f8eed26b4f2f1", + "shasum": "" }, "require": { "php": ">=7.0" @@ -282,47 +267,35 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Features used with classic themes", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.1.0" + }, + "time": "2024-05-09T09:26:06+00:00" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "a4f79a29f176f92e39f12c5c7a7a2efcc4b997c8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -339,26 +312,34 @@ "dev-trunk": "3.0.x-dev" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" + }, + "time": "2024-04-25T07:24:07+00:00" }, { "name": "automattic/jetpack-connection", - "version": "2.8.2-alpha.1715847720", + "version": "v2.8.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "11441e20c4fa657f182bc94861d14ed5e320ab01" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "ab19128029c94860b609def5776565ee63c5cc95" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/11441e20c4fa657f182bc94861d14ed5e320ab01", + "reference": "11441e20c4fa657f182bc94861d14ed5e320ab01", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", - "automattic/jetpack-assets": "^2.1.10-alpha", + "automattic/jetpack-assets": "^2.1.10", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", @@ -404,47 +385,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.8.2" + }, + "time": "2024-05-16T10:58:12+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "6f7991f9e4475d4e2c3fd843111abfadb8a8c187" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "43410ef654fe569734cd80df34110e3a36b4997a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/6f7991f9e4475d4e2c3fd843111abfadb8a8c187", + "reference": "6f7991f9e4475d4e2c3fd843111abfadb8a8c187", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -467,35 +436,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.2" + }, + "time": "2024-04-30T19:01:57+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": "d937b48452f230ee8fce8fe1e8db199f5aba53b6" + "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.3", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -517,33 +486,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "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-identity-crisis", - "version": "0.19.0-alpha.1715799056", + "version": "v0.19.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "a29d1be468e0b567c6e4248c6a2017e9597d5ca8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "9c8ea2deaeba658304d81468bb1d59c01846a9c8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/a29d1be468e0b567c6e4248c6a2017e9597d5ca8", + "reference": "a29d1be468e0b567c6e4248c6a2017e9597d5ca8", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.10-alpha", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-assets": "^2.1.10", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-status": "^3.0.3", @@ -577,51 +546,35 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.19.0" + }, + "time": "2024-05-16T10:58:31+00:00" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "d27465e9ad58149f588564ff85cc7caf62f6876a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -648,34 +601,34 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.2" + }, + "time": "2024-03-12T22:00:05+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.11-alpha.1715799056", + "version": "v3.1.11", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "24750516a396a323fdf63f56bacbf1148557dff8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "35a5a2a60b8be82c87b6f6b14fc87f2bf4ca9a41" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/24750516a396a323fdf63f56bacbf1148557dff8", + "reference": "24750516a396a323fdf63f56bacbf1148557dff8", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", - "automattic/jetpack-assets": "^2.1.10-alpha", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-assets": "^2.1.10", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", @@ -710,45 +663,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.11" + }, + "time": "2024-05-16T10:58:29+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": "6f538bdfff6ee2748b425109ffcb5ed98f515f12" + "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.3", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -770,40 +713,40 @@ "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.31.0-alpha.1715830177", + "version": "v5.31.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "47708fb2cb3fd155153e1e6748edf81592e6d435" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "c89c4dd457a0ace636f802c6ce806db3649091de" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/47708fb2cb3fd155153e1e6748edf81592e6d435", + "reference": "47708fb2cb3fd155153e1e6748edf81592e6d435", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.10-alpha", + "automattic/jetpack-assets": "^2.1.10", "automattic/jetpack-blocks": "^2.0.3", "automattic/jetpack-classic-theme-helper": "^0.1.0", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.1", "automattic/jetpack-status": "^3.0.3", - "automattic/scheduled-updates": "^0.12.1-alpha", + "automattic/scheduled-updates": "^0.12.1", "php": ">=7.0" }, "require-dev": { @@ -834,47 +777,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.31.0" + }, + "time": "2024-05-16T10:58:36+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "810e147a0f409f06dd144e51f4985a4834656f42" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -898,43 +829,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1" + }, + "time": "2024-03-14T20:42:38+00:00" }, { "name": "automattic/jetpack-plans", - "version": "0.4.7", + "version": "v0.4.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "eaef18c65d77f034e5aba0bdbc9f77baad873c41" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.3", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -957,48 +882,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.7" + }, + "time": "2024-05-06T17:33:52+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "0846d237c3820a0609c6b34b0926826ce2463096" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1021,35 +934,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" + }, + "time": "2024-04-25T07:24:30+00:00" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "56b75463944f713ead703f58fa662baf20e3f1e2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1072,34 +985,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.5", + "version": "v0.12.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "7f095257872d78da165be271c2bbdfce15f11cec" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "php": ">=7.0" }, "require-dev": { @@ -1130,43 +1043,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.12.5" + }, + "time": "2024-05-06T17:33:54+00:00" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.19.1", + "version": "v0.19.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "1fa7c2f18f57aa050968574cd9344981babc92b2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "e28852061bbe17120a41c00c91096c21fd1d2819" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/1fa7c2f18f57aa050968574cd9344981babc92b2", + "reference": "1fa7c2f18f57aa050968574cd9344981babc92b2", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-jitm": "^3.1.11-alpha", + "automattic/jetpack-jitm": "^3.1.10", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.12.5", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "php": ">=7.0" }, "require-dev": { @@ -1194,41 +1101,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.19.1" + }, + "time": "2024-05-06T17:34:21+00:00" }, { "name": "automattic/jetpack-status", - "version": "3.0.3", + "version": "v3.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "dee3a6f2dcc129bd3869c44ba661484adda0a2f8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "d7b48e6002d81e7257223e1f19764e68674d8e42" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/dee3a6f2dcc129bd3869c44ba661484adda0a2f8", + "reference": "dee3a6f2dcc129bd3869c44ba661484adda0a2f8", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.2", @@ -1269,34 +1164,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": "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.3" + }, + "time": "2024-05-08T10:06:11+00:00" }, { "name": "automattic/jetpack-sync", - "version": "2.16.3-alpha.1715793138", + "version": "v2.16.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "f98ab01117b57ac948616a284917f6ff3db8cbcf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "96556950cb505245b62a3d79504fbe1f76f8dbb7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f98ab01117b57ac948616a284917f6ff3db8cbcf", + "reference": "f98ab01117b57ac948616a284917f6ff3db8cbcf", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-identity-crisis": "^0.19.0-alpha", + "automattic/jetpack-identity-crisis": "^0.19.0", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-password-checker": "^0.3.1", "automattic/jetpack-roles": "^2.0.2", @@ -1339,42 +1234,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v2.16.3" + }, + "time": "2024-05-16T10:58:32+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.12.1-alpha.1715855670", + "version": "v0.12.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "7ab7e728930540b10abac26c807c9754d5026367" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "7fd6bbeffcb3257b7aa8354ab6c98225c7c993ec" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/7ab7e728930540b10abac26c807c9754d5026367", + "reference": "7ab7e728930540b10abac26c807c9754d5026367", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-status": "^3.0.3", - "automattic/jetpack-sync": "^2.16.3-alpha", + "automattic/jetpack-sync": "^2.16.3", "php": ">=7.0" }, "require-dev": { @@ -1406,37 +1295,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.12.1" + }, + "time": "2024-05-16T10:58:33+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.3", + "version": "v4.2.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "eff8ed366b8e1d0be1b98db2abacf85d8d9470d6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "13f5c4399f7bc716e43ac938922ebd8449bca9e8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/eff8ed366b8e1d0be1b98db2abacf85d8d9470d6", + "reference": "eff8ed366b8e1d0be1b98db2abacf85d8d9470d6", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1466,30 +1349,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" - } - }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -1500,9 +1364,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.3" + }, + "time": "2024-05-06T17:32:10+00:00" }, { "name": "doctrine/instantiator", @@ -4068,10 +3933,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 01480d29..164cb084 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.26-alpha + * Version: 2.1.26 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index 2d0c9705..2e9c9cd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.26-alpha", + "version": "2.1.26", "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 0521fbe2..e21c728f 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_26_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26::getLoader(); diff --git a/vendor/automattic/jetpack-a8c-mc-stats/composer.json b/vendor/automattic/jetpack-a8c-mc-stats/composer.json index aaf52390..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.3" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-admin-ui/composer.json b/vendor/automattic/jetpack-admin-ui/composer.json index f034915a..bd8028f7 100644 --- a/vendor/automattic/jetpack-admin-ui/composer.json +++ b/vendor/automattic/jetpack-admin-ui/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master" }, diff --git a/vendor/automattic/jetpack-assets/CHANGELOG.md b/vendor/automattic/jetpack-assets/CHANGELOG.md index 9a57ab58..918d9ddc 100644 --- a/vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/vendor/automattic/jetpack-assets/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). -## [2.1.10-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.10] - 2024-05-16 ### Added -- Assets: Adding comments to explain why we use variables within translation functions +- Assets: Adding comments to explain why we use variables within translation functions [#37397] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37379] ## [2.1.9] - 2024-05-06 ### Changed @@ -449,7 +446,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[2.1.10-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.1.9...v2.1.10-alpha +[2.1.10]: https://github.com/Automattic/jetpack-assets/compare/v2.1.9...v2.1.10 [2.1.9]: https://github.com/Automattic/jetpack-assets/compare/v2.1.8...v2.1.9 [2.1.8]: https://github.com/Automattic/jetpack-assets/compare/v2.1.7...v2.1.8 [2.1.7]: https://github.com/Automattic/jetpack-assets/compare/v2.1.6...v2.1.7 diff --git a/vendor/automattic/jetpack-blocks/composer.json b/vendor/automattic/jetpack-blocks/composer.json index 0beaff27..1d28a249 100644 --- a/vendor/automattic/jetpack-blocks/composer.json +++ b/vendor/automattic/jetpack-blocks/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-constants": "^2.0.2" + "automattic/jetpack-constants": "^2.0.1" }, "require-dev": { "automattic/wordbless": "dev-master", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-compat/composer.json b/vendor/automattic/jetpack-compat/composer.json index 7e0b8d4e..6c93fcc9 100644 --- a/vendor/automattic/jetpack-compat/composer.json +++ b/vendor/automattic/jetpack-compat/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-connection/CHANGELOG.md b/vendor/automattic/jetpack-connection/CHANGELOG.md index 403ddefa..4d618484 100644 --- a/vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/vendor/automattic/jetpack-connection/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). -## [2.8.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.8.2] - 2024-05-16 ### Added -- Connection: Ensuring direct file access is disabled in class-jetpack-ixr-client.php +- Connection: Ensuring direct file access is disabled in class-jetpack-ixr-client.php [#37398] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37379] ## [2.8.1] - 2024-05-14 ### Changed @@ -1072,7 +1069,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[2.8.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.8.1...v2.8.2-alpha +[2.8.2]: https://github.com/Automattic/jetpack-connection/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/Automattic/jetpack-connection/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0 [2.7.7]: https://github.com/Automattic/jetpack-connection/compare/v2.7.6...v2.7.7 diff --git a/vendor/automattic/jetpack-connection/composer.json b/vendor/automattic/jetpack-connection/composer.json index e26c3612..b8bff79e 100644 --- a/vendor/automattic/jetpack-connection/composer.json +++ b/vendor/automattic/jetpack-connection/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", - "automattic/jetpack-assets": "^2.1.10-alpha", + "automattic/jetpack-assets": "^2.1.10", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", "automattic/jetpack-status": "^3.0.3", diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index b6d09643..9aa3ba41 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.8.2-alpha'; + const PACKAGE_VERSION = '2.8.2'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index 86724367..a6b631f7 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.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 33e47229..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.3" + "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-identity-crisis/CHANGELOG.md b/vendor/automattic/jetpack-identity-crisis/CHANGELOG.md index 8cdff7e5..c454a77d 100644 --- a/vendor/automattic/jetpack-identity-crisis/CHANGELOG.md +++ b/vendor/automattic/jetpack-identity-crisis/CHANGELOG.md @@ -5,15 +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). -## [0.19.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.19.0] - 2024-05-16 ### Added -- IDC: Added escapes to echo statements +- IDC: Added escapes to echo statements [#37395] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37379] +- Updated package dependencies. [#37380] ## [0.18.6] - 2024-05-06 ### Changed @@ -557,7 +555,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. - Use Connection/Urls for home_url and site_url functions migrated from Sync. -[0.19.0-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.6...v0.19.0-alpha +[0.19.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.6...v0.19.0 [0.18.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.5...v0.18.6 [0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5 [0.18.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.3...v0.18.4 diff --git a/vendor/automattic/jetpack-identity-crisis/composer.json b/vendor/automattic/jetpack-identity-crisis/composer.json index 023e6362..438f5aa1 100644 --- a/vendor/automattic/jetpack-identity-crisis/composer.json +++ b/vendor/automattic/jetpack-identity-crisis/composer.json @@ -5,11 +5,11 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-status": "^3.0.3", "automattic/jetpack-logo": "^2.0.2", - "automattic/jetpack-assets": "^2.1.10-alpha" + "automattic/jetpack-assets": "^2.1.10" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.3", diff --git a/vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php b/vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php index 85a66c88..0ef0e8b5 100644 --- a/vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php +++ b/vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php @@ -26,7 +26,7 @@ class Identity_Crisis { /** * Package Version */ - const PACKAGE_VERSION = '0.19.0-alpha'; + const PACKAGE_VERSION = '0.19.0'; /** * Package Slug diff --git a/vendor/automattic/jetpack-ip/composer.json b/vendor/automattic/jetpack-ip/composer.json index c4bdf93a..bb4decf0 100644 --- a/vendor/automattic/jetpack-ip/composer.json +++ b/vendor/automattic/jetpack-ip/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-jitm/CHANGELOG.md b/vendor/automattic/jetpack-jitm/CHANGELOG.md index 02af841a..3717b321 100644 --- a/vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.1.11-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.1.11] - 2024-05-16 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#37379] ## [3.1.10] - 2024-05-06 ### Changed @@ -726,7 +723,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[3.1.11-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.10...v3.1.11-alpha +[3.1.11]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.10...v3.1.11 [3.1.10]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.9...v3.1.10 [3.1.9]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.8...v3.1.9 [3.1.8]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.7...v3.1.8 diff --git a/vendor/automattic/jetpack-jitm/composer.json b/vendor/automattic/jetpack-jitm/composer.json index 55c2c0c9..5911bc7f 100644 --- a/vendor/automattic/jetpack-jitm/composer.json +++ b/vendor/automattic/jetpack-jitm/composer.json @@ -6,8 +6,8 @@ "require": { "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.1", - "automattic/jetpack-assets": "^2.1.10-alpha", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-assets": "^2.1.10", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", diff --git a/vendor/automattic/jetpack-jitm/src/class-jitm.php b/vendor/automattic/jetpack-jitm/src/class-jitm.php index 7a00d766..56afbc31 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.11-alpha'; + const PACKAGE_VERSION = '3.1.11'; /** * 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 9c0fe229..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.3" + "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 d5599987..e033969c 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,21 +5,18 @@ 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.31.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.31.0] - 2024-05-16 ### Added -- Admin Interface Style: Add the track event when the value is changed -- WordPress.com Features: Add wp-admin sync with Calypso locale +- Admin Interface Style: Add the track event when the value is changed [#37373] +- WordPress.com Features: Add wp-admin sync with Calypso locale [#37352] ### Changed -- Remove the need to have posts published in the ai-assembler launchpad -- Updated package dependencies. +- Remove the need to have posts published in the ai-assembler launchpad [#36942] +- Updated package dependencies. [#37379] ### Fixed -- Untangling: correctly show the All Sites menu in the top bar -- Verbum Comments: translate block editor +- Untangling: correctly show the All Sites menu in the top bar [#37393] +- Verbum Comments: translate block editor [#37367] ## [5.30.0] - 2024-05-14 ### Added @@ -822,7 +819,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.31.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.30.0...v5.31.0-alpha +[5.31.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.30.0...v5.31.0 [5.30.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.1...v5.30.0 [5.29.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.29.0...v5.29.1 [5.29.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.28.0...v5.29.0 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 209963eb..4853546f 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -5,14 +5,14 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.1.10-alpha", + "automattic/jetpack-assets": "^2.1.10", "automattic/jetpack-blocks": "^2.0.3", "automattic/jetpack-classic-theme-helper": "^0.1.0", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.1", "automattic/jetpack-status": "^3.0.3", - "automattic/scheduled-updates": "^0.12.1-alpha", + "automattic/scheduled-updates": "^0.12.1", "automattic/jetpack-compat": "^3.0.2" }, "require-dev": { 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 b9eb0a67..65d707c0 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.31.0-alpha'; + const PACKAGE_VERSION = '5.31.0'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/jetpack-password-checker/composer.json b/vendor/automattic/jetpack-password-checker/composer.json index da2a7770..6bcf598d 100644 --- a/vendor/automattic/jetpack-password-checker/composer.json +++ b/vendor/automattic/jetpack-password-checker/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index dcca811b..2f814528 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.8.2-alpha" + "automattic/jetpack-connection": "^2.7.6" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^4.2.3", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/automattic/jetpack-redirect/composer.json b/vendor/automattic/jetpack-redirect/composer.json index acb3542c..271c7146 100644 --- a/vendor/automattic/jetpack-redirect/composer.json +++ b/vendor/automattic/jetpack-redirect/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^3.0.3" + "automattic/jetpack-status": "^3.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-roles/composer.json b/vendor/automattic/jetpack-roles/composer.json index 1ffd18a4..f0aacf96 100644 --- a/vendor/automattic/jetpack-roles/composer.json +++ b/vendor/automattic/jetpack-roles/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index 0d9fc82d..c4ea4b4c 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.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.12.5", - "automattic/jetpack-status": "^3.0.3", - "automattic/jetpack-jitm": "^3.1.11-alpha" + "automattic/jetpack-status": "^3.0.2", + "automattic/jetpack-jitm": "^3.1.10" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index 8c8dfcd2..6a01d526 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.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-status": "^3.0.3" + "automattic/jetpack-status": "^3.0.2" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-sync/CHANGELOG.md b/vendor/automattic/jetpack-sync/CHANGELOG.md index ee4d2309..a5bd171e 100644 --- a/vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.16.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.16.3] - 2024-05-16 ### Fixed -- Jetpack Sync: Fixed undefined array key Warnings in HPOS orders module +- Jetpack Sync: Fixed undefined array key Warnings in HPOS orders module [#37401] ## [2.16.2] - 2024-05-14 ### Fixed @@ -1151,7 +1148,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[2.16.3-alpha]: https://github.com/Automattic/jetpack-sync/compare/v2.16.2...v2.16.3-alpha +[2.16.3]: https://github.com/Automattic/jetpack-sync/compare/v2.16.2...v2.16.3 [2.16.2]: https://github.com/Automattic/jetpack-sync/compare/v2.16.1...v2.16.2 [2.16.1]: https://github.com/Automattic/jetpack-sync/compare/v2.16.0...v2.16.1 [2.16.0]: https://github.com/Automattic/jetpack-sync/compare/v2.15.1...v2.16.0 diff --git a/vendor/automattic/jetpack-sync/composer.json b/vendor/automattic/jetpack-sync/composer.json index ca54e319..4026c849 100644 --- a/vendor/automattic/jetpack-sync/composer.json +++ b/vendor/automattic/jetpack-sync/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-identity-crisis": "^0.19.0-alpha", + "automattic/jetpack-identity-crisis": "^0.19.0", "automattic/jetpack-password-checker": "^0.3.1", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-roles": "^2.0.2", diff --git a/vendor/automattic/jetpack-sync/src/class-package-version.php b/vendor/automattic/jetpack-sync/src/class-package-version.php index 8dc6589c..921abd2a 100644 --- a/vendor/automattic/jetpack-sync/src/class-package-version.php +++ b/vendor/automattic/jetpack-sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.16.3-alpha'; + const PACKAGE_VERSION = '2.16.3'; const PACKAGE_SLUG = 'sync'; diff --git a/vendor/automattic/scheduled-updates/CHANGELOG.md b/vendor/automattic/scheduled-updates/CHANGELOG.md index fa2c8c66..b46d885c 100644 --- a/vendor/automattic/scheduled-updates/CHANGELOG.md +++ b/vendor/automattic/scheduled-updates/CHANGELOG.md @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.12.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.12.1] - 2024-05-16 ### Changed -- Moves install/managed check for plugins into API endpoint validation callback +- Moves install/managed check for plugins into API endpoint validation callback [#37291] ### Fixed -- Remove plugins check on WPCOM environment +- Remove plugins check on WPCOM environment [#37416] ## [0.12.0] - 2024-05-09 ### Changed @@ -177,7 +174,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Generate initial package for Scheduled Updates [#35796] -[0.12.1-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.12.0...v0.12.1-alpha +[0.12.1]: https://github.com/Automattic/scheduled-updates/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/Automattic/scheduled-updates/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/Automattic/scheduled-updates/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/Automattic/scheduled-updates/compare/v0.9.1...v0.10.0 diff --git a/vendor/automattic/scheduled-updates/composer.json b/vendor/automattic/scheduled-updates/composer.json index 7b93b504..1182eb4b 100644 --- a/vendor/automattic/scheduled-updates/composer.json +++ b/vendor/automattic/scheduled-updates/composer.json @@ -6,10 +6,10 @@ "require": { "php": ">=7.0", "automattic/jetpack-status": "^3.0.3", - "automattic/jetpack-sync": "^2.16.3-alpha", + "automattic/jetpack-sync": "^2.16.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-connection": "^2.8.2-alpha" + "automattic/jetpack-connection": "^2.8.2" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index eba309bb..200f1865 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.12.1-alpha'; + const PACKAGE_VERSION = '0.12.1'; /** * The cron event hook for the scheduled plugins update. diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index edb07c2a..fa16a69d 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_26_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26 { 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_26_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26::$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 d79ca345..ca95a72d 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_26_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -187,7 +187,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_26_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_26::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 64e931e7..e2dec6d2 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": "7236bf874200ecd0309a8edcdac921c3337b0623" + "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.3", + "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,37 +43,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1" }, "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": "4fb275a4c7eabfde88e91ad0d756180377579570" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.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.10-alpha.1715799056", - "version_normalized": "2.1.10.0-alpha1715799056", + "version": "v2.1.10", + "version_normalized": "2.1.10.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "f4da7331e5bd2a0c511b8569e1028d5195e4bcf8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "279ede6ce1517bf0dc449a0c8f9231a26752117a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/f4da7331e5bd2a0c511b8569e1028d5195e4bcf8", + "reference": "f4da7331e5bd2a0c511b8569e1028d5195e4bcf8", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.2", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:04+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,47 +162,37 @@ "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.10" }, "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": "6145410089f77a581f9d7b956c88fa72163b1cd5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-constants": "^2.0.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "dev-master", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -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,37 +218,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.3" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.1.0", + "version": "v0.1.0", "version_normalized": "0.1.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "6acc2578e9e6509319c6d0f7939f8eed26b4f2f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "9424c41909354320fdf5d6dcbdf1fb59f803fa76" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/6acc2578e9e6509319c6d0f7939f8eed26b4f2f1", + "reference": "6acc2578e9e6509319c6d0f7939f8eed26b4f2f1", + "shasum": "" }, "require": { "php": ">=7.0" @@ -269,6 +254,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-09T09:26:06+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -290,53 +276,41 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Features used with classic themes", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.1.0" }, "install-path": "../automattic/jetpack-classic-theme-helper" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "a4f79a29f176f92e39f12c5c7a7a2efcc4b997c8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -350,28 +324,35 @@ } }, "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" }, "install-path": "../automattic/jetpack-compat" }, { "name": "automattic/jetpack-connection", - "version": "2.8.2-alpha.1715847720", - "version_normalized": "2.8.2.0-alpha1715847720", + "version": "v2.8.2", + "version_normalized": "2.8.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "11441e20c4fa657f182bc94861d14ed5e320ab01" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "ab19128029c94860b609def5776565ee63c5cc95" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/11441e20c4fa657f182bc94861d14ed5e320ab01", + "reference": "11441e20c4fa657f182bc94861d14ed5e320ab01", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", - "automattic/jetpack-assets": "^2.1.10-alpha", + "automattic/jetpack-assets": "^2.1.10", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", @@ -389,6 +370,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:12+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -418,55 +400,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.8.2" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "6f7991f9e4475d4e2c3fd843111abfadb8a8c187" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "43410ef654fe569734cd80df34110e3a36b4997a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/6f7991f9e4475d4e2c3fd843111abfadb8a8c187", + "reference": "6f7991f9e4475d4e2c3fd843111abfadb8a8c187", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-30T19:01:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -484,42 +454,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.2" }, "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": "d937b48452f230ee8fce8fe1e8db199f5aba53b6" + "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.3", + "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, @@ -537,35 +507,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": "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-identity-crisis", - "version": "0.19.0-alpha.1715799056", - "version_normalized": "0.19.0.0-alpha1715799056", + "version": "v0.19.0", + "version_normalized": "0.19.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "a29d1be468e0b567c6e4248c6a2017e9597d5ca8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "9c8ea2deaeba658304d81468bb1d59c01846a9c8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/a29d1be468e0b567c6e4248c6a2017e9597d5ca8", + "reference": "a29d1be468e0b567c6e4248c6a2017e9597d5ca8", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.10-alpha", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-assets": "^2.1.10", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-status": "^3.0.3", @@ -579,6 +548,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:31+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -600,59 +570,43 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.19.0" }, "install-path": "../automattic/jetpack-identity-crisis" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "d27465e9ad58149f588564ff85cc7caf62f6876a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -674,36 +628,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.2" }, "install-path": "../automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.11-alpha.1715799056", - "version_normalized": "3.1.11.0-alpha1715799056", + "version": "v3.1.11", + "version_normalized": "3.1.11.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "24750516a396a323fdf63f56bacbf1148557dff8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "35a5a2a60b8be82c87b6f6b14fc87f2bf4ca9a41" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/24750516a396a323fdf63f56bacbf1148557dff8", + "reference": "24750516a396a323fdf63f56bacbf1148557dff8", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", - "automattic/jetpack-assets": "^2.1.10-alpha", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-assets": "^2.1.10", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", @@ -718,6 +671,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:29+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -739,52 +693,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.11" }, "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": "6f538bdfff6ee2748b425109ffcb5ed98f515f12" + "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.3", + "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, @@ -802,42 +746,41 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.2" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.31.0-alpha.1715830177", - "version_normalized": "5.31.0.0-alpha1715830177", + "version": "v5.31.0", + "version_normalized": "5.31.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "47708fb2cb3fd155153e1e6748edf81592e6d435" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "c89c4dd457a0ace636f802c6ce806db3649091de" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/47708fb2cb3fd155153e1e6748edf81592e6d435", + "reference": "47708fb2cb3fd155153e1e6748edf81592e6d435", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.10-alpha", + "automattic/jetpack-assets": "^2.1.10", "automattic/jetpack-blocks": "^2.0.3", "automattic/jetpack-classic-theme-helper": "^0.1.0", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.19.1", "automattic/jetpack-status": "^3.0.3", - "automattic/scheduled-updates": "^0.12.1-alpha", + "automattic/scheduled-updates": "^0.12.1", "php": ">=7.0" }, "require-dev": { @@ -848,6 +791,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:36+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -869,55 +813,43 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.31.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "810e147a0f409f06dd144e51f4985a4834656f42" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-14T20:42:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -936,51 +868,45 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1" }, "install-path": "../automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.7", + "version": "v0.4.7", "version_normalized": "0.4.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "eaef18c65d77f034e5aba0bdbc9f77baad873c41" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "php": ">=7.0" }, "require-dev": { "automattic/jetpack-changelogger": "^4.2.3", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-06T17:33:52+00:00", "type": "library", "extra": { "autotagger": true, @@ -998,56 +924,44 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.7" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "0846d237c3820a0609c6b34b0926826ce2463096" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:30+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1065,43 +979,43 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "56b75463944f713ead703f58fa662baf20e3f1e2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1119,36 +1033,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.5", + "version": "v0.12.5", "version_normalized": "0.12.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "7f095257872d78da165be271c2bbdfce15f11cec" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "reference": "ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "php": ">=7.0" }, "require-dev": { @@ -1159,6 +1072,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-06T17:33:54+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1180,45 +1094,38 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.12.5" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.19.1", + "version": "v0.19.1", "version_normalized": "0.19.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "1fa7c2f18f57aa050968574cd9344981babc92b2" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "e28852061bbe17120a41c00c91096c21fd1d2819" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/1fa7c2f18f57aa050968574cd9344981babc92b2", + "reference": "1fa7c2f18f57aa050968574cd9344981babc92b2", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.7.6", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-jitm": "^3.1.11-alpha", + "automattic/jetpack-jitm": "^3.1.10", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.12.5", - "automattic/jetpack-status": "^3.0.3", + "automattic/jetpack-status": "^3.0.2", "php": ">=7.0" }, "require-dev": { @@ -1229,6 +1136,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-06T17:34:21+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1247,43 +1155,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.19.1" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "3.0.3", + "version": "v3.0.3", "version_normalized": "3.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "dee3a6f2dcc129bd3869c44ba661484adda0a2f8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "d7b48e6002d81e7257223e1f19764e68674d8e42" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/dee3a6f2dcc129bd3869c44ba661484adda0a2f8", + "reference": "dee3a6f2dcc129bd3869c44ba661484adda0a2f8", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.2", @@ -1301,6 +1196,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-08T10:06:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1325,36 +1221,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.0.3" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "2.16.3-alpha.1715793138", - "version_normalized": "2.16.3.0-alpha1715793138", + "version": "v2.16.3", + "version_normalized": "2.16.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "f98ab01117b57ac948616a284917f6ff3db8cbcf" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "96556950cb505245b62a3d79504fbe1f76f8dbb7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f98ab01117b57ac948616a284917f6ff3db8cbcf", + "reference": "f98ab01117b57ac948616a284917f6ff3db8cbcf", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", - "automattic/jetpack-identity-crisis": "^0.19.0-alpha", + "automattic/jetpack-identity-crisis": "^0.19.0", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-password-checker": "^0.3.1", "automattic/jetpack-roles": "^2.0.2", @@ -1371,6 +1266,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1398,44 +1294,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v2.16.3" }, "install-path": "../automattic/jetpack-sync" }, { "name": "automattic/scheduled-updates", - "version": "0.12.1-alpha.1715855670", - "version_normalized": "0.12.1.0-alpha1715855670", + "version": "v0.12.1", + "version_normalized": "0.12.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "7ab7e728930540b10abac26c807c9754d5026367" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "7fd6bbeffcb3257b7aa8354ab6c98225c7c993ec" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/7ab7e728930540b10abac26c807c9754d5026367", + "reference": "7ab7e728930540b10abac26c807c9754d5026367", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.8.2-alpha", + "automattic/jetpack-connection": "^2.8.2", "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-status": "^3.0.3", - "automattic/jetpack-sync": "^2.16.3-alpha", + "automattic/jetpack-sync": "^2.16.3", "php": ">=7.0" }, "require-dev": { @@ -1447,6 +1336,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-16T10:58:33+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1468,26 +1358,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.12.1" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 7480c1f1..d475c9a8 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,126 +11,126 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '7236bf874200ecd0309a8edcdac921c3337b0623', + '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' => '4fb275a4c7eabfde88e91ad0d756180377579570', + '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.10-alpha.1715799056', - 'version' => '2.1.10.0-alpha1715799056', - 'reference' => '279ede6ce1517bf0dc449a0c8f9231a26752117a', + 'pretty_version' => 'v2.1.10', + 'version' => '2.1.10.0', + 'reference' => 'f4da7331e5bd2a0c511b8569e1028d5195e4bcf8', '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' => '6145410089f77a581f9d7b956c88fa72163b1cd5', + 'reference' => '5ccebea3ffa67eb16a688d782a5e82b8a346d9ee', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.1.0', + 'pretty_version' => 'v0.1.0', 'version' => '0.1.0.0', - 'reference' => '9424c41909354320fdf5d6dcbdf1fb59f803fa76', + 'reference' => '6acc2578e9e6509319c6d0f7939f8eed26b4f2f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-classic-theme-helper', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-compat' => array( - 'pretty_version' => '3.0.2', + 'pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', - 'reference' => 'a4f79a29f176f92e39f12c5c7a7a2efcc4b997c8', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.8.2-alpha.1715847720', - 'version' => '2.8.2.0-alpha1715847720', - 'reference' => 'ab19128029c94860b609def5776565ee63c5cc95', + 'pretty_version' => 'v2.8.2', + 'version' => '2.8.2.0', + 'reference' => '11441e20c4fa657f182bc94861d14ed5e320ab01', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '43410ef654fe569734cd80df34110e3a36b4997a', + 'reference' => '6f7991f9e4475d4e2c3fd843111abfadb8a8c187', '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' => 'd937b48452f230ee8fce8fe1e8db199f5aba53b6', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-identity-crisis' => array( - 'pretty_version' => '0.19.0-alpha.1715799056', - 'version' => '0.19.0.0-alpha1715799056', - 'reference' => '9c8ea2deaeba658304d81468bb1d59c01846a9c8', + 'pretty_version' => 'v0.19.0', + 'version' => '0.19.0.0', + 'reference' => 'a29d1be468e0b567c6e4248c6a2017e9597d5ca8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-identity-crisis', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.2', + 'pretty_version' => 'v0.2.2', 'version' => '0.2.2.0', - 'reference' => 'd27465e9ad58149f588564ff85cc7caf62f6876a', + 'reference' => 'b3efffb57901e236c3c1e7299b575563e1937013', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.11-alpha.1715799056', - 'version' => '3.1.11.0-alpha1715799056', - 'reference' => '35a5a2a60b8be82c87b6f6b14fc87f2bf4ca9a41', + 'pretty_version' => 'v3.1.11', + 'version' => '3.1.11.0', + 'reference' => '24750516a396a323fdf63f56bacbf1148557dff8', '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' => '6f538bdfff6ee2748b425109ffcb5ed98f515f12', + 'reference' => '25a1824973439f6cbb1e4d9bb88cb7fdd9c83305', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.31.0-alpha.1715830177', - 'version' => '5.31.0.0-alpha1715830177', - 'reference' => 'c89c4dd457a0ace636f802c6ce806db3649091de', + 'pretty_version' => 'v5.31.0', + 'version' => '5.31.0.0', + 'reference' => '47708fb2cb3fd155153e1e6748edf81592e6d435', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -146,81 +146,81 @@ 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => '810e147a0f409f06dd144e51f4985a4834656f42', + 'reference' => 'd9be23791e6f38debeacbf74174903f223ddfd89', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.7', + 'pretty_version' => 'v0.4.7', 'version' => '0.4.7.0', - 'reference' => 'eaef18c65d77f034e5aba0bdbc9f77baad873c41', + 'reference' => 'ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '0846d237c3820a0609c6b34b0926826ce2463096', + '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' => '56b75463944f713ead703f58fa662baf20e3f1e2', + 'reference' => '7d452c94509612e94e045b66bbfabee43fdf8728', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.12.5', + 'pretty_version' => 'v0.12.5', 'version' => '0.12.5.0', - 'reference' => '7f095257872d78da165be271c2bbdfce15f11cec', + 'reference' => 'ee0ac4ee483a0625d4e8ddd3980da2c9ac4a483c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.19.1', + 'pretty_version' => 'v0.19.1', 'version' => '0.19.1.0', - 'reference' => 'e28852061bbe17120a41c00c91096c21fd1d2819', + 'reference' => '1fa7c2f18f57aa050968574cd9344981babc92b2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '3.0.3', + 'pretty_version' => 'v3.0.3', 'version' => '3.0.3.0', - 'reference' => 'd7b48e6002d81e7257223e1f19764e68674d8e42', + 'reference' => 'dee3a6f2dcc129bd3869c44ba661484adda0a2f8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '2.16.3-alpha.1715793138', - 'version' => '2.16.3.0-alpha1715793138', - 'reference' => '96556950cb505245b62a3d79504fbe1f76f8dbb7', + 'pretty_version' => 'v2.16.3', + 'version' => '2.16.3.0', + 'reference' => 'f98ab01117b57ac948616a284917f6ff3db8cbcf', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.12.1-alpha.1715855670', - 'version' => '0.12.1.0-alpha1715855670', - 'reference' => '7fd6bbeffcb3257b7aa8354ab6c98225c7c993ec', + 'pretty_version' => 'v0.12.1', + 'version' => '0.12.1.0', + 'reference' => '7ab7e728930540b10abac26c807c9754d5026367', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),