Skip to content

Commit c64f224

Browse files
authored
Boost: Backport 4.5.1 release changes (#45673)
1 parent 3b1f772 commit c64f224

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

projects/plugins/boost/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.5.1-beta] - 2025-10-28
8+
## [4.5.1] - 2025-10-29
99
### Added
1010
- Tested up to WordPress 6.9 [#45571]
1111

@@ -843,7 +843,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
843843

844844
- First public alpha release
845845

846-
[4.5.1-beta]: https://github.com/Automattic/jetpack-boost-production/compare/4.5.0...4.5.1-beta
846+
[4.5.1]: https://github.com/Automattic/jetpack-boost-production/compare/4.5.0...4.5.1
847847
[4.5.0]: https://github.com/Automattic/jetpack-boost-production/compare/4.4.0...4.5.0
848848
[4.4.0]: https://github.com/Automattic/jetpack-boost-production/compare/4.3.1...4.4.0
849849
[4.3.1]: https://github.com/Automattic/jetpack-boost-production/compare/4.3.0...4.3.1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: changed
3+
Comment: Backport changes from 4.5.1 release.
4+
5+

projects/plugins/boost/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Boost your WordPress site's performance, from the creators of Jetpack",
44
"type": "library",
55
"license": "GPL-2.0-or-later",
6-
"version": "4.5.1-beta",
6+
"version": "4.5.1",
77
"authors": [
88
{
99
"name": "Automattic, Inc.",
@@ -77,7 +77,7 @@
7777
"platform": {
7878
"ext-intl": "0.0.0"
7979
},
80-
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ4_5_1_beta",
80+
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ4_5_1",
8181
"allow-plugins": {
8282
"automattic/jetpack-autoloader": true,
8383
"automattic/jetpack-composer-plugin": true

projects/plugins/boost/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/plugins/boost/jetpack-boost.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Jetpack Boost
1010
* Plugin URI: https://jetpack.com/boost
1111
* Description: Boost your WordPress site's performance, from the creators of Jetpack
12-
* Version: 4.5.1-beta
12+
* Version: 4.5.1
1313
* Author: Automattic - Jetpack Site Speed team
1414
* Author URI: https://jetpack.com/boost/
1515
* License: GPL-2.0+
@@ -29,7 +29,7 @@
2929
die( 0 );
3030
}
3131

32-
define( 'JETPACK_BOOST_VERSION', '4.5.1-beta' );
32+
define( 'JETPACK_BOOST_VERSION', '4.5.1' );
3333
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );
3434

3535
if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {

projects/plugins/boost/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: performance, speed, web vitals, critical css, cache
55
Requires at least: 6.7
66
Tested up to: 6.9
77
Requires PHP: 7.2
8-
Stable tag: 4.5.0
8+
Stable tag: 4.5.1
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -183,7 +183,7 @@ If you run into compatibility issues, please do let us know. You can drop us a l
183183
2. Jetpack Boost Speed Improvement
184184

185185
== Changelog ==
186-
### 4.5.1-beta - 2025-10-28
186+
### 4.5.1 - 2025-10-29
187187
#### Added
188188
- Tested up to WordPress 6.9
189189

0 commit comments

Comments
 (0)