diff --git a/composer.json b/composer.json index 9d63f978..b207ce05 100644 --- a/composer.json +++ b/composer.json @@ -4,15 +4,15 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^4.0.3-alpha", + "automattic/jetpack-assets": "^4.0.3", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-autoloader": "^5.0.1-alpha", + "automattic/jetpack-autoloader": "^5.0.1", "automattic/jetpack-composer-plugin": "^4.0.0", "automattic/jetpack-config": "^3.0.0", - "automattic/jetpack-connection": "^6.3.0-alpha", - "automattic/jetpack-my-jetpack": "^5.3.3-alpha", - "automattic/jetpack-sync": "^4.4.0-alpha", - "automattic/jetpack-status": "^5.0.2-alpha" + "automattic/jetpack-connection": "^6.3.0", + "automattic/jetpack-my-jetpack": "^5.3.3", + "automattic/jetpack-sync": "^4.4.0", + "automattic/jetpack-status": "^5.0.2" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md index 5f600e99..f6e87a1d 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.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.3] - 2025-01-20 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#41099] ## [4.0.2] - 2024-12-16 ### Changed @@ -551,7 +548,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[4.0.3-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.2...v4.0.3-alpha +[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 [4.0.1]: https://github.com/Automattic/jetpack-assets/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/Automattic/jetpack-assets/compare/v3.0.0...v4.0.0 diff --git a/jetpack_vendor/automattic/jetpack-boost-core/composer.json b/jetpack_vendor/automattic/jetpack-boost-core/composer.json index 02ca7533..c2dc7431 100644 --- a/jetpack_vendor/automattic/jetpack-boost-core/composer.json +++ b/jetpack_vendor/automattic/jetpack-boost-core/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha" + "automattic/jetpack-connection": "^6.3.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md index 1bc42219..5b3e2a56 100644 --- a/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md @@ -5,17 +5,14 @@ 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). -## [6.3.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [6.3.0] - 2025-01-20 ### Changed -- Code: Use function-style exit() and die() with a default status code of 0. -- Moved WPCOM_REST_API_Proxy_Request trait to the connection package -- Updated package dependencies. +- Code: Use function-style exit() and die() with a default status code of 0. [#41167] +- Move WPCOM_REST_API_Proxy_Request trait to the connection package. [#41023] +- Updated package dependencies. [#41099] ### Fixed -- Add heartbeat deactivation on site disconnection. +- Add heartbeat deactivation on site disconnection. [#41117] ## [6.2.2] - 2025-01-06 ### Added @@ -1290,7 +1287,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[6.3.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0-alpha +[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0 [6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2 [6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1 [6.2.0]: https://github.com/Automattic/jetpack-connection/compare/v6.1.1...v6.2.0 diff --git a/jetpack_vendor/automattic/jetpack-connection/composer.json b/jetpack_vendor/automattic/jetpack-connection/composer.json index ca947fd6..2c515230 100644 --- a/jetpack_vendor/automattic/jetpack-connection/composer.json +++ b/jetpack_vendor/automattic/jetpack-connection/composer.json @@ -7,10 +7,10 @@ "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.3-alpha", + "automattic/jetpack-assets": "^4.0.3", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "automattic/jetpack-redirect": "^3.0.1" }, "require-dev": { diff --git a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php index bd67dc40..56b0339a 100644 --- a/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php +++ b/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '6.3.0-alpha'; + const PACKAGE_VERSION = '6.3.0'; const PACKAGE_SLUG = 'connection'; diff --git a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md index 9ea2a8a3..ea7ca698 100644 --- a/jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-explat/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). -## [0.2.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.2.4] - 2025-01-20 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#41099] ## [0.2.3] - 2024-12-16 ### Changed @@ -98,7 +95,7 @@ This is an alpha version! The changes listed here are not final. - ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327] - Updated package dependencies. [#38132] -[0.2.4-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.3...v0.2.4-alpha +[0.2.4]: https://github.com/Automattic/jetpack-explat/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1 diff --git a/jetpack_vendor/automattic/jetpack-explat/composer.json b/jetpack_vendor/automattic/jetpack-explat/composer.json index 9c797ec3..55f70e7a 100644 --- a/jetpack_vendor/automattic/jetpack-explat/composer.json +++ b/jetpack_vendor/automattic/jetpack-explat/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha" + "automattic/jetpack-connection": "^6.3.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php index a85de139..56b1528f 100644 --- a/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php +++ b/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php @@ -20,7 +20,7 @@ class ExPlat { * * @var string */ - const PACKAGE_VERSION = '0.2.4-alpha'; + const PACKAGE_VERSION = '0.2.4'; /** * Initializer. diff --git a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md index 1d6abbd9..52ccb2a1 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-jitm/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.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.0.4] - 2025-01-20 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#41099] ## [4.0.3] - 2024-12-16 ### Changed @@ -818,7 +815,7 @@ This is an alpha version! The changes listed here are not final. - Update Jetpack to use new JITM package -[4.0.4-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.3...v4.0.4-alpha +[4.0.4]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.0...v4.0.1 diff --git a/jetpack_vendor/automattic/jetpack-jitm/composer.json b/jetpack_vendor/automattic/jetpack-jitm/composer.json index 857f8ab5..3a97599f 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/composer.json +++ b/jetpack_vendor/automattic/jetpack-jitm/composer.json @@ -6,12 +6,12 @@ "require": { "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-assets": "^4.0.3-alpha", - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-assets": "^4.0.3", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-redirect": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha" + "automattic/jetpack-status": "^5.0.2" }, "require-dev": { "brain/monkey": "^2.6.2", diff --git a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php index fc2ba25c..70069135 100644 --- a/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php +++ b/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php @@ -20,7 +20,7 @@ */ class JITM { - const PACKAGE_VERSION = '4.0.4-alpha'; + const PACKAGE_VERSION = '4.0.4'; /** * The configuration method that is called from the jetpack-config package. diff --git a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md index b64b2c7d..e19c981a 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-licensing/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). -## [3.0.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.3] - 2025-01-20 ### Changed -- Code: Use function-style exit() and die() with a default status code of 0. +- Code: Use function-style exit() and die() with a default status code of 0. [#41167] ## [3.0.2] - 2024-12-02 ### Changed @@ -319,7 +316,7 @@ This is an alpha version! The changes listed here are not final. - Licensing: Add support for Jetpack licenses -[3.0.3-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3-alpha +[3.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.12...v3.0.0 diff --git a/jetpack_vendor/automattic/jetpack-licensing/composer.json b/jetpack_vendor/automattic/jetpack-licensing/composer.json index 69ba6e0b..7abdce0f 100644 --- a/jetpack_vendor/automattic/jetpack-licensing/composer.json +++ b/jetpack_vendor/automattic/jetpack-licensing/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha" + "automattic/jetpack-connection": "^6.3.0" }, "require-dev": { "automattic/wordbless": "^0.4.2", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md index faad81c4..f0515e9b 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md @@ -5,17 +5,14 @@ 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). -## [5.3.3-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.3.3] - 2025-01-20 ### Added -- add caching for the red bubble alerts for My Jetpack -- Add option for devs to reset jetpack options from My Jetpack footer -- Add sandboxed tag to My Jetpack +- Add caching for the red bubble alerts for My Jetpack. [#41131] +- Add option for devs to reset jetpack options from My Jetpack footer. [#40943] +- Add sandboxed tag to My Jetpack. [#40971] ### Changed -- Updated package dependencies. +- Updated package dependencies. [#41099] ## [5.3.2] - 2025-01-14 ### Fixed @@ -1918,7 +1915,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[5.3.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.2...5.3.3-alpha +[5.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.2...5.3.3 [5.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.1...5.3.2 [5.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.0...5.3.1 [5.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.2.0...5.3.0 diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json index cefa6195..1f9781b4 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json @@ -6,19 +6,19 @@ "require": { "php": ">=7.2", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.3-alpha", + "automattic/jetpack-assets": "^4.0.3", "automattic/jetpack-boost-speed-score": "^0.4.0", - "automattic/jetpack-connection": "^6.3.0-alpha", - "automattic/jetpack-explat": "^0.2.4-alpha", - "automattic/jetpack-jitm": "^4.0.4-alpha", - "automattic/jetpack-licensing": "^3.0.3-alpha", + "automattic/jetpack-connection": "^6.3.0", + "automattic/jetpack-explat": "^0.2.4", + "automattic/jetpack-jitm": "^4.0.4", + "automattic/jetpack-licensing": "^3.0.3", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-plans": "^0.5.1", - "automattic/jetpack-status": "^5.0.2-alpha", - "automattic/jetpack-sync": "^4.4.0-alpha", - "automattic/jetpack-protect-status": "^0.4.2-alpha" + "automattic/jetpack-status": "^5.0.2", + "automattic/jetpack-sync": "^4.4.0", + "automattic/jetpack-protect-status": "^0.4.2" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php index f7b73962..fd45a247 100644 --- a/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php +++ b/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php @@ -41,7 +41,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '5.3.3-alpha'; + const PACKAGE_VERSION = '5.3.3'; /** * HTML container ID for the IDC screen on My Jetpack page. diff --git a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json index 0212a2f8..085422aa 100644 --- a/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json +++ b/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.2", "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-status": "^5.0.2-alpha" + "automattic/jetpack-status": "^5.0.2" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md index 72c089ad..edc9ded7 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-protect-status/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). -## [0.4.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.4.2] - 2025-01-20 ### Fixed -- Protect-status package: Fix Current_Plan::supports() call from breaking cache on every call. +- Fix Current_Plan::supports() call from breaking cache on every call. [#41010] ## [0.4.1] - 2024-12-23 ### Fixed @@ -70,7 +67,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#37894] -[0.4.2-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.1...v0.4.2-alpha +[0.4.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.0...v0.3.1 diff --git a/jetpack_vendor/automattic/jetpack-protect-status/composer.json b/jetpack_vendor/automattic/jetpack-protect-status/composer.json index 67c47673..f6f516c4 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/composer.json +++ b/jetpack_vendor/automattic/jetpack-protect-status/composer.json @@ -5,9 +5,9 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-sync": "^4.4.0-alpha", + "automattic/jetpack-sync": "^4.4.0", "automattic/jetpack-protect-models": "^0.4.1", "automattic/jetpack-plans": "^0.5.1" }, diff --git a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php index 3e372abe..0991ebc7 100644 --- a/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php +++ b/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php @@ -14,7 +14,7 @@ */ class Status { - const PACKAGE_VERSION = '0.4.2-alpha'; + const PACKAGE_VERSION = '0.4.2'; /** * Name of the option where status is stored * diff --git a/jetpack_vendor/automattic/jetpack-redirect/composer.json b/jetpack_vendor/automattic/jetpack-redirect/composer.json index 6795a50c..b96db98a 100644 --- a/jetpack_vendor/automattic/jetpack-redirect/composer.json +++ b/jetpack_vendor/automattic/jetpack-redirect/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-status": "^5.0.2-alpha" + "automattic/jetpack-status": "^5.0.2" }, "require-dev": { "brain/monkey": "^2.6.2", diff --git a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md index 4f896822..404f125d 100644 --- a/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-status/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). -## [5.0.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.0.2] - 2025-01-20 ### Changed -- Code: Use function-style exit() and die() with a default status code of 0. +- Code: Use function-style exit() and die() with a default status code of 0. [#41167] ## [5.0.1] - 2024-11-25 ### Changed @@ -420,7 +417,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Introduce a status package -[5.0.2-alpha]: https://github.com/Automattic/jetpack-status/compare/v5.0.1...v5.0.2-alpha +[5.0.2]: https://github.com/Automattic/jetpack-status/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/Automattic/jetpack-status/compare/v5.0.0...v5.0.1 [5.0.0]: https://github.com/Automattic/jetpack-status/compare/v4.0.3...v5.0.0 [4.0.3]: https://github.com/Automattic/jetpack-status/compare/v4.0.2...v4.0.3 diff --git a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md index bc6f21d5..f764eaa4 100644 --- a/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md +++ b/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md @@ -5,23 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.4.0-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [4.4.0] - 2025-01-20 ### Added -- Full Sync: Added context +- Add context for full sync. [#40930] ### Changed -- Code: Use function-style exit() and die() with a default status code of 0. +- Code: Use function-style exit() and die() with a default status code of 0. [#41167] ## [4.3.0] - 2025-01-09 ### Added -- Instant Search: add taxonomies for a8c-support-theme kb_article cpt. [#38660] +- Instant Search: add taxonomies for a8c-support-theme kb_article CPT. [#38660] ## [4.2.0] - 2024-12-23 ### Added -- Sync:Add specific key for full sync actions [#40566] +- Add specific key for full sync actions. [#40566] ## [4.1.1] - 2024-12-16 ### Changed @@ -1377,7 +1374,7 @@ This is an alpha version! The changes listed here are not final. - Packages: Move sync to a classmapped package -[4.4.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.3.0...v4.4.0-alpha +[4.4.0]: https://github.com/Automattic/jetpack-sync/compare/v4.3.0...v4.4.0 [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 diff --git a/jetpack_vendor/automattic/jetpack-sync/composer.json b/jetpack_vendor/automattic/jetpack-sync/composer.json index cb799644..0d2a7514 100644 --- a/jetpack_vendor/automattic/jetpack-sync/composer.json +++ b/jetpack_vendor/automattic/jetpack-sync/composer.json @@ -5,18 +5,18 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-password-checker": "^0.4.1", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-roles": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha" + "automattic/jetpack-status": "^5.0.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.23.2-alpha", + "automattic/jetpack-waf": "^0.23.2", "automattic/wordbless": "^0.4.2" }, "suggest": { 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 52f26cdb..194e7f03 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.4.0-alpha'; + const PACKAGE_VERSION = '4.4.0'; const PACKAGE_SLUG = 'sync'; diff --git a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php index 7aa5b550..914ecf56 100644 --- a/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php +++ b/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php @@ -120,7 +120,7 @@ public function start( $full_sync_config = null, $context = null ) { * @since 1.6.3 * @since-jetpack 4.2.0 * @since-jetpack 7.3.0 Added $range arg. - * @since 4.4.0-alpha Added $context arg. + * @since 4.4.0 Added $context arg. */ do_action( 'jetpack_full_sync_start', $full_sync_config, $range ); $this->send_action( 'jetpack_full_sync_start', array( $full_sync_config, $range, $context ) ); diff --git a/jetpack_vendor/i18n-map.php b/jetpack_vendor/i18n-map.php index cfb1be5c..9a734dda 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.3-alpha1737387918', + 'ver' => '4.0.3', ), 'jetpack-boost-core' => array( 'path' => 'jetpack_vendor/automattic/jetpack-boost-core', @@ -26,11 +26,11 @@ ), 'jetpack-connection' => array( 'path' => 'jetpack_vendor/automattic/jetpack-connection', - 'ver' => '6.3.0-alpha1737387918', + 'ver' => '6.3.0', ), 'jetpack-explat' => array( 'path' => 'jetpack_vendor/automattic/jetpack-explat', - 'ver' => '0.2.4-alpha1737387918', + 'ver' => '0.2.4', ), 'jetpack-ip' => array( 'path' => 'jetpack_vendor/automattic/jetpack-ip', @@ -38,15 +38,15 @@ ), 'jetpack-jitm' => array( 'path' => 'jetpack_vendor/automattic/jetpack-jitm', - 'ver' => '4.0.4-alpha1737387918', + 'ver' => '4.0.4', ), 'jetpack-licensing' => array( 'path' => 'jetpack_vendor/automattic/jetpack-licensing', - 'ver' => '3.0.3-alpha1737387586', + 'ver' => '3.0.3', ), 'jetpack-my-jetpack' => array( 'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack', - 'ver' => '5.3.3-alpha1737387918', + 'ver' => '5.3.3', ), 'jetpack-password-checker' => array( 'path' => 'jetpack_vendor/automattic/jetpack-password-checker', @@ -62,11 +62,11 @@ ), 'jetpack-protect-status' => array( 'path' => 'jetpack_vendor/automattic/jetpack-protect-status', - 'ver' => '0.4.2-alpha1737036877', + 'ver' => '0.4.2', ), 'jetpack-sync' => array( 'path' => 'jetpack_vendor/automattic/jetpack-sync', - 'ver' => '4.4.0-alpha1737387586', + 'ver' => '4.4.0', ), ), ); diff --git a/vendor/autoload_packages.php b/vendor/autoload_packages.php index 631ea6ab..00ea83cb 100644 --- a/vendor/autoload_packages.php +++ b/vendor/autoload_packages.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index 404b186c..5bbaad19 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-connection": "^6.3.0-alpha" + "automattic/jetpack-connection": "^6.3.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "automattic/wordbless": "^0.4.2" }, "suggest": { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 827c2f6d..d926ce92 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": "cb12b62ebc4c4fa964c74c4c67a11eea7960912f" + "reference": "855949564996b3e01547d708942b2f74707951ff" }, "require": { "php": ">=7.2" @@ -63,7 +63,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "3b462390a19e8645cd3fbe9953c4e40d86128cd2" + "reference": "991e5b51e93abcf1df45161b2771abca11edc5f9" }, "require": { "php": ">=7.2" @@ -126,12 +126,12 @@ }, { "name": "automattic/jetpack-assets", - "version": "4.0.3-alpha.1737387918", - "version_normalized": "4.0.3.0-alpha1737387918", + "version": "4.0.3", + "version_normalized": "4.0.3.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "dcd646de882afe94dedaec612e6a7465facbe851" + "reference": "6d52d7ed29f6363cf5c7ddaa381835e21873dd62" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -198,12 +198,12 @@ }, { "name": "automattic/jetpack-autoloader", - "version": "5.0.1-alpha.1737387586", - "version_normalized": "5.0.1.0-alpha1737387586", + "version": "5.0.1", + "version_normalized": "5.0.1.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-autoloader", - "reference": "75c9dd74a8d29b14e6163bf3a3f7ea31c557f70e" + "reference": "3cb6d9756272184b21c079c853c38f080d5a573c" }, "require": { "composer-plugin-api": "^2.2", @@ -274,10 +274,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-core", - "reference": "ebdc545fcbf378d7ce1bc7f5525764d184a8aa7b" + "reference": "51669234afdd609c28f0336e7d13f5127a8ba2e1" }, "require": { - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "php": ">=7.2" }, "require-dev": { @@ -345,7 +345,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score", - "reference": "201c6f0c24e38c5c821f69c8c593bd969fbbb1b2" + "reference": "f4a811d667c1007500f8d6627bd5cf97765d6756" }, "require": { "automattic/jetpack-boost-core": "^0.3.3", @@ -424,7 +424,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin", - "reference": "58c8d7d97ce55d28ed228dda5efe962f0c4135b2" + "reference": "73e0ef451a599b23a34c50c1888e0ef8289b6916" }, "require": { "composer-plugin-api": "^2.2", @@ -487,7 +487,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-config", - "reference": "ef5eff6538e6b109db368d9e15a186c95ef90a75" + "reference": "1ec7a97a3334b7f7923003bdffd6488b15aafbbb" }, "require": { "php": ">=7.2" @@ -557,21 +557,21 @@ }, { "name": "automattic/jetpack-connection", - "version": "6.3.0-alpha.1737387918", - "version_normalized": "6.3.0.0-alpha1737387918", + "version": "6.3.0", + "version_normalized": "6.3.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "616b77605c4f37bbc83e745a45b512bed9ba8f2a" + "reference": "b8deb6e7d08eef37ab4f41f1366883b7dc9db14a" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.3-alpha", + "automattic/jetpack-assets": "^4.0.3", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "php": ">=7.2" }, "require-dev": { @@ -655,7 +655,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "574b13ad763430c846a57ed0c04836d1f209f4d5" + "reference": "4568028d90e0e5b86981cc98e3c797f783ace170" }, "require": { "php": ">=7.2" @@ -712,7 +712,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "337b90dde3f21b64e42ced69073e6857f60e7980" + "reference": "7275fd0702fedd0b2203e505be6f207203b172d5" }, "require": { "php": ">=7.2" @@ -763,15 +763,15 @@ }, { "name": "automattic/jetpack-explat", - "version": "0.2.4-alpha.1737387918", - "version_normalized": "0.2.4.0-alpha1737387918", + "version": "0.2.4", + "version_normalized": "0.2.4.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-explat", - "reference": "422b112247b38914b7440c4355665d5e80120d9e" + "reference": "17e28cecdd3b5dae1b01959ad8e08ff81ec39bb3" }, "require": { - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "php": ">=7.2" }, "require-dev": { @@ -846,7 +846,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "a521e4382d3b94a92788abe45120892d647b9db7" + "reference": "a362e42cf32c23dea3bc25d172249fbe1d565964" }, "require": { "php": ">=7.2" @@ -902,21 +902,21 @@ }, { "name": "automattic/jetpack-jitm", - "version": "4.0.4-alpha.1737387918", - "version_normalized": "4.0.4.0-alpha1737387918", + "version": "4.0.4", + "version_normalized": "4.0.4.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "4b541105596b744f1c45c7c1e14bfdf42c91eacc" + "reference": "4d5fea8ddde24871cd10b21bf8a5b48490f1867e" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-assets": "^4.0.3-alpha", - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-assets": "^4.0.3", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-device-detection": "^3.0.0", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-redirect": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "php": ">=7.2" }, "require-dev": { @@ -980,15 +980,15 @@ }, { "name": "automattic/jetpack-licensing", - "version": "3.0.3-alpha.1737387586", - "version_normalized": "3.0.3.0-alpha1737387586", + "version": "3.0.3", + "version_normalized": "3.0.3.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-licensing", - "reference": "57ed4d2ce9cb91f972d36ff6333bd4d4fd965823" + "reference": "3d608d17158fb92da7f07bca06c4a872cf318aee" }, "require": { - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "php": ">=7.2" }, "require-dev": { @@ -1050,7 +1050,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "08494ed26baef0dfee21e03be69633a2f12a04fc" + "reference": "dbc0ed2f2b9962b4a2dab9618cc10767d4810f60" }, "require": { "php": ">=7.2" @@ -1101,28 +1101,28 @@ }, { "name": "automattic/jetpack-my-jetpack", - "version": "5.3.3-alpha.1737387918", - "version_normalized": "5.3.3.0-alpha1737387918", + "version": "5.3.3", + "version_normalized": "5.3.3.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack", - "reference": "7b21eadd4719d9a26dae475332c931693d96385a" + "reference": "de4b74f0e979b21bcaed7ac5f36dfaf6f2ded5f5" }, "require": { "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.3-alpha", + "automattic/jetpack-assets": "^4.0.3", "automattic/jetpack-boost-speed-score": "^0.4.0", - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-constants": "^3.0.1", - "automattic/jetpack-explat": "^0.2.4-alpha", - "automattic/jetpack-jitm": "^4.0.4-alpha", - "automattic/jetpack-licensing": "^3.0.3-alpha", + "automattic/jetpack-explat": "^0.2.4", + "automattic/jetpack-jitm": "^4.0.4", + "automattic/jetpack-licensing": "^3.0.3", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-plugins-installer": "^0.5.0", - "automattic/jetpack-protect-status": "^0.4.2-alpha", + "automattic/jetpack-protect-status": "^0.4.2", "automattic/jetpack-redirect": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha", - "automattic/jetpack-sync": "^4.4.0-alpha", + "automattic/jetpack-status": "^5.0.2", + "automattic/jetpack-sync": "^4.4.0", "php": ">=7.2" }, "require-dev": { @@ -1211,7 +1211,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "f55c7874b459aaf76ec01aa264a5db70218a9fb8" + "reference": "91ecced40b5662097c91a94f573608ce599096c2" }, "require": { "php": ">=7.2" @@ -1275,15 +1275,15 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "2d613fa164a98c5b7d0fedd458f5e5b536a300e4" + "reference": "34fdf0a4c0455088a073ba5aca63564aa7cdc861" }, "require": { - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1346,11 +1346,11 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer", - "reference": "ce1af87766c820f1f9bddeb1178f326f761eaee9" + "reference": "d005db30b25782b2c4bc00b9cc1a65a1d241cad0" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "php": ">=7.2" }, "require-dev": { @@ -1405,7 +1405,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-models", - "reference": "424ee90c60eaa23be2e4e1d62711f480c3438553" + "reference": "e34b7ed7860efa595513a13819edd97b978e6959" }, "require": { "php": ">=7.2" @@ -1473,19 +1473,19 @@ }, { "name": "automattic/jetpack-protect-status", - "version": "0.4.2-alpha.1737036877", - "version_normalized": "0.4.2.0-alpha1737036877", + "version": "0.4.2", + "version_normalized": "0.4.2.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-protect-status", - "reference": "b0e9a4d17617f6f5c0af8798d6a5fee39447af9f" + "reference": "a91f71618d6fd4ad032a30a2514cb50857f3f1f7" }, "require": { - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-plugins-installer": "^0.5.0", "automattic/jetpack-protect-models": "^0.4.1", - "automattic/jetpack-sync": "^4.4.0-alpha", + "automattic/jetpack-sync": "^4.4.0", "php": ">=7.2" }, "require-dev": { @@ -1556,10 +1556,10 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "643408cf8460655ce1e633bdabd90bd0b4c397c9" + "reference": "9b5acadb93465610300dd28541d087bb424004a0" }, "require": { - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "php": ">=7.2" }, "require-dev": { @@ -1614,7 +1614,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "83bc27250658867c4bbba317703a6d6328252bf7" + "reference": "502dc20ce18f457370c988b2dbd2afdb62bcef84" }, "require": { "php": ">=7.2" @@ -1666,12 +1666,12 @@ }, { "name": "automattic/jetpack-status", - "version": "5.0.2-alpha.1737387586", - "version_normalized": "5.0.2.0-alpha1737387586", + "version": "5.0.2", + "version_normalized": "5.0.2.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "cb21cdb81d47b4fa393f80fb698db36b60d67b6d" + "reference": "54a83c798490ad0a1f5a353c32227f018cd84ca5" }, "require": { "automattic/jetpack-constants": "^3.0.1", @@ -1733,26 +1733,26 @@ }, { "name": "automattic/jetpack-sync", - "version": "4.4.0-alpha.1737387586", - "version_normalized": "4.4.0.0-alpha1737387586", + "version": "4.4.0", + "version_normalized": "4.4.0.0", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "b5372195c252cd990317ce1e1aefc096c72030f9" + "reference": "e252ea09bd84861f87a63ab1eb1c3bfc867ebc32" }, "require": { - "automattic/jetpack-connection": "^6.3.0-alpha", + "automattic/jetpack-connection": "^6.3.0", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-password-checker": "^0.4.1", "automattic/jetpack-roles": "^3.0.1", - "automattic/jetpack-status": "^5.0.2-alpha", + "automattic/jetpack-status": "^5.0.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.23.2-alpha", + "automattic/jetpack-waf": "^0.23.2", "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 86b0ff7c..1a8edc46 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' => 'cb12b62ebc4c4fa964c74c4c67a11eea7960912f', + 'reference' => '855949564996b3e01547d708942b2f74707951ff', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats', 'aliases' => array(), @@ -22,25 +22,25 @@ 'automattic/jetpack-admin-ui' => array( 'pretty_version' => '0.5.1', 'version' => '0.5.1.0', - 'reference' => '3b462390a19e8645cd3fbe9953c4e40d86128cd2', + 'reference' => '991e5b51e93abcf1df45161b2771abca11edc5f9', '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.3-alpha.1737387918', - 'version' => '4.0.3.0-alpha1737387918', - 'reference' => 'dcd646de882afe94dedaec612e6a7465facbe851', + 'pretty_version' => '4.0.3', + 'version' => '4.0.3.0', + 'reference' => '6d52d7ed29f6363cf5c7ddaa381835e21873dd62', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-autoloader' => array( - 'pretty_version' => '5.0.1-alpha.1737387586', - 'version' => '5.0.1.0-alpha1737387586', - 'reference' => '75c9dd74a8d29b14e6163bf3a3f7ea31c557f70e', + 'pretty_version' => '5.0.1', + 'version' => '5.0.1.0', + 'reference' => '3cb6d9756272184b21c079c853c38f080d5a573c', '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' => 'ebdc545fcbf378d7ce1bc7f5525764d184a8aa7b', + 'reference' => '51669234afdd609c28f0336e7d13f5127a8ba2e1', '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' => '201c6f0c24e38c5c821f69c8c593bd969fbbb1b2', + 'reference' => 'f4a811d667c1007500f8d6627bd5cf97765d6756', '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' => '58c8d7d97ce55d28ed228dda5efe962f0c4135b2', + 'reference' => '73e0ef451a599b23a34c50c1888e0ef8289b6916', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin', 'aliases' => array(), @@ -76,16 +76,16 @@ 'automattic/jetpack-config' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => 'ef5eff6538e6b109db368d9e15a186c95ef90a75', + 'reference' => '1ec7a97a3334b7f7923003bdffd6488b15aafbbb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '6.3.0-alpha.1737387918', - 'version' => '6.3.0.0-alpha1737387918', - 'reference' => '616b77605c4f37bbc83e745a45b512bed9ba8f2a', + 'pretty_version' => '6.3.0', + 'version' => '6.3.0.0', + 'reference' => 'b8deb6e7d08eef37ab4f41f1366883b7dc9db14a', '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' => '574b13ad763430c846a57ed0c04836d1f209f4d5', + 'reference' => '4568028d90e0e5b86981cc98e3c797f783ace170', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants', 'aliases' => array(), @@ -103,16 +103,16 @@ 'automattic/jetpack-device-detection' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '337b90dde3f21b64e42ced69073e6857f60e7980', + 'reference' => '7275fd0702fedd0b2203e505be6f207203b172d5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-explat' => array( - 'pretty_version' => '0.2.4-alpha.1737387918', - 'version' => '0.2.4.0-alpha1737387918', - 'reference' => '422b112247b38914b7440c4355665d5e80120d9e', + 'pretty_version' => '0.2.4', + 'version' => '0.2.4.0', + 'reference' => '17e28cecdd3b5dae1b01959ad8e08ff81ec39bb3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat', 'aliases' => array(), @@ -121,25 +121,25 @@ 'automattic/jetpack-ip' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => 'a521e4382d3b94a92788abe45120892d647b9db7', + 'reference' => 'a362e42cf32c23dea3bc25d172249fbe1d565964', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '4.0.4-alpha.1737387918', - 'version' => '4.0.4.0-alpha1737387918', - 'reference' => '4b541105596b744f1c45c7c1e14bfdf42c91eacc', + 'pretty_version' => '4.0.4', + 'version' => '4.0.4.0', + 'reference' => '4d5fea8ddde24871cd10b21bf8a5b48490f1867e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-licensing' => array( - 'pretty_version' => '3.0.3-alpha.1737387586', - 'version' => '3.0.3.0-alpha1737387586', - 'reference' => '57ed4d2ce9cb91f972d36ff6333bd4d4fd965823', + 'pretty_version' => '3.0.3', + 'version' => '3.0.3.0', + 'reference' => '3d608d17158fb92da7f07bca06c4a872cf318aee', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing', 'aliases' => array(), @@ -148,16 +148,16 @@ 'automattic/jetpack-logo' => array( 'pretty_version' => '3.0.0', 'version' => '3.0.0.0', - 'reference' => '08494ed26baef0dfee21e03be69633a2f12a04fc', + 'reference' => 'dbc0ed2f2b9962b4a2dab9618cc10767d4810f60', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-my-jetpack' => array( - 'pretty_version' => '5.3.3-alpha.1737387918', - 'version' => '5.3.3.0-alpha1737387918', - 'reference' => '7b21eadd4719d9a26dae475332c931693d96385a', + 'pretty_version' => '5.3.3', + 'version' => '5.3.3.0', + 'reference' => 'de4b74f0e979b21bcaed7ac5f36dfaf6f2ded5f5', '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' => 'f55c7874b459aaf76ec01aa264a5db70218a9fb8', + 'reference' => '91ecced40b5662097c91a94f573608ce599096c2', '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' => '2d613fa164a98c5b7d0fedd458f5e5b536a300e4', + 'reference' => '34fdf0a4c0455088a073ba5aca63564aa7cdc861', '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' => 'ce1af87766c820f1f9bddeb1178f326f761eaee9', + 'reference' => 'd005db30b25782b2c4bc00b9cc1a65a1d241cad0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer', 'aliases' => array(), @@ -193,16 +193,16 @@ 'automattic/jetpack-protect-models' => array( 'pretty_version' => '0.4.1', 'version' => '0.4.1.0', - 'reference' => '424ee90c60eaa23be2e4e1d62711f480c3438553', + 'reference' => 'e34b7ed7860efa595513a13819edd97b978e6959', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-models', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-protect-status' => array( - 'pretty_version' => '0.4.2-alpha.1737036877', - 'version' => '0.4.2.0-alpha1737036877', - 'reference' => 'b0e9a4d17617f6f5c0af8798d6a5fee39447af9f', + 'pretty_version' => '0.4.2', + 'version' => '0.4.2.0', + 'reference' => 'a91f71618d6fd4ad032a30a2514cb50857f3f1f7', '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' => '643408cf8460655ce1e633bdabd90bd0b4c397c9', + 'reference' => '9b5acadb93465610300dd28541d087bb424004a0', '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' => '83bc27250658867c4bbba317703a6d6328252bf7', + 'reference' => '502dc20ce18f457370c988b2dbd2afdb62bcef84', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles', 'aliases' => array(), @@ -236,18 +236,18 @@ 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '5.0.2-alpha.1737387586', - 'version' => '5.0.2.0-alpha1737387586', - 'reference' => 'cb21cdb81d47b4fa393f80fb698db36b60d67b6d', + 'pretty_version' => '5.0.2', + 'version' => '5.0.2.0', + 'reference' => '54a83c798490ad0a1f5a353c32227f018cd84ca5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '4.4.0-alpha.1737387586', - 'version' => '4.4.0.0-alpha1737387586', - 'reference' => 'b5372195c252cd990317ce1e1aefc096c72030f9', + 'pretty_version' => '4.4.0', + 'version' => '4.4.0.0', + 'reference' => 'e252ea09bd84861f87a63ab1eb1c3bfc867ebc32', '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 450da806..c8e832ac 100644 --- a/vendor/composer/jetpack_autoload_classmap.php +++ b/vendor/composer/jetpack_autoload_classmap.php @@ -7,15 +7,15 @@ return array( 'Autoloader' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader.php' ), 'Autoloader_Handler' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-handler.php' ), 'Autoloader_Locator' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-autoloader-locator.php' ), 'Automattic\\Jetpack\\A8c_Mc_Stats' => array( @@ -27,7 +27,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php' ), 'Automattic\\Jetpack\\Assets' => array( - 'version' => '4.0.3.0-alpha1737387918', + 'version' => '4.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php' ), 'Automattic\\Jetpack\\Assets\\Logo' => array( @@ -35,31 +35,31 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php' ), 'Automattic\\Jetpack\\Assets\\Script_Data' => array( - 'version' => '4.0.3.0-alpha1737387918', + 'version' => '4.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-script-data.php' ), 'Automattic\\Jetpack\\Assets\\Semver' => array( - 'version' => '4.0.3.0-alpha1737387918', + 'version' => '4.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php' ), 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php' ), 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php' ), 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php' ), 'Automattic\\Jetpack\\Automatic_Install_Skin' => array( @@ -127,127 +127,127 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php' ), 'Automattic\\Jetpack\\Connection\\Authorize_Json_Api' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-authorize-json-api.php' ), 'Automattic\\Jetpack\\Connection\\Client' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Assets' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-assets.php' ), 'Automattic\\Jetpack\\Connection\\Connection_Notice' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php' ), 'Automattic\\Jetpack\\Connection\\Error_Handler' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php' ), 'Automattic\\Jetpack\\Connection\\Initial_State' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php' ), 'Automattic\\Jetpack\\Connection\\Manager' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php' ), 'Automattic\\Jetpack\\Connection\\Manager_Interface' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php' ), 'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php' ), 'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php' ), 'Automattic\\Jetpack\\Connection\\Plugin' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php' ), 'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php' ), 'Automattic\\Jetpack\\Connection\\REST_Connector' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php' ), 'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php' ), 'Automattic\\Jetpack\\Connection\\SSO' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Force_2FA' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Helpers' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-helpers.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\Notices' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php' ), 'Automattic\\Jetpack\\Connection\\SSO\\User_Admin' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/sso/class-user-admin.php' ), 'Automattic\\Jetpack\\Connection\\Secrets' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php' ), 'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php' ), 'Automattic\\Jetpack\\Connection\\Tokens' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php' ), 'Automattic\\Jetpack\\Connection\\Tokens_Locks' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php' ), 'Automattic\\Jetpack\\Connection\\Traits\\WPCOM_REST_API_Proxy_Request' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/traits/trait-wpcom-rest-api-proxy-request.php' ), 'Automattic\\Jetpack\\Connection\\Urls' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php' ), 'Automattic\\Jetpack\\Connection\\Utils' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php' ), 'Automattic\\Jetpack\\Connection\\Webhooks\\Authorize_Redirect' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php' ), 'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php' ), 'Automattic\\Jetpack\\Constants' => array( @@ -255,7 +255,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php' ), 'Automattic\\Jetpack\\CookieState' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php' ), 'Automattic\\Jetpack\\Current_Plan' => array( @@ -271,23 +271,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php' ), 'Automattic\\Jetpack\\Errors' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-errors.php' ), 'Automattic\\Jetpack\\ExPlat' => array( - 'version' => '0.2.4.0-alpha1737387918', + 'version' => '0.2.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-explat.php' ), 'Automattic\\Jetpack\\ExPlat\\REST_Controller' => array( - 'version' => '0.2.4.0-alpha1737387918', + 'version' => '0.2.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-explat/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Files' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-files.php' ), 'Automattic\\Jetpack\\Heartbeat' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php' ), 'Automattic\\Jetpack\\IP\\Utils' => array( @@ -295,199 +295,199 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\Exception' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-exception.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\UI' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-ui.php' ), 'Automattic\\Jetpack\\IdentityCrisis\\URL_Secret' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-url-secret.php' ), 'Automattic\\Jetpack\\Identity_Crisis' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/class-identity-crisis.php' ), 'Automattic\\Jetpack\\JITMS\\JITM' => array( - 'version' => '4.0.4.0-alpha1737387918', + 'version' => '4.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Post_Connection_JITM' => array( - 'version' => '4.0.4.0-alpha1737387918', + 'version' => '4.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Pre_Connection_JITM' => array( - 'version' => '4.0.4.0-alpha1737387918', + 'version' => '4.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php' ), 'Automattic\\Jetpack\\JITMS\\Rest_Api_Endpoints' => array( - 'version' => '4.0.4.0-alpha1737387918', + 'version' => '4.0.4.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php' ), 'Automattic\\Jetpack\\Licensing' => array( - 'version' => '3.0.3.0-alpha1737387586', + 'version' => '3.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php' ), 'Automattic\\Jetpack\\Licensing\\Endpoints' => array( - 'version' => '3.0.3.0-alpha1737387586', + 'version' => '3.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php' ), 'Automattic\\Jetpack\\Modules' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-modules.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Activitylog' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Hybrid_Product' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Jetpack_Manage' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Module_Product' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Product' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Anti_Spam' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Backup' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Boost' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Complete' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-complete.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Creator' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Crm' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Extras' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Growth' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-growth.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Jetpack_Ai' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Newsletter' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-newsletter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Protect' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Related_Posts' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-related-posts.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Scan' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Search_Stats' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Security' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Site_Accelerator' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-site-accelerator.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Social' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Starter' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Stats' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Products\\Videopress' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_AI' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Product_Data' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Products' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Purchases' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Recommendations_Evaluation' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-recommendations-evaluation.php' ), 'Automattic\\Jetpack\\My_Jetpack\\REST_Zendesk_Chat' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php' ), 'Automattic\\Jetpack\\My_Jetpack\\Wpcom_Products' => array( - 'version' => '5.3.3.0-alpha1737387918', + 'version' => '5.3.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php' ), 'Automattic\\Jetpack\\Partner' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php' ), 'Automattic\\Jetpack\\Partner_Coupon' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php' ), 'Automattic\\Jetpack\\Password_Checker' => array( @@ -495,7 +495,7 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php' ), 'Automattic\\Jetpack\\Paths' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-paths.php' ), 'Automattic\\Jetpack\\Plans' => array( @@ -527,23 +527,23 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-models/src/class-threat-model.php' ), 'Automattic\\Jetpack\\Protect_Status\\Plan' => array( - 'version' => '0.4.2.0-alpha1737036877', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-plan.php' ), 'Automattic\\Jetpack\\Protect_Status\\Protect_Status' => array( - 'version' => '0.4.2.0-alpha1737036877', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-protect-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\REST_Controller' => array( - 'version' => '0.4.2.0-alpha1737036877', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-rest-controller.php' ), 'Automattic\\Jetpack\\Protect_Status\\Scan_Status' => array( - 'version' => '0.4.2.0-alpha1737036877', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-scan-status.php' ), 'Automattic\\Jetpack\\Protect_Status\\Status' => array( - 'version' => '0.4.2.0-alpha1737036877', + 'version' => '0.4.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-protect-status/src/class-status.php' ), 'Automattic\\Jetpack\\Redirect' => array( @@ -555,275 +555,275 @@ 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php' ), 'Automattic\\Jetpack\\Status' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php' ), 'Automattic\\Jetpack\\Status\\Cache' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-cache.php' ), 'Automattic\\Jetpack\\Status\\Host' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php' ), 'Automattic\\Jetpack\\Status\\Visitor' => array( - 'version' => '5.0.2.0-alpha1737387586', + 'version' => '5.0.2.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php' ), 'Automattic\\Jetpack\\Sync\\Actions' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php' ), 'Automattic\\Jetpack\\Sync\\Codec_Interface' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php' ), 'Automattic\\Jetpack\\Sync\\Data_Settings' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php' ), 'Automattic\\Jetpack\\Sync\\Dedicated_Sender' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php' ), 'Automattic\\Jetpack\\Sync\\Default_Filter_Settings' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php' ), 'Automattic\\Jetpack\\Sync\\Defaults' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php' ), 'Automattic\\Jetpack\\Sync\\Functions' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php' ), 'Automattic\\Jetpack\\Sync\\Health' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php' ), 'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php' ), 'Automattic\\Jetpack\\Sync\\Listener' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php' ), 'Automattic\\Jetpack\\Sync\\Lock' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php' ), 'Automattic\\Jetpack\\Sync\\Main' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php' ), 'Automattic\\Jetpack\\Sync\\Modules' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.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.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Import' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Module' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Options' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Search' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\Users' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php' ), 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce_HPOS_Orders' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php' ), 'Automattic\\Jetpack\\Sync\\Package_Version' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php' ), 'Automattic\\Jetpack\\Sync\\Queue' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php' ), 'Automattic\\Jetpack\\Sync\\Queue\\Queue_Storage_Options' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.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.4.0.0-alpha1737387586', + 'version' => '4.4.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.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php' ), 'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php' ), 'Automattic\\Jetpack\\Sync\\REST_Sender' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.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.4.0.0-alpha1737387586', + 'version' => '4.4.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.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php' ), 'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php' ), 'Automattic\\Jetpack\\Sync\\Sender' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php' ), 'Automattic\\Jetpack\\Sync\\Server' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php' ), 'Automattic\\Jetpack\\Sync\\Settings' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php' ), 'Automattic\\Jetpack\\Sync\\Simple_Codec' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php' ), 'Automattic\\Jetpack\\Sync\\Users' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php' ), 'Automattic\\Jetpack\\Sync\\Utils' => array( - 'version' => '4.4.0.0-alpha1737387586', + 'version' => '4.4.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php' ), 'Automattic\\Jetpack\\Terms_Of_Service' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php' ), 'Automattic\\Jetpack\\Tracking' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php' ), 'Container' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-container.php' ), 'Hook_Manager' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-hook-manager.php' ), 'Jetpack_IXR_Client' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php' ), 'Jetpack_IXR_ClientMulticall' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php' ), 'Jetpack_Options' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php' ), 'Jetpack_Signature' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php' ), 'Jetpack_Starter_Plugin' => array( @@ -831,51 +831,51 @@ 'path' => $baseDir . '/src/class-jetpack-starter-plugin.php' ), 'Jetpack_Tracks_Client' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php' ), 'Jetpack_Tracks_Event' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php' ), 'Jetpack_XMLRPC_Server' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php' ), 'Latest_Autoloader_Guard' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php' ), 'Manifest_Reader' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-manifest-reader.php' ), 'PHP_Autoloader' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-php-autoloader.php' ), 'Path_Processor' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-path-processor.php' ), 'Plugin_Locator' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugin-locator.php' ), 'Plugins_Handler' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-plugins-handler.php' ), 'Shutdown_Handler' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-shutdown-handler.php' ), 'Version_Loader' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-loader.php' ), 'Version_Selector' => array( - 'version' => '5.0.1-alpha', + 'version' => '5.0.1', 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' ), ); diff --git a/vendor/composer/jetpack_autoload_filemap.php b/vendor/composer/jetpack_autoload_filemap.php index 4ff8b99a..78db3158 100644 --- a/vendor/composer/jetpack_autoload_filemap.php +++ b/vendor/composer/jetpack_autoload_filemap.php @@ -7,11 +7,11 @@ return array( '3773ef3f09c37da5478d578e32b03a4b' => array( - 'version' => '4.0.3.0-alpha1737387918', + 'version' => '4.0.3.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php' ), '7372b7fb88a9723cf5b76d456eb0b738' => array( - 'version' => '6.3.0.0-alpha1737387918', + 'version' => '6.3.0.0', 'path' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/actions.php' ), ); diff --git a/vendor/jetpack-autoloader/class-autoloader-handler.php b/vendor/jetpack-autoloader/class-autoloader-handler.php index f53ac85d..47bd7f44 100644 --- a/vendor/jetpack-autoloader/class-autoloader-handler.php +++ b/vendor/jetpack-autoloader/class-autoloader-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader-locator.php b/vendor/jetpack-autoloader/class-autoloader-locator.php index 0748d603..6f89c1aa 100644 --- a/vendor/jetpack-autoloader/class-autoloader-locator.php +++ b/vendor/jetpack-autoloader/class-autoloader-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-autoloader.php b/vendor/jetpack-autoloader/class-autoloader.php index 932a236b..c27ee6b8 100644 --- a/vendor/jetpack-autoloader/class-autoloader.php +++ b/vendor/jetpack-autoloader/class-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-container.php b/vendor/jetpack-autoloader/class-container.php index a4ca5230..434f569f 100644 --- a/vendor/jetpack-autoloader/class-container.php +++ b/vendor/jetpack-autoloader/class-container.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-hook-manager.php b/vendor/jetpack-autoloader/class-hook-manager.php index 9fc87455..b6fabd23 100644 --- a/vendor/jetpack-autoloader/class-hook-manager.php +++ b/vendor/jetpack-autoloader/class-hook-manager.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php index 999902c3..76f373ad 100644 --- a/vendor/jetpack-autoloader/class-latest-autoloader-guard.php +++ b/vendor/jetpack-autoloader/class-latest-autoloader-guard.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-manifest-reader.php b/vendor/jetpack-autoloader/class-manifest-reader.php index 07aad9ee..6fb19cf3 100644 --- a/vendor/jetpack-autoloader/class-manifest-reader.php +++ b/vendor/jetpack-autoloader/class-manifest-reader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-path-processor.php b/vendor/jetpack-autoloader/class-path-processor.php index abc1ec3f..03aef9e8 100644 --- a/vendor/jetpack-autoloader/class-path-processor.php +++ b/vendor/jetpack-autoloader/class-path-processor.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-php-autoloader.php b/vendor/jetpack-autoloader/class-php-autoloader.php index 8c02f799..1cc00dfb 100644 --- a/vendor/jetpack-autoloader/class-php-autoloader.php +++ b/vendor/jetpack-autoloader/class-php-autoloader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugin-locator.php b/vendor/jetpack-autoloader/class-plugin-locator.php index 025a3265..bdda9f86 100644 --- a/vendor/jetpack-autoloader/class-plugin-locator.php +++ b/vendor/jetpack-autoloader/class-plugin-locator.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-plugins-handler.php b/vendor/jetpack-autoloader/class-plugins-handler.php index c82f7a1b..3bdd9107 100644 --- a/vendor/jetpack-autoloader/class-plugins-handler.php +++ b/vendor/jetpack-autoloader/class-plugins-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-shutdown-handler.php b/vendor/jetpack-autoloader/class-shutdown-handler.php index ed0377d2..495566d3 100644 --- a/vendor/jetpack-autoloader/class-shutdown-handler.php +++ b/vendor/jetpack-autoloader/class-shutdown-handler.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-loader.php b/vendor/jetpack-autoloader/class-version-loader.php index ef74dfff..1696a2c2 100644 --- a/vendor/jetpack-autoloader/class-version-loader.php +++ b/vendor/jetpack-autoloader/class-version-loader.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore diff --git a/vendor/jetpack-autoloader/class-version-selector.php b/vendor/jetpack-autoloader/class-version-selector.php index 6e47eb8d..52a69b4b 100644 --- a/vendor/jetpack-autoloader/class-version-selector.php +++ b/vendor/jetpack-autoloader/class-version-selector.php @@ -5,7 +5,7 @@ * @package automattic/jetpack-autoloader */ -namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1_alpha; +namespace Automattic\Jetpack\Autoloader\jpc4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_5_1_alpha\al5_0_1; // phpcs:ignore