File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.49.0-alpha] - unreleased
9
-
10
- This is an alpha version! The changes listed here are not final.
11
-
8
+ ## [ 0.49.0] - 2025-05-15
12
9
### Added
13
- - Jetpack Search: add query filters support to Inline Search
10
+ - Add query filters support to Inline Search. [ # 43441 ]
14
11
15
12
## [ 0.48.0] - 2025-05-12
16
13
### Added
@@ -1221,7 +1218,7 @@ This is an alpha version! The changes listed here are not final.
1221
1218
- Updated package dependencies.
1222
1219
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
1223
1220
1224
- [ 0.49.0-alpha ] : https://github.com/Automattic/jetpack-search/compare/v0.48.0...v0.49.0-alpha
1221
+ [ 0.49.0 ] : https://github.com/Automattic/jetpack-search/compare/v0.48.0...v0.49.0
1225
1222
[ 0.48.0 ] : https://github.com/Automattic/jetpack-search/compare/v0.47.24...v0.48.0
1226
1223
[ 0.47.24 ] : https://github.com/Automattic/jetpack-search/compare/v0.47.23...v0.47.24
1227
1224
[ 0.47.23 ] : https://github.com/Automattic/jetpack-search/compare/v0.47.22...v0.47.23
Original file line number Diff line number Diff line change 10
10
"automattic/jetpack-constants" : " ^3.0.8" ,
11
11
"automattic/jetpack-status" : " ^5.1.4" ,
12
12
"automattic/jetpack-config" : " ^3.1.0" ,
13
- "automattic/jetpack-my-jetpack" : " ^5.14.1-alpha " ,
14
- "automattic/jetpack-sync" : " ^4.13.0-alpha "
13
+ "automattic/jetpack-my-jetpack" : " ^5.14.1" ,
14
+ "automattic/jetpack-sync" : " ^4.13.0"
15
15
},
16
16
"require-dev" : {
17
17
"automattic/jetpack-changelogger" : " ^6.0.5" ,
Original file line number Diff line number Diff line change 11
11
* Search package general information
12
12
*/
13
13
class Package {
14
- const VERSION = '0.49.0-alpha ' ;
14
+ const VERSION = '0.49.0 ' ;
15
15
const SLUG = 'search ' ;
16
16
17
17
/**
You can’t perform that action at this time.
0 commit comments