Skip to content

Commit e0df9fe

Browse files
chrisbliss18matticbot
authored andcommitted
Backport protect 6.1.0 changes (#51219)
* Changelog and readme.txt edits. * Update stable tag in readme.txt --------- Co-authored-by: Chris Jean <chris.jean@automattic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/31620993754 Upstream-Ref: Automattic/jetpack@859855c
1 parent 7b04c5c commit e0df9fe

10 files changed

Lines changed: 122 additions & 128 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"automattic/jetpack-autoloader": "^5.0.23",
88
"automattic/jetpack-composer-plugin": "^4.0.9",
99
"automattic/jetpack-config": "^3.1.3",
10-
"automattic/jetpack-connection": "^8.10.1-alpha",
11-
"automattic/jetpack-my-jetpack": "^5.42.3-alpha",
10+
"automattic/jetpack-connection": "^8.10.1",
11+
"automattic/jetpack-my-jetpack": "^5.42.3",
1212
"automattic/jetpack-search": "^7.3.4-alpha",
1313
"automattic/jetpack-stats": "^0.20.2-alpha",
1414
"automattic/jetpack-status": "^6.3.1-alpha",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [8.10.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [8.10.1] - 2026-08-12
129
### Fixed
13-
- Report connection errors that happen while signing an outgoing request, record the specific reason the token could not be loaded, and store the request body hash with them.
10+
- Report connection errors that happen while signing an outgoing request, record the specific reason the token could not be loaded, and store the request body hash with them. [#51116]
1411

1512
## [8.10.0] - 2026-08-11
1613
### Added
@@ -1993,7 +1990,7 @@ This is an alpha version! The changes listed here are not final.
19931990

19941991
- Separate the connection library into its own package.
19951992

1996-
[8.10.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v8.10.0...v8.10.1-alpha
1993+
[8.10.1]: https://github.com/Automattic/jetpack-connection/compare/v8.10.0...v8.10.1
19971994
[8.10.0]: https://github.com/Automattic/jetpack-connection/compare/v8.9.0...v8.10.0
19981995
[8.9.0]: https://github.com/Automattic/jetpack-connection/compare/v8.8.2...v8.9.0
19991996
[8.8.2]: https://github.com/Automattic/jetpack-connection/compare/v8.8.1...v8.8.2

jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ public function check_api_response_for_errors( $http_response, $auth_data, $url,
16101610
*
16111611
* This includes token lookup, request validation, and request signing errors.
16121612
*
1613-
* @since 8.10.1-alpha
1613+
* @since 8.10.1
16141614
*
16151615
* @param mixed $signing_result The return value of `Client::build_signed_request()`. Ignored unless it is a `WP_Error`.
16161616
* @param string $url Request URL.

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '8.10.1-alpha';
15+
const PACKAGE_VERSION = '8.10.1';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.42.3-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [5.42.3] - 2026-08-12
129
### Changed
13-
- Protect: Test the site protection data endpoint against the real firewall configuration.
10+
- Protect: Test the site protection data endpoint against the real firewall configuration. [#51184]
1411

1512
## [5.42.2] - 2026-08-11
1613
### Changed
@@ -2843,7 +2840,7 @@ This is an alpha version! The changes listed here are not final.
28432840
### Added
28442841
- Created package
28452842

2846-
[5.42.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.42.2...5.42.3-alpha
2843+
[5.42.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.42.2...5.42.3
28472844
[5.42.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.42.1...5.42.2
28482845
[5.42.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.42.0...5.42.1
28492846
[5.42.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.41.1...5.42.0

jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Initializer {
4343
*
4444
* @var string
4545
*/
46-
const PACKAGE_VERSION = '5.42.3-alpha';
46+
const PACKAGE_VERSION = '5.42.3';
4747

4848
/**
4949
* HTML container ID for the IDC screen on My Jetpack page.

jetpack_vendor/i18n-map.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
),
3131
'jetpack-connection' => array(
3232
'path' => 'jetpack_vendor/automattic/jetpack-connection',
33-
'ver' => '8.10.1-alpha1786525793',
33+
'ver' => '8.10.1',
3434
),
3535
'jetpack-explat' => array(
3636
'path' => 'jetpack_vendor/automattic/jetpack-explat',
@@ -54,7 +54,7 @@
5454
),
5555
'jetpack-my-jetpack' => array(
5656
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
57-
'ver' => '5.42.3-alpha1786539193',
57+
'ver' => '5.42.3',
5858
),
5959
'jetpack-password-checker' => array(
6060
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

vendor/composer/installed.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'automattic/jetpack-agents-manager' => array(
3232
'pretty_version' => '0.9.3',
3333
'version' => '0.9.3.0',
34-
'reference' => 'c2448cd7713714077a3dd7eeb84dc009a217cca4',
34+
'reference' => '6fd7f588f4bd60a5a4b6fb605a9377003a918c32',
3535
'type' => 'jetpack-library',
3636
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-agents-manager',
3737
'aliases' => array(),
@@ -58,7 +58,7 @@
5858
'automattic/jetpack-boost-core' => array(
5959
'pretty_version' => '0.4.8',
6060
'version' => '0.4.8.0',
61-
'reference' => 'c1edf92b69b69105e34dbe906bec8911617ef4d2',
61+
'reference' => '3c8c96e47f1c3ca4dc57a4b70b227802c63f451d',
6262
'type' => 'jetpack-library',
6363
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-boost-core',
6464
'aliases' => array(),
@@ -92,9 +92,9 @@
9292
'dev_requirement' => false,
9393
),
9494
'automattic/jetpack-connection' => array(
95-
'pretty_version' => '8.10.1-alpha.1786525793',
96-
'version' => '8.10.1.0-alpha1786525793',
97-
'reference' => '50c8309d1d83c62385b49adac47c13bedd636226',
95+
'pretty_version' => '8.10.1',
96+
'version' => '8.10.1.0',
97+
'reference' => 'c85dc549144425260c5191d3fc08cbc25edfb284',
9898
'type' => 'jetpack-library',
9999
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
100100
'aliases' => array(),
@@ -121,7 +121,7 @@
121121
'automattic/jetpack-explat' => array(
122122
'pretty_version' => '0.5.0',
123123
'version' => '0.5.0.0',
124-
'reference' => '4fbffee013190357860b74d2033b60cf6e9b74ee',
124+
'reference' => '2ce529ef98fd516f7a9c383f802046fa6ad3cbc4',
125125
'type' => 'jetpack-library',
126126
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-explat',
127127
'aliases' => array(),
@@ -139,7 +139,7 @@
139139
'automattic/jetpack-jitm' => array(
140140
'pretty_version' => '4.3.51',
141141
'version' => '4.3.51.0',
142-
'reference' => 'de0087c7f3e76cd6ffae4180c547aa51c93c3d3d',
142+
'reference' => '0d3a726c3acdd23daa93e51e818cc7077cecd524',
143143
'type' => 'jetpack-library',
144144
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm',
145145
'aliases' => array(),
@@ -148,7 +148,7 @@
148148
'automattic/jetpack-licensing' => array(
149149
'pretty_version' => '3.1.9',
150150
'version' => '3.1.9.0',
151-
'reference' => '1df679083a7748e506b95421ad195496a5b5e3ad',
151+
'reference' => 'f2a343e1af7b6ca329d96c2e77f1c528c8d7bdd7',
152152
'type' => 'jetpack-library',
153153
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing',
154154
'aliases' => array(),
@@ -173,9 +173,9 @@
173173
'dev_requirement' => false,
174174
),
175175
'automattic/jetpack-my-jetpack' => array(
176-
'pretty_version' => '5.42.3-alpha.1786539193',
177-
'version' => '5.42.3.0-alpha1786539193',
178-
'reference' => '60b8082a156c288b9f29a8a99b783e97069e1950',
176+
'pretty_version' => '5.42.3',
177+
'version' => '5.42.3.0',
178+
'reference' => '07e0dac9470da98c72ac119fce5952e8842e86fd',
179179
'type' => 'jetpack-library',
180180
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack',
181181
'aliases' => array(),
@@ -193,7 +193,7 @@
193193
'automattic/jetpack-plans' => array(
194194
'pretty_version' => '0.12.0',
195195
'version' => '0.12.0.0',
196-
'reference' => '379bb44ca26b4ba457410b3abc98e97e3ba12a43',
196+
'reference' => '3c4efddf17d8c751b7c120a466c5221b5c33a1c7',
197197
'type' => 'library',
198198
'install_path' => __DIR__ . '/../automattic/jetpack-plans',
199199
'aliases' => array(),
@@ -220,7 +220,7 @@
220220
'automattic/jetpack-protect-status' => array(
221221
'pretty_version' => '0.7.14',
222222
'version' => '0.7.14.0',
223-
'reference' => 'f0bb8c688e8ac07daa052180a4a030e5b9ebf7ed',
223+
'reference' => '3f29cf38a570c93ff2e65bb353ae31570ba0e369',
224224
'type' => 'jetpack-library',
225225
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-protect-status',
226226
'aliases' => array(),
@@ -247,7 +247,7 @@
247247
'automattic/jetpack-search' => array(
248248
'pretty_version' => '7.3.4-alpha.1785922550',
249249
'version' => '7.3.4.0-alpha1785922550',
250-
'reference' => '348316bbfcb326ef7ab49b343307e6d06f109c8c',
250+
'reference' => '54cffb2166a86fb4de76b425cb4cfb0a78f2f062',
251251
'type' => 'jetpack-library',
252252
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search',
253253
'aliases' => array(),
@@ -265,7 +265,7 @@
265265
'automattic/jetpack-stats' => array(
266266
'pretty_version' => '0.20.2-alpha.1786489516',
267267
'version' => '0.20.2.0-alpha1786489516',
268-
'reference' => '8efb156d7408d8e86707bfb1bd66ba1e1ca2e228',
268+
'reference' => 'f3556d82657755625a3fe1154d1ea776ceb1b31d',
269269
'type' => 'jetpack-library',
270270
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-stats',
271271
'aliases' => array(),
@@ -283,7 +283,7 @@
283283
'automattic/jetpack-sync' => array(
284284
'pretty_version' => '4.45.3',
285285
'version' => '4.45.3.0',
286-
'reference' => 'fc50a986514be80440f9490669736687918f50d2',
286+
'reference' => '8bbe727efea064851bb97d9ffa518f07cbc5b808',
287287
'type' => 'jetpack-library',
288288
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
289289
'aliases' => array(),

0 commit comments

Comments
 (0)