diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index 5121422c..71b94915 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is an alpha version! The changes listed here are not final. ### Changed +- Update Boost's pricing table to include latest feature list. - Updated package dependencies. ### Fixed diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php index a9f9b0f5..9a605733 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php @@ -134,7 +134,7 @@ public static function get_tiers() { public static function get_features_by_tier() { return array( array( - 'name' => __( 'Optimize CSS Loading', 'jetpack-my-jetpack' ), + 'name' => __( 'Auto CSS Optimization', 'jetpack-my-jetpack' ), 'info' => array( 'content' => __( 'Move important styling information to the start of the page, which helps pages display your content sooner, so your users don’t have to wait for the entire page to load. Commonly referred to as Critical CSS.', @@ -143,8 +143,8 @@ public static function get_features_by_tier() { ), 'tiers' => array( self::FREE_TIER_SLUG => array( - 'included' => true, - 'description' => __( 'Must be done manually', 'jetpack-my-jetpack' ), + 'included' => false, + 'description' => __( 'Manual', 'jetpack-my-jetpack' ), 'info' => array( 'title' => __( 'Manual Critical CSS regeneration', 'jetpack-my-jetpack' ), 'content' => __( @@ -163,7 +163,7 @@ public static function get_features_by_tier() { ), self::UPGRADED_TIER_SLUG => array( 'included' => true, - 'description' => __( 'Automatically updated', 'jetpack-my-jetpack' ), + 'description' => __( 'Included', 'jetpack-my-jetpack' ), 'info' => array( 'title' => __( 'Automatic Critical CSS regeneration', 'jetpack-my-jetpack' ), 'content' => __( @@ -176,15 +176,51 @@ public static function get_features_by_tier() { ), ), array( - 'name' => __( 'Defer non-essential JavaScript', 'jetpack-my-jetpack' ), + 'name' => __( 'Automatic image size analysis', 'jetpack-my-jetpack' ), 'info' => array( 'content' => __( - 'Run non-essential JavaScript after the page has loaded so that styles and images can load more quickly.', + 'Scan your site for images that aren’t properly sized for the device they’re being viewed on.', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Historical performance scores', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Get access to your historical performance scores and see advanced Core Web Vitals data.', 'jetpack-my-jetpack' ), - 'link' => array( - 'id' => 'jetpack-boost-defer-js', - 'title' => 'web.dev', + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Dedicated email support', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + '

Paid customers get dedicated email support from our world-class Happiness Engineers to help with any issue.

+

All other questions are handled by our team as quickly as we are able to go through the WordPress support forum.

', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Page Cache', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Page caching speeds up load times by storing a copy of each web page on the first visit, allowing subsequent visits to be served instantly. This reduces server load and improves user experience by delivering content faster, without waiting for the page to be generated again.', + 'jetpack-my-jetpack' ), ), 'tiers' => array( @@ -193,15 +229,37 @@ public static function get_features_by_tier() { ), ), array( - 'name' => __( 'Lazy image loading', 'jetpack-my-jetpack' ), + 'name' => __( 'Image CDN Quality Settings', 'jetpack-my-jetpack' ), 'info' => array( 'content' => __( - 'Improve page loading speed by only loading images when they are required.', + 'Fine-tune image quality settings to your liking.', 'jetpack-my-jetpack' ), - 'link' => array( - 'id' => 'jetpack-boost-lazy-load', - 'title' => 'web.dev', + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Image CDN Auto-Resize Lazy Images', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Optimizes lazy-loaded images by dynamically serving perfectly sized images for each device.', + 'jetpack-my-jetpack' + ), + ), + 'tiers' => array( + self::FREE_TIER_SLUG => array( 'included' => false ), + self::UPGRADED_TIER_SLUG => array( 'included' => true ), + ), + ), + array( + 'name' => __( 'Image CDN', 'jetpack-my-jetpack' ), + 'info' => array( + 'content' => __( + 'Deliver images from Jetpack\'s Content Delivery Network. Automatically resizes your images to an appropriate size, converts them to modern efficient formats like WebP, and serves them from a worldwide network of servers.', + 'jetpack-my-jetpack' ), ), 'tiers' => array( @@ -223,10 +281,10 @@ public static function get_features_by_tier() { ), ), array( - 'name' => __( 'Image CDN', 'jetpack-my-jetpack' ), + 'name' => __( 'Defer non-essential JavaScript', 'jetpack-my-jetpack' ), 'info' => array( 'content' => __( - 'Deliver images from Jetpack\'s Content Delivery Network. Automatically resizes your images to an appropriate size, converts them to modern efficient formats like WebP, and serves them from a worldwide network of servers.', + 'Run non-essential JavaScript after the page has loaded so that styles and images can load more quickly.', 'jetpack-my-jetpack' ), ), @@ -236,16 +294,15 @@ public static function get_features_by_tier() { ), ), array( - 'name' => __( 'Dedicated email support', 'jetpack-my-jetpack' ), + 'name' => __( 'Concatenate JS and CSS', 'jetpack-my-jetpack' ), 'info' => array( 'content' => __( - '

Paid customers get dedicated email support from our world-class Happiness Engineers to help with any issue.

-

All other questions are handled by our team as quickly as we are able to go through the WordPress support forum.

', + 'Boost your website performance by merging and compressing JavaScript and CSS files, reducing site loading time and number of requests.', 'jetpack-my-jetpack' ), ), 'tiers' => array( - self::FREE_TIER_SLUG => array( 'included' => false ), + self::FREE_TIER_SLUG => array( 'included' => true ), self::UPGRADED_TIER_SLUG => array( 'included' => true ), ), ), diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index b5ed1afe..bf508d96 100644 --- a/jetpack_vendor/i18n-map.php +++ b/jetpack_vendor/i18n-map.php @@ -50,7 +50,7 @@ ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '4.35.12-alpha1728402891', + 'ver' => '4.35.12-alpha1728474109', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 9bb83c59..3e05e45b 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": "84af114febc9e486a2ad3c7af26477021c04a852" + "reference": "0cf532bd0463c5be00c034a705ac8fa5ecff11ca" }, "require": { "php": ">=7.0" @@ -60,7 +60,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "0cf555d2a7b27b2f7738e3993bc5ae8194328302" + "reference": "8ce7285871f2a2e39288449d6e0fa8ab417420aa" }, "require": { "php": ">=7.0" @@ -125,7 +125,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "34dacfc2b1cc54a6f6a516b3eb7b86fc4c6135b7" + "reference": "ad0854a2790dd4ba74807ead521eea7e453835a6" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -194,7 +194,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "04c14bd2a8906bd01f79b75fa0a3d9584f823eb7" + "reference": "944662c54bcc99ec697fe9bd8d850972419c0095" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", @@ -261,7 +261,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup", - "reference": "d6f2411c8bc262c97fb47962e2c235ff734a803f" + "reference": "54d2c54c4a18dfdf876d9d70f3ac86853ffb085e" }, "require": { "automattic/jetpack-admin-ui": "^0.4.5", @@ -351,7 +351,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-backup-helper-script-manager", - "reference": "4f881f117a2847ea25c0b382384495fbe92d89f0" + "reference": "aa8429c0f306607da7eefcf921c807ad3b20c03e" }, "require": { "php": ">=7.0" @@ -411,7 +411,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "5b80e7623078c452776e0bf0e36d2ae20ce3e636" + "reference": "c0b6bccb24dc66a457d4c21a1fc07973bb049b29" }, "require": { "automattic/jetpack-connection": "^5.1.2", @@ -479,7 +479,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "527c2e5990d3220124bdaa325d04045542990fa1" + "reference": "ca61b80f8cb404bb11c137d7c78c64da28ba47a0" }, "require": { "automattic/jetpack-boost-core": "^0.2.12", @@ -555,7 +555,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "ea06276fe7213d6d95120d302f4c07abb8051917" + "reference": "3ff50e0b8ba534c420732881b1d587780a4277a1" }, "require": { "composer-plugin-api": "^2.1.0", @@ -615,7 +615,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "f6b39cb72753987da3aed3bba9390035a805ce8b" + "reference": "6789c1dd051a0fad936f034d59a65410f2fe8897" }, "require": { "php": ">=7.0" @@ -690,7 +690,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "7125adb5c7eaddd31f5de40e74bf9683e60f6649" + "reference": "7d48aae787d98ba7ebea68d72933f9dca38a4ac3" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.3", @@ -780,7 +780,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "efe843ce0432228217092a76ea09b9b0c3eda078" + "reference": "169d3a1e0a60b5d7b7e453d028516f2d0aeca189" }, "require": { "php": ">=7.0" @@ -834,7 +834,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "c09966b025bbffd4480fa5a89cd437bb0a33236b" + "reference": "068f70004c07d95d0c6f47662754711bc56cfc3c" }, "require": { "php": ">=7.0" @@ -887,7 +887,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "3b3a030360b66704528e73d892c786dd56841056" + "reference": "a781fbdb31e594eb2678da4079431331e0d05e6d" }, "require": { "automattic/jetpack-connection": "^5.1.2", @@ -962,7 +962,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "21100a7b1912691d0c254343dc1bb89aad71ee92" + "reference": "3f99d985a69492afda450dfc1883ab64b705a6de" }, "require": { "php": ">=7.0" @@ -1020,7 +1020,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "cff3722dbb5c4ba7e0bcf69822ef555ad42055af" + "reference": "62936dfbc6d3c301f3306407380bfeb0f98cc9d9" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.3", @@ -1095,7 +1095,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "e1870833d4f1d522f266aa42e5f5a33fb4bf78af" + "reference": "0c9ad81b511e0f6cd70d0fa64d7725d33147003d" }, "require": { "automattic/jetpack-connection": "^5.1.2", @@ -1157,7 +1157,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "abd6656f93747de60923d02a595df6b514688eeb" + "reference": "fcca8afc3b46d6f37093d33f6dbad7410e3011af" }, "require": { "php": ">=7.0" @@ -1205,12 +1205,12 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "4.35.12-alpha.1728402891", - "version_normalized": "4.35.12.0-alpha1728402891", + "version": "4.35.12-alpha.1728474109", + "version_normalized": "4.35.12.0-alpha1728474109", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "256b2ae621c388dae54f4bf3a16685fbe3a86ad2" + "reference": "57d323fb2c437e5a257465719df8fd14a78ecdb5" }, "require": { "automattic/jetpack-admin-ui": "^0.4.5", @@ -1312,7 +1312,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "d3bf369cc68d21d7f509358f6f7a7d18c3427601" + "reference": "cb9470b888eb1b917d2f101ba440ae67eecbd532" }, "require": { "php": ">=7.0" @@ -1373,7 +1373,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "11b31fa332396ae92c8ddd14563b650631e1aef0" + "reference": "31f20df534dd37a474fe4cd13214d200bd3bc082" }, "require": { "automattic/jetpack-connection": "^5.1.2", @@ -1441,7 +1441,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "951ca7bce4d670575a67748e8121203e52f3d6b6" + "reference": "4a0e2fec7b8b95c8f39b39446dab5b06b12ffa03" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.3", @@ -1497,7 +1497,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "74ed0985bbac58605cc396a94ef54e16bdfef846" + "reference": "d12836b37f2d5243eb9dc850c4d1886b4b83b864" }, "require": { "php": ">=7.0" @@ -1567,7 +1567,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "063569e3d48db57dc00467dbba8935a4debe6555" + "reference": "9e28b8f6fe3743f30a6d5f56e6bdb970b94e2c33" }, "require": { "automattic/jetpack-connection": "^5.1.2", @@ -1642,7 +1642,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "03e98433e6ecb9c9ee7f56f36d6f91fb4f66e2f0" + "reference": "9432f5d1720a50d1839112e0221beeb1dcd81714" }, "require": { "automattic/jetpack-status": "^4.0.2", @@ -1697,7 +1697,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "cc5ad61435e5960fa6629e583655b1b15e3ffb45" + "reference": "3b791219c3b059c52b6734a46c085c490a1f194d" }, "require": { "php": ">=7.0" @@ -1751,7 +1751,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "3103d769967fe04176770677c1204d147e843b12" + "reference": "80828bded4061c8351d868e7cc7a4f7c7c2323e6" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1815,7 +1815,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "468ad67a25d12e33c1fa225b8e47d9748f67c6c0" + "reference": "2a0c77996c6afef7884542441545ff94c47b1673" }, "require": { "automattic/jetpack-connection": "^5.1.2", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 64b9bdfe..3645fd34 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.3', 'version' => '2.0.3.0', - 'reference' => '84af114febc9e486a2ad3c7af26477021c04a852', + 'reference' => '0cf532bd0463c5be00c034a705ac8fa5ecff11ca', '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.4.5', 'version' => '0.4.5.0', - 'reference' => '0cf555d2a7b27b2f7738e3993bc5ae8194328302', + 'reference' => '8ce7285871f2a2e39288449d6e0fa8ab417420aa', '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.3.9', 'version' => '2.3.9.0', - 'reference' => '34dacfc2b1cc54a6f6a516b3eb7b86fc4c6135b7', + 'reference' => 'ad0854a2790dd4ba74807ead521eea7e453835a6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), @@ -40,7 +40,7 @@ 'automattic/jetpack-autoloader' => array( 'pretty_version' => '3.1.1-alpha.1728331053', 'version' => '3.1.1.0-alpha1728331053', - 'reference' => '04c14bd2a8906bd01f79b75fa0a3d9584f823eb7', + 'reference' => '944662c54bcc99ec697fe9bd8d850972419c0095', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', 'aliases' => array(), @@ -49,7 +49,7 @@ 'automattic/jetpack-backup' => array( 'pretty_version' => '3.4.13', 'version' => '3.4.13.0', - 'reference' => 'd6f2411c8bc262c97fb47962e2c235ff734a803f', + 'reference' => '54d2c54c4a18dfdf876d9d70f3ac86853ffb085e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup', 'aliases' => array(), @@ -58,7 +58,7 @@ 'automattic/jetpack-backup-helper-script-manager' => array( 'pretty_version' => '0.2.7', 'version' => '0.2.7.0', - 'reference' => '4f881f117a2847ea25c0b382384495fbe92d89f0', + 'reference' => 'aa8429c0f306607da7eefcf921c807ad3b20c03e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager', 'aliases' => array(), @@ -76,7 +76,7 @@ 'automattic/jetpack-boost-core' => array( 'pretty_version' => '0.2.12', 'version' => '0.2.12.0', - 'reference' => '5b80e7623078c452776e0bf0e36d2ae20ce3e636', + 'reference' => 'c0b6bccb24dc66a457d4c21a1fc07973bb049b29', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core', 'aliases' => array(), @@ -85,7 +85,7 @@ 'automattic/jetpack-boost-speed-score' => array( 'pretty_version' => '0.3.12', 'version' => '0.3.12.0', - 'reference' => '527c2e5990d3220124bdaa325d04045542990fa1', + 'reference' => 'ca61b80f8cb404bb11c137d7c78c64da28ba47a0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-speed-score', 'aliases' => array(), @@ -94,7 +94,7 @@ 'automattic/jetpack-composer-plugin' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => 'ea06276fe7213d6d95120d302f4c07abb8051917', + 'reference' => '3ff50e0b8ba534c420732881b1d587780a4277a1', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -103,7 +103,7 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'f6b39cb72753987da3aed3bba9390035a805ce8b', + 'reference' => '6789c1dd051a0fad936f034d59a65410f2fe8897', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), @@ -112,7 +112,7 @@ 'automattic/jetpack-connection' => array( 'pretty_version' => '5.1.2', 'version' => '5.1.2.0', - 'reference' => '7125adb5c7eaddd31f5de40e74bf9683e60f6649', + 'reference' => '7d48aae787d98ba7ebea68d72933f9dca38a4ac3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection', 'aliases' => array(), @@ -121,7 +121,7 @@ 'automattic/jetpack-constants' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'efe843ce0432228217092a76ea09b9b0c3eda078', + 'reference' => '169d3a1e0a60b5d7b7e453d028516f2d0aeca189', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -130,7 +130,7 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '2.1.5', 'version' => '2.1.5.0', - 'reference' => 'c09966b025bbffd4480fa5a89cd437bb0a33236b', + 'reference' => '068f70004c07d95d0c6f47662754711bc56cfc3c', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), @@ -139,7 +139,7 @@ 'automattic/jetpack-explat' => array( 'pretty_version' => '0.1.11-alpha.1728400476', 'version' => '0.1.11.0-alpha1728400476', - 'reference' => '3b3a030360b66704528e73d892c786dd56841056', + 'reference' => 'a781fbdb31e594eb2678da4079431331e0d05e6d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -148,7 +148,7 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.3.0', 'version' => '0.3.0.0', - 'reference' => '21100a7b1912691d0c254343dc1bb89aad71ee92', + 'reference' => '3f99d985a69492afda450dfc1883ab64b705a6de', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), @@ -157,7 +157,7 @@ 'automattic/jetpack-jitm' => array( 'pretty_version' => '3.1.24', 'version' => '3.1.24.0', - 'reference' => 'cff3722dbb5c4ba7e0bcf69822ef555ad42055af', + 'reference' => '62936dfbc6d3c301f3306407380bfeb0f98cc9d9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), @@ -166,7 +166,7 @@ 'automattic/jetpack-licensing' => array( 'pretty_version' => '2.0.10', 'version' => '2.0.10.0', - 'reference' => 'e1870833d4f1d522f266aa42e5f5a33fb4bf78af', + 'reference' => '0c9ad81b511e0f6cd70d0fa64d7725d33147003d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -175,16 +175,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => 'abd6656f93747de60923d02a595df6b514688eeb', + 'reference' => 'fcca8afc3b46d6f37093d33f6dbad7410e3011af', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '4.35.12-alpha.1728402891', - 'version' => '4.35.12.0-alpha1728402891', - 'reference' => '256b2ae621c388dae54f4bf3a16685fbe3a86ad2', + 'pretty_version' => '4.35.12-alpha.1728474109', + 'version' => '4.35.12.0-alpha1728474109', + 'reference' => '57d323fb2c437e5a257465719df8fd14a78ecdb5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack', 'aliases' => array(), @@ -193,7 +193,7 @@ 'automattic/jetpack-password-checker' => array( 'pretty_version' => '0.3.2', 'version' => '0.3.2.0', - 'reference' => 'd3bf369cc68d21d7f509358f6f7a7d18c3427601', + 'reference' => 'cb9470b888eb1b917d2f101ba440ae67eecbd532', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker', 'aliases' => array(), @@ -202,7 +202,7 @@ 'automattic/jetpack-plans' => array( 'pretty_version' => '0.4.11', 'version' => '0.4.11.0', - 'reference' => '11b31fa332396ae92c8ddd14563b650631e1aef0', + 'reference' => '31f20df534dd37a474fe4cd13214d200bd3bc082', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), @@ -211,7 +211,7 @@ 'automattic/jetpack-plugins-installer' => array( 'pretty_version' => '0.4.3', 'version' => '0.4.3.0', - 'reference' => '951ca7bce4d670575a67748e8121203e52f3d6b6', + 'reference' => '4a0e2fec7b8b95c8f39b39446dab5b06b12ffa03', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -220,7 +220,7 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.3.0', 'version' => '0.3.0.0', - 'reference' => '74ed0985bbac58605cc396a94ef54e16bdfef846', + 'reference' => 'd12836b37f2d5243eb9dc850c4d1886b4b83b864', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), @@ -229,7 +229,7 @@ 'automattic/jetpack-protect-status' => array( 'pretty_version' => '0.2.0', 'version' => '0.2.0.0', - 'reference' => '063569e3d48db57dc00467dbba8935a4debe6555', + 'reference' => '9e28b8f6fe3743f30a6d5f56e6bdb970b94e2c33', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status', 'aliases' => array(), @@ -238,7 +238,7 @@ 'automattic/jetpack-redirect' => array( 'pretty_version' => '2.0.4', 'version' => '2.0.4.0', - 'reference' => '03e98433e6ecb9c9ee7f56f36d6f91fb4f66e2f0', + 'reference' => '9432f5d1720a50d1839112e0221beeb1dcd81714', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect', 'aliases' => array(), @@ -247,7 +247,7 @@ 'automattic/jetpack-roles' => array( 'pretty_version' => '2.0.3', 'version' => '2.0.3.0', - 'reference' => 'cc5ad61435e5960fa6629e583655b1b15e3ffb45', + 'reference' => '3b791219c3b059c52b6734a46c085c490a1f194d', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -256,7 +256,7 @@ 'automattic/jetpack-status' => array( 'pretty_version' => '4.0.2', 'version' => '4.0.2.0', - 'reference' => '3103d769967fe04176770677c1204d147e843b12', + 'reference' => '80828bded4061c8351d868e7cc7a4f7c7c2323e6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), @@ -265,7 +265,7 @@ 'automattic/jetpack-sync' => array( 'pretty_version' => '3.14.0-alpha.1728373566', 'version' => '3.14.0.0-alpha1728373566', - 'reference' => '468ad67a25d12e33c1fa225b8e47d9748f67c6c0', + 'reference' => '2a0c77996c6afef7884542441545ff94c47b1673', '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 efdf82c5..52509e61 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -375,123 +375,123 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '4.35.12.0-alpha1728402891', + 'version' => '4.35.12.0-alpha1728474109', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array(