From bc07917595e9c4c2d5e25f66d33505a09e9f30cb Mon Sep 17 00:00:00 2001 From: Peter Petrov Date: Tue, 15 Oct 2024 15:43:05 +0300 Subject: [PATCH] Boost: Backport 3.5.2 changes (#39771) --- projects/plugins/boost/CHANGELOG.md | 4 ++-- projects/plugins/boost/changelog/backport-3.5.2-changes | 5 +++++ projects/plugins/boost/composer.json | 4 ++-- projects/plugins/boost/composer.lock | 2 +- projects/plugins/boost/jetpack-boost.php | 4 ++-- projects/plugins/boost/package.json | 2 +- projects/plugins/boost/readme.txt | 4 ++-- 7 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 projects/plugins/boost/changelog/backport-3.5.2-changes diff --git a/projects/plugins/boost/CHANGELOG.md b/projects/plugins/boost/CHANGELOG.md index 4d42b4417e2b9..3069300457b16 100644 --- a/projects/plugins/boost/CHANGELOG.md +++ b/projects/plugins/boost/CHANGELOG.md @@ -5,7 +5,7 @@ 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.5.2-beta] - 2024-10-10 +## [3.5.2] - 2024-10-15 ### Changed - Deferred JS: Exclude all scripts produced by a shortcode. [#39616] - General: Sync Boost's Getting Started page with My Jetpack's version. [#39130] @@ -524,7 +524,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First public alpha release -[3.5.2-beta]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.1...3.5.2-beta +[3.5.2]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.1...3.5.2 [3.5.1]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.0...3.5.1 [3.5.0]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.9...3.5.0 [3.4.9]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.8...3.4.9 diff --git a/projects/plugins/boost/changelog/backport-3.5.2-changes b/projects/plugins/boost/changelog/backport-3.5.2-changes new file mode 100644 index 0000000000000..2dfedd8b13b1f --- /dev/null +++ b/projects/plugins/boost/changelog/backport-3.5.2-changes @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Backport changes from 3.5.2 release. + + diff --git a/projects/plugins/boost/composer.json b/projects/plugins/boost/composer.json index 1f93287f385f9..c07f0a75a493f 100644 --- a/projects/plugins/boost/composer.json +++ b/projects/plugins/boost/composer.json @@ -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.5.2-beta", + "version": "3.5.2", "authors": [ { "name": "Automattic, Inc.", @@ -74,7 +74,7 @@ "platform": { "ext-intl": "0.0.0" }, - "autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostâ“¥3_5_2_beta", + "autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostâ“¥3_5_2", "allow-plugins": { "roots/wordpress-core-installer": true, "automattic/jetpack-autoloader": true, diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index b16ccf509b8aa..3b6fc7a807989 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ef9bdede176e9ae0f99bac7c8e4de09a", + "content-hash": "aa37384bded5cf285343140269233ca2", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", diff --git a/projects/plugins/boost/jetpack-boost.php b/projects/plugins/boost/jetpack-boost.php index d75ac3de43503..72e55cbb4abbc 100644 --- a/projects/plugins/boost/jetpack-boost.php +++ b/projects/plugins/boost/jetpack-boost.php @@ -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.5.2-beta + * Version: 3.5.2 * Author: Automattic - Jetpack Site Speed team * Author URI: https://jetpack.com/boost/ * License: GPL-2.0+ @@ -29,7 +29,7 @@ die; } -define( 'JETPACK_BOOST_VERSION', '3.5.2-beta' ); +define( 'JETPACK_BOOST_VERSION', '3.5.2' ); define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' ); if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) { diff --git a/projects/plugins/boost/package.json b/projects/plugins/boost/package.json index a4e58afac616e..9c3124c796fab 100644 --- a/projects/plugins/boost/package.json +++ b/projects/plugins/boost/package.json @@ -1,6 +1,6 @@ { "name": "jetpack-boost", - "version": "3.5.2-beta", + "version": "3.5.2", "description": "Boost your WordPress site's performance, from the creators of Jetpack", "directories": { "test": "tests" diff --git a/projects/plugins/boost/readme.txt b/projects/plugins/boost/readme.txt index e359cc797035a..ac48b05bda4e2 100644 --- a/projects/plugins/boost/readme.txt +++ b/projects/plugins/boost/readme.txt @@ -5,7 +5,7 @@ Tags: performance, speed, web vitals, critical css, cache Requires at least: 6.5 Tested up to: 6.6 Requires PHP: 7.0 -Stable tag: 3.5.1 +Stable tag: 3.5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -183,7 +183,7 @@ If you run into compatibility issues, please do let us know. You can drop us a l 2. Jetpack Boost Speed Improvement == Changelog == -### 3.5.2-beta - 2024-10-10 +### 3.5.2 - 2024-10-15 #### Changed - Deferred JS: Exclude all scripts produced by a shortcode. - General: Sync Boost's Getting Started page with My Jetpack's version.