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
- Search Blocks Overlay: render product results and product filters from a dedicated product overlay template on WooCommerce product searches.
10
+
- Search 7.0: build full search pages from native blocks — a Search Input block with search-as-you-type, Filters blocks (checkbox, date, custom taxonomy) with sidebar or collapsible-popover layouts, and Results blocks with selectable layouts, sorting, and load-more — all theme-aware on both block and classic themes. [#48563]
11
+
- Search 7.0: new Embedded search experience — a full-page search rendered inline in the theme at a real, bookmarkable URL with search-as-you-type, filters, sort, and load-more on the same page. [#48941]
12
+
- Search 7.0: new blocks-powered Overlay experience (Beta) — the same search blocks delivered in a modal that opens over the current page, keeping visitors in context. [#49118]
13
+
- Search 7.0 for WooCommerce: product search support — Filter by Product Attribute, Price, Rating, and Stock Status blocks, a Product Filters container, Product Category/Tag/Brand checkbox variations, a product results layout (image, title, price, rating), and Price/Rating sort options. [#48454]
14
+
- Search: add fallback image capability in expanded search [#44657]
- Search Blocks Overlay: render product results and product filters from a dedicated product overlay template on WooCommerce product searches. [#49262]
17
17
18
18
### Changed
19
-
- General: Update minimum WordPress version to 6.9.
20
-
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency.
21
-
- Remove unneeded development and documentation files from the published plugin.
22
-
- Search 3.0: result cards now honor the site's date_format option (F j, Y, Y-m-d, etc.) instead of a fixed Intl shape.
23
-
- Search Blocks: default the checkbox-filter Custom Taxonomy label to the taxonomy's display name instead of leaving it empty.
24
-
- Search Blocks: the product-search edit link now follows the active experience — "Edit the product Search overlay" for Overlay (blocks), "Edit the product search template" otherwise — and pairs with a Restore default that acts on the matching template. The product-search toggle and the Embedded experience are now marked Beta.
25
-
- Search Blocks: unify the three search-results templates' responsive layout under a shared `.jetpack-search-layout__*` class namespace, collapsing the duplicate sidebar-collapse rules from `block_template_overlay_inline_css()` and `search_page_inline_css()` into a single `search_layout_inline_css()` helper. Pure refactor — no behavior change.
26
-
- Search Blocks Overlay: collapse the filter sidebar below 992px and dock a `filters-popover` trigger next to Sort By, matching the legacy Instant Search overlay UX.
27
-
- Search Blocks Overlay: separate the modal card from the dim scrim on dark themes by tinting the resolved surface and painting a token-aware hairline border, so the card visibly layers above the page behind it.
28
-
- Tested up to WordPress 7.0.
29
-
- Update composer.lock files.
30
-
- Updated package dependencies.
31
-
- Update package dependencies.
19
+
- General: Update minimum WordPress version to 6.9. [#49021]
20
+
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
21
+
- Remove unneeded development and documentation files from the published plugin. [#49014]
22
+
- Search 7.0: result cards now honor the site's date_format option (F j, Y, Y-m-d, etc.) instead of a fixed Intl shape. [#48763]
23
+
- Search Blocks: default the checkbox-filter Custom Taxonomy label to the taxonomy's display name instead of leaving it empty. [#49187]
24
+
- Search Blocks: the product-search edit link now follows the active experience — "Edit the product Search overlay" for Overlay (blocks), "Edit the product search template" otherwise — and pairs with a Restore default that acts on the matching template. The product-search toggle and the Embedded experience are now marked Beta. [#49274]
25
+
- Search Blocks: unify the three search-results templates' responsive layout under a shared `.jetpack-search-layout__*` class namespace, collapsing the duplicate sidebar-collapse rules from `block_template_overlay_inline_css()` and `search_page_inline_css()` into a single `search_layout_inline_css()` helper. Pure refactor — no behavior change. [#49183]
26
+
- Search Blocks Overlay: collapse the filter sidebar below 992px and dock a `filters-popover` trigger next to Sort By, matching the legacy Instant Search overlay UX. [#49177]
27
+
- Search Blocks Overlay: separate the modal card from the dim scrim on dark themes by tinting the resolved surface and painting a token-aware hairline border, so the card visibly layers above the page behind it. [#49207]
28
+
- Tested up to WordPress 7.0. [#48114]
29
+
- Update composer.lock files. [#49415]
30
+
- Updated package dependencies. [#48735]
31
+
- Update package dependencies. [#48064]
32
+
- Update package dependencies. [#48683]
33
+
- Update package dependencies. [#49218]
34
+
- Update package dependencies. [#49448]
32
35
33
36
### Fixed
34
-
- Fix mobile overflow on the upsell/pricing page so cards no longer get clipped.
37
+
- Fix mobile overflow on the upsell/pricing page so cards no longer get clipped.[#48194]
35
38
36
39
## [6.0.0] - 2026-04-10
37
40
### Added
@@ -315,7 +318,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.
0 commit comments