Skip to content

Commit f1e32fd

Browse files
manzoorwanijkmatticbot
authored andcommitted
Backport jetpack 15.5-a.1 changes (#46541)
* Changelog and readme.txt edits. * Update stable tag in readme.txt * Use code block for method name Co-authored-by: Gergely Márk Juhász <[email protected]> --------- Co-authored-by: Gergely Márk Juhász <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20914955779 Upstream-Ref: Automattic/jetpack@2f598ab
1 parent f953c90 commit f1e32fd

File tree

59 files changed

+611
-658
lines changed

Some content is hidden

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

59 files changed

+611
-658
lines changed

CHANGELOG.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22

33
### This is a list detailing changes for all Jetpack releases.
44

5-
## 15.5-a.0 - unreleased
5+
## 15.5-a.2 - unreleased
66

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

9+
### Bug fixes
10+
- Slideshow: Ensure slideshows do not stretch to parent container width on mobile if no list height is set.
11+
12+
## 15.5-a.1 - 2026-01-12
913
### Enhancements
10-
- Forms: add form editor
11-
- Forms: allow merging two options together with backspace
12-
- IDC: Add revalidation of IDC.
14+
- Forms: Add form editor. [#46444]
15+
- Forms: Allow merging two options together with backspace. [#46507]
16+
- IDC: Add revalidation of IDC. [#46268]
1317

1418
### Bug fixes
15-
- AI Search: Prevent AI Search from disappearing when returning certain responses.
16-
- Forms: fix date exports.
17-
- Slideshow: Ensure slideshows do not stretch to parent container width on mobile if no list height is set.
18-
- UI: Prevent social modals in editor from stretching too wide on large screens.
19+
- AI Search: Prevent AI Search from disappearing when returning certain responses. [#46476]
20+
- Forms: Fix date exports. [#46445]
21+
- UI: Prevent social modals in editor from stretching too wide on large screens. [#46400]
1922

2023
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
21-
- Comments API: Use end-user's IP-address for JSON API requests.
22-
- Gating for the donations block
23-
- Gating for the payment buttons block
24-
- Gating for the PayPal payment buttons block
25-
- Updated package dependencies.
26-
- Update package dependencies.
24+
- Comments API: Use end-user's IP-address for JSON API requests. [#46494]
25+
- Gate donations block behind conditional features. [#46499]
26+
- Gate payment buttons block behind conditional features. [#46513]
27+
- Gate PayPal payment buttons block behind conditional features. [#46536]
28+
- Update dependencies. [#46467] [#46489] [#46456] [#46512]
2729

2830
## 15.4 - 2026-01-06
2931
### Enhancements

class.jetpack-gutenberg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Jetpack_Gutenberg {
7575
* and don't appear in features_data['available']. This only affects the upsell
7676
* message shown to users.
7777
*
78-
* @since 15.5-a.0
78+
* @since 15.5
7979
* @var array Feature slug => minimum WordPress.com plan slug.
8080
*/
8181
private static $wpcom_minimum_plan_fallbacks = array(

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,45 @@
1717
"automattic/jetpack-admin-ui": "^0.5.11",
1818
"automattic/jetpack-assets": "^4.3.19",
1919
"automattic/jetpack-autoloader": "^5.0.15",
20-
"automattic/jetpack-backup": "^4.2.36-alpha",
20+
"automattic/jetpack-backup": "^4.2.36",
2121
"automattic/jetpack-blaze": "^0.26.23",
22-
"automattic/jetpack-blocks": "^3.3.0-alpha",
22+
"automattic/jetpack-blocks": "^3.3.0",
2323
"automattic/jetpack-boost-speed-score": "^0.4.12",
24-
"automattic/jetpack-classic-theme-helper": "^0.14.9-alpha",
24+
"automattic/jetpack-classic-theme-helper": "^0.14.9",
2525
"automattic/jetpack-compat": "^4.0.1",
2626
"automattic/jetpack-composer-plugin": "^4.0.5",
2727
"automattic/jetpack-config": "^3.1.1",
28-
"automattic/jetpack-connection": "^6.20.1-alpha",
28+
"automattic/jetpack-connection": "^6.20.1",
2929
"automattic/jetpack-constants": "^3.0.8",
3030
"automattic/jetpack-device-detection": "^3.3.0",
3131
"automattic/jetpack-error": "^3.0.6",
32-
"automattic/jetpack-external-connections": "^0.1.11-alpha",
33-
"automattic/jetpack-external-media": "^0.7.3-alpha",
34-
"automattic/jetpack-forms": "^7.3.0-alpha",
32+
"automattic/jetpack-external-connections": "^0.1.11",
33+
"automattic/jetpack-external-media": "^0.7.3",
34+
"automattic/jetpack-forms": "^7.3.0",
3535
"automattic/jetpack-image-cdn": "^0.7.24",
3636
"automattic/jetpack-import": "^0.9.13",
3737
"automattic/jetpack-ip": "^0.4.10",
3838
"automattic/jetpack-jitm": "^4.3.14",
3939
"automattic/jetpack-licensing": "^3.1.3",
4040
"automattic/jetpack-logo": "^3.0.5",
4141
"automattic/jetpack-masterbar": "^0.27.7",
42-
"automattic/jetpack-my-jetpack": "^5.29.3-alpha",
43-
"automattic/jetpack-newsletter": "^0.1.4-alpha",
44-
"automattic/jetpack-paypal-payments": "^0.6.0-alpha",
42+
"automattic/jetpack-my-jetpack": "^5.29.4-alpha",
43+
"automattic/jetpack-newsletter": "^0.1.4",
44+
"automattic/jetpack-paypal-payments": "^0.6.0",
4545
"automattic/jetpack-plugins-installer": "^0.5.7",
46-
"automattic/jetpack-post-list": "^0.9.1-alpha",
47-
"automattic/jetpack-publicize": "^0.69.2-alpha",
46+
"automattic/jetpack-post-list": "^0.9.1",
47+
"automattic/jetpack-publicize": "^0.69.2",
4848
"automattic/jetpack-redirect": "^3.0.9",
4949
"automattic/jetpack-roles": "^3.0.8",
50-
"automattic/jetpack-search": "^0.54.10-alpha",
50+
"automattic/jetpack-search": "^0.54.10",
5151
"automattic/jetpack-stats": "^0.17.7",
5252
"automattic/jetpack-stats-admin": "^0.30.4",
5353
"automattic/jetpack-status": "^6.1.2",
5454
"automattic/jetpack-subscribers-dashboard": "^0.4.13",
5555
"automattic/jetpack-sync": "^4.25.0-alpha",
56-
"automattic/jetpack-videopress": "^0.33.1-alpha",
56+
"automattic/jetpack-videopress": "^0.33.1",
5757
"automattic/jetpack-waf": "^0.27.9",
58-
"automattic/woocommerce-analytics": "^0.13.4-alpha"
58+
"automattic/woocommerce-analytics": "^0.13.4"
5959
},
6060
"require-dev": {
6161
"antecedent/patchwork": "^2.2",
@@ -102,7 +102,7 @@
102102
"platform": {
103103
"ext-intl": "0.0.0"
104104
},
105-
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_5_a_0",
105+
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_5_a_2",
106106
"allow-plugins": {
107107
"automattic/jetpack-autoloader": true,
108108
"automattic/jetpack-composer-plugin": true

jetpack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://jetpack.com
55
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
66
* Author: Automattic
7-
* Version: 15.5-a.0
7+
* Version: 15.5-a.2
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -37,7 +37,7 @@
3737

3838
if ( ! defined( 'JETPACK__VERSION' ) ) {
3939
// This breaks the project version checks when a one-liner.
40-
define( 'JETPACK__VERSION', '15.5-a.0' );
40+
define( 'JETPACK__VERSION', '15.5-a.2' );
4141
}
4242
defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '6.7' );
4343
defined( 'JETPACK__MINIMUM_PHP_VERSION' ) || define( 'JETPACK__MINIMUM_PHP_VERSION', '7.2' );

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

1512
## [4.2.35] - 2025-12-22
1613
### Changed
@@ -1009,7 +1006,7 @@ This is an alpha version! The changes listed here are not final.
10091006

10101007
- Add API endpoints and Jetpack Backup package for managing Help…
10111008

1012-
[4.2.36-alpha]: https://github.com/Automattic/jetpack-backup/compare/v4.2.35...v4.2.36-alpha
1009+
[4.2.36]: https://github.com/Automattic/jetpack-backup/compare/v4.2.35...v4.2.36
10131010
[4.2.35]: https://github.com/Automattic/jetpack-backup/compare/v4.2.34...v4.2.35
10141011
[4.2.34]: https://github.com/Automattic/jetpack-backup/compare/v4.2.33...v4.2.34
10151012
[4.2.33]: https://github.com/Automattic/jetpack-backup/compare/v4.2.32...v4.2.33

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Package_Version {
1818

19-
const PACKAGE_VERSION = '4.2.36-alpha';
19+
const PACKAGE_VERSION = '4.2.36';
2020

2121
const PACKAGE_SLUG = 'backup';
2222

jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ 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-
## [3.3.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [3.3.0] - 2026-01-12
129
### Changed
13-
- Gating for the payment buttons block
14-
- Gating for the PayPal payment buttons block
10+
- Gate payment buttons block behind conditional features. [#46513]
11+
- Gate PayPal payment buttons block behind conditional features. [#46536]
1512

1613
## [3.2.0] - 2026-01-09
1714
### Changed
18-
- Gating for the donations block [#46499]
15+
- Gate donations block behind conditional features. [#46499]
1916

2017
## [3.1.1] - 2025-08-14
2118
### Added
@@ -263,7 +260,7 @@ This is an alpha version! The changes listed here are not final.
263260

264261
- Blocks: introduce new package for block management
265262

266-
[3.3.0-alpha]: https://github.com/Automattic/jetpack-blocks/compare/v3.2.0...v3.3.0-alpha
263+
[3.3.0]: https://github.com/Automattic/jetpack-blocks/compare/v3.2.0...v3.3.0
267264
[3.2.0]: https://github.com/Automattic/jetpack-blocks/compare/v3.1.1...v3.2.0
268265
[3.1.1]: https://github.com/Automattic/jetpack-blocks/compare/v3.1.0...v3.1.1
269266
[3.1.0]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.10...v3.1.0

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.9-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.14.9] - 2026-01-12
129
### Fixed
13-
- Add missing jetpack-blocks dependency required for Blocks::is_fse_theme() usage.
10+
- Add missing jetpack-blocks dependency required for `Blocks::is_fse_theme()` usage. [#46489]
1411

1512
## [0.14.8] - 2026-01-09
1613
### Changed
@@ -440,7 +437,7 @@ This is an alpha version! The changes listed here are not final.
440437
### Changed
441438
- Add wordpress folder on gitignore. [#37177]
442439

443-
[0.14.9-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.8...v0.14.9-alpha
440+
[0.14.9]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.8...v0.14.9
444441
[0.14.8]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.7...v0.14.8
445442
[0.14.7]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.6...v0.14.7
446443
[0.14.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.14.5...v0.14.6

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.9-alpha';
21+
const PACKAGE_VERSION = '0.14.9';
2222

2323
/**
2424
* Modules to include.

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

Lines changed: 4 additions & 7 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-
## [6.20.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.20.1] - 2026-01-12
129
### Changed
13-
- Added transients to prevent excessive remote calls.
10+
- Add transients to prevent excessive remote calls. [#46503]
1411

1512
## [6.20.0] - 2026-01-07
1613
### Added
17-
- IDC: add revalidation for IDCs. [#46268]
14+
- IDC: Add revalidation for IDCs. [#46268]
1815

1916
### Changed
2017
- Update package dependencies. [#46456]
@@ -1686,7 +1683,7 @@ This is an alpha version! The changes listed here are not final.
16861683

16871684
- Separate the connection library into its own package.
16881685

1689-
[6.20.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.20.0...v6.20.1-alpha
1686+
[6.20.1]: https://github.com/Automattic/jetpack-connection/compare/v6.20.0...v6.20.1
16901687
[6.20.0]: https://github.com/Automattic/jetpack-connection/compare/v6.19.13...v6.20.0
16911688
[6.19.13]: https://github.com/Automattic/jetpack-connection/compare/v6.19.12...v6.19.13
16921689
[6.19.12]: https://github.com/Automattic/jetpack-connection/compare/v6.19.11...v6.19.12

0 commit comments

Comments
 (0)