Skip to content

Commit 0e4a913

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15048974627 Upstream-Ref: Automattic/jetpack@6cf1876
1 parent b6bd3bf commit 0e4a913

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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-
## [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
129
### Added
13-
- Jetpack Search: add query filters support to Inline Search
10+
- Add query filters support to Inline Search. [#43441]
1411

1512
## [0.48.0] - 2025-05-12
1613
### Added
@@ -1221,7 +1218,7 @@ This is an alpha version! The changes listed here are not final.
12211218
- Updated package dependencies.
12221219
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
12231220

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
12251222
[0.48.0]: https://github.com/Automattic/jetpack-search/compare/v0.47.24...v0.48.0
12261223
[0.47.24]: https://github.com/Automattic/jetpack-search/compare/v0.47.23...v0.47.24
12271224
[0.47.23]: https://github.com/Automattic/jetpack-search/compare/v0.47.22...v0.47.23

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-status": "^5.1.4",
1212
"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"
1515
},
1616
"require-dev": {
1717
"automattic/jetpack-changelogger": "^6.0.5",

src/class-package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Search package general information
1212
*/
1313
class Package {
14-
const VERSION = '0.49.0-alpha';
14+
const VERSION = '0.49.0';
1515
const SLUG = 'search';
1616

1717
/**

0 commit comments

Comments
 (0)