@@ -5,36 +5,32 @@ 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- ## [ 5.0.0-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 5.0.0] - 2025-06-10
129### Added
13- - Added more error logging.
14- - Add highlighting of search term in returned search results.
15- - Adding My Jetpack tour.
10+ - Add more error logging. [ # 42959 ]
11+ - Add My Jetpack tour. [ # 42880 ]
12+ - Highlight search terms in returned search results. [ # 43110 ]
1613
1714### Changed
18- - E2E Tests: Update config file encryption algorithm.
19- - jetpack-assets now requires jetpack-status so updating composer lock files.
20- - My Jetpack: Hide backup failure notice when backups are deactivated.
21- - My Jetpack: Optimize the images for onboarding slider for faster page load.
22- - My Jetpack: Updated the onboarding UI, changing it to a single button
23- - Update package dependencies.
15+ - E2E Tests: Update config file encryption algorithm. [ #43523 ]
16+ - My Jetpack: Hide backup failure notice when backups are deactivated. [ #43568 ]
17+ - My Jetpack: Optimize the images for onboarding slider for faster page load. [ #43473 ]
18+ - My Jetpack: Update the onboarding UI, changing it to a single button. [ #43203 ]
19+ - Update package dependencies. [ #43071 ] [ #43085 ] [ #43425 ] [ #43839 ]
2420
2521### Removed
26- - Classic Themes: no longer attempts to add a widget to the main sidebar, only replace the Core Search widget.
27- - General: Update minimum WordPress version to 6.7.
22+ - Classic Themes: Replace the Core Search widget instead of adding a new widget to the main sidebar. [ # 43450 ]
23+ - General: Update minimum WordPress version to 6.7. [ # 43192 ]
2824
2925### Fixed
30- - Addresses body_class filter fatal in older versions of the Blaskan theme.
31- - JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor
32- - Linting: Fix more Stylelint violations.
33- - Mitigate bug with certain p2 theme
34- - My Jetpack: Fixed Onboarding UI responsiveness at 600px.
35- - My Jetpack: Fix readability of license activation button on hover.
36- - My Jetpack: Fix social login getting stuck when email input not empty
37- - Protect against improper calls to the_title() filter.
26+ - Address ` body_class ` filter fatal in older versions of the Blaskan theme. [ # 43797 ]
27+ - Block editor: Fix layout issues with the Media Library modal buttons. [ # 43035 ]
28+ - Linting: Fix more Stylelint violations. [ # 43213 ]
29+ - Mitigate bug with certain P2 themes. [ # 43503 ]
30+ - My Jetpack: Fix Onboarding UI responsiveness at 600px. [ # 43533 ]
31+ - My Jetpack: Fix readability of license activation button on hover. [ # 43550 ]
32+ - My Jetpack: Prevent social login from getting stuck when email input is not empty. [ # 43158 ]
33+ - Protect against improper calls to ` the_title() ` filter. [ # 43511 ]
3834
3935## [ 4.1.0] - 2025-04-04
4036### Added
@@ -224,7 +220,7 @@ This is an alpha version! The changes listed here are not final.
224220
225221[ 1.1.0-beta ] : https://github.com/Automattic/jetpack-search-plugin/compare/1.0.0...1.1.0-beta
226222[ 1.2.0-beta ] : https://github.com/Automattic/jetpack-search-plugin/compare/1.1.0...1.2.0-beta
227- [ 5.0.0-alpha ] : https://github.com/Automattic/jetpack-search-plugin/compare/4.1.0...5.0.0-alpha
223+ [ 5.0.0 ] : https://github.com/Automattic/jetpack-search-plugin/compare/4.1.0...5.0.0
228224[ 4.1.0 ] : https://github.com/Automattic/jetpack-search-plugin/compare/4.0.0...4.1.0
229225[ 4.0.0 ] : https://github.com/Automattic/jetpack-search-plugin/compare/3.0.1...4.0.0
230226[ 3.0.1 ] : https://github.com/Automattic/jetpack-search-plugin/compare/3.0.0...3.0.1
0 commit comments