From 80d296fa6fff6c436eb7e9eee07de550e0929fe1 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Wed, 5 Feb 2025 21:14:13 +0000 Subject: [PATCH] Backport package release cycle for 2025-02 (#41580) * Release github-actions/repo-gardening 7.0.0 * Release github-actions/test-results-to-slack 0.3.3 * Release js-packages/eslint-config-target-es 2.2.2 * Release js-packages/api 0.18.0 * Release js-packages/base-styles 0.6.42 * Release js-packages/boost-score-api 0.1.55 * Release js-packages/components 0.66.0 * Release js-packages/scan 0.5.6 * Release js-packages/storybook 0.6.0 * Release js-packages/svelte-data-sync-client 0.3.7 * Release js-packages/videopress-core 0.1.1 * Release js-packages/connection 0.36.5 * Release js-packages/shared-extension-utils 0.17.0 * Release packages/assets 4.0.5 * Release packages/yoast-promo 0.3.1 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13166442212 Upstream-Ref: Automattic/jetpack@8b69e2fdcb0d5efb6c0f6670399a39785a1f215e --- composer.json | 2 +- .../automattic/jetpack-assets/CHANGELOG.md | 9 +-- .../jetpack-connection/composer.json | 2 +- .../automattic/jetpack-jitm/composer.json | 2 +- .../jetpack-my-jetpack/composer.json | 2 +- jetpack_vendor/i18n-map.php | 2 +- vendor/composer/installed.json | 62 +++++++++---------- vendor/composer/installed.php | 56 ++++++++--------- vendor/composer/jetpack_autoload_classmap.php | 6 +- vendor/composer/jetpack_autoload_filemap.php | 2 +- 10 files changed, 71 insertions(+), 74 deletions(-) diff --git a/composer.json b/composer.json index 1797dc54..ec08a2db 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-admin-ui": "^0.5.2", "automattic/jetpack-autoloader": "^5.0.1", "automattic/jetpack-composer-plugin": "^4.0.0", diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index 2244652f..c83813ab 100644 --- a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-assets/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.0.5-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.5] - 2025-02-05 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#41491] ## [4.0.4] - 2025-02-03 ### Changed @@ -559,7 +556,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[4.0.5-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.4...v4.0.5-alpha +[4.0.5]: https://github.com/Automattic/jetpack-assets/compare/v4.0.4...v4.0.5 [4.0.4]: https://github.com/Automattic/jetpack-assets/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/Automattic/jetpack-assets/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-assets/compare/v4.0.1...v4.0.2 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index b5bc6cd7..07977653 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.2", - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.3", diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 623c6157..fe096fc6 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-connection": "^6.4.0-alpha", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-logo": "^3.0.0", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index dc0824df..82b26099 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.2", "automattic/jetpack-admin-ui": "^0.5.2", - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-boost-speed-score": "^0.4.1", "automattic/jetpack-connection": "^6.4.0-alpha", "automattic/jetpack-explat": "^0.2.6-alpha", diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index f20aed14..b16292e9 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -10,7 +10,7 @@ ), 'jetpack-assets' => array( 'path' => 'jetpack_vendor/automattic/jetpack-assets', - 'ver' => '4.0.5-alpha1738615561', + 'ver' => '4.0.5', ), 'jetpack-boost-core' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-core', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b541ab2b..41ac068f 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": "0881b5bbd4c39209e04924070d6f1779c5e6ba01" + "reference": "c318f249755b511609b6903f0c6c7171797c0875" }, "require": { "php": ">=7.2" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "aa5c0bd2b2733639a93f1692294093df9f1a6451" + "reference": "b699aa8dae45f827fe0251ce9f993b56047611a1" }, "require": { "php": ">=7.2" @@ -120,12 +120,12 @@ }, { "name": "automattic/jetpack-assets", - "version": "4.0.5-alpha.1738615561", - "version_normalized": "4.0.5.0-alpha1738615561", + "version": "4.0.5", + "version_normalized": "4.0.5.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6237498b0c76f8397c2a3234b05f5b41188310b7" + "reference": "abd6389a85a75d873e7910a3eb9c14379cd2009d" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -197,7 +197,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "ee3bfab4facef0e7dae070d10eca076f2f0d1f3e" + "reference": "7cd6565d04fedbd0b3fd8871cc36e67e9936f4ab" }, "require": { "composer-plugin-api": "^2.2", @@ -268,7 +268,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "decb770a96b64beb9c3de6870813cd670719b407" + "reference": "79adc17fe6f4362a3aeb96831e9fae6f9173295b" }, "require": { "automattic/jetpack-connection": "^6.4.0-alpha", @@ -326,7 +326,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "5543dcceb559d4a44144755dec32ef72d89ef3df" + "reference": "baf0f5c95691cf1fc5ed6fad381314c168d244f5" }, "require": { "automattic/jetpack-boost-core": "^0.3.5", @@ -393,7 +393,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "1e66247412e97ab36d1dc21fc1b1602dc68e4006" + "reference": "7c4cde2abc134b7936393d4d510040f4036e3865" }, "require": { "composer-plugin-api": "^2.2", @@ -456,7 +456,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "134eb31009e08c8d5a44ad8c5b8675267ae72316" + "reference": "ff562af82f2743740ed04bf48c7dd5561e785ede" }, "require": { "php": ">=7.2" @@ -531,12 +531,12 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "85136a7960a95b2af0a17dc5d53e2c244e5e10ca" + "reference": "7ab2357ab8ce13daf38be5504a23f7bf01d2fb88" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.2", - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", @@ -618,7 +618,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "f38ba388badfc2da09d4771afec158dd8e96a444" + "reference": "c44bf49cd9eb78b5b8335c3e20593d55e4ff063f" }, "require": { "php": ">=7.2" @@ -675,7 +675,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "28faf6b2579df76350bd2a56cfbab6a7c2ca3430" + "reference": "5b986b98fd5b9ea5a3518736593852794fa9c740" }, "require": { "php": ">=7.2" @@ -731,7 +731,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "71e1eabae7067e8d815fab36c43ecf26639bd7d0" + "reference": "69a446726c56342d91792ec35935809e799f0f09" }, "require": { "automattic/jetpack-connection": "^6.4.0-alpha", @@ -809,7 +809,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "60a55582b6bc4f5ed4ca5ce8dc69c941520d1bf4" + "reference": "374223f3ecb636ca79a4ca2741c7f16d68d203a7" }, "require": { "php": ">=7.2" @@ -870,11 +870,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "38c1cb154f6dee7b7ab56599e1f2c5366e05fa81" + "reference": "0a021e9f9d9bde21dc86e79304e462718affeef8" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-connection": "^6.4.0-alpha", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-logo": "^3.0.0", @@ -948,7 +948,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "3440c66ea08a0ab2601ab33b606486228338f8d5" + "reference": "812e684d8c5c27ab87b77b5fb1d737077bd98388" }, "require": { "automattic/jetpack-connection": "^6.4.0-alpha", @@ -1007,7 +1007,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "0727ea228189f64cf5972d9710e1312a40332885" + "reference": "270810830928266109d39044eb6b937250e31f25" }, "require": { "php": ">=7.2" @@ -1063,11 +1063,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "c3f8c4a128159dae71d4bff4244379fc59ba45d5" + "reference": "17318a1f11991fb16a84aae270d528e996359bab" }, "require": { "automattic/jetpack-admin-ui": "^0.5.2", - "automattic/jetpack-assets": "^4.0.5-alpha", + "automattic/jetpack-assets": "^4.0.5", "automattic/jetpack-boost-speed-score": "^0.4.1", "automattic/jetpack-connection": "^6.4.0-alpha", "automattic/jetpack-constants": "^3.0.1", @@ -1162,7 +1162,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "1fa40ca1fbb44ac523d6798652c7f772e2bc57c5" + "reference": "ff16e50e6871b1daf4881188e761b5e685198279" }, "require": { "php": ">=7.2" @@ -1220,7 +1220,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "bb4fbc7c7654e5f9210dc296cc4e4745a5d2535e" + "reference": "3b3631f00f6ce4452de01c24d70d51d08865f707" }, "require": { "automattic/jetpack-connection": "^6.4.0-alpha", @@ -1285,7 +1285,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "d846cb2eb7bec516c1400f17fe554d34d7b842f6" + "reference": "f9ce31d89cf064f067c2059b051a9f994ae1bf4c" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", @@ -1344,7 +1344,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "7425647e359b494c105aa6a4b16bd877143db688" + "reference": "e73c8c50ee6d46b4d65d3926eac49237191386db" }, "require": { "php": ">=7.2" @@ -1411,7 +1411,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "272cfce1ca90405142eac5912fd10775f37c634b" + "reference": "285863c366f808895a48388199898b2e1c71d4de" }, "require": { "automattic/jetpack-connection": "^6.4.0-alpha", @@ -1483,7 +1483,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "fed5e090fb062d26add9a867ec90457f5c62d53e" + "reference": "f450af62e3eb84fbd9ca7c6b72866572ba1214a7" }, "require": { "automattic/jetpack-status": "^5.0.3", @@ -1541,7 +1541,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "c8b1eb523f13a417c4b0a4f2d97d58b7359bc36d" + "reference": "5f84b4bc4b55b1772974e15d4e40cae9c9a41931" }, "require": { "php": ">=7.2" @@ -1598,7 +1598,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "df49c39cf688d185698e43ec258ed4c8e142a871" + "reference": "673fa268755c4eea75a339e12ba8a0d016ec6aee" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -1665,7 +1665,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "7115d5d5ecaaaa2dc1614f67e098f88be2bc7e81" + "reference": "776f29d5f0604fa52a61541ffcefdfea9d1439d5" }, "require": { "automattic/jetpack-connection": "^6.4.0-alpha", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 4fc6a2be..a4feabdf 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' => '0881b5bbd4c39209e04924070d6f1779c5e6ba01', + 'reference' => 'c318f249755b511609b6903f0c6c7171797c0875', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,16 +22,16 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.5.2', 'version' => '0.5.2.0', - 'reference' => 'aa5c0bd2b2733639a93f1692294093df9f1a6451', + 'reference' => 'b699aa8dae45f827fe0251ce9f993b56047611a1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '4.0.5-alpha.1738615561', - 'version' => '4.0.5.0-alpha1738615561', - 'reference' => '6237498b0c76f8397c2a3234b05f5b41188310b7', + 'pretty_version' => '4.0.5', + 'version' => '4.0.5.0', + 'reference' => 'abd6389a85a75d873e7910a3eb9c14379cd2009d', '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.1', 'version' => '5.0.1.0', - 'reference' => 'ee3bfab4facef0e7dae070d10eca076f2f0d1f3e', + 'reference' => '7cd6565d04fedbd0b3fd8871cc36e67e9936f4ab', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.3.5', 'version' => '0.3.5.0', - 'reference' => 'decb770a96b64beb9c3de6870813cd670719b407', + 'reference' => '79adc17fe6f4362a3aeb96831e9fae6f9173295b', '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.1', 'version' => '0.4.1.0', - 'reference' => '5543dcceb559d4a44144755dec32ef72d89ef3df', + 'reference' => 'baf0f5c95691cf1fc5ed6fad381314c168d244f5', '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' => '1e66247412e97ab36d1dc21fc1b1602dc68e4006', + 'reference' => '7c4cde2abc134b7936393d4d510040f4036e3865', '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' => '134eb31009e08c8d5a44ad8c5b8675267ae72316', + 'reference' => 'ff562af82f2743740ed04bf48c7dd5561e785ede', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '6.4.0-alpha.1738688976', 'version' => '6.4.0.0-alpha1738688976', - 'reference' => '85136a7960a95b2af0a17dc5d53e2c244e5e10ca', + 'reference' => '7ab2357ab8ce13daf38be5504a23f7bf01d2fb88', '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' => 'f38ba388badfc2da09d4771afec158dd8e96a444', + 'reference' => 'c44bf49cd9eb78b5b8335c3e20593d55e4ff063f', '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' => '28faf6b2579df76350bd2a56cfbab6a7c2ca3430', + 'reference' => '5b986b98fd5b9ea5a3518736593852794fa9c740', '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.6-alpha.1738615561', 'version' => '0.2.6.0-alpha1738615561', - 'reference' => '71e1eabae7067e8d815fab36c43ecf26639bd7d0', + 'reference' => '69a446726c56342d91792ec35935809e799f0f09', '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' => '60a55582b6bc4f5ed4ca5ce8dc69c941520d1bf4', + 'reference' => '374223f3ecb636ca79a4ca2741c7f16d68d203a7', '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.6-alpha.1738615561', 'version' => '4.0.6.0-alpha1738615561', - 'reference' => '38c1cb154f6dee7b7ab56599e1f2c5366e05fa81', + 'reference' => '0a021e9f9d9bde21dc86e79304e462718affeef8', '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.4', 'version' => '3.0.4.0', - 'reference' => '3440c66ea08a0ab2601ab33b606486228338f8d5', + 'reference' => '812e684d8c5c27ab87b77b5fb1d737077bd98388', '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' => '0727ea228189f64cf5972d9710e1312a40332885', + 'reference' => '270810830928266109d39044eb6b937250e31f25', '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.4.2-alpha.1738784356', 'version' => '5.4.2.0-alpha1738784356', - 'reference' => 'c3f8c4a128159dae71d4bff4244379fc59ba45d5', + 'reference' => '17318a1f11991fb16a84aae270d528e996359bab', '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.2', 'version' => '0.4.2.0', - 'reference' => '1fa40ca1fbb44ac523d6798652c7f772e2bc57c5', + 'reference' => 'ff16e50e6871b1daf4881188e761b5e685198279', '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.2', 'version' => '0.5.2.0', - 'reference' => 'bb4fbc7c7654e5f9210dc296cc4e4745a5d2535e', + 'reference' => '3b3631f00f6ce4452de01c24d70d51d08865f707', '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' => 'd846cb2eb7bec516c1400f17fe554d34d7b842f6', + 'reference' => 'f9ce31d89cf064f067c2059b051a9f994ae1bf4c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.4.2', 'version' => '0.4.2.0', - 'reference' => '7425647e359b494c105aa6a4b16bd877143db688', + 'reference' => 'e73c8c50ee6d46b4d65d3926eac49237191386db', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-protect-status' => array( 'pretty_version' => '0.4.3', 'version' => '0.4.3.0', - 'reference' => '272cfce1ca90405142eac5912fd10775f37c634b', + 'reference' => '285863c366f808895a48388199898b2e1c71d4de', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => 'fed5e090fb062d26add9a867ec90457f5c62d53e', + 'reference' => 'f450af62e3eb84fbd9ca7c6b72866572ba1214a7', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '3.0.1', 'version' => '3.0.1.0', - 'reference' => 'c8b1eb523f13a417c4b0a4f2d97d58b7359bc36d', + 'reference' => '5f84b4bc4b55b1772974e15d4e40cae9c9a41931', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '5.0.3', 'version' => '5.0.3.0', - 'reference' => 'df49c39cf688d185698e43ec258ed4c8e142a871', + 'reference' => '673fa268755c4eea75a339e12ba8a0d016ec6aee', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '4.7.0-alpha.1738778781', 'version' => '4.7.0.0-alpha1738778781', - 'reference' => '7115d5d5ecaaaa2dc1614f67e098f88be2bc7e81', + 'reference' => '776f29d5f0604fa52a61541ffcefdfea9d1439d5', '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 b6d774ea..55a80569 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -27,7 +27,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '4.0.5.0-alpha1738615561', + 'version' => '4.0.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( @@ -35,11 +35,11 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Script_Data' => array( - 'version' => '4.0.5.0-alpha1738615561', + 'version' => '4.0.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '4.0.5.0-alpha1738615561', + 'version' => '4.0.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 6b1643ff..bc968c62 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -7,7 +7,7 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => array( - 'version' => '4.0.5.0-alpha1738615561', + 'version' => '4.0.5.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), '7372b7fb88a9723cf5b76d456eb0b738' => array(