Skip to content

Commit e0fccfc

Browse files
LiamSarsfieldmatticbot
authored andcommitted
Backport boost 4.6.1-beta changes (#49517)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/27266945562 Upstream-Ref: Automattic/jetpack@c2a494c
1 parent 41c4f25 commit e0fccfc

16 files changed

Lines changed: 183 additions & 198 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"automattic/jetpack-composer-plugin": "^4.0.8",
99
"automattic/jetpack-config": "^3.1.3",
1010
"automattic/jetpack-connection": "^8.6.0",
11-
"automattic/jetpack-my-jetpack": "^5.38.3-alpha",
11+
"automattic/jetpack-my-jetpack": "^5.38.3",
1212
"automattic/jetpack-search": "^7.2.2-alpha",
1313
"automattic/jetpack-stats": "^0.19.5-alpha",
1414
"automattic/jetpack-status": "^6.1.7",
15-
"automattic/jetpack-sync": "^4.42.0-alpha"
15+
"automattic/jetpack-sync": "^4.42.0"
1616
},
1717
"require-dev": {
1818
"automattic/phpunit-select-config": "^1.0.8",

jetpack_vendor/automattic/jetpack-agents-manager/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +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-
## [0.3.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.3.2] - 2026-06-10
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#49273]
11+
- Update package dependencies. [#49492]
1412

1513
## [0.3.1] - 2026-06-08
1614
### Changed
@@ -33,7 +31,7 @@ This is an alpha version! The changes listed here are not final.
3331
- Agents Manager: Allow overriding variant and sectionName through filters [#49283]
3432
- Initial version, extracted from Jetpack MU WPCOM to its own package for external consumption. [#49202]
3533

36-
[0.3.2-alpha]: https://github.com/Automattic/jetpack-agents-manager/compare/v0.3.1...v0.3.2-alpha
34+
[0.3.2]: https://github.com/Automattic/jetpack-agents-manager/compare/v0.3.1...v0.3.2
3735
[0.3.1]: https://github.com/Automattic/jetpack-agents-manager/compare/v0.3.0...v0.3.1
3836
[0.3.0]: https://github.com/Automattic/jetpack-agents-manager/compare/v0.2.1...v0.3.0
3937
[0.2.1]: https://github.com/Automattic/jetpack-agents-manager/compare/v0.2.0...v0.2.1

jetpack_vendor/automattic/jetpack-agents-manager/src/class-agents-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Agents_Manager {
1919
*
2020
* @var string
2121
*/
22-
const PACKAGE_VERSION = '0.3.2-alpha';
22+
const PACKAGE_VERSION = '0.3.2';
2323

2424
/**
2525
* Help Center URL for disconnected variants.

jetpack_vendor/automattic/jetpack-assets/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-
## [4.3.43-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.3.43] - 2026-06-10
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#49492]
1411

1512
## [4.3.42] - 2026-06-09
1613
### Changed
@@ -864,7 +861,7 @@ This is an alpha version! The changes listed here are not final.
864861

865862
- Statically access asset tools
866863

867-
[4.3.43-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.3.42...v4.3.43-alpha
864+
[4.3.43]: https://github.com/Automattic/jetpack-assets/compare/v4.3.42...v4.3.43
868865
[4.3.42]: https://github.com/Automattic/jetpack-assets/compare/v4.3.41...v4.3.42
869866
[4.3.41]: https://github.com/Automattic/jetpack-assets/compare/v4.3.40...v4.3.41
870867
[4.3.40]: https://github.com/Automattic/jetpack-assets/compare/v4.3.39...v4.3.40

jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +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-
## [0.4.29-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.4.29] - 2026-06-10
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#49273]
11+
- Update package dependencies. [#49492]
1412

1513
## [0.4.28] - 2026-06-08
1614
### Changed
@@ -370,7 +368,7 @@ This is an alpha version! The changes listed here are not final.
370368
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
371369
- Updated package dependencies. [#38132]
372370

373-
[0.4.29-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.4.28...v0.4.29-alpha
371+
[0.4.29]: https://github.com/Automattic/jetpack-explat/compare/v0.4.28...v0.4.29
374372
[0.4.28]: https://github.com/Automattic/jetpack-explat/compare/v0.4.27...v0.4.28
375373
[0.4.27]: https://github.com/Automattic/jetpack-explat/compare/v0.4.26...v0.4.27
376374
[0.4.26]: https://github.com/Automattic/jetpack-explat/compare/v0.4.25...v0.4.26

jetpack_vendor/automattic/jetpack-explat/src/class-explat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ExPlat {
2020
*
2121
* @var string
2222
*/
23-
const PACKAGE_VERSION = '0.4.29-alpha';
23+
const PACKAGE_VERSION = '0.4.29';
2424

2525
/**
2626
* Initializer.

jetpack_vendor/automattic/jetpack-jitm/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-
## [4.3.40-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [4.3.40] - 2026-06-10
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#49273]
1411

1512
## [4.3.39] - 2026-06-08
1613
### Changed
@@ -1129,7 +1126,7 @@ This is an alpha version! The changes listed here are not final.
11291126

11301127
- Update Jetpack to use new JITM package
11311128

1132-
[4.3.40-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.39...v4.3.40-alpha
1129+
[4.3.40]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.39...v4.3.40
11331130
[4.3.39]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.38...v4.3.39
11341131
[4.3.38]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.37...v4.3.38
11351132
[4.3.37]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.36...v4.3.37

jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class JITM {
2727

28-
const PACKAGE_VERSION = '4.3.40-alpha';
28+
const PACKAGE_VERSION = '4.3.40';
2929

3030
/**
3131
* List of screen IDs where JITMs are allowed to display.

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ 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-
## [5.38.3-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [5.38.3] - 2026-06-10
129
### Changed
13-
- My Jetpack: only show the Help section's Useful links (All Jetpack modules, Debug information) when the Jetpack plugin is active and the user can manage options, to avoid dead-end links for editors or inside other standalone plugins.
14-
- Update package dependencies.
10+
- My Jetpack: only show the Help section's Useful links (All Jetpack modules, Debug information) when the Jetpack plugin is active and the user can manage options, to avoid dead-end links for editors or inside other standalone plugins. [#49277]
11+
- Update package dependencies. [#49273]
12+
- Update package dependencies. [#49492]
1513

1614
## [5.38.2] - 2026-06-08
1715
### Changed
@@ -2713,7 +2711,7 @@ This is an alpha version! The changes listed here are not final.
27132711
### Added
27142712
- Created package
27152713

2716-
[5.38.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.38.2...5.38.3-alpha
2714+
[5.38.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.38.2...5.38.3
27172715
[5.38.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.38.1...5.38.2
27182716
[5.38.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.38.0...5.38.1
27192717
[5.38.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.37.6...5.38.0

jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Initializer {
4040
*
4141
* @var string
4242
*/
43-
const PACKAGE_VERSION = '5.38.3-alpha';
43+
const PACKAGE_VERSION = '5.38.3';
4444

4545
/**
4646
* HTML container ID for the IDC screen on My Jetpack page.

0 commit comments

Comments
 (0)