@@ -5,29 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
0 commit comments