Skip to content

Commit 96586eb

Browse files
robertsreberskimatticbot
authored andcommitted
Backport jetpack 16.0-a.5 changes (#49962)
* Baseline changelogger run * Refined changelog * Changelog and readme.txt edits. * Update stable tag in readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/28167992302 Upstream-Ref: Automattic/jetpack@02543fe
1 parent 994eda9 commit 96586eb

21 files changed

Lines changed: 102 additions & 129 deletions

File tree

jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +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.27.24-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.27.24] - 2026-06-25
129
### Changed
13-
- Defer Blaze REST controller instantiation so the controller classes only load on REST API requests.
14-
- Update package dependencies.
10+
- Defer Blaze REST controller instantiation so the controller classes only load on REST API requests. [#49803]
11+
- Update package dependencies. [#49831]
1512

1613
## [0.27.23] - 2026-06-22
1714
### Changed
@@ -864,7 +861,7 @@ This is an alpha version! The changes listed here are not final.
864861
### Changed
865862
- Updated package dependencies. [#27906]
866863

867-
[0.27.24-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.27.23...v0.27.24-alpha
864+
[0.27.24]: https://github.com/automattic/jetpack-blaze/compare/v0.27.23...v0.27.24
868865
[0.27.23]: https://github.com/automattic/jetpack-blaze/compare/v0.27.22...v0.27.23
869866
[0.27.22]: https://github.com/automattic/jetpack-blaze/compare/v0.27.21...v0.27.22
870867
[0.27.21]: https://github.com/automattic/jetpack-blaze/compare/v0.27.20...v0.27.21

jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Dashboard {
2121
*
2222
* @var string
2323
*/
24-
const PACKAGE_VERSION = '0.27.24-alpha';
24+
const PACKAGE_VERSION = '0.27.24';
2525

2626
/**
2727
* List of dependencies needed to render the dashboard in wp-admin.

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

1512
## [0.14.32] - 2026-06-22
1613
### Changed
@@ -540,7 +537,7 @@ This is an alpha version! The changes listed here are not final.
540537
### Changed
541538
- Add wordpress folder on gitignore. [#37177]
542539

543-
[0.14.33-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.32...v0.14.33-alpha
540+
[0.14.33]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.32...v0.14.33
544541
[0.14.32]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.31...v0.14.32
545542
[0.14.31]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.30...v0.14.31
546543
[0.14.30]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.29...v0.14.30

jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Main {
2020

21-
const PACKAGE_VERSION = '0.14.33-alpha';
21+
const PACKAGE_VERSION = '0.14.33';
2222

2323
/**
2424
* Modules to include.

jetpack_vendor/automattic/jetpack-connection/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-
## [8.7.4-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [8.7.4] - 2026-06-25
129
### Changed
13-
- Heartbeat: Report the missing connection owner and XML-RPC error stats for all connected sites.
10+
- Heartbeat: Report the missing connection owner and XML-RPC error stats for all connected sites. [#49922]
1411

1512
## [8.7.3] - 2026-06-24
1613
### Changed
@@ -1930,7 +1927,7 @@ This is an alpha version! The changes listed here are not final.
19301927

19311928
- Separate the connection library into its own package.
19321929

1933-
[8.7.4-alpha]: https://github.com/Automattic/jetpack-connection/compare/v8.7.3...v8.7.4-alpha
1930+
[8.7.4]: https://github.com/Automattic/jetpack-connection/compare/v8.7.3...v8.7.4
19341931
[8.7.3]: https://github.com/Automattic/jetpack-connection/compare/v8.7.2...v8.7.3
19351932
[8.7.2]: https://github.com/Automattic/jetpack-connection/compare/v8.7.1...v8.7.2
19361933
[8.7.1]: https://github.com/Automattic/jetpack-connection/compare/v8.7.0...v8.7.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ public function get_signed_token( $token ) {
27782778
* If the site-level connection is active, add the list of plugins using connection to the heartbeat (except Jetpack itself)
27792779
*
27802780
* @since 6.11.0 Add the list of Jetpack package versions to the heartbeat.
2781-
* @since 8.7.4-alpha Add the missing connection owner and XML-RPC error stats to the heartbeat.
2781+
* @since 8.7.4 Add the missing connection owner and XML-RPC error stats to the heartbeat.
27822782
*
27832783
* @param array $stats The Heartbeat stats array.
27842784
* @return array $stats
@@ -2821,7 +2821,7 @@ public function add_stats_to_heartbeat( $stats ) {
28212821
* that the error occurred via a Jetpack option and send that data back in the
28222822
* heartbeat. All this does is record the error code, but it's enough to find trends.
28232823
*
2824-
* @since 8.7.4-alpha
2824+
* @since 8.7.4
28252825
*
28262826
* @param \WP_Error $xmlrpc_error The error produced during signature validation.
28272827
* @return void

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '8.7.4-alpha';
15+
const PACKAGE_VERSION = '8.7.4';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

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

1512
## [0.27.29] - 2026-06-22
1613
### Changed
@@ -601,7 +598,7 @@ This is an alpha version! The changes listed here are not final.
601598
- Notifications: Change Icon [#37676]
602599
- Updated package dependencies. [#37669] [#37706]
603600

604-
[0.27.30-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.27.29...v0.27.30-alpha
601+
[0.27.30]: https://github.com/Automattic/jetpack-masterbar/compare/v0.27.29...v0.27.30
605602
[0.27.29]: https://github.com/Automattic/jetpack-masterbar/compare/v0.27.28...v0.27.29
606603
[0.27.28]: https://github.com/Automattic/jetpack-masterbar/compare/v0.27.27...v0.27.28
607604
[0.27.27]: https://github.com/Automattic/jetpack-masterbar/compare/v0.27.26...v0.27.27

jetpack_vendor/automattic/jetpack-masterbar/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.27.30-alpha';
17+
const PACKAGE_VERSION = '0.27.30';
1818

1919
/**
2020
* Initializer.

jetpack_vendor/automattic/jetpack-podcast/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ 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-
## [1.2.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [1.2.0] - 2026-06-25
129
### Added
13-
- Register the Podcast submenu under the Jetpack menu on self-hosted sites when the module is active.
10+
- Register the Podcast submenu under the Jetpack menu on self-hosted sites when the module is active. [#49918]
1411

1512
### Changed
16-
- Defer podcast REST endpoint instantiation so the endpoint classes only load on REST API requests.
17-
- Update package dependencies.
13+
- Defer podcast REST endpoint instantiation so the endpoint classes only load on REST API requests. [#49803]
14+
- Update package dependencies. [#49831]
1815

1916
## [1.1.1] - 2026-06-22
2017
### Changed
@@ -139,7 +136,7 @@ This is an alpha version! The changes listed here are not final.
139136
- Dashboard: Replace the wp-build placeholder with page chrome and tab navigation. [#48559]
140137
- Dashboard: Slim down wp-build wiring to the Backup pattern. [#48600]
141138

142-
[1.2.0-alpha]: https://github.com/Automattic/jetpack-podcast/compare/v1.1.1...v1.2.0-alpha
139+
[1.2.0]: https://github.com/Automattic/jetpack-podcast/compare/v1.1.1...v1.2.0
143140
[1.1.1]: https://github.com/Automattic/jetpack-podcast/compare/v1.1.0...v1.1.1
144141
[1.1.0]: https://github.com/Automattic/jetpack-podcast/compare/v1.0.2...v1.1.0
145142
[1.0.2]: https://github.com/Automattic/jetpack-podcast/compare/v1.0.1...v1.0.2

0 commit comments

Comments
 (0)