You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [7.1.0-alpha] - unreleased
9
-
10
-
This is an alpha version! The changes listed here are not final.
11
-
8
+
## [7.1.0] - 2026-08-13
12
9
### Added
13
-
- Add the Activity Log page to wp-admin, so it is available without the Jetpack plugin installed.
14
-
- Search Blocks: add a No Results block so the search empty state can hold any blocks — links, images, buttons — instead of plain text. The Results List message settings are deprecated and keep rendering.
10
+
- Add the Activity Log page to wp-admin, so it is available without the Jetpack plugin installed.[#51222]
11
+
- Search Blocks: Add a No Results block so empty states can contain links, images, buttons, and other blocks instead of plain text. Continue rendering existing Results List messages while deprecating their settings. [#51164]
15
12
16
13
## [7.0.1] - 2026-07-22
17
14
### Changed
@@ -335,7 +332,7 @@ This is an alpha version! The changes listed here are not final.
Copy file name to clipboardExpand all lines: jetpack-search.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* Plugin Name: Jetpack Search
5
5
* Plugin URI: https://jetpack.com/search/
6
6
* Description: Easily add cloud-powered instant search and filters to your website or WooCommerce store with advanced algorithms that boost your search results based on traffic to your site.
Copy file name to clipboardExpand all lines: jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [4.4.10] - 2026-08-06
9
9
### Fixed
10
-
- Script Data: Decode HTML entities in the shared site title to avoid consumers seeing the encoded entities. [#50991]
10
+
- Script Data: decode HTML entities in the shared site title so consumers (e.g. the Newsletter Sender Settings panel) don't show literal entities like `'` for site names containing an apostrophe or other special characters. [#50991]
Copy file name to clipboardExpand all lines: jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [8.10.2-alpha] - unreleased
9
-
10
-
This is an alpha version! The changes listed here are not final.
11
-
8
+
## [8.10.2] - 2026-08-13
12
9
### Security
13
-
- Connection: Leave another user's broken-token error out of the connection error data, so the reconnect CTA is no longer offered against a token it cannot restore.
10
+
- Connection: Leave another user's broken-token error out of the connection error data, so the reconnect CTA is no longer offered against a token it cannot restore.[#51034]
14
11
15
12
### Changed
16
-
- Connection: Warn a secondary admin that reconnecting on the connection owner's behalf transfers ownership and disconnects every other user.
13
+
- Connection: Warn a secondary admin that reconnecting on the connection owner's behalf transfers ownership and disconnects every other user.[#51034]
17
14
18
15
### Fixed
19
-
- Connection: Stop displaying connection owner errors that refer to a previous owner.
16
+
- Connection: Stop displaying connection owner errors that refer to a previous owner.[#51034]
20
17
21
18
## [8.10.1] - 2026-08-12
22
19
### Fixed
@@ -2003,7 +2000,7 @@ This is an alpha version! The changes listed here are not final.
2003
2000
2004
2001
- Separate the connection library into its own package.
Copy file name to clipboardExpand all lines: jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@ public static function get_option_names( $type = 'compact' ) {
92
92
'id', // (int) The Client ID/WP.com Blog ID of this site.
93
93
'publicize_connections', // (array) An array of Publicize connections from WordPress.com.
94
94
'master_user', // (int) The local User ID of the user who connected this site to jetpack.wordpress.com.
95
-
'protected_owner', // (array) Anchor identifying the locked connection owner. WordPress.com is authoritative; this is a local cache. Keys: wpcom_user_id, email, local_user_id, locked, confirmed_at, confirmed_by.
96
95
'version', // (string) Used during upgrade procedure to auto-activate new modules. version:time.
97
96
'old_version', // (string) Used to determine which modules are the most recently added. previous_version:time.
98
97
'fallback_no_verify_ssl_certs', // (int) Flag for determining if this host must skip SSL Certificate verification due to misconfigured SSL.
0 commit comments