Skip to content

Commit 5394bb2

Browse files
committed
Update Jetpack plugin from 15.5 to 15.6
1 parent eb17e10 commit 5394bb2

File tree

863 files changed

+80367
-49277
lines changed

Some content is hidden

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

863 files changed

+80367
-49277
lines changed

wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php //phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
22

33
use Automattic\Jetpack\Assets;
4+
use Automattic\Jetpack\Post_Media\Images;
45
use Automattic\Jetpack\Stats\Tracking_Pixel as Stats_Tracking_Pixel;
56
use Automattic\Jetpack\Sync\Functions;
67

@@ -228,7 +229,7 @@ private static function add_site_icon_to_metadata( $metadata ) {
228229
* @return array Metadata.
229230
*/
230231
private static function add_image_to_metadata( $metadata, $post ) {
231-
$image = Jetpack_PostImages::get_image(
232+
$image = Images::get_image(
232233
$post->ID,
233234
array(
234235
'fallback_to_avatars' => true,

wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
white-space: -moz-pre-wrap;
5353
white-space: -pre-wrap;
5454
white-space: -o-pre-wrap;
55-
word-wrap: break-word;
55+
overflow-wrap: break-word;
5656
}

wp-content/plugins/jetpack/CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,91 @@
22

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

5+
## 15.6 - 2026-03-03
6+
### Enhancements
7+
- AI Assistant: Add `jetpack_ai_assistant_generation_complete` action hook for cross-package communication. [#47267]
8+
- AI Sidebar: Add `jetpack.ai.imageGenerationHandler` filter to allow external plugins (e.g. Image Studio) to replace the built-in AI image generation flow for the "Get Featured Image" entry point. [#47124]
9+
- Block Editor: Make Jetpack logo display behavior consistent across SEO and AI panels. Logo now appears in global contexts (document settings, pre-publish, post-publish) but not in the Jetpack sidebar. [#47094]
10+
- Form Notifications: Add new HTML email template design with respondent info header, metadata section, and improved action buttons. [#47022]
11+
- Forms: Allow Accordion, Details, and Icon blocks in forms, and Icon block to be added inside the file upload dropzone. [#47121]
12+
- Forms: Allow customizing other option in radio field. [#46461]
13+
- Forms: Allow filtering Forms dashboard URL. [#47039]
14+
- Forms: Create new forms in same tab. [#47098]
15+
- Forms: Render images from image select fields on email notifications. [#47160]
16+
- Forms: Replace dashicon with SVG icon and add tooltip to admin bar "Form Responses" link. [#47120]
17+
- Forms: Update response sidebar styles. [#46929]
18+
- Forms: Use integer format for response count in dataviews. [#47381]
19+
- Image Studio: Add Image Studio plugin support to block editor and media library. [#47063]
20+
- Post Images: Add `jetpack-ignore-thumbnail` CSS class and `jetpack_postimages_exclude_image` filter to exclude specific images from post image discovery. [#47183]
21+
- Reader: Add Discover card to Reader settings page to highlight feature benefits. [#47089]
22+
- SEO: Add Canonical URLs module for archive pages to prevent duplicate content in search engines. [#47234]
23+
- SEO: Add social link previews to the SEO tools UI. [#47142]
24+
- Site: Ensure `is_garden` is included in default site fields for server-side rendering. [#47123]
25+
- Social: Add visual dot to active connection in preview modal. [#47218]
26+
- Sync: Add `clear-queue` REST endpoint to allow clearing a Sync queue. [#47303]
27+
- Update external menu links to display an arrow indicator for improved performance and a more modern appearance. [#47076]
28+
- VideoPress: Accept SRT subtitle files for upload alongside VTT. [#46978]
29+
- WordPress.com Reader: Add new option to show a link to the WordPress.com Reader in the admin bar. [#46781]
30+
- WordPress.com Reader: Automatically enable the admin bar link on sites newly connected to WordPress.com. [#47033]
31+
32+
### Bug fixes
33+
- AI Assistant: Restore Jetpack logo in pre-publish panel where branding is not otherwise apparent. [#47081]
34+
- Block Editor Assets: Fix Gutenberg asset detection when assets are served from a CDN. [#47072]
35+
- Forms: Create new form pages without a placeholder title. [#47383]
36+
- Forms: Fix duplicate title in plain text form submission notification emails. [#47291]
37+
- Forms: Fix extra margin on badges in the forms dashboard. [#47377]
38+
- Forms: Fix IP address lookup link in response inspector. [#46969]
39+
- Forms: Prevent fatal error when rendering image-select fields with invalid image payloads. [#47236]
40+
- Full Sync: Fix chunk size adjustment when sync is stuck to correctly preserve adjusted chunk size and stuck count across invocations. [#47293]
41+
- Image Studio: Fix console warnings. [#47353]
42+
- Sharing: Fix LinkedIn sharing by updating to the current share URL endpoint. [#47008]
43+
- Sharing: Remove Pocket sharing button. [#46879]
44+
- Shortcode embeds: Improve handling of YouTube shorts in embeds. [#47156]
45+
- Slideshow: Fix an issue with sizing when images are lazily loaded. [#46924]
46+
- Slideshow: Fix doubled navigation arrows. [#47262]
47+
- Slideshow block: Fix further issues with aspect ratio. [#47225]
48+
- Social: Fix Threads social preview for posts with gallery. [#47322]
49+
- Social: Fix Tumblr preview to prioritize custom message when it is set. [#47075]
50+
- Social: Refresh plan features on post-checkout redirect. [#46961]
51+
- Social Icons: Update documentation links for available icons. [#46391]
52+
- Subscriptions: Stop appending the “View post … subscribe” message to post excerpts in subscription emails. [#47311]
53+
- Subscriptions Block: Make excerpt filter more broad. [#46599]
54+
- Sync: Fix sync health check to verify queue size and lag before allowing status to be set to `in_sync`. [#47323]
55+
56+
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
57+
- Admin: Remove default WordPress footer on Jetpack admin pages. [#46876]
58+
- Admin dashboard: add new "Reader" section. [#46779]
59+
- Admin Menu: Add `inlineIcon` support to the admin-menu REST endpoint. [#47146]
60+
- AI: Remove Chrome AI built-in API experiment code. [#46896]
61+
- AI Assistant: Remove Jetpack logo from Improve with AI panel in the Page sidebar. [#47040]
62+
- Compatibility: Clean up deprecated CSS. [#47067]
63+
- Cover RESTful JSON API with unit tests. [#46940]
64+
- Cover the JSON API posts endpoint with unit tests. [#46939]
65+
- Hide backup and restore messaging on non-Business WPCom plans. [#47227]
66+
- Image Studio: Enqueue string translations for non-English locales. [#47215]
67+
- Image Studio: Only enable when AI features are available. [#47315]
68+
- Internal: Add unit tests for MCP actor fields in sync listener. [#47244]
69+
- Janitorial: Clean up to-test.md. [#46943]
70+
- Move IDC stats from Jetpack plugin to connection package. [#46967]
71+
- Newsletters: Add JP branding to dashboard widget. [#47387]
72+
- Recommendations: Drop redundant PNG fallback images in favor of WebP, reducing plugin zip size by ~7 MB. [#47071]
73+
- Reduce plugin zip size by converting vendored package images from PNG to WebP. [#47083]
74+
- Remove Jetpack header from Settings => Sharing on WPCom sites. [#47221]
75+
- Remove Summer Special references and clean up code. [#46850]
76+
- Remove `baseUrl` from `tsconfig` for `tsgo` migration. [#47374]
77+
- Replace `Jetpack_PostImages` usage with the new `Post_Media` `Images` class. [#47249]
78+
- SEO: Move the Optimize SEO panel from the Jetpack sidebar to the document settings panel. [#47045]
79+
- Sync: Add per-request in-memory cache in the Listener to reduce `get_transient` calls during action queue checks. [#47282]
80+
- Sync: Store `last_item` in status to improve Full Sync performance. [#47292]
81+
- Twitter Cards: Deprecate `Jetpack_Twitter_Cards` class in favor of `Automattic\Jetpack\Post_Media\Twitter_Cards`. [#47169]
82+
- Update package dependencies. [#46936] [#47002] [#47021]
83+
- Update package dependencies. [#47099]
84+
- Update package dependencies. [#47131] [#47173] [#47247]
85+
- Update package dependencies. [#47285] [#47288] [#47300]
86+
- Update package dependencies. [#47371]
87+
- VideoPress: Improve attachment details display with proper i18n support and WordPress core styling. [#46458]
88+
- WordPress.com Reader: Load feature in new module. [#46783]
89+
590
## 15.5 - 2026-02-03
691
### Major Enhancements
792
- General: Update minimum WordPress version to 6.8. [#46801]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '6a64ce7a59df6f9f8732');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '11d4e07ea3b643aab2fb');

wp-content/plugins/jetpack/_inc/blocks/ai-chat/view.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '1d9dcc77ea6865ff7d3d');
1+
<?php return array('dependencies' => array(), 'version' => '1560a8b56ac74bb3a3aa');

wp-content/plugins/jetpack/_inc/blocks/blogging-prompt/view.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '6d8907ec06a9eccdd98c');
1+
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'ad1e5e301e02738a2d32');

wp-content/plugins/jetpack/_inc/blocks/blogroll/view.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)