Skip to content

Commit ba8e8b9

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/14269065598 Upstream-Ref: Automattic/jetpack@468ebe1
1 parent fe913d0 commit ba8e8b9

File tree

50 files changed

+735
-926
lines changed

Some content is hidden

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

50 files changed

+735
-926
lines changed

CHANGELOG.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,24 @@ 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-
## [4.1.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.1.0] - 2025-04-04
129
### Added
13-
- Adds Account Protection initialization
14-
- Connection: Disconnecting a connection owner account will disconnect all other users first.
15-
- Improve the onboarding experience of Jetpack guiding the users through a new onboarding process.
16-
- jetpack-components: Export the getRedirectUrl function with subpath
17-
- My Jetpack: An onboarding screen has been implemented to provide clear, step-by-step instructions for new users connecting to Jetpack.
10+
- Add Account Protection initialization. [#40925]
11+
- Connection: Disconnect all other users before disconnecting connection owner account. [#41923]
12+
- Improve the onboarding experience of Jetpack guiding the users through a new onboarding process. [#42757]
13+
- My Jetpack: Introduce a new onboarding screen to provide clear, step-by-step instructions for new users connecting to Jetpack. [#42523]
1814

1915
### Changed
20-
- Code: Use function-style exit() and die() with a default status code of 0.
21-
- Connection: Allow pre-selected login providers
22-
- Connection: Display connection status on Users page independent of the SSO module.
23-
- General: indicate compatibility with the upcoming version of WordPress - 6.8.
24-
- Updated composer.lock
25-
- Updated package dependencies.
26-
- Update package dependencies.
27-
- Update the unowned section from a product grid to a product list
16+
- Code: Use function-style `exit()` and `die()` with a default status code of 0. [#41167]
17+
- Connection: Allow pre-selected login providers. [#42662]
18+
- Connection: Display connection status on Users page independent of the SSO module. [#41794]
19+
- General: Indicate compatibility with WordPress 6.8. [#42701]
20+
- Update composer.lock [#40863]
21+
- Update package dependencies. [#40980] [#41659] [#42180] [#42815]
22+
- Update the unowned section from a product grid to a product list [#41312]
2823

2924
### Fixed
30-
- Search: Ensure the count of returned results is shown after searching, i.e., "Found 3 results for...", "Found 1 result for...".
25+
- Search: Ensure the count of returned results is shown after searching. [#42570]
3126

3227
## [4.0.0] - 2025-01-10
3328
### Added
@@ -198,7 +193,7 @@ This is an alpha version! The changes listed here are not final.
198193

199194
[1.1.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta
200195
[1.2.0-beta]: https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta
201-
[4.1.0-alpha]: https://github.com/Automattic/jetpack-search-plugin/compare/4.0.0...4.1.0-alpha
196+
[4.1.0]: https://github.com/Automattic/jetpack-search-plugin/compare/4.0.0...4.1.0
202197
[4.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/3.0.1...4.0.0
203198
[3.0.1]: https://github.com/Automattic/jetpack-search-plugin/compare/3.0.0...3.0.1
204199
[3.0.0]: https://github.com/Automattic/jetpack-search-plugin/compare/2.1.0...3.0.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.0",
1010
"automattic/jetpack-connection": "^6.10.2",
1111
"automattic/jetpack-my-jetpack": "^5.11.0",
12-
"automattic/jetpack-search": "^0.47.20-alpha",
12+
"automattic/jetpack-search": "^0.47.20",
1313
"automattic/jetpack-stats": "^0.15.9",
1414
"automattic/jetpack-status": "^5.1.1",
1515
"automattic/jetpack-sync": "^4.10.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ⓥ4_1_0_alpha",
61+
"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ4_1_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: 4.1.0-alpha
7+
* Version: 4.1.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', '4.1.0-alpha' );
29+
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '4.1.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.' );

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.4",
12-
"automattic/phpunit-select-config": "^1.0.2"
11+
"automattic/jetpack-changelogger": "^6.0.2",
12+
"automattic/phpunit-select-config": "^1.0.1"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^3.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.4",
11+
"automattic/jetpack-changelogger": "^6.0.2",
1212
"automattic/jetpack-logo": "^3.0.4",
1313
"automattic/jetpack-test-environment": "@dev",
14-
"automattic/phpunit-select-config": "^1.0.2"
14+
"automattic/phpunit-select-config": "^1.0.1"
1515
},
1616
"suggest": {
1717
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-assets/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
1212
"yoast/phpunit-polyfills": "^3.0.0",
13-
"automattic/jetpack-changelogger": "^6.0.4",
13+
"automattic/jetpack-changelogger": "^6.0.3",
1414
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
1515
"automattic/phpunit-select-config": "^1.0.2"
1616
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.10.2"
8+
"automattic/jetpack-connection": "^6.7.7"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^3.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.4",
13-
"automattic/phpunit-select-config": "^1.0.2"
12+
"automattic/jetpack-changelogger": "^6.0.2",
13+
"automattic/phpunit-select-config": "^1.0.1"
1414
},
1515
"autoload": {
1616
"classmap": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^3.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.4",
8+
"automattic/jetpack-changelogger": "^6.0.2",
99
"brain/monkey": "^2.6",
10-
"automattic/phpunit-select-config": "^1.0.2"
10+
"automattic/phpunit-select-config": "^1.0.1"
1111
},
1212
"autoload-dev": {
1313
"psr-4": {

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.4",
10+
"automattic/jetpack-changelogger": "^6.0.2",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

jetpack_vendor/automattic/jetpack-connection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"automattic/jetpack-test-environment": "@dev",
1818
"yoast/phpunit-polyfills": "^3.0.0",
1919
"brain/monkey": "^2.6.2",
20-
"automattic/jetpack-changelogger": "^6.0.4",
20+
"automattic/jetpack-changelogger": "^6.0.3",
2121
"automattic/phpunit-select-config": "^1.0.2"
2222
},
2323
"suggest": {

0 commit comments

Comments
 (0)