Skip to content

Commit 2e14a3e

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/19305225375 Upstream-Ref: Automattic/jetpack@2151487
1 parent b14106c commit 2e14a3e

63 files changed

Lines changed: 880 additions & 1072 deletions

File tree

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: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@ 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.2.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [5.2.0] - 2025-11-12
129
### Added
13-
- Instant Search: Add global WooCommerce Product Attributes as filter options.
14-
- Tested up to WordPress 6.9
10+
- Instant Search: Add global WooCommerce Product Attributes as filter options. [#45416]
11+
- Tested up to WordPress 6.9. [#45571]
1512

1613
### Changed
17-
- Instant Search: Fix issue where Safari's 'Use advanced tracking and fingerprinting protection' setting breaks Search.
18-
- Update package dependencies.
14+
- Instant Search: Fix issue where Safari's 'Use advanced tracking and fingerprinting protection' setting breaks Search. [#45588]
15+
- Update package dependencies. [#45200] [#45298] [#45299] [#45478] [#45652] [#45676]
1916

2017
### Fixed
21-
- My Jetpack page: fix visual compatibility issue with Hello Dolly plugin.
18+
- My Jetpack page: fix visual compatibility issue with Hello Dolly plugin. [#45474]
2219

2320
## [5.1.0] - 2025-09-09
2421
### Added
@@ -261,7 +258,7 @@ This is an alpha version! The changes listed here are not final.
261258

262259
[1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta
263260
[1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta
264-
[5.2.0-alpha]: https://github.com/Automattic/jetpack-search-plugin/compare/5.1.0...5.2.0-alpha
261+
[5.2.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.1.0...5.2.0
265262
[5.1.0]: https://github.com/Automattic/jetpack-search-plugin/compare/5.0.0...5.1.0
266263
[5.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/4.1.0...5.0.0
267264
[4.1.0]: https://github.com/Automattic/jetpack-search-plugin/compare/4.0.0...4.1.0

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-autoloader": "^5.0.13-alpha",
7+
"automattic/jetpack-autoloader": "^5.0.13",
88
"automattic/jetpack-composer-plugin": "^4.0.5",
99
"automattic/jetpack-config": "^3.1.1",
10-
"automattic/jetpack-connection": "^6.19.5-alpha",
11-
"automattic/jetpack-my-jetpack": "^5.28.1",
12-
"automattic/jetpack-search": "^0.54.2-alpha",
13-
"automattic/jetpack-stats": "^0.17.5-alpha",
10+
"automattic/jetpack-connection": "^6.19.5",
11+
"automattic/jetpack-my-jetpack": "^5.28.2",
12+
"automattic/jetpack-search": "^0.54.2",
13+
"automattic/jetpack-stats": "^0.17.5",
1414
"automattic/jetpack-status": "^6.1.1",
1515
"automattic/jetpack-sync": "^4.22.4"
1616
},
1717
"require-dev": {
18-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
18+
"automattic/jetpack-changelogger": "^6.0.9",
1919
"automattic/phpunit-select-config": "^1.0.3",
2020
"yoast/phpunit-polyfills": "^4.0.0"
2121
},
@@ -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ⓥ5_2_0_alpha",
61+
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ5_2_1",
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: 5.2.0-alpha
7+
* Version: 5.2.1
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', '5.2.0-alpha' );
29+
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '5.2.1' );
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.' );

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.5",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

jetpack_vendor/automattic/jetpack-admin-ui/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.5",
1212
"automattic/jetpack-logo": "^3.0.5",
1313
"automattic/jetpack-test-environment": "@dev",
1414
"automattic/phpunit-select-config": "^1.0.3"

jetpack_vendor/automattic/jetpack-assets/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev": {
1212
"brain/monkey": "^2.6.2",
1313
"yoast/phpunit-polyfills": "^4.0.0",
14-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
14+
"automattic/jetpack-changelogger": "^6.0.8",
1515
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
1616
"automattic/phpunit-select-config": "^1.0.3"
1717
},

jetpack_vendor/automattic/jetpack-boost-core/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.19.5-alpha"
8+
"automattic/jetpack-connection": "^6.19.0"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
12+
"automattic/jetpack-changelogger": "^6.0.7",
1313
"automattic/phpunit-select-config": "^1.0.3"
1414
},
1515
"autoload": {

jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^4.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
8+
"automattic/jetpack-changelogger": "^6.0.7",
99
"brain/monkey": "^2.6",
1010
"automattic/phpunit-select-config": "^1.0.3"
1111
},

jetpack_vendor/automattic/jetpack-config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^6.0.9-alpha",
10+
"automattic/jetpack-changelogger": "^6.0.5",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

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-
## [6.19.5-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.19.5] - 2025-11-12
129
### Fixed
13-
- OAuth: fix the 'body-hash' error triggered during app authorization.
10+
- OAuth: fix the 'body-hash' error triggered during app authorization. [#45820]
1411

1512
## [6.19.4] - 2025-11-10
1613
### Changed
@@ -1642,7 +1639,7 @@ This is an alpha version! The changes listed here are not final.
16421639

16431640
- Separate the connection library into its own package.
16441641

1645-
[6.19.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.19.4...v6.19.5-alpha
1642+
[6.19.5]: https://github.com/Automattic/jetpack-connection/compare/v6.19.4...v6.19.5
16461643
[6.19.4]: https://github.com/Automattic/jetpack-connection/compare/v6.19.3...v6.19.4
16471644
[6.19.3]: https://github.com/Automattic/jetpack-connection/compare/v6.19.2...v6.19.3
16481645
[6.19.2]: https://github.com/Automattic/jetpack-connection/compare/v6.19.1...v6.19.2

0 commit comments

Comments
 (0)