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 Nov 28, 2024
1 parent 277278c commit 28c995d
Show file tree
Hide file tree
Showing 46 changed files with 974 additions and 1,292 deletions.
23 changes: 6 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +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.0.0-alpha] - unreleased

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

### Added
- My Jetpack: update the recommendations section in My Jetpack to include a slider interaction for the cards.

## [3.6.1] - 2024-11-28
### Changed
- Social | Changed My Jetpack CTA for Social from "Learn more" to "Activate"
- Updated dependencies.
- Updated package dependencies.
- Use preconnect instead of dns-prefetch to improve performance.

### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum WordPress version to 6.6.
- Image CDN: Improve performance. [#39883]
- General: Update minimum PHP version to 7.2. [#40147]
- General: Update minimum WordPress version to 6.6. [#40146]

### Fixed
- Compatibility: Fixed situations where minify could break due to too many files being enqueued in the elementor editor.
- Compatibility: Fixed situations where minify could break due to too many files being enqueued in the elementor editor. [#40339]

## [3.6.0] - 2024-11-22
### Added
Expand Down Expand Up @@ -563,7 +552,7 @@ This is an alpha version! The changes listed here are not final.

- First public alpha release

[4.0.0-alpha]: https://github.com/Automattic/jetpack-boost-production/compare/3.6.0...4.0.0-alpha
[3.6.1]: https://github.com/Automattic/jetpack-boost-production/compare/3.6.0...3.6.1
[3.6.0]: https://github.com/Automattic/jetpack-boost-production/compare/3.5.2...3.6.0
[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
Expand Down
17 changes: 9 additions & 8 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": "4.0.0-alpha",
"version": "3.6.1",
"authors": [
{
"name": "Automattic, Inc.",
Expand All @@ -17,19 +17,19 @@
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-boost-core": "^0.3.2-alpha",
"automattic/jetpack-boost-core": "^0.3.2",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-image-cdn": "^0.7.1",
"automattic/jetpack-my-jetpack": "^5.0.4-alpha",
"automattic/jetpack-plugin-deactivation": "^0.3.0-alpha",
"automattic/jetpack-schema": "^0.2.0-alpha",
"automattic/jetpack-my-jetpack": "^5.0.4",
"automattic/jetpack-plugin-deactivation": "^0.3.0",
"automattic/jetpack-schema": "^0.2.0",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.2-alpha",
"automattic/jetpack-wp-js-data-sync": "^0.6.0-alpha",
"automattic/jetpack-sync": "^4.0.2",
"automattic/jetpack-wp-js-data-sync": "^0.6.0",
"matthiasmullie/minify": "^1.3",
"tubalmartin/cssmin": "^4.1"
},
Expand Down Expand Up @@ -78,13 +78,14 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ4_0_0_alpha",
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ3_6_1",
"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: 4.0.0-alpha
* Version: 3.6.1
* 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', '4.0.0-alpha' );
define( 'JETPACK_BOOST_VERSION', '3.6.1' );
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );

if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0"
"automattic/jetpack-changelogger": "^5.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-boost-core/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.3.2-alpha] - unreleased

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

## [0.3.2] - 2024-11-28
### Fixed
- Cachable: Make the expiry overridable by child classes.
- Cachable: Make the expiry overridable by child classes. [#40339]

## [0.3.1] - 2024-11-25
### Changed
Expand Down Expand Up @@ -100,7 +97,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Introduce new package. [#31163]

[0.3.2-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.1...v0.3.2-alpha
[0.3.2]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.14...v0.3.0
[0.2.14]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.13...v0.2.14
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-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/jetpack-changelogger": "^5.0.0",
"brain/monkey": "^2.6"
},
"autoload-dev": {
Expand All @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.2",
"automattic/jetpack-boost-core": "^0.3.2-alpha"
"automattic/jetpack-boost-core": "^0.3.0"
},
"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.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/jetpack-changelogger": "^5.0.0",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0"
"automattic/jetpack-changelogger": "^5.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-logo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0"
"automattic/jetpack-changelogger": "^5.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
13 changes: 5 additions & 8 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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).

## [5.0.4-alpha] - unreleased

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

## [5.0.4] - 2024-11-28
### Added
- Added "Expired" & "Expires soon" statuses to My Jetpack product cards.
- Added "Expired" & "Expires soon" statuses to My Jetpack product cards. [#39816]

### Changed
- Social | Changed My Jetpack CTA for Social from "Learn more" to "Activate"
- Social | Changed My Jetpack CTA for Social from "Learn more" to "Activate" [#40359]

### Fixed
- Fix stats not showing sale discount
- Fix stats not showing sale discount [#40348]

## [5.0.3] - 2024-11-26
### Changed
Expand Down Expand Up @@ -1841,7 +1838,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.0.4-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4-alpha
[5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4
[5.0.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.2...5.0.3
[5.0.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.1...5.0.2
[5.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.0...5.0.1
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.2-alpha",
"automattic/jetpack-sync": "^4.0.2",
"automattic/jetpack-protect-status": "^0.3.1"
},
"require-dev": {
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 = '5.0.4-alpha';
const PACKAGE_VERSION = '5.0.4';

/**
* 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,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.3.0-alpha] - unreleased

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

## [0.3.0] - 2024-11-28
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.2.4] - 2024-11-04
### Added
Expand Down Expand Up @@ -66,7 +63,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Added package to intercept plugin deactivation [#27081]

[0.3.0-alpha]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.4...v0.3.0-alpha
[0.3.0]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.4...v0.3.0
[0.2.4]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/Automattic/jetpack-plugin-deactivation/compare/v0.2.1...v0.2.2
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.3.0-alpha';
const PACKAGE_VERSION = '0.3.0';

/**
* Slug of the plugin to intercept deactivation for.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-status": "^5.0.1"
"automattic/jetpack-status": "^5.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0"
"automattic/jetpack-changelogger": "^5.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.0.2-alpha",
"automattic/jetpack-sync": "^4.0.1",
"automattic/jetpack-protect-models": "^0.4.1",
"automattic/jetpack-plans": "^0.5.1"
},
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.0-alpha] - unreleased

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

## [0.2.0] - 2024-11-28
### Changed
- Updated dependencies.
- Updated dependencies. [#40286]

### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.1.3] - 2024-11-04
### Added
Expand All @@ -34,7 +31,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#39004]

[0.2.0-alpha]: https://github.com/Automattic/jetpack-schema/compare/v0.1.3...v0.2.0-alpha
[0.2.0]: https://github.com/Automattic/jetpack-schema/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/Automattic/jetpack-schema/compare/v0.1.2...v0.1.3
[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.2.0-alpha';
const PACKAGE_VERSION = '0.2.0';

public static function as_string() {
return new Schema_Parser( new Type_String() );
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-sync/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).

## [4.0.2-alpha] - unreleased

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

## [4.0.2] - 2024-11-28
### Fixed
- Sync: Fixed bug in checksum histogram when max_range is PHP_INT_MAX
- Sync: Fixed bug in checksum histogram when max_range is PHP_INT_MAX [#40309]

## [4.0.1] - 2024-11-25
### Changed
Expand Down Expand Up @@ -1354,7 +1351,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[4.0.2-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2-alpha
[4.0.2]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v4.0.0
[3.15.0]: https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '4.0.2-alpha';
const PACKAGE_VERSION = '4.0.2';

const PACKAGE_SLUG = 'sync';

Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-wp-js-data-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.6.0-alpha] - unreleased

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

## [0.6.0] - 2024-11-28
### Changed
- Updated dependencies.
- Updated dependencies. [#40286]

### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.5.2] - 2024-11-04
### Added
Expand Down Expand Up @@ -103,7 +100,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Jetpack Boost: Fix assoc_array schema validation. [#29611]

[0.6.0-alpha]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.2...v0.6.0-alpha
[0.6.0]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.1...v0.5.2
[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
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.2",
"automattic/jetpack-schema": "^0.2.0-alpha"
"automattic/jetpack-schema": "^0.2.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit 28c995d

Please sign in to comment.