Skip to content

Commit 3729a7e

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-search-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/24267203460 Upstream-Ref: Automattic/jetpack@3f98320
1 parent cbdab21 commit 3729a7e

59 files changed

Lines changed: 1735 additions & 1892 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,29 @@ 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-
## [6.0.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.0.0] - 2026-04-10
129
### Added
13-
- Adding Jetpack Protect details page for users without the dedicated Jetpack Protect plugin.
14-
- IDC: Add revalidation for IDCs.
10+
- Add Jetpack Protect details page for users without the dedicated Jetpack Protect plugin. [#46630]
11+
- IDC: Add revalidation for IDCs. [#46268]
1512

1613
### Changed
17-
- Comment: Add Tracking to Jetpack upsell link.
18-
- Dependencies: Update lock file to keep root requirements in sync.
19-
- Instant Search: Show WooCommerce product filters in filter widget
20-
- My Jetpack: Check red bubble notification async when cache is not available.
21-
- Remove header border-bottom from the admin page for a cleaner unified header appearance.
22-
- Search: Use the core WordPress spinner component for the dashboard loading state.
23-
- Switch to Native TypeScript compiler based on Go.
24-
- Update composer.lock.
25-
- Update design of the sidebar upsell.
26-
- Update package dependencies.
14+
- Dependencies: Update lock file to keep root requirements in sync. [#47418]
15+
- Instant Search: Show WooCommerce product filters in filter widget. [#46373]
16+
- My Jetpack: Check red bubble notification async when cache is not available. [#46396]
17+
- Remove header border-bottom from the admin page for a cleaner unified header appearance. [#47313]
18+
- Search: Use the core WordPress spinner component for the dashboard loading state. [#47467]
19+
- Switch to Native TypeScript compiler based on Go. [#47375]
20+
- Update composer.lock. [#46686]
21+
- Update design of the sidebar upsell. [#47909]
22+
- Update package dependencies. [#46785] [#47021] [#47285] [#47371] [#47505] [#47825]
2723

2824
### Removed
29-
- General: Update minimum WordPress version to 6.8.
25+
- General: Update minimum WordPress version to 6.8. [#46801]
3026

3127
### Fixed
32-
- Admin Page: Restore border on header component.
33-
- Fix TS errors detected by tsgo.
34-
- Update e2e test selector for renamed footer CSS class.
28+
- Admin Page: Restore border on header component. [#47425]
29+
- Fix TypeScript errors detected by tsgo. [#47426]
30+
- Update e2e test selector for renamed footer CSS class. [#47840]
3531

3632
## [5.2.2] - 2025-11-21
3733
### Fixed
@@ -291,7 +287,7 @@ This is an alpha version! The changes listed here are not final.
291287

292288
[1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta
293289
[1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta
294-
[6.0.0-alpha]: https://github.com/Automattic/jetpack-search-plugin/compare/5.2.2...6.0.0-alpha
290+
[6.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.2.2...6.0.0
295291
[5.2.2]: https://github.com/Automattic/jetpack-search-plugin/compare/5.2.0...5.2.2
296292
[5.2.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.1.0...5.2.0
297293
[5.1.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.0.0...5.1.0

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"automattic/jetpack-config": "^3.1.1",
1010
"automattic/jetpack-connection": "^8.2.2",
1111
"automattic/jetpack-my-jetpack": "^5.34.2",
12-
"automattic/jetpack-search": "^0.56.8-alpha",
12+
"automattic/jetpack-search": "^0.56.8",
1313
"automattic/jetpack-stats": "^0.18.1",
1414
"automattic/jetpack-status": "^6.1.2",
1515
"automattic/jetpack-sync": "^4.35.0"
@@ -37,6 +37,7 @@
3737
"build-production": "pnpm run build-production",
3838
"build-development": "pnpm run build"
3939
},
40+
"repositories": [],
4041
"minimum-stability": "dev",
4142
"prefer-stable": true,
4243
"extra": {
@@ -57,7 +58,7 @@
5758
},
5859
"config": {
5960
"sort-packages": true,
60-
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ6_0_0_alpha",
61+
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ6_0_0",
6162
"allow-plugins": {
6263
"automattic/jetpack-autoloader": true,
6364
"automattic/jetpack-composer-plugin": true,

jetpack-search.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Jetpack Search
55
* Plugin URI: https://jetpack.com/search/
66
* 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.
7-
* Version: 6.0.0-alpha
7+
* Version: 6.0.0
88
* Author: Automattic - Jetpack Search team
99
* Author URI: https://jetpack.com/
1010
* License: GPLv2 or later
@@ -26,7 +26,7 @@
2626
define( 'JETPACK_SEARCH_PLUGIN__FILE', __FILE__ );
2727
define( 'JETPACK_SEARCH_PLUGIN__FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );
2828
define( 'JETPACK_SEARCH_PLUGIN__SLUG', 'jetpack-search' );
29-
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '6.0.0-alpha' );
29+
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '6.0.0' );
3030
defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) || define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );
3131

3232
defined( 'JETPACK__API_BASE' ) || define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' );

0 commit comments

Comments
 (0)