File tree Expand file tree Collapse file tree
jetpack-classic-theme-helper
jetpack-wp-build-polyfills Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 1818 */
1919class Main {
2020
21- const PACKAGE_VERSION = '0.14.33-alpha ' ;
21+ const PACKAGE_VERSION = '0.14.33 ' ;
2222
2323 /**
2424 * Modules to include.
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1212 */
1313class 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
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 1414 */
1515class Main {
1616
17- const PACKAGE_VERSION = '0.27.30-alpha ' ;
17+ const PACKAGE_VERSION = '0.27.30 ' ;
1818
1919 /**
2020 * Initializer.
Original file line number Diff line number Diff line change @@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
You can’t perform that action at this time.
0 commit comments