Skip to content

Commit d88557b

Browse files
kangzjmatticbot
authored andcommitted
Updated package versions for automattic/jetpack-search-plugin
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/27272239097 Upstream-Ref: Automattic/jetpack@7eba9f0
1 parent e0fccfc commit d88557b

32 files changed

Lines changed: 210 additions & 204 deletions

CHANGELOG.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,36 @@ 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-
## [7.0.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [7.0.0] - 2026-06-10
129
### Added
13-
- Add stats wp abbilities
14-
- Search: add fallback image capability in expanded search
15-
- Search: Adding auto-complete search query feature
16-
- 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]
15+
- Search: Adding auto-complete search query feature [#48473]
16+
- Search Blocks Overlay: render product results and product filters from a dedicated product overlay template on WooCommerce product searches. [#49262]
1717

1818
### 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]
3235

3336
### 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]
3538

3639
## [6.0.0] - 2026-04-10
3740
### Added
@@ -315,7 +318,7 @@ This is an alpha version! The changes listed here are not final.
315318

316319
[1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta
317320
[1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta
318-
[7.0.0-alpha]: https://github.com/Automattic/jetpack-search-plugin/compare/6.0.0...7.0.0-alpha
321+
[7.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/6.0.0...7.0.0
319322
[6.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.2.2...6.0.0
320323
[5.2.2]: https://github.com/Automattic/jetpack-search-plugin/compare/5.2.0...5.2.2
321324
[5.2.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.1.0...5.2.0

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"automattic/jetpack-config": "^3.1.3",
1010
"automattic/jetpack-connection": "^8.6.0",
1111
"automattic/jetpack-my-jetpack": "^5.38.3",
12-
"automattic/jetpack-search": "^7.2.2-alpha",
13-
"automattic/jetpack-stats": "^0.19.5-alpha",
12+
"automattic/jetpack-search": "^7.2.2",
13+
"automattic/jetpack-stats": "^0.19.5",
1414
"automattic/jetpack-status": "^6.1.7",
1515
"automattic/jetpack-sync": "^4.42.0"
1616
},
@@ -32,6 +32,7 @@
3232
"build-production": "pnpm run build-production",
3333
"build-development": "pnpm run build"
3434
},
35+
"repositories": [],
3536
"minimum-stability": "dev",
3637
"prefer-stable": true,
3738
"extra": {
@@ -52,7 +53,7 @@
5253
},
5354
"config": {
5455
"sort-packages": true,
55-
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ7_0_0_alpha",
56+
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ7_0_0",
5657
"allow-plugins": {
5758
"automattic/jetpack-autoloader": true,
5859
"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: 7.0.0-alpha
7+
* Version: 7.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', '7.0.0-alpha' );
29+
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '7.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.' );
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '9df83bcd627b59b274a5');
1+
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '255c340ad48d8cc6c158');

jetpack_vendor/automattic/jetpack-connection/dist/jetpack-connection.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-search/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ 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-
## [7.2.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [7.2.2] - 2026-06-10
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#49273]
11+
- Update package dependencies. [#49492]
1412

1513
## [7.2.1] - 2026-06-08
1614
### Changed
@@ -1796,7 +1794,7 @@ This is an alpha version! The changes listed here are not final.
17961794
- Updated package dependencies.
17971795
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
17981796

1799-
[7.2.2-alpha]: https://github.com/Automattic/jetpack-search/compare/v7.2.1...v7.2.2-alpha
1797+
[7.2.2]: https://github.com/Automattic/jetpack-search/compare/v7.2.1...v7.2.2
18001798
[7.2.1]: https://github.com/Automattic/jetpack-search/compare/v7.2.0...v7.2.1
18011799
[7.2.0]: https://github.com/Automattic/jetpack-search/compare/v7.1.0...v7.2.0
18021800
[7.1.0]: https://github.com/Automattic/jetpack-search/compare/v7.0.0...v7.1.0

jetpack_vendor/automattic/jetpack-search/src/class-package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Search package general information
1616
*/
1717
class Package {
18-
const VERSION = '7.2.2-alpha';
18+
const VERSION = '7.2.2';
1919
const SLUG = 'search';
2020

2121
/**

jetpack_vendor/automattic/jetpack-stats/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-
## [0.19.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.19.5] - 2026-06-10
129
### Changed
13-
- Add `fetchpriority="low"` to the Stats script and remove `dns-prefetch` for `stats.wp.com` to improve LCP in Safari and Firefox.
10+
- Add `fetchpriority="low"` to the Stats script and remove `dns-prefetch` for `stats.wp.com` to improve LCP in Safari and Firefox. [#47936]
1411

1512
## [0.19.4] - 2026-06-08
1613
### Fixed
@@ -342,7 +339,7 @@ This is an alpha version! The changes listed here are not final.
342339
### Fixed
343340
- Fixing static method which was called without self reference. [#26640]
344341

345-
[0.19.5-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.19.4...v0.19.5-alpha
342+
[0.19.5]: https://github.com/Automattic/jetpack-stats/compare/v0.19.4...v0.19.5
346343
[0.19.4]: https://github.com/Automattic/jetpack-stats/compare/v0.19.3...v0.19.4
347344
[0.19.3]: https://github.com/Automattic/jetpack-stats/compare/v0.19.2...v0.19.3
348345
[0.19.2]: https://github.com/Automattic/jetpack-stats/compare/v0.19.1...v0.19.2

jetpack_vendor/automattic/jetpack-stats/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 = '0.19.5-alpha';
15+
const PACKAGE_VERSION = '0.19.5';
1616

1717
const PACKAGE_SLUG = 'stats';
1818

jetpack_vendor/automattic/jetpack-stats/src/class-tracking-pixel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private static function build_stats_details( $data ) {
196196
* element image). This benefits Safari and Firefox, which don't automatically assign low
197197
* priority to async/defer scripts (unlike Chrome).
198198
*
199-
* @since 0.19.5-alpha
199+
* @since 0.19.5
200200
*
201201
* @param array $attributes Script tag attributes.
202202
* @return array Modified attributes.
@@ -219,7 +219,7 @@ public static function add_low_fetchpriority( $attributes ) {
219219
* the dns-prefetch is counterproductive — it front-loads DNS resolution for a
220220
* resource we're intentionally delaying.
221221
*
222-
* @since 0.19.5-alpha
222+
* @since 0.19.5
223223
*
224224
* @param array $urls Array of resource hint URLs.
225225
* @param string $relation_type The relation type (dns-prefetch, preconnect, etc.).

0 commit comments

Comments
 (0)