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
dilirity authored and matticbot committed Aug 29, 2024
1 parent 53fd9be commit c7ee47c
Show file tree
Hide file tree
Showing 61 changed files with 977 additions and 1,196 deletions.
25 changes: 10 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ 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-alpha] - unreleased

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

## [3.4.8-beta] - 2024-08-29
### Changed
- Admin menu: change order of Jetpack sub-menu items
- React: Changing global JSX namespace to React.JSX
- Update composer lock file
- Admin menu: change order of Jetpack sub-menu items [#39095]
- React: Changing global JSX namespace to React.JSX [#38585]

### Fixed
- Cloud CSS: Fixed not properly storing CSS returned from the cloud after a theme switch.
- Lossless image optimization for images (should improve performance with no visible changes).
- Lossless image optimization of images in projects/plugins [subdirectories from a* through social]
- Misc: Fix PHP warning when generating critical css for some taxonomy pages.
- Revert recent SVG image optimizations.
- UI: Fix inconsistencies.
- Updated package dependencies.
- Cloud CSS: Fixed not properly storing CSS returned from the cloud after a theme switch. [#38985]
- Lossless image optimization for images (should improve performance with no visible changes). [#38750]
- Misc: Fix PHP warning when generating critical css for some taxonomy pages. [#38807]
- Revert recent SVG image optimizations. [#38981]
- UI: Fix inconsistencies. [#39072]
- Updated package dependencies. [#38464]

## [3.4.7] - 2024-07-10
### Security
Expand Down Expand Up @@ -498,7 +493,7 @@ This is an alpha version! The changes listed here are not final.

- First public alpha release

[3.4.8-alpha]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.7...3.4.8-alpha
[3.4.8-beta]: https://github.com/Automattic/jetpack-boost-production/compare/3.4.7...3.4.8-beta
[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
23 changes: 12 additions & 11 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.4.8-alpha",
"version": "3.4.8-beta",
"authors": [
{
"name": "Automattic, Inc.",
Expand All @@ -14,22 +14,22 @@
"prefer-stable": true,
"require": {
"ext-json": "*",
"automattic/jetpack-admin-ui": "^0.4.4-alpha",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-admin-ui": "^0.4.4",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-autoloader": "^3.0.10",
"automattic/jetpack-boost-core": "^0.2.9",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-image-cdn": "^0.4.7-alpha",
"automattic/jetpack-my-jetpack": "^4.33.1-alpha",
"automattic/jetpack-plugin-deactivation": "^0.2.2-alpha",
"automattic/jetpack-schema": "^0.1.1-alpha",
"automattic/jetpack-image-cdn": "^0.4.7",
"automattic/jetpack-my-jetpack": "^4.33.1",
"automattic/jetpack-plugin-deactivation": "^0.2.2",
"automattic/jetpack-schema": "^0.1.1",
"automattic/jetpack-status": "^3.3.4",
"automattic/jetpack-sync": "^3.8.1-alpha",
"automattic/jetpack-wp-js-data-sync": "^0.5.0-alpha",
"automattic/jetpack-sync": "^3.8.1",
"automattic/jetpack-wp-js-data-sync": "^0.5.0",
"matthiasmullie/minify": "^1.3",
"tubalmartin/cssmin": "^4.1"
},
Expand Down Expand Up @@ -74,13 +74,14 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_4_8_alpha",
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_4_8_beta",
"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.4.8-alpha
* Version: 3.4.8-beta
* 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-alpha' );
define( 'JETPACK_BOOST_VERSION', '3.4.8-beta' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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-08-29
### Changed
- Admin menu: change order of Jetpack sub-menu items
- Admin menu: change order of Jetpack sub-menu items [#39095]

## [0.4.3] - 2024-08-23
### Changed
Expand Down Expand Up @@ -159,7 +156,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixing menu visibility issues.

[0.4.4-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.3...0.4.4-alpha
[0.4.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.0...0.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Admin_Menu {

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

/**
* Whether this class has been initialized
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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).

## [2.3.5-alpha] - unreleased

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

## [2.3.5] - 2024-08-29
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39111]

## [2.3.4] - 2024-08-23
### Changed
Expand Down Expand Up @@ -489,7 +486,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[2.3.5-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5-alpha
[2.3.5]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/Automattic/jetpack-assets/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/Automattic/jetpack-assets/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/Automattic/jetpack-assets/compare/v2.3.1...v2.3.2
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha"
"automattic/jetpack-connection": "^2.12.4"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-changelogger": "^4.2.4",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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).

## [2.12.5-alpha] - unreleased

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

## [2.12.5] - 2024-08-29
### Changed
- Sync: Remove the checksum for active plugins if present when sync is not active, so it gets recalculated when sync gets activated
- Updated package dependencies.
- Sync: Remove the checksum for active plugins if present when sync is not active, so it gets recalculated when sync gets activated [#39098]
- Updated package dependencies. [#39111]

## [2.12.4] - 2024-08-23
### Changed
Expand Down Expand Up @@ -1170,7 +1167,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.12.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5-alpha
[2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5
[2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4
[2.12.3]: https://github.com/Automattic/jetpack-connection/compare/v2.12.2...v2.12.3
[2.12.2]: https://github.com/Automattic/jetpack-connection/compare/v2.12.1...v2.12.2
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-admin-ui": "^0.4.4-alpha",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-admin-ui": "^0.4.4",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^3.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.12.5-alpha';
const PACKAGE_VERSION = '2.12.5';

const PACKAGE_SLUG = 'connection';

Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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.1.5-alpha] - unreleased

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

## [0.1.5] - 2024-08-29
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39111]

## [0.1.4] - 2024-08-26
### Changed
Expand Down Expand Up @@ -38,7 +35,7 @@ This is an alpha version! The changes listed here are not final.
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
- Updated package dependencies. [#38132]

[0.1.5-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5-alpha
[0.1.5]: https://github.com/Automattic/jetpack-explat/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Automattic/jetpack-explat/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/Automattic/jetpack-explat/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Automattic/jetpack-explat/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha"
"automattic/jetpack-connection": "^2.12.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.1.5-alpha';
const PACKAGE_VERSION = '0.1.5';

/**
* Initializer.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-image-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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.7-alpha] - unreleased

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

## [0.4.7] - 2024-08-29
### Changed
- Rely on WordPress HTML API to parse HTML instead of Regex
- Rely on WordPress HTML API to parse HTML instead of Regex [#32700]

## [0.4.6] - 2024-08-26
### Changed
Expand Down Expand Up @@ -121,7 +118,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Add image CDN package. [#29561]

[0.4.7-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.6...v0.4.7-alpha
[0.4.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.6...v0.4.7
[0.4.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.5...v0.4.6
[0.4.5]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.3...v0.4.4
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-image-cdn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-status": "^3.3.4"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.4.7-alpha';
const PACKAGE_VERSION = '0.4.7';

/**
* Singleton.
Expand Down Expand Up @@ -602,7 +602,7 @@ public static function filter_the_content( $content ) {
* @module photon
*
* @since 2.0.0
* @since 0.4.7-alpha Passes image tag name instead of full HTML of tag.
* @since 0.4.7 Passes image tag name instead of full HTML of tag.
*
* @param array $args Array of Photon Arguments.
* @param array $details {
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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).

## [3.1.19-alpha] - unreleased

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

## [3.1.19] - 2024-08-29
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39111]

## [3.1.18] - 2024-08-23
### Changed
Expand Down Expand Up @@ -758,7 +755,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[3.1.19-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19-alpha
[3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19
[3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18
[3.1.17]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.16...v3.1.17
[3.1.16]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.15...v3.1.16
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.19-alpha';
const PACKAGE_VERSION = '3.1.19';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha"
"automattic/jetpack-connection": "^2.12.4"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
Loading

0 comments on commit c7ee47c

Please sign in to comment.