From 499e12bcc6915cad54de0713be42f2a0ccf025b8 Mon Sep 17 00:00:00 2001 From: ice9js Date: Fri, 26 Apr 2024 06:25:05 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8844026508 Upstream-Ref: Automattic/jetpack@59b4f2536e50f30a65f8b2f04d82a9a9c89a65b2 --- CHANGELOG.md | 4 + composer.json | 5 +- composer.lock | 678 ++++++++---------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-a8c-mc-stats/composer.json | 2 +- .../jetpack-connection/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- .../jetpack-constants/composer.json | 2 +- .../jetpack-device-detection/composer.json | 2 +- vendor/automattic/jetpack-jitm/CHANGELOG.md | 8 +- vendor/automattic/jetpack-jitm/composer.json | 2 +- .../jetpack-jitm/src/class-jitm.php | 2 +- vendor/automattic/jetpack-logo/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 13 +- .../automattic/jetpack-mu-wpcom/composer.json | 4 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../cloudflare-analytics.php | 4 +- vendor/automattic/jetpack-plans/composer.json | 2 +- .../jetpack-stats-admin/composer.json | 6 +- vendor/automattic/jetpack-stats/CHANGELOG.md | 8 +- vendor/automattic/jetpack-stats/composer.json | 2 +- .../src/class-package-version.php | 2 +- .../automattic/scheduled-updates/CHANGELOG.md | 9 +- .../src/class-scheduled-updates.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 601 +++++++--------- vendor/composer/installed.php | 78 +- 30 files changed, 635 insertions(+), 836 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b04fa5..9024ac6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.18 - 2024-04-26 +### Changed +- Internal updates. + ## 2.1.17 - 2024-04-25 ### Changed - Internal updates. diff --git a/composer.json b/composer.json index 6970c25c..bff4f932 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-mu-wpcom": "^5.26.1-alpha" + "automattic/jetpack-mu-wpcom": "^5.26.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", @@ -23,6 +23,7 @@ "@composer phpunit" ] }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -37,6 +38,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18" } } diff --git a/composer.lock b/composer.lock index 308d828c..46d5edfe 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": "f1599974a4cb4ca62214a28939404517", + "content-hash": "dbe15c96e4fff33de1ee69a7ccc5a68d", "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": "5a661f91ae38415e939dff478b3dcd32a541562d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -40,29 +46,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1" + }, + "time": "2024-03-12T22:00:11+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.2", + "version": "v0.4.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "221a10481ef18bdc00df558851725e3fb04476c5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" @@ -96,35 +102,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2" + }, + "time": "2024-04-22T18:47:32+00:00" }, { "name": "automattic/jetpack-assets", - "version": "2.1.8", + "version": "v2.1.8", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "264fc894d1cdf6495e329b728ca9e5688e60bde6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -159,38 +159,29 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.1.8" + }, + "time": "2024-04-22T18:47:55+00:00" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.3", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "8c62ca087e59969a38aa3e4e7ea26fca0f409c1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -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-connection", - "version": "2.7.4-alpha.1714066953", + "version": "v2.7.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "c7d30f41f69c904435be2e1d84449e76e749b942" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "9506068ad5df3815d184b635941d98372c922947" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/c7d30f41f69c904435be2e1d84449e76e749b942", + "reference": "c7d30f41f69c904435be2e1d84449e76e749b942", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -292,47 +277,35 @@ "src/webhooks" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.7.4" + }, + "time": "2024-04-26T06:19:28+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "105bd134f6e193d0c179e78e39ec6000efe306e1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -355,35 +328,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.1" + }, + "time": "2024-03-12T22:00:13+00:00" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "7e3b39b71bdb012d3fca56582a341c9a5ac58d0d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -405,34 +378,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" + }, + "time": "2024-04-08T18:32:53+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.9-alpha.1714062343", + "version": "v3.1.9", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "e4bc2fd9394f7aa768f81a87835ef87bf73c631a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "e8636dc5a0629c280fe80e738b55ab3b21847b68" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/e4bc2fd9394f7aa768f81a87835ef87bf73c631a", + "reference": "e4bc2fd9394f7aa768f81a87835ef87bf73c631a", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.8", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", @@ -467,45 +440,35 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.9" + }, + "time": "2024-04-26T06:19:48+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": "19531dd83c1f8e5b59ef687fc8337023b0459140" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -527,38 +490,38 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.2" + }, + "time": "2024-03-18T17:10:26+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.26.1-alpha.1714066953", + "version": "v5.26.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "d78ad6ddd051ef3f5a12fb0526a32a87ca1e966e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "de44ae766e8632a29d83589f5579c9c664799f6c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/d78ad6ddd051ef3f5a12fb0526a32a87ca1e966e", + "reference": "d78ad6ddd051ef3f5a12fb0526a32a87ca1e966e", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-blocks": "^2.0.3", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.18.3", "automattic/jetpack-status": "^3.0.0", - "automattic/scheduled-updates": "^0.9.1-alpha", + "automattic/scheduled-updates": "^0.9.1", "php": ">=7.0" }, "require-dev": { @@ -589,44 +552,32 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.26.1" + }, + "time": "2024-04-26T06:19:58+00:00" }, { "name": "automattic/jetpack-plans", - "version": "0.4.6", + "version": "v0.4.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "91e8cd6087f49b66b42c34a49555094c296bcf72" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/0eb1006df86f044223bb7bcd4f2761de21713bdb", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.3", "php": ">=7.0" }, "require-dev": { @@ -654,41 +605,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" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.6" + }, + "time": "2024-04-25T07:24:51+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.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": "9693d323259f49c743f47056b41fde250ab87658" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { "automattic/jetpack-status": "^3.0.0", @@ -718,29 +657,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" + }, + "time": "2024-04-25T07:24:30+00:00" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "ceaf6775ac0e0865199e4a211e54ee3fc5512a74" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" @@ -769,32 +708,32 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "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.4-alpha.1714066953", + "version": "v0.12.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "3e972db3be31c2ce5b5f667f02ec017489efce16" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "91aae55f764240ff924718000c91d5eddebdee1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/3e972db3be31c2ce5b5f667f02ec017489efce16", + "reference": "3e972db3be31c2ce5b5f667f02ec017489efce16", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" @@ -827,42 +766,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": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.12.4" + }, + "time": "2024-04-26T06:19:34+00:00" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.18.3", + "version": "v0.18.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "2e9b87cb7cbe364b304cf003f4f0ac2a5d1ef369" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/7d12fa8d338d15b9c3dc255800f7871cccf81541", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-jitm": "^3.1.9-alpha", + "automattic/jetpack-jitm": "^3.1.8", "automattic/jetpack-plans": "^0.4.6", - "automattic/jetpack-stats": "^0.12.4-alpha", + "automattic/jetpack-stats": "^0.12.3", "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, @@ -891,41 +824,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.18.3" + }, + "time": "2024-04-25T07:25:13+00:00" }, { "name": "automattic/jetpack-status", - "version": "3.0.0", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "2ce561928098d434ebad7e044941c82c087a1253" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -956,29 +877,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.0.0" + }, + "time": "2024-04-25T07:24:28+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.9.1-alpha.1714070667", + "version": "v0.9.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "373ce7020d9c6ccc8c827963627c761951ef3d42" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "a7d3d6c03a926f18551edf032d8882f8094b6dd1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/373ce7020d9c6ccc8c827963627c761951ef3d42", + "reference": "373ce7020d9c6ccc8c827963627c761951ef3d42", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1013,37 +934,31 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.9.1" + }, + "time": "2024-04-26T06:19:35+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.2", + "version": "v4.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "5838f4d4c4771f29553b775233b334f57c98019d" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "04f6484d32527bac654bca69284ae14b4c0cf86e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/5838f4d4c4771f29553b775233b334f57c98019d", + "reference": "5838f4d4c4771f29553b775233b334f57c98019d", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1073,30 +988,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -1107,9 +1003,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.2" + }, + "time": "2024-04-22T18:46:57+00:00" }, { "name": "doctrine/instantiator", @@ -3675,10 +3572,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-mu-wpcom": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/mu-wpcom-plugin.php b/mu-wpcom-plugin.php index 8cef6ef2..f7b54fbf 100644 --- a/mu-wpcom-plugin.php +++ b/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.1.17 + * Version: 2.1.18 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index aba3aa36..50d5238e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.1.17", + "version": "2.1.18", "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 e592063d..0b7d71b9 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18::getLoader(); diff --git a/vendor/automattic/jetpack-a8c-mc-stats/composer.json b/vendor/automattic/jetpack-a8c-mc-stats/composer.json index 0dc9120f..27b72455 100644 --- a/vendor/automattic/jetpack-a8c-mc-stats/composer.json +++ b/vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.2" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-connection/CHANGELOG.md b/vendor/automattic/jetpack-connection/CHANGELOG.md index ddde4493..66b1820c 100644 --- a/vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.7.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.7.4] - 2024-04-26 ### Changed -- General: use wp_admin_notice function introduced in WP 6.4 to display notices. +- General: use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] ## [2.7.3] - 2024-04-25 ### Changed @@ -1038,7 +1035,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[2.7.4-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.7.3...v2.7.4-alpha +[2.7.4]: https://github.com/Automattic/jetpack-connection/compare/v2.7.3...v2.7.4 [2.7.3]: https://github.com/Automattic/jetpack-connection/compare/v2.7.2...v2.7.3 [2.7.2]: https://github.com/Automattic/jetpack-connection/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/Automattic/jetpack-connection/compare/v2.7.0...v2.7.1 diff --git a/vendor/automattic/jetpack-connection/src/class-package-version.php b/vendor/automattic/jetpack-connection/src/class-package-version.php index fe5b342f..969bcbf8 100644 --- a/vendor/automattic/jetpack-connection/src/class-package-version.php +++ b/vendor/automattic/jetpack-connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.7.4-alpha'; + const PACKAGE_VERSION = '2.7.4'; const PACKAGE_SLUG = 'connection'; diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index a6b631f7..cffcc416 100644 --- a/vendor/automattic/jetpack-constants/composer.json +++ b/vendor/automattic/jetpack-constants/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.2" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 68fa8866..12aa1e91 100644 --- a/vendor/automattic/jetpack-device-detection/composer.json +++ b/vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.2" + "automattic/jetpack-changelogger": "^4.1.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-jitm/CHANGELOG.md b/vendor/automattic/jetpack-jitm/CHANGELOG.md index 3acf21e7..668efcde 100644 --- a/vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/vendor/automattic/jetpack-jitm/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.1.9-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [3.1.9] - 2024-04-26 +### Changed +- Internal updates. ## [3.1.8] - 2024-04-25 ### Changed @@ -715,7 +715,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[3.1.9-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.8...v3.1.9-alpha +[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 [3.1.7]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.6...v3.1.7 [3.1.6]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.5...v3.1.6 diff --git a/vendor/automattic/jetpack-jitm/composer.json b/vendor/automattic/jetpack-jitm/composer.json index 63ae4f8a..0e680c08 100644 --- a/vendor/automattic/jetpack-jitm/composer.json +++ b/vendor/automattic/jetpack-jitm/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.8", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "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 2848213b..6941f446 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.9-alpha'; + const PACKAGE_VERSION = '3.1.9'; /** * The configuration method that is called from the jetpack-config package. diff --git a/vendor/automattic/jetpack-logo/composer.json b/vendor/automattic/jetpack-logo/composer.json index 844aeedf..7cefccaa 100644 --- a/vendor/automattic/jetpack-logo/composer.json +++ b/vendor/automattic/jetpack-logo/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.2" + "automattic/jetpack-changelogger": "^4.1.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 31dcc155..8c00b438 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,18 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.26.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.26.1] - 2024-04-26 ### Added -- CloudFlare Analytics: add tracking code management (originally in the Jetpack plugin). +- CloudFlare Analytics: add tracking code management (originally in the Jetpack plugin). [#37061] ### Changed -- General: use wp_admin_notice function introduced in WP 6.4 to display notices. +- General: use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051] ### Fixed -- Untangling: prevent CSS concat on colors handle instead of reenqueuing colors from CDN +- Calypso: Prevent CSS concat on colors handle instead of reenqueuing colors from CDN. [#37063] ## [5.26.0] - 2024-04-25 ### Added @@ -766,7 +763,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.26.1-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.26.0...v5.26.1-alpha +[5.26.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.26.0...v5.26.1 [5.26.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.25.0...v5.26.0 [5.25.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.24.0...v5.25.0 [5.24.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.23.2...v5.24.0 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 740b87d7..81349398 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -7,11 +7,11 @@ "php": ">=7.0", "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-blocks": "^2.0.3", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.18.3", "automattic/jetpack-status": "^3.0.0", - "automattic/scheduled-updates": "^0.9.1-alpha" + "automattic/scheduled-updates": "^0.9.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 735c9010..89a3188a 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.26.1-alpha'; + const PACKAGE_VERSION = '5.26.1'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/jetpack-mu-wpcom/src/features/cloudflare-analytics/cloudflare-analytics.php b/vendor/automattic/jetpack-mu-wpcom/src/features/cloudflare-analytics/cloudflare-analytics.php index 6388010e..e2acc0c3 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/features/cloudflare-analytics/cloudflare-analytics.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/features/cloudflare-analytics/cloudflare-analytics.php @@ -3,7 +3,7 @@ * Cloudflare Analytics * Let WPCOM users automatically insert a Cloudflare analytics JS snippet into their site footer. * - * @since 5.26.1-alpha -- Ported from Jetpack. + * @since 5.26.1 -- Ported from Jetpack. * * @package automattic/jetpack-mu-wpcom */ @@ -13,7 +13,7 @@ /** * Add Cloudflare Analytics tracking code to the head. * - * @since 5.26.1-alpha -- Ported from Jetpack. + * @since 5.26.1 -- Ported from Jetpack. */ function insert_tracking_id() { $option = get_option( 'jetpack_cloudflare_analytics' ); diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index 85599f22..83ec1847 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.7.4-alpha" + "automattic/jetpack-connection": "^2.7.3" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index 7b0b52bf..8e54e208 100644 --- a/vendor/automattic/jetpack-stats-admin/composer.json +++ b/vendor/automattic/jetpack-stats-admin/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-plans": "^0.4.6", - "automattic/jetpack-stats": "^0.12.4-alpha", + "automattic/jetpack-stats": "^0.12.3", "automattic/jetpack-status": "^3.0.0", - "automattic/jetpack-jitm": "^3.1.9-alpha" + "automattic/jetpack-jitm": "^3.1.8" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats/CHANGELOG.md b/vendor/automattic/jetpack-stats/CHANGELOG.md index 186fface..f3609800 100644 --- a/vendor/automattic/jetpack-stats/CHANGELOG.md +++ b/vendor/automattic/jetpack-stats/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.12.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. +## [0.12.4] - 2024-04-26 +### Changed +- Internal updates. ## [0.12.3] - 2024-04-25 ### Changed @@ -166,7 +166,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fixing static method which was called without self reference. [#26640] -[0.12.4-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.12.3...v0.12.4-alpha +[0.12.4]: https://github.com/Automattic/jetpack-stats/compare/v0.12.3...v0.12.4 [0.12.3]: https://github.com/Automattic/jetpack-stats/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/Automattic/jetpack-stats/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/Automattic/jetpack-stats/compare/v0.12.0...v0.12.1 diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index d285d53a..e07194fa 100644 --- a/vendor/automattic/jetpack-stats/composer.json +++ b/vendor/automattic/jetpack-stats/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-status": "^3.0.0" }, diff --git a/vendor/automattic/jetpack-stats/src/class-package-version.php b/vendor/automattic/jetpack-stats/src/class-package-version.php index 9700c9bd..3dfee377 100644 --- a/vendor/automattic/jetpack-stats/src/class-package-version.php +++ b/vendor/automattic/jetpack-stats/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '0.12.4-alpha'; + const PACKAGE_VERSION = '0.12.4'; const PACKAGE_SLUG = 'stats'; diff --git a/vendor/automattic/scheduled-updates/CHANGELOG.md b/vendor/automattic/scheduled-updates/CHANGELOG.md index 78bbc7bd..879b9e37 100644 --- a/vendor/automattic/scheduled-updates/CHANGELOG.md +++ b/vendor/automattic/scheduled-updates/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). -## [0.9.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.9.1] - 2024-04-26 ### Added -- Adds an exists check before using wpcom_rest_api_v2_load_plugin() in the API endpoint. +- Adds an exists check before using wpcom_rest_api_v2_load_plugin() in the API endpoint. [#37081] ## [0.9.0] - 2024-04-25 ### Added @@ -141,7 +138,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Generate initial package for Scheduled Updates [#35796] -[0.9.1-alpha]: https://github.com/Automattic/scheduled-updates/compare/v0.9.0...v0.9.1-alpha +[0.9.1]: https://github.com/Automattic/scheduled-updates/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/Automattic/scheduled-updates/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/Automattic/scheduled-updates/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/Automattic/scheduled-updates/compare/v0.7.1...v0.7.2 diff --git a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php index 3a9a6b90..0db366ad 100644 --- a/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php +++ b/vendor/automattic/scheduled-updates/src/class-scheduled-updates.php @@ -20,7 +20,7 @@ class Scheduled_Updates { * * @var string */ - const PACKAGE_VERSION = '0.9.1-alpha'; + const PACKAGE_VERSION = '0.9.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 c1cc9f35..0880ae37 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17 +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18::$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 619ba46f..b7e74436 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17 +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -117,7 +117,7 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_17::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_1_18::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index d43e43da..599faa46 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": "5a661f91ae38415e939dff478b3dcd32a541562d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,31 +43,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1" }, "install-path": "../automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.2", + "version": "v0.4.2", "version_normalized": "0.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "221a10481ef18bdc00df558851725e3fb04476c5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" @@ -74,6 +80,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -95,37 +102,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2" }, "install-path": "../automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.1.8", + "version": "v2.1.8", "version_normalized": "2.1.8.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "264fc894d1cdf6495e329b728ca9e5688e60bde6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:55+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,40 +162,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.1.8" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "8c62ca087e59969a38aa3e4e7ea26fca0f409c1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "reference": "5ccebea3ffa67eb16a688d782a5e82b8a346d9ee", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -209,6 +200,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -226,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-connection", - "version": "2.7.4-alpha.1714066953", - "version_normalized": "2.7.4.0-alpha1714066953", + "version": "v2.7.4", + "version_normalized": "2.7.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "c7d30f41f69c904435be2e1d84449e76e749b942" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "9506068ad5df3815d184b635941d98372c922947" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/c7d30f41f69c904435be2e1d84449e76e749b942", + "reference": "c7d30f41f69c904435be2e1d84449e76e749b942", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -277,6 +262,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-26T06:19:28+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -300,55 +286,43 @@ "src/webhooks" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.7.4" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "105bd134f6e193d0c179e78e39ec6000efe306e1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92", + "reference": "b159a8777450721a2e898a80930be1fdf59bae92", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -366,42 +340,42 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.1" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "7e3b39b71bdb012d3fca56582a341c9a5ac58d0d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -419,36 +393,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.3" }, "install-path": "../automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.9-alpha.1714062343", - "version_normalized": "3.1.9.0-alpha1714062343", + "version": "v3.1.9", + "version_normalized": "3.1.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "e4bc2fd9394f7aa768f81a87835ef87bf73c631a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "e8636dc5a0629c280fe80e738b55ab3b21847b68" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/e4bc2fd9394f7aa768f81a87835ef87bf73c631a", + "reference": "e4bc2fd9394f7aa768f81a87835ef87bf73c631a", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-assets": "^2.1.8", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-device-detection": "^2.1.3", "automattic/jetpack-logo": "^2.0.2", "automattic/jetpack-redirect": "^2.0.2", @@ -463,6 +436,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-26T06:19:48+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -484,52 +458,42 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.9" }, "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": "19531dd83c1f8e5b59ef687fc8337023b0459140" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-18T17:10:26+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -547,40 +511,39 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.2" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.26.1-alpha.1714066953", - "version_normalized": "5.26.1.0-alpha1714066953", + "version": "v5.26.1", + "version_normalized": "5.26.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "d78ad6ddd051ef3f5a12fb0526a32a87ca1e966e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "de44ae766e8632a29d83589f5579c9c664799f6c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/d78ad6ddd051ef3f5a12fb0526a32a87ca1e966e", + "reference": "d78ad6ddd051ef3f5a12fb0526a32a87ca1e966e", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.1.8", "automattic/jetpack-blocks": "^2.0.3", - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-stats-admin": "^0.18.3", "automattic/jetpack-status": "^3.0.0", - "automattic/scheduled-updates": "^0.9.1-alpha", + "automattic/scheduled-updates": "^0.9.1", "php": ">=7.0" }, "require-dev": { @@ -591,6 +554,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-26T06:19:58+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -612,46 +576,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.26.1" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-plans", - "version": "0.4.6", + "version": "v0.4.6", "version_normalized": "0.4.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "91e8cd6087f49b66b42c34a49555094c296bcf72" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/0eb1006df86f044223bb7bcd4f2761de21713bdb", + "reference": "0eb1006df86f044223bb7bcd4f2761de21713bdb", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.3", "php": ">=7.0" }, "require-dev": { @@ -663,6 +614,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:51+00:00", "type": "library", "extra": { "autotagger": true, @@ -680,43 +632,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" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.6" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.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": "9693d323259f49c743f47056b41fde250ab87658" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { "automattic/jetpack-status": "^3.0.0", @@ -730,6 +669,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:30+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -747,31 +687,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "ceaf6775ac0e0865199e4a211e54ee3fc5512a74" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" @@ -784,6 +723,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -801,34 +741,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": "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.4-alpha.1714066953", - "version_normalized": "0.12.4.0-alpha1714066953", + "version": "v0.12.4", + "version_normalized": "0.12.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "3e972db3be31c2ce5b5f667f02ec017489efce16" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "91aae55f764240ff924718000c91d5eddebdee1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/3e972db3be31c2ce5b5f667f02ec017489efce16", + "reference": "3e972db3be31c2ce5b5f667f02ec017489efce16", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.4", "automattic/jetpack-constants": "^2.0.1", "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" @@ -841,6 +780,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-26T06:19:34+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -862,44 +802,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.4" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.18.3", + "version": "v0.18.3", "version_normalized": "0.18.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "2e9b87cb7cbe364b304cf003f4f0ac2a5d1ef369" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/7d12fa8d338d15b9c3dc255800f7871cccf81541", + "reference": "7d12fa8d338d15b9c3dc255800f7871cccf81541", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.7.4-alpha", + "automattic/jetpack-connection": "^2.7.3", "automattic/jetpack-constants": "^2.0.1", - "automattic/jetpack-jitm": "^3.1.9-alpha", + "automattic/jetpack-jitm": "^3.1.8", "automattic/jetpack-plans": "^0.4.6", - "automattic/jetpack-stats": "^0.12.4-alpha", + "automattic/jetpack-stats": "^0.12.3", "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, @@ -911,6 +844,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:25:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -929,43 +863,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.18.3" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "3.0.0", + "version": "v3.0.0", "version_normalized": "3.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "2ce561928098d434ebad7e044941c82c087a1253" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "reference": "9a32a0643bc8ba9d3105fcb131ce84de402fed25", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.1", @@ -980,6 +901,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:28+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -997,31 +919,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.0.0" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/scheduled-updates", - "version": "0.9.1-alpha.1714070667", - "version_normalized": "0.9.1.0-alpha1714070667", + "version": "v0.9.1", + "version_normalized": "0.9.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "373ce7020d9c6ccc8c827963627c761951ef3d42" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "a7d3d6c03a926f18551edf032d8882f8094b6dd1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/373ce7020d9c6ccc8c827963627c761951ef3d42", + "reference": "373ce7020d9c6ccc8c827963627c761951ef3d42", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1036,6 +957,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-26T06:19:35+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1057,26 +979,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.9.1" }, "install-path": "../automattic/scheduled-updates" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 3d4c4fd0..b0def7d2 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,90 +11,90 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '5a661f91ae38415e939dff478b3dcd32a541562d', + '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' => '221a10481ef18bdc00df558851725e3fb04476c5', + 'reference' => 'cc7062363464f53bb3ae5745754f353c248d6278', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.1.8', + 'pretty_version' => 'v2.1.8', 'version' => '2.1.8.0', - 'reference' => '264fc894d1cdf6495e329b728ca9e5688e60bde6', + 'reference' => 'ae03b367983624c81bda8f1a5ab7dcf903e4012e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '8c62ca087e59969a38aa3e4e7ea26fca0f409c1b', + 'reference' => '5ccebea3ffa67eb16a688d782a5e82b8a346d9ee', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.7.4-alpha.1714066953', - 'version' => '2.7.4.0-alpha1714066953', - 'reference' => '9506068ad5df3815d184b635941d98372c922947', + 'pretty_version' => 'v2.7.4', + 'version' => '2.7.4.0', + 'reference' => 'c7d30f41f69c904435be2e1d84449e76e749b942', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => '105bd134f6e193d0c179e78e39ec6000efe306e1', + 'reference' => 'b159a8777450721a2e898a80930be1fdf59bae92', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.3', + 'pretty_version' => 'v2.1.3', 'version' => '2.1.3.0', - 'reference' => '7e3b39b71bdb012d3fca56582a341c9a5ac58d0d', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.9-alpha.1714062343', - 'version' => '3.1.9.0-alpha1714062343', - 'reference' => 'e8636dc5a0629c280fe80e738b55ab3b21847b68', + 'pretty_version' => 'v3.1.9', + 'version' => '3.1.9.0', + 'reference' => 'e4bc2fd9394f7aa768f81a87835ef87bf73c631a', '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' => '19531dd83c1f8e5b59ef687fc8337023b0459140', + 'reference' => '25a1824973439f6cbb1e4d9bb88cb7fdd9c83305', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.26.1-alpha.1714066953', - 'version' => '5.26.1.0-alpha1714066953', - 'reference' => 'de44ae766e8632a29d83589f5579c9c664799f6c', + 'pretty_version' => 'v5.26.1', + 'version' => '5.26.1.0', + 'reference' => 'd78ad6ddd051ef3f5a12fb0526a32a87ca1e966e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -110,63 +110,63 @@ 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.6', + 'pretty_version' => 'v0.4.6', 'version' => '0.4.6.0', - 'reference' => '91e8cd6087f49b66b42c34a49555094c296bcf72', + 'reference' => '0eb1006df86f044223bb7bcd4f2761de21713bdb', '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' => '9693d323259f49c743f47056b41fde250ab87658', + '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' => 'ceaf6775ac0e0865199e4a211e54ee3fc5512a74', + 'reference' => '7d452c94509612e94e045b66bbfabee43fdf8728', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.12.4-alpha.1714066953', - 'version' => '0.12.4.0-alpha1714066953', - 'reference' => '91aae55f764240ff924718000c91d5eddebdee1b', + 'pretty_version' => 'v0.12.4', + 'version' => '0.12.4.0', + 'reference' => '3e972db3be31c2ce5b5f667f02ec017489efce16', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.18.3', + 'pretty_version' => 'v0.18.3', 'version' => '0.18.3.0', - 'reference' => '2e9b87cb7cbe364b304cf003f4f0ac2a5d1ef369', + 'reference' => '7d12fa8d338d15b9c3dc255800f7871cccf81541', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '3.0.0', + 'pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', - 'reference' => '2ce561928098d434ebad7e044941c82c087a1253', + 'reference' => '9a32a0643bc8ba9d3105fcb131ce84de402fed25', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.9.1-alpha.1714070667', - 'version' => '0.9.1.0-alpha1714070667', - 'reference' => 'a7d3d6c03a926f18551edf032d8882f8094b6dd1', + 'pretty_version' => 'v0.9.1', + 'version' => '0.9.1.0', + 'reference' => '373ce7020d9c6ccc8c827963627c761951ef3d42', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),