Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
thingalon authored and matticbot committed Mar 15, 2024
1 parent 8f844b2 commit a005eef
Show file tree
Hide file tree
Showing 33 changed files with 660 additions and 844 deletions.
19 changes: 5 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,11 @@ 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.2.0-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Added
- WP Super Cache: only save a cached file if the Page_Cache module is enabled

### Changed
- Updated package dependencies.

## [3.2.0] - 2024-03-15
### Fixed
- Boost: added filter documentation
- General: Removed duplicate uninstall hook
- Jetpack Boost: Remove Header form storybook
- Cache: Verify cache enabled on current site before saving cached data [#36350]
- General: Added filter documentation [#36226]
- General: Removed duplicate uninstall hook, fixing unnecessary database writes [#36403]

## [3.1.1] - 2024-03-11
### Added
Expand Down Expand Up @@ -412,7 +403,7 @@ This is an alpha version! The changes listed here are not final.

- First public alpha release

[3.2.0-alpha]: https://github.com/Automattic/jetpack-boost-production/compare/3.1.1...3.2.0-alpha
[3.2.0]: https://github.com/Automattic/jetpack-boost-production/compare/3.1.1...3.2.0
[3.1.1]: https://github.com/Automattic/jetpack-boost-production/compare/3.0.2...3.1.1
[3.0.2]: https://github.com/Automattic/jetpack-boost-production/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/Automattic/jetpack-boost-production/compare/3.0.0...3.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function is_url_excluded( $request_uri = '' ) {
/**
* Filters the bypass patterns for the page cache.
*
* @since 3.2.0-alpha
* @since 3.2.0
*
* @param array $bypass_patterns An array of regex patterns that define URLs that bypass caching.
*/
Expand Down Expand Up @@ -127,7 +127,7 @@ public function is_cacheable() {
*
* Can be used to prevent a request from being cached.
*
* @since 3.2.0-alpha
* @since 3.2.0
*
* @param bool $default_status The default cacheability status (true for cacheable).
* @param string $request_uri The request URI to be evaluated for cacheability.
Expand Down Expand Up @@ -190,7 +190,7 @@ public function is_cacheable() {
* matches one of these content types the request will not be cached,
* or a cached file served to this visitor.
*
* @since 3.2.0-alpha
* @since 3.2.0
*
* @param array $accept_headers An array of header values that should prevent a request from being cached.
*/
Expand Down
11 changes: 6 additions & 5 deletions 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.2.0-alpha",
"version": "3.2.0",
"authors": [
{
"name": "Automattic, Inc.",
Expand All @@ -23,12 +23,12 @@
"automattic/jetpack-config": "^2.0.1",
"automattic/jetpack-connection": "^2.4.1",
"automattic/jetpack-device-detection": "^2.1.1",
"automattic/jetpack-image-cdn": "^0.3.3-alpha",
"automattic/jetpack-image-cdn": "^0.3.3",
"automattic/jetpack-my-jetpack": "^4.17.0",
"automattic/jetpack-plugin-deactivation": "^0.2.1-alpha",
"automattic/jetpack-plugin-deactivation": "^0.2.1",
"automattic/jetpack-plugins-installer": "^0.3.2",
"automattic/jetpack-sync": "^2.10.1",
"automattic/jetpack-wp-js-data-sync": "^0.4.4-alpha",
"automattic/jetpack-wp-js-data-sync": "^0.4.4",
"tedivm/jshrink": "1.4.0",
"tubalmartin/cssmin": "^4.1"
},
Expand Down Expand Up @@ -73,13 +73,14 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0_alpha",
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0",
"allow-plugins": {
"roots/wordpress-core-installer": true,
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
}
},
"repositories": [],
"extra": {
"mirror-repo": "Automattic/jetpack-boost-production",
"autorelease": true,
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0-alpha
* Version: 3.2.0
* 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.2.0-alpha' );
define( 'JETPACK_BOOST_VERSION', '3.2.0' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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).

## [0.3.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.3.3] - 2024-03-15
### Changed
- Internal updates.

## [0.3.2] - 2023-12-03
### Changed
Expand Down Expand Up @@ -69,7 +69,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Add image CDN package. [#29561]

[0.3.3-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.2...v0.3.3-alpha
[0.3.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.8...v0.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.3.3-alpha';
const PACKAGE_VERSION = '0.3.3';

/**
* Singleton.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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).

## [0.2.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.2.1] - 2024-03-15
### Changed
- Internal updates.

## [0.2.0] - 2024-01-22
### Changed
Expand Down Expand Up @@ -47,7 +47,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Added package to intercept plugin deactivation [#27081]

[0.2.1-alpha]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.0...v0.2.1-alpha
[0.2.1]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.1.4...v0.1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Deactivation_Handler {
*
* @var string
*/
const PACKAGE_VERSION = '0.2.1-alpha';
const PACKAGE_VERSION = '0.2.1';

/**
* Slug of the plugin to intercept deactivation for.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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).

## [0.4.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.4.4] - 2024-03-15
### Changed
- Internal updates.

## [0.4.3] - 2024-03-01
### Fixed
Expand Down Expand Up @@ -74,7 +74,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Jetpack Boost: Fix assoc_array schema validation. [#29611]

[0.4.4-alpha]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.3...v0.4.4-alpha
[0.4.4]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.0...v0.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

final class Data_Sync {

const PACKAGE_VERSION = '0.4.4-alpha';
const PACKAGE_VERSION = '0.4.4';

/**
* @var Registry
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
'ver' => '0.3.3-alpha1710273234',
'ver' => '0.3.3',
),
'jetpack-ip' => array(
'path' => 'jetpack_vendor/automattic/jetpack-ip',
Expand All @@ -58,7 +58,7 @@
),
'jetpack-plugin-deactivation' => array(
'path' => 'jetpack_vendor/automattic/jetpack-plugin-deactivation',
'ver' => '0.2.1-alpha1710273234',
'ver' => '0.2.1',
),
'jetpack-plugins-installer' => array(
'path' => 'jetpack_vendor/automattic/jetpack-plugins-installer',
Expand All @@ -70,7 +70,7 @@
),
'jetpack-wp-js-data-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-wp-js-data-sync',
'ver' => '0.4.4-alpha1710273234',
'ver' => '0.4.4',
),
),
);
23 changes: 4 additions & 19 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,26 +183,11 @@ If you run into compatibility issues, please do let us know. You can drop us a l
2. Jetpack Boost Speed Improvement

== Changelog ==
### 3.1.1 - 2024-03-11
#### Added
- Cache: Added a Page Cache module.
- Defer JS: Automatically exclude JSON-LD schemas.
- Speed Scores: Added support for annotating points of time in the speed score history graph.

#### Changed
- General: Better error handling for invalid data when running wp-admin pages.
- General: Enabled React.StrictMode for development.
- General: Improved error handling.
- General: Indicate compatibility with the upcoming version of WordPress, 6.5.
- General: Switch to using Blog ID links instead of site slugs in checkout flow.
- Image Guide: Removed beta flag

### 3.2.0 - 2024-03-15
#### Fixed
- Critical CSS: Prevent errors when page_for_posts misconfigured.
- Critical CSS: Prevent missing archive pages from breaking the generation process.
- General: Prevent missing pricing information from affecting the getting started flow.
- Image Size Analysis: Update summary groups to align with status icons.
- Concatenate JS/CSS: Ensure minification is enabled.
- Cache: Verify cache enabled on current site before saving cached data
- General: Added filter documentation
- General: Removed duplicate uninstall hook, fixing unnecessary database writes

--------

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::getLoader();
return ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::getLoader();
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0_alpha\al3_0_3;
namespace Automattic\Jetpack\Autoloader\jpb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0\al3_0_3;

// phpcs:ignore

Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha
class ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0
{
private static $loader;

Expand All @@ -24,17 +24,17 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0_alpha', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0_alpha', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha
class ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0
{
public static $files = array (
'3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
Expand Down Expand Up @@ -377,10 +377,10 @@ class ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_2_0_a
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::$prefixesPsr0;
$loader->classMap = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0_alpha::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::$prefixesPsr0;
$loader->classMap = ComposerStaticInitb1e77e6231d50e7663f84529b6a3dfda_jetpack_boost3_2_0::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Loading

0 comments on commit a005eef

Please sign in to comment.