From f96b63e1ca7aeef8f3a6f5b5204e519069c78afb Mon Sep 17 00:00:00 2001 From: anomiex Date: Mon, 6 May 2024 21:08:20 +0000 Subject: [PATCH] Backport mu-wpcom-plugin 2.1.21, jetpack 13.4-beta Changes (#37242) * Changelog and readme.txt edits. * Amend readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8975656843 Upstream-Ref: Automattic/jetpack@15e66b2466d88ed84ea869b26c6f456315a2884c --- composer.json | 2 +- composer.lock | 10 +++++----- .../automattic/jetpack-device-detection/composer.json | 2 +- vendor/composer/installed.json | 4 ++-- vendor/composer/installed.php | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 97a2be34..4cb1551c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.3-alpha" + "automattic/jetpack-changelogger": "^4.2.3" }, "autoload": { "classmap": [ diff --git a/composer.lock b/composer.lock index 1a4b50bc..6452dd94 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1d3f26096213775661ca566821aff7e8", + "content-hash": "dcaea797341539b9efa00735e3e79ac2", "packages": [ { "name": "automattic/jetpack-device-detection", @@ -12,13 +12,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "7313b343467ab99cef2ad495c14a546e692399ba" + "reference": "1681df0d9d766d2c7da58863050a66bb3c90d8dd" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3-alpha", + "automattic/jetpack-changelogger": "^4.2.3", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -60,11 +60,11 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.3-alpha.1714750277", + "version": "4.2.3", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "c23886e1d10923981d3ecc9a5320ffa8347145a3" + "reference": "67033a80007b61ea214a7adc934f8842127fed79" }, "require": { "php": ">=7.0", diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 5dda2eff..33e47229 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-alpha" + "automattic/jetpack-changelogger": "^4.2.3" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index e37f59e8..ddb0ff64 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,13 +7,13 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "7313b343467ab99cef2ad495c14a546e692399ba" + "reference": "1681df0d9d766d2c7da58863050a66bb3c90d8dd" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.3-alpha", + "automattic/jetpack-changelogger": "^4.2.3", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index b0353544..32fdd1a1 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.3', 'version' => '2.1.3.0', - 'reference' => '7313b343467ab99cef2ad495c14a546e692399ba', + 'reference' => '1681df0d9d766d2c7da58863050a66bb3c90d8dd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(),