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 Oct 10, 2024
1 parent 4e4a56b commit a39a882
Show file tree
Hide file tree
Showing 49 changed files with 829 additions and 1,035 deletions.
19 changes: 7 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,15 @@ 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-alpha] - unreleased

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

## [3.5.2-beta] - 2024-10-10
### Changed
- Deferred JS: Exclude all scripts produced by a shortcode.
- General: Sync Boost's Getting Started page with My Jetpack's version.
- General: Update minimum required WordPress version to 6.5 in main plugin file. Previous release only changed plugin readme.
- Updated package dependencies.
- Deferred JS: Exclude all scripts produced by a shortcode. [#39616]
- General: Sync Boost's Getting Started page with My Jetpack's version. [#39130]
- General: Update minimum required WordPress version to 6.5 in main plugin file. Previous release only changed plugin readme. [#39719]

### Fixed
- Image CDN: URL encode image path parts for RSS feed compatibility
- Image Guide: Improve check for Jetpack Image CDN URLs
- My Jetpack: visual update to the GlobalNotice component look better on mobile.
- Image CDN: URL encode image path parts for RSS feed compatibility [#39560]
- Image Guide: Improve check for Jetpack Image CDN URLs [#39635]

## [3.5.1] - 2024-09-26
### Changed
Expand Down Expand Up @@ -529,7 +524,7 @@ This is an alpha version! The changes listed here are not final.

- First public alpha release

[3.5.2-alpha]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.1...3.5.2-alpha
[3.5.2-beta]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.1...3.5.2-beta
[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
Expand Down
15 changes: 8 additions & 7 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.5.2-alpha",
"version": "3.5.2-beta",
"authors": [
{
"name": "Automattic, Inc.",
Expand All @@ -16,20 +16,20 @@
"ext-json": "*",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-autoloader": "^3.1.1-alpha",
"automattic/jetpack-autoloader": "^3.1.1",
"automattic/jetpack-boost-core": "^0.2.12",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-image-cdn": "^0.5.1-alpha",
"automattic/jetpack-my-jetpack": "^4.35.12-alpha",
"automattic/jetpack-image-cdn": "^0.5.1",
"automattic/jetpack-my-jetpack": "^4.35.12",
"automattic/jetpack-plugin-deactivation": "^0.2.2",
"automattic/jetpack-schema": "^0.1.2-alpha",
"automattic/jetpack-schema": "^0.1.2",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.0",
"automattic/jetpack-wp-js-data-sync": "^0.5.1-alpha",
"automattic/jetpack-wp-js-data-sync": "^0.5.1",
"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_5_2_alpha",
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_5_2_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.5.2-alpha
* Version: 3.5.2-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.5.2-alpha' );
define( 'JETPACK_BOOST_VERSION', '3.5.2-beta' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
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": "^5.1.3"
"automattic/jetpack-connection": "^5.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0",
"automattic/jetpack-boost-core": "^0.2.12"
"automattic/jetpack-boost-core": "^0.2.9"
},
"autoload": {
"classmap": [
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
10 changes: 4 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,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).

## [0.1.11-alpha] - unreleased

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

## [0.1.11] - 2024-10-10
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39649]
- Updated package dependencies. [#39707]

## [0.1.10] - 2024-10-07
### Changed
Expand Down Expand Up @@ -62,7 +60,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.11-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11-alpha
[0.1.11]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/Automattic/jetpack-explat/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/Automattic/jetpack-explat/compare/v0.1.7...v0.1.8
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.11-alpha';
const PACKAGE_VERSION = '0.1.11';

/**
* Initializer.
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-image-cdn/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).

## [0.5.1-alpha] - unreleased

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

## [0.5.1] - 2024-10-10
### Fixed
- Avoid deprecation notice when an image URL does not have an expected format.
- URL encode path parts of an image
- Avoid deprecation notice when an image URL does not have an expected format. [#39685]
- URL encode path parts of an image [#39560]

## [0.5.0] - 2024-10-07
### Added
Expand Down Expand Up @@ -138,7 +135,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Add image CDN package. [#29561]

[0.5.1-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.0...v0.5.1-alpha
[0.5.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.9...v0.5.0
[0.4.9]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.8...v0.4.9
[0.4.8]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.4.7...v0.4.8
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.5.1-alpha';
const PACKAGE_VERSION = '0.5.1';

/**
* Singleton.
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.25-alpha] - unreleased

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

## [3.1.25] - 2024-10-10
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39707]

## [3.1.24] - 2024-10-07
### Changed
Expand Down Expand Up @@ -782,7 +779,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[3.1.25-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.24...v3.1.25-alpha
[3.1.25]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.24...v3.1.25
[3.1.24]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24
[3.1.23]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.22...v3.1.23
[3.1.22]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.21...v3.1.22
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.25-alpha';
const PACKAGE_VERSION = '3.1.25';

/**
* 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": "^5.1.3"
"automattic/jetpack-connection": "^5.0.0"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
14 changes: 6 additions & 8 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ 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).

## [4.35.12-alpha] - unreleased

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

## [4.35.12] - 2024-10-10
### Changed
- Update Boost's pricing table to include latest feature list.
- Updated package dependencies.
- Update Boost's pricing table to include latest feature list. [#39130]
- Updated package dependencies. [#39669]
- Updated package dependencies. [#39707]

### Fixed
- Fixed My Jetpack recommendations VideoPress product card not showing Purchase and Learn more buttons.
- Fixed My Jetpack recommendations VideoPress product card not showing Purchase and Learn more buttons. [#39612]

## [4.35.11] - 2024-10-07
### Changed
Expand Down Expand Up @@ -1774,7 +1772,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.12-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.11...4.35.12-alpha
[4.35.12]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.11...4.35.12
[4.35.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.10...4.35.11
[4.35.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10
[4.35.9]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-explat": "^0.1.11-alpha",
"automattic/jetpack-jitm": "^3.1.25-alpha",
"automattic/jetpack-explat": "^0.1.11",
"automattic/jetpack-jitm": "^3.1.25",
"automattic/jetpack-licensing": "^2.0.10",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.12-alpha';
const PACKAGE_VERSION = '4.35.12';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
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.10"
"automattic/jetpack-assets": "^2.3.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.3",
"automattic/jetpack-status": "^4.0.2"
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-connection": "^5.0.0",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.14.0",
"automattic/jetpack-sync": "^3.13.1",
"automattic/jetpack-protect-models": "^0.3.0",
"automattic/jetpack-plans": "^0.4.11"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-redirect/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-status": "^4.0.2"
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-schema/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.2-alpha] - unreleased

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

## [0.1.2] - 2024-10-10
### Fixed
- Fix missing types in phpdoc comments.
- Fix missing types in phpdoc comments. [#39648]

## [0.1.1] - 2024-08-29
### Changed
Expand All @@ -23,5 +20,5 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#39004]

[0.1.2-alpha]: https://github.com/Automattic/jetpack-schema/compare/v0.1.1...v0.1.2-alpha
[0.1.2]: https://github.com/Automattic/jetpack-schema/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/Automattic/jetpack-schema/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* $parsed_data = $my_schema->parse($input_data);
*/
class Schema {
const PACKAGE_VERSION = '0.1.2-alpha';
const PACKAGE_VERSION = '0.1.2';

public static function as_string() {
return new Schema_Parser( new Type_String() );
Expand Down
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.5.1-alpha] - unreleased

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

## [0.5.1] - 2024-10-10
### Fixed
- Fix missing types in phpdoc comments.
- Fix missing types in phpdoc comments. [#39648]

## [0.5.0] - 2024-08-29
### Changed
Expand Down Expand Up @@ -92,7 +89,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Jetpack Boost: Fix assoc_array schema validation. [#29611]

[0.5.1-alpha]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.0...v0.5.1-alpha
[0.5.1]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.5...v0.5.0
[0.4.5]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.3...v0.4.4
Expand Down
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-schema": "^0.1.2-alpha"
"automattic/jetpack-schema": "^0.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit a39a882

Please sign in to comment.