From 9929d1512e2a26af4f6c78f81fa19ca0e8c2873f Mon Sep 17 00:00:00 2001 From: samiff Date: Mon, 15 Jan 2024 19:07:11 +0000 Subject: [PATCH] Backport mu-wpcom-plugin 2.0.13, jetpack 13.1-a.1 Changes (#35043) * Changelog and readme.txt edits. * Init new cycle Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7532989763 --- composer.json | 4 +- .../jetpack-my-jetpack/CHANGELOG.md | 13 +- .../src/class-initializer.php | 2 +- .../automattic/jetpack-sync/CHANGELOG.md | 17 +- .../src/class-package-version.php | 2 +- jetpack_vendor/i18n-map.php | 4 +- vendor/composer/installed.json | 52 +++--- vendor/composer/installed.php | 52 +++--- vendor/composer/jetpack_autoload_classmap.php | 170 +++++++++--------- 9 files changed, 155 insertions(+), 161 deletions(-) diff --git a/composer.json b/composer.json index b46d88372..71b44194e 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ "automattic/jetpack-composer-plugin": "^2.0.0", "automattic/jetpack-config": "^2.0.0", "automattic/jetpack-identity-crisis": "^0.14.1", - "automattic/jetpack-my-jetpack": "^4.4.0-alpha", + "automattic/jetpack-my-jetpack": "^4.4.0", "automattic/jetpack-plugins-installer": "^0.3.1", - "automattic/jetpack-sync": "^2.4.1-alpha" + "automattic/jetpack-sync": "^2.4.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 0d6499dd8..4a8197780 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,14 +5,11 @@ 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). -## [4.4.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.4.0] - 2024-01-15 ### Changed -- add plan check to My Jetpack Akismet product card -- Prevent new users from seeing JITMs -- To avoid displaying the Welcome banner to every user, now we only display it to new users. +- add plan check to My Jetpack Akismet product card [#34905] +- Prevent new users from seeing JITMs [#34927] +- To avoid displaying the Welcome banner to every user, now we only display it to new users. [#34883] ## [4.3.0] - 2024-01-08 ### Added @@ -1192,7 +1189,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[4.4.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.3.0...4.4.0-alpha +[4.4.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.3.0...4.4.0 [4.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.1...4.3.0 [4.2.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.2.0...4.2.1 [4.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.1.4...4.2.0 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php index 2322001eb..5790466cf 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -33,7 +33,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '4.4.0-alpha'; + const PACKAGE_VERSION = '4.4.0'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index a3a5aa9d5..d1620ac23 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,20 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.4.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.4.1] - 2024-01-15 ### Added -- Options: synchronize block status option. +- Options: synchronize block status option. [#34989] ### Changed -- Sync: Dedicated sync now disabled for high queue lags only if test request fails. +- Sync: Dedicated sync now disabled for high queue lags only if test request fails. [#34888] ### Fixed -- Added `is_array` check to `get_items_to_send` to make sure no fatals are thrown on non-array values. -- Jetpack Sync: Fixed buffer sanitization in Sync close endpoint -- Jetpack Sync: Fix restoring post global before enqueuing a post action. +- Added `is_array` check to `get_items_to_send` to make sure no fatals are thrown on non-array values. [#31552] +- Jetpack Sync: Fixed buffer sanitization in Sync close endpoint [#34961] +- Jetpack Sync: Fix restoring post global before enqueuing a post action. [#34990] ## [2.4.0] - 2024-01-04 ### Removed @@ -1029,7 +1026,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[2.4.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v2.4.0...v2.4.1-alpha +[2.4.1]: https://github.com/Automattic/jetpack-sync/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/Automattic/jetpack-sync/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/Automattic/jetpack-sync/compare/v2.2.1...v2.3.0 [2.2.1]: https://github.com/Automattic/jetpack-sync/compare/v2.2.0...v2.2.1 diff --git a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php index 2bed17e6f..5a8ed8531 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.4.1-alpha'; + const PACKAGE_VERSION = '2.4.1'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 0102d8e94..f8dbc7173 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -38,7 +38,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.4.0-alpha1704919024', + 'ver' => '4.4.0', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -50,7 +50,7 @@ ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '2.4.1-alpha1705315531', + 'ver' => '2.4.1', ), ), ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b8506c891..16d31eceb 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -7,7 +7,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "103d8f8a06b89a0b97e4b7388515abdbff1b852c" + "reference": "f3dfe2eb914c7c248cdc8fb9cfaf90c5875749ce" }, "require": { "php": ">=7.0" @@ -60,7 +60,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "59492de572dad78b714083a9f5b9615c73f20df7" + "reference": "da43fc46f17e026d8331e91123650da5e6895628" }, "require": { "php": ">=7.0" @@ -125,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "5bb8b2347ac136e3ac4fb26aedc32680b41ff7d6" + "reference": "e7c8da404f09cc09a1ce7494d72c2d77aabb8cb2" }, "require": { "automattic/jetpack-constants": "^2.0.0", @@ -194,7 +194,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "8f2eef4fd5c7a159f43e2f41cded3b0b02260e28" + "reference": "0d6ec48d2a0ed76a46b00e4545dadffb1ef49a95" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -260,7 +260,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "6ff56188bb14a5c6a94ba5e59d23bfa4a59d6209" + "reference": "9adf072089c81b3fca26629ae4e6988d992512db" }, "require": { "composer-plugin-api": "^2.1.0", @@ -320,7 +320,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "544b0d5b6015814460ba948c448990dae60a3cd9" + "reference": "00825e0ce13c5f29f7e6010afe00fd8a2566e9e0" }, "require": { "php": ">=7.0" @@ -365,7 +365,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "aa067113918b698361ce7d1fa819ad36eb54323f" + "reference": "f576ea37d09658112c25544492111dc37f91a07d" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.0", @@ -444,7 +444,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "e9cd42905cd4cfb9100e02c744f7226b32953095" + "reference": "3c19620975764a950b5a36ae8afc0a6342415408" }, "require": { "php": ">=7.0" @@ -498,7 +498,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "c0215afe029c1d5f05402acc29d906be553c729a" + "reference": "add958e5cf9c0a0c11f52c2859d551fa84b4dcf1" }, "require": { "php": ">=7.0" @@ -551,7 +551,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-identity-crisis", - "reference": "80429b2300aa57160ed818e12b835e8d188a819e" + "reference": "a4e7a6006c441c565055f268831330cf2d289665" }, "require": { "automattic/jetpack-assets": "^2.0.4", @@ -630,7 +630,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "d98e41ce498ff75c8f042cf1b571ebb1a7c4d3ee" + "reference": "52308f04ab6aa3541bf7bff16157ac4dcf8056a3" }, "require": { "php": ">=7.0" @@ -688,7 +688,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "4e2c7474563e7bb56bdba76798edc70d81c60354" + "reference": "ca03ccdd2ebf546563863e105674d2128e58c608" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.0", @@ -763,7 +763,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "c98cc073d050c5e3ca88d8ee34250953b7955c3e" + "reference": "acd991f8aedef75eb114528108b5a95ce3caa22b" }, "require": { "automattic/jetpack-connection": "^2.1.1", @@ -825,7 +825,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "c2059907ca5710030618f91c07c3eef95305cb3b" + "reference": "01ae633ec0c68732cc38747776e8cc2eedc3e700" }, "require": { "php": ">=7.0" @@ -873,12 +873,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.4.0-alpha.1704919024", - "version_normalized": "4.4.0.0-alpha1704919024", + "version": "4.4.0", + "version_normalized": "4.4.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "8639a19bc7b5dbd9337e34ce803c33f5f1eba1ee" + "reference": "c08b8dbb783fdb658eda5d203cfaa97898274e86" }, "require": { "automattic/jetpack-admin-ui": "^0.3.1", @@ -970,7 +970,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "54d5329d28c30a7a16bf98f5895463e7cf686b49" + "reference": "14774d75049bcbec123e927f1858ff6b2602bb02" }, "require": { "php": ">=7.0" @@ -1031,7 +1031,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "e4580be41bd9bcc9d18e03272f0a4bf4e092019e" + "reference": "c542b3298ac86aad546256f3b7e8cfd5e6762e26" }, "require": { "automattic/jetpack-connection": "^2.1.1", @@ -1099,7 +1099,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "079bdcb0fad4c05b91cbc6db8efa66f81e096ac9" + "reference": "b912929eb73f74198dc17e96a5715171ae28a1ba" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.0", @@ -1154,7 +1154,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "7f1ff24e8bcc189ccc33117d2c6d79be9716efab" + "reference": "39c6d6543858124267d29a9f016311b9545298c2" }, "require": { "automattic/jetpack-status": "^2.0.2", @@ -1209,7 +1209,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "b93ddb349daabd74d77042d9ad3076be2e3e0faf" + "reference": "f4d42c9d91fa0dfd491bb12b30a25e0961803638" }, "require": { "php": ">=7.0" @@ -1263,7 +1263,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "c9f867ba48bf881ceb4cd749434620c4bd9ee80e" + "reference": "c0192ef2689cbb3c0d08ff63cc8cea04e8f90404" }, "require": { "automattic/jetpack-constants": "^2.0.0", @@ -1314,12 +1314,12 @@ }, { "name": "automattic/jetpack-sync", - "version": "2.4.1-alpha.1705315531", - "version_normalized": "2.4.1.0-alpha1705315531", + "version": "2.4.1", + "version_normalized": "2.4.1.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "82963415dc984f6dea6ec925c599a3a5b4d147bb" + "reference": "818a3338b8537420247a3691c012adc264d722ac" }, "require": { "automattic/jetpack-connection": "^2.1.1", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 346e26e32..30b322e71 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => '103d8f8a06b89a0b97e4b7388515abdbff1b852c', + 'reference' => 'f3dfe2eb914c7c248cdc8fb9cfaf90c5875749ce', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,7 +22,7 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => '59492de572dad78b714083a9f5b9615c73f20df7', + 'reference' => 'da43fc46f17e026d8331e91123650da5e6895628', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '5bb8b2347ac136e3ac4fb26aedc32680b41ff7d6', + 'reference' => 'e7c8da404f09cc09a1ce7494d72c2d77aabb8cb2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => '8f2eef4fd5c7a159f43e2f41cded3b0b02260e28', + 'reference' => '0d6ec48d2a0ed76a46b00e4545dadffb1ef49a95', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => '6ff56188bb14a5c6a94ba5e59d23bfa4a59d6209', + 'reference' => '9adf072089c81b3fca26629ae4e6988d992512db', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => '544b0d5b6015814460ba948c448990dae60a3cd9', + 'reference' => '00825e0ce13c5f29f7e6010afe00fd8a2566e9e0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '2.1.1', 'version' => '2.1.1.0', - 'reference' => 'aa067113918b698361ce7d1fa819ad36eb54323f', + 'reference' => 'f576ea37d09658112c25544492111dc37f91a07d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => 'e9cd42905cd4cfb9100e02c744f7226b32953095', + 'reference' => '3c19620975764a950b5a36ae8afc0a6342415408', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.0.1', 'version' => '2.0.1.0', - 'reference' => 'c0215afe029c1d5f05402acc29d906be553c729a', + 'reference' => 'add958e5cf9c0a0c11f52c2859d551fa84b4dcf1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-identity-crisis' => array( 'pretty_version' => '0.14.1', 'version' => '0.14.1.0', - 'reference' => '80429b2300aa57160ed818e12b835e8d188a819e', + 'reference' => 'a4e7a6006c441c565055f268831330cf2d289665', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.2.1', 'version' => '0.2.1.0', - 'reference' => 'd98e41ce498ff75c8f042cf1b571ebb1a7c4d3ee', + 'reference' => '52308f04ab6aa3541bf7bff16157ac4dcf8056a3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => '4e2c7474563e7bb56bdba76798edc70d81c60354', + 'reference' => 'ca03ccdd2ebf546563863e105674d2128e58c608', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '2.0.1', 'version' => '2.0.1.0', - 'reference' => 'c98cc073d050c5e3ca88d8ee34250953b7955c3e', + 'reference' => 'acd991f8aedef75eb114528108b5a95ce3caa22b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -130,16 +130,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => 'c2059907ca5710030618f91c07c3eef95305cb3b', + 'reference' => '01ae633ec0c68732cc38747776e8cc2eedc3e700', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.4.0-alpha.1704919024', - 'version' => '4.4.0.0-alpha1704919024', - 'reference' => '8639a19bc7b5dbd9337e34ce803c33f5f1eba1ee', + 'pretty_version' => '4.4.0', + 'version' => '4.4.0.0', + 'reference' => 'c08b8dbb783fdb658eda5d203cfaa97898274e86', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.0', 'version' => '0.3.0.0', - 'reference' => '54d5329d28c30a7a16bf98f5895463e7cf686b49', + 'reference' => '14774d75049bcbec123e927f1858ff6b2602bb02', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.0', 'version' => '0.4.0.0', - 'reference' => 'e4580be41bd9bcc9d18e03272f0a4bf4e092019e', + 'reference' => 'c542b3298ac86aad546256f3b7e8cfd5e6762e26', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.3.1', 'version' => '0.3.1.0', - 'reference' => '079bdcb0fad4c05b91cbc6db8efa66f81e096ac9', + 'reference' => 'b912929eb73f74198dc17e96a5715171ae28a1ba', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => '7f1ff24e8bcc189ccc33117d2c6d79be9716efab', + 'reference' => '39c6d6543858124267d29a9f016311b9545298c2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.0', 'version' => '2.0.0.0', - 'reference' => 'b93ddb349daabd74d77042d9ad3076be2e3e0faf', + 'reference' => 'f4d42c9d91fa0dfd491bb12b30a25e0961803638', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -202,16 +202,16 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '2.0.2', 'version' => '2.0.2.0', - 'reference' => 'c9f867ba48bf881ceb4cd749434620c4bd9ee80e', + 'reference' => 'c0192ef2689cbb3c0d08ff63cc8cea04e8f90404', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '2.4.1-alpha.1705315531', - 'version' => '2.4.1.0-alpha1705315531', - 'reference' => '82963415dc984f6dea6ec925c599a3a5b4d147bb', + 'pretty_version' => '2.4.1', + 'version' => '2.4.1.0', + 'reference' => '818a3338b8537420247a3691c012adc264d722ac', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync', 'aliases' => array(), diff --git a/vendor/composer/jetpack_autoload_classmap.php b/vendor/composer/jetpack_autoload_classmap.php index 791d75fb6..02f231180 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -251,119 +251,119 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '4.4.0.0-alpha1704919024', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( @@ -415,227 +415,227 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Table' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '2.4.1.0-alpha1705315531', + 'version' => '2.4.1.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array(