From 50a6ea5803d18436f4a17fea7e3bdb7d7d27cfdf Mon Sep 17 00:00:00 2001 From: tbradsha Date: Thu, 9 Jan 2025 19:42:26 +0000 Subject: [PATCH] Backport automattic-for-agencies-client 0.4.0 Changes (#40936) * Changelog and readme.txt edits. * Changelog tweaks Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12697123832 Upstream-Ref: Automattic/jetpack@4d4b0eab272e2ddc46f873294f218794fcaedeaa --- composer.json | 2 +- .../jetpack-my-jetpack/composer.json | 2 +- .../jetpack-protect-status/composer.json | 2 +- .../automattic/jetpack-sync/CHANGELOG.md | 9 +- .../src/class-package-version.php | 2 +- jetpack_vendor/i18n-map.php | 2 +- vendor/composer/installed.json | 64 +++++----- vendor/composer/installed.php | 60 +++++----- vendor/composer/jetpack_autoload_classmap.php | 112 +++++++++--------- 9 files changed, 126 insertions(+), 129 deletions(-) diff --git a/composer.json b/composer.json index 8f11f925..43779b7c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "automattic/jetpack-publicize": "^0.57.2-alpha", "automattic/jetpack-connection": "^6.2.2", "automattic/jetpack-my-jetpack": "^5.3.1-alpha", - "automattic/jetpack-sync": "^4.3.0-alpha", + "automattic/jetpack-sync": "^4.3.0", "automattic/jetpack-status": "^5.0.1", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-post-list": "^0.7.3-alpha" diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index 840d6e02..ed1b703f 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -17,7 +17,7 @@ "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-status": "^5.0.1", - "automattic/jetpack-sync": "^4.3.0-alpha", + "automattic/jetpack-sync": "^4.3.0", "automattic/jetpack-protect-status": "^0.4.1" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 73664485..df38b653 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-status/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-connection": "^6.2.2", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-sync": "^4.3.0-alpha", + "automattic/jetpack-sync": "^4.3.0", "automattic/jetpack-protect-models": "^0.4.1", "automattic/jetpack-plans": "^0.5.1" }, diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index f70523f9..35e31748 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.3.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.3.0] - 2025-01-09 ### Added -- Instant Search: add taxonomies for a8c-support-theme kb_article cpt. +- Instant Search: add taxonomies for a8c-support-theme kb_article cpt. [#38660] ## [4.2.0] - 2024-12-23 ### Added @@ -1370,7 +1367,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[4.3.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.2.0...v4.3.0-alpha +[4.3.0]: https://github.com/Automattic/jetpack-sync/compare/v4.2.0...v4.3.0 [4.2.0]: https://github.com/Automattic/jetpack-sync/compare/v4.1.1...v4.2.0 [4.1.1]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.0 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 8fdeb212..3d9b7ffd 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 = '4.3.0-alpha'; + const PACKAGE_VERSION = '4.3.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index 123d97d5..6fbd22ac 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -74,7 +74,7 @@ ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '4.3.0-alpha1736289477', + 'ver' => '4.3.0', ), ), ); diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b405c6b6..f31d9f26 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": "3d0fa6ca7f91eb097605767ea5b9ae2b117ce443" + "reference": "2774b33f2c3707a2bbcc6edc2ede21bfc4bb60fd" }, "require": { "php": ">=7.2" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "29f65fa1e5c5fb69a48524a53076be113c27ecc1" + "reference": "ad02de6bcd47be9eb89950617f73c2e6c03454e1" }, "require": { "php": ">=7.2" @@ -131,7 +131,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "a68f1b0a84cf1b9c852a99348293f0a650d9b192" + "reference": "4f52f371fe25b1db277632f6600948d7c6b9aebe" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -203,7 +203,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "cdde3a20c24622071c2374f6705fdc5254f8ab96" + "reference": "c7811fd9d8247efd0272e0c2fe581bdcc1b0a392" }, "require": { "composer-plugin-api": "^2.2", @@ -274,7 +274,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "018725189dd3b0a3c0182880c422dc6113eac07d" + "reference": "fd2096fe15e9e872196b288f3dc849d7e5ce25ed" }, "require": { "automattic/jetpack-connection": "^6.2.2", @@ -345,7 +345,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "992f479b8c283669f32ae8ad10cd64e001ecc216" + "reference": "5db45563307c6e2e296784cc9b7ee14be2d4dbc0" }, "require": { "automattic/jetpack-boost-core": "^0.3.3", @@ -424,7 +424,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "20f2fde1b72039d788d3e6d91d0621693165fa66" + "reference": "15b0b78af58b86cd14f5306c4e6215bebafd3aa7" }, "require": { "composer-plugin-api": "^2.2", @@ -487,7 +487,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "848c63acab6151eaf9d670bd275d1e66d14bc2ae" + "reference": "fcb71dc6a259326361852bbd3c49c0186e0e2b65" }, "require": { "php": ">=7.2" @@ -562,7 +562,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "eaff0d2da6581db4311771ee8f22f90013fb57e7" + "reference": "7252eac69b44d51cf901f17f3796029d42d7e021" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -655,7 +655,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "8608a471b27efd161deed71a604669d6022daa53" + "reference": "e828babd86edba11517eeeb65b5d3a42dff5eafe" }, "require": { "php": ">=7.2" @@ -712,7 +712,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "dc885b953ef6d7f1a50230c71027d50ba6c57f77" + "reference": "599fa047b8afdeb4d70425decfd8456c8321bc9a" }, "require": { "php": ">=7.2" @@ -768,7 +768,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "c692fc0cd19fd8134da631cbe6058dc7f02d397a" + "reference": "f464a56ff2411a2c13a47be66a31c6663c24014a" }, "require": { "automattic/jetpack-connection": "^6.2.2", @@ -846,7 +846,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "159b8285ac380593114d8576d1799d1b3be0ecfa" + "reference": "2b5c782304fda88365bcc635cbb4ae739e1570a0" }, "require": { "php": ">=7.2" @@ -907,7 +907,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "dd686b6311aef078aac36f4c3814879c66fccfb6" + "reference": "6af7b9f79176ad6b68d5e376ec03ecbad0eeeb5d" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -985,7 +985,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "b59f9a888f88173d4cd9cd81e579c3ea7c90cc7c" + "reference": "199b53d5ddadd5e2cbb2b9fede7b557bd1d0b3dc" }, "require": { "automattic/jetpack-connection": "^6.2.2", @@ -1050,7 +1050,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "bc7e95ea559800a0de28455f8884523e4996f45c" + "reference": "b9fa75b2b0c2406f13ba5126c0469df941328d55" }, "require": { "php": ">=7.2" @@ -1106,7 +1106,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "cec2247c65550033d99ebb91c2c3037b4dee15ed" + "reference": "39389b1176c80da43b9b46edfef9d1d3274ed90b" }, "require": { "automattic/jetpack-admin-ui": "^0.5.1", @@ -1122,7 +1122,7 @@ "automattic/jetpack-protect-status": "^0.4.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.1", - "automattic/jetpack-sync": "^4.3.0-alpha", + "automattic/jetpack-sync": "^4.3.0", "php": ">=7.2" }, "require-dev": { @@ -1211,7 +1211,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "288fd85dc2619a465a0b038edf804af19e9e5f58" + "reference": "937a3423b451797eea69753a3ff42de7f66bcce1" }, "require": { "php": ">=7.2" @@ -1275,7 +1275,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "59553d19a12e7e2f73013e2d413694a42658dd3b" + "reference": "8c424cc8a8a3f1730da8b4d64295ec8c02c05406" }, "require": { "automattic/jetpack-connection": "^6.2.2", @@ -1346,7 +1346,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "3156f05e435b97d138ebc9f858f9a0327abfd30f" + "reference": "2b89bfab690a3f65cfac7859e1517ce80da0a761" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1405,7 +1405,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-post-list", - "reference": "534ecab31f9a90b28bd2ec0e9e09519e54fac55f" + "reference": "f3038cf219a2acb14d5343f67c9302a14682b83f" }, "require": { "automattic/jetpack-assets": "^4.0.2", @@ -1473,7 +1473,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "3556fd7990c49832383985863442acf4714034bf" + "reference": "c2986d4b96dd83a5ff6a260a2ddcc31420828b88" }, "require": { "php": ">=7.2" @@ -1546,14 +1546,14 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "90db2403ce110681a4141ae3fcfa0c41a5bf9823" + "reference": "13f430bf5e898d18fb58a88991b3227dc303cb0e" }, "require": { "automattic/jetpack-connection": "^6.2.2", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-protect-models": "^0.4.1", - "automattic/jetpack-sync": "^4.3.0-alpha", + "automattic/jetpack-sync": "^4.3.0", "php": ">=7.2" }, "require-dev": { @@ -1624,7 +1624,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-publicize", - "reference": "b1659b538ce6c880c700448d36f3b12514836455" + "reference": "b3b4c2d177171086a29cbe9acfbb57db55cfe1c7" }, "require": { "automattic/jetpack-assets": "^4.0.2", @@ -1709,7 +1709,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "01b5958d1f791f4c7ad27218ee8f2f57bd21defc" + "reference": "3521f7e46dbd30b5f7f7ada48382973f24f5c3bc" }, "require": { "automattic/jetpack-status": "^5.0.1", @@ -1767,7 +1767,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "275ab8fa7912e77c233cd420ca48df3e5c04c3a9" + "reference": "d6fba7305d87f8b2ecbdb65525bed75771d5aed0" }, "require": { "php": ">=7.2" @@ -1824,7 +1824,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "f8a4d6485f79e7a901a06175ef05c9ad298fb1f9" + "reference": "9b1397c70d6a25d33aa0924cbaaa4184e0e4eef2" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -1886,12 +1886,12 @@ }, { "name": "automattic/jetpack-sync", - "version": "4.3.0-alpha.1736289477", - "version_normalized": "4.3.0.0-alpha1736289477", + "version": "4.3.0", + "version_normalized": "4.3.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "449e6e29d4269d58ada52d0b743cb56929009869" + "reference": "11cf52775da6fedc94e7947895e32ea240985767" }, "require": { "automattic/jetpack-connection": "^6.2.2", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 80540215..a8dd90f0 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -13,7 +13,7 @@ 'automattic/jetpack-a8c-mc-stats' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '3d0fa6ca7f91eb097605767ea5b9ae2b117ce443', + 'reference' => '2774b33f2c3707a2bbcc6edc2ede21bfc4bb60fd', '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.5.1', 'version' => '0.5.1.0', - 'reference' => '29f65fa1e5c5fb69a48524a53076be113c27ecc1', + 'reference' => 'ad02de6bcd47be9eb89950617f73c2e6c03454e1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), @@ -31,7 +31,7 @@ 'automattic/jetpack-assets' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => 'a68f1b0a84cf1b9c852a99348293f0a650d9b192', + 'reference' => '4f52f371fe25b1db277632f6600948d7c6b9aebe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '5.0.0', 'version' => '5.0.0.0', - 'reference' => 'cdde3a20c24622071c2374f6705fdc5254f8ab96', + 'reference' => 'c7811fd9d8247efd0272e0c2fe581bdcc1b0a392', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.3.3', 'version' => '0.3.3.0', - 'reference' => '018725189dd3b0a3c0182880c422dc6113eac07d', + 'reference' => 'fd2096fe15e9e872196b288f3dc849d7e5ce25ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.4.0', 'version' => '0.4.0.0', - 'reference' => '992f479b8c283669f32ae8ad10cd64e001ecc216', + 'reference' => '5db45563307c6e2e296784cc9b7ee14be2d4dbc0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -67,7 +67,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '4.0.0', 'version' => '4.0.0.0', - 'reference' => '20f2fde1b72039d788d3e6d91d0621693165fa66', + 'reference' => '15b0b78af58b86cd14f5306c4e6215bebafd3aa7', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '848c63acab6151eaf9d670bd275d1e66d14bc2ae', + 'reference' => 'fcb71dc6a259326361852bbd3c49c0186e0e2b65', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '6.2.2', 'version' => '6.2.2.0', - 'reference' => 'eaff0d2da6581db4311771ee8f22f90013fb57e7', + 'reference' => '7252eac69b44d51cf901f17f3796029d42d7e021', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '8608a471b27efd161deed71a604669d6022daa53', + 'reference' => 'e828babd86edba11517eeeb65b5d3a42dff5eafe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'dc885b953ef6d7f1a50230c71027d50ba6c57f77', + 'reference' => '599fa047b8afdeb4d70425decfd8456c8321bc9a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-explat' => array( 'pretty_version' => '0.2.3', 'version' => '0.2.3.0', - 'reference' => 'c692fc0cd19fd8134da631cbe6058dc7f02d397a', + 'reference' => 'f464a56ff2411a2c13a47be66a31c6663c24014a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '159b8285ac380593114d8576d1799d1b3be0ecfa', + 'reference' => '2b5c782304fda88365bcc635cbb4ae739e1570a0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', - 'reference' => 'dd686b6311aef078aac36f4c3814879c66fccfb6', + 'reference' => '6af7b9f79176ad6b68d5e376ec03ecbad0eeeb5d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '3.0.2', 'version' => '3.0.2.0', - 'reference' => 'b59f9a888f88173d4cd9cd81e579c3ea7c90cc7c', + 'reference' => '199b53d5ddadd5e2cbb2b9fede7b557bd1d0b3dc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'bc7e95ea559800a0de28455f8884523e4996f45c', + 'reference' => 'b9fa75b2b0c2406f13ba5126c0469df941328d55', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-my-jetpack' => array( 'pretty_version' => '5.3.1-alpha.1736441489', 'version' => '5.3.1.0-alpha1736441489', - 'reference' => 'cec2247c65550033d99ebb91c2c3037b4dee15ed', + 'reference' => '39389b1176c80da43b9b46edfef9d1d3274ed90b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '288fd85dc2619a465a0b038edf804af19e9e5f58', + 'reference' => '937a3423b451797eea69753a3ff42de7f66bcce1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -175,7 +175,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.5.1', 'version' => '0.5.1.0', - 'reference' => '59553d19a12e7e2f73013e2d413694a42658dd3b', + 'reference' => '8c424cc8a8a3f1730da8b4d64295ec8c02c05406', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -184,7 +184,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.5.0', 'version' => '0.5.0.0', - 'reference' => '3156f05e435b97d138ebc9f858f9a0327abfd30f', + 'reference' => '2b89bfab690a3f65cfac7859e1517ce80da0a761', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-post-list' => array( 'pretty_version' => '0.7.3-alpha.1736419796', 'version' => '0.7.3.0-alpha1736419796', - 'reference' => '534ecab31f9a90b28bd2ec0e9e09519e54fac55f', + 'reference' => 'f3038cf219a2acb14d5343f67c9302a14682b83f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-post-list', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '3556fd7990c49832383985863442acf4714034bf', + 'reference' => 'c2986d4b96dd83a5ff6a260a2ddcc31420828b88', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-protect-status' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '90db2403ce110681a4141ae3fcfa0c41a5bf9823', + 'reference' => '13f430bf5e898d18fb58a88991b3227dc303cb0e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-publicize' => array( 'pretty_version' => '0.57.2-alpha.1736424336', 'version' => '0.57.2.0-alpha1736424336', - 'reference' => 'b1659b538ce6c880c700448d36f3b12514836455', + 'reference' => 'b3b4c2d177171086a29cbe9acfbb57db55cfe1c7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-publicize', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '01b5958d1f791f4c7ad27218ee8f2f57bd21defc', + 'reference' => '3521f7e46dbd30b5f7f7ada48382973f24f5c3bc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => '275ab8fa7912e77c233cd420ca48df3e5c04c3a9', + 'reference' => 'd6fba7305d87f8b2ecbdb65525bed75771d5aed0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -256,16 +256,16 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '5.0.1', 'version' => '5.0.1.0', - 'reference' => 'f8a4d6485f79e7a901a06175ef05c9ad298fb1f9', + 'reference' => '9b1397c70d6a25d33aa0924cbaaa4184e0e4eef2', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '4.3.0-alpha.1736289477', - 'version' => '4.3.0.0-alpha1736289477', - 'reference' => '449e6e29d4269d58ada52d0b743cb56929009869', + 'pretty_version' => '4.3.0', + 'version' => '4.3.0.0', + 'reference' => '11cf52775da6fedc94e7947895e32ea240985767', '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 31c44da8..3166db19 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -679,227 +679,227 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.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' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php' ), 'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '4.3.0.0-alpha1736289477', + 'version' => '4.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array(