Skip to content

Commit 8b671c9

Browse files
sdnuncamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-boost
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/22844996971 Upstream-Ref: Automattic/jetpack@fae73b8
1 parent 1fbcbf7 commit 8b671c9

File tree

84 files changed

+2724
-2652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2724
-2652
lines changed

CHANGELOG.md

Lines changed: 247 additions & 16 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Boost your WordPress site's performance, from the creators of Jetpack",
44
"type": "library",
55
"license": "GPL-2.0-or-later",
6-
"version": "4.5.8-alpha",
6+
"version": "4.5.8-beta",
77
"authors": [
88
{
99
"name": "Automattic, Inc.",
@@ -14,27 +14,26 @@
1414
"prefer-stable": true,
1515
"require": {
1616
"ext-json": "*",
17-
"automattic/jetpack-admin-ui": "^0.5.12-alpha",
18-
"automattic/jetpack-assets": "^4.3.26",
17+
"automattic/jetpack-admin-ui": "^0.5.12",
18+
"automattic/jetpack-assets": "^4.3.27",
1919
"automattic/jetpack-autoloader": "^5.0.16",
2020
"automattic/jetpack-boost-core": "^0.4.3",
2121
"automattic/jetpack-boost-speed-score": "^0.4.12",
2222
"automattic/jetpack-composer-plugin": "^4.0.5",
2323
"automattic/jetpack-config": "^3.1.1",
24-
"automattic/jetpack-connection": "^8.0.3-alpha",
24+
"automattic/jetpack-connection": "^8.0.3",
2525
"automattic/jetpack-device-detection": "^3.4.0",
2626
"automattic/jetpack-image-cdn": "^0.7.24",
27-
"automattic/jetpack-my-jetpack": "^5.31.9-alpha",
28-
"automattic/jetpack-plugin-deactivation": "^0.3.25-alpha",
27+
"automattic/jetpack-my-jetpack": "^5.31.9",
28+
"automattic/jetpack-plugin-deactivation": "^0.3.25",
2929
"automattic/jetpack-schema": "^0.2.7",
3030
"automattic/jetpack-status": "^6.1.2",
31-
"automattic/jetpack-sync": "^4.32.0-alpha",
31+
"automattic/jetpack-sync": "^4.32.0",
3232
"automattic/jetpack-wp-js-data-sync": "^0.6.8",
3333
"matthiasmullie/minify": "^1.3"
3434
},
3535
"require-dev": {
3636
"automattic/jetpack-changelogger": "^6.0.14",
37-
"automattic/jetpack-test-environment": "@dev",
3837
"automattic/phpunit-select-config": "^1.0.3",
3938
"brain/monkey": "^2.6.2",
4039
"yoast/phpunit-polyfills": "^4.0.0"
@@ -77,12 +76,13 @@
7776
"platform": {
7877
"ext-intl": "0.0.0"
7978
},
80-
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ4_5_8_alpha",
79+
"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ4_5_8_beta",
8180
"allow-plugins": {
8281
"automattic/jetpack-autoloader": true,
8382
"automattic/jetpack-composer-plugin": true
8483
}
8584
},
85+
"repositories": [],
8686
"extra": {
8787
"mirror-repo": "Automattic/jetpack-boost-production",
8888
"autorelease": true,
@@ -97,6 +97,9 @@
9797
"wp-svn-autopublish": true,
9898
"changelogger": {
9999
"link-template": "https://github.com/Automattic/jetpack-boost-production/compare/${old}...${new}"
100-
}
100+
},
101+
"non-mirrored-require-dev": [
102+
"automattic/jetpack-test-environment"
103+
]
101104
}
102105
}

jetpack-boost.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Jetpack Boost
1010
* Plugin URI: https://jetpack.com/boost
1111
* Description: Boost your WordPress site's performance, from the creators of Jetpack
12-
* Version: 4.5.8-alpha
12+
* Version: 4.5.8-beta
1313
* Author: Automattic - Jetpack Site Speed team
1414
* Author URI: https://jetpack.com/boost/
1515
* License: GPL-2.0+
@@ -29,7 +29,7 @@
2929
die( 0 );
3030
}
3131

32-
define( 'JETPACK_BOOST_VERSION', '4.5.8-alpha' );
32+
define( 'JETPACK_BOOST_VERSION', '4.5.8-beta' );
3333
define( 'JETPACK_BOOST_SLUG', 'jetpack-boost' );
3434

3535
if ( ! defined( 'JETPACK_BOOST_CLIENT_NAME' ) ) {

jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt

Lines changed: 90 additions & 88 deletions
Large diffs are not rendered by default.

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.14",
11+
"automattic/jetpack-changelogger": "^6.0.5",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.5.12-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.5.12] - 2026-03-09
129
### Changed
13-
- Simplify Akismet admin menu title from 'Akismet Anti-spam' to 'Anti-spam'.
10+
- Simplify Akismet admin menu title from 'Akismet Anti-spam' to 'Anti-spam'. [#47417]
1411

1512
## [0.5.11] - 2025-08-04
1613
### Changed
@@ -219,7 +216,7 @@ This is an alpha version! The changes listed here are not final.
219216
### Fixed
220217
- Fixing menu visibility issues.
221218

222-
[0.5.12-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.11...0.5.12-alpha
219+
[0.5.12]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.11...0.5.12
223220
[0.5.11]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.10...0.5.11
224221
[0.5.10]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.9...0.5.10
225222
[0.5.9]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.8...0.5.9

jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Admin_Menu {
1515

16-
const PACKAGE_VERSION = '0.5.12-alpha';
16+
const PACKAGE_VERSION = '0.5.12';
1717

1818
/**
1919
* Whether this class has been initialized

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.3.27] - 2026-03-09
9+
### Changed
10+
- Update dependencies. [#42554]
11+
812
## [4.3.26] - 2026-02-26
913
### Changed
1014
- Update package dependencies. [#47300]
@@ -792,6 +796,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
792796

793797
- Statically access asset tools
794798

799+
[4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27
795800
[4.3.26]: https://github.com/Automattic/jetpack-assets/compare/v4.3.25...v4.3.26
796801
[4.3.25]: https://github.com/Automattic/jetpack-assets/compare/v4.3.24...v4.3.25
797802
[4.3.24]: https://github.com/Automattic/jetpack-assets/compare/v4.3.23...v4.3.24

jetpack_vendor/automattic/jetpack-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"browserslist": "extends @wordpress/browserslist-config",
1414
"dependencies": {
15-
"@automattic/jetpack-script-data": "^0.6.1-alpha",
15+
"@automattic/jetpack-script-data": "^0.6.1",
1616
"@wordpress/i18n": "6.13.0",
1717
"react": "18.3.1"
1818
},

jetpack_vendor/automattic/jetpack-boost-core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^8.0.3-alpha"
8+
"automattic/jetpack-connection": "^8.0.0"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",

0 commit comments

Comments
 (0)