Skip to content

Commit

Permalink
Boost: Post 3.4.8 release fixups (#39197)
Browse files Browse the repository at this point in the history
* Update stable tag

* Update readme changelog section

* Update changelog

* Update plugin version to 3.4.8

* Add changelog
  • Loading branch information
dilirity committed Sep 3, 2024
1 parent 6d6b9f7 commit 90657ba
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
5 changes: 3 additions & 2 deletions projects/plugins/boost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.8-beta] - 2024-08-29
## [3.4.8] - 2024-09-02
### Changed
- Admin menu: change order of Jetpack sub-menu items [#39095]
- Page Cache: Update notice for WP Cloud clients.
- React: Changing global JSX namespace to React.JSX [#38585]

### Fixed
Expand Down Expand Up @@ -493,7 +494,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First public alpha release

[3.4.8-beta]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.7...3.4.8-beta
[3.4.8]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.7...3.4.8
[3.4.7]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.6...3.4.7
[3.4.6]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.4...3.4.6
[3.4.4]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.3...3.4.4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Update Boost to 3.4.8 (post-release task).


4 changes: 2 additions & 2 deletions projects/plugins/boost/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Boost your WordPress site's performance, from the creators of Jetpack",
"type": "library",
"license": "GPL-2.0-or-later",
"version": "3.4.8-beta",
"version": "3.4.8",
"authors": [
{
"name": "Automattic, Inc.",
Expand Down Expand Up @@ -74,7 +74,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_4_8_beta",
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_4_8",
"allow-plugins": {
"roots/wordpress-core-installer": true,
"automattic/jetpack-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/boost/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/plugins/boost/jetpack-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Jetpack Boost
* Plugin URI: https://jetpack.com/boost
* Description: Boost your WordPress site's performance, from the creators of Jetpack
* Version: 3.4.8-beta
* Version: 3.4.8
* Author: Automattic - Jetpack Site Speed team
* Author URI: https://jetpack.com/boost/
* License: GPL-2.0+
Expand All @@ -29,7 +29,7 @@
die;
}

define( 'JETPACK_BOOST_VERSION', '3.4.8-beta' );
define( 'JETPACK_BOOST_VERSION', '3.4.8' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/boost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetpack-boost",
"version": "3.4.8-beta",
"version": "3.4.8",
"description": "Boost your WordPress site's performance, from the creators of Jetpack",
"directories": {
"test": "tests"
Expand Down
5 changes: 3 additions & 2 deletions projects/plugins/boost/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: performance, speed, web vitals, critical css, cache
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: 3.4.7
Stable tag: 3.4.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -183,9 +183,10 @@ If you run into compatibility issues, please do let us know. You can drop us a l
2. Jetpack Boost Speed Improvement

== Changelog ==
### 3.4.8-beta - 2024-08-29
### 3.4.8 - 2024-09-02
#### Changed
- Admin menu: change order of Jetpack sub-menu items
- Page Cache: Update notice for WP Cloud clients.
- React: Changing global JSX namespace to React.JSX

#### Fixed
Expand Down

0 comments on commit 90657ba

Please sign in to comment.