Skip to content

Commit 08301fa

Browse files
committed
Update Jetpack plugin from 15.1.1 to 15.2
1 parent c5e1a1f commit 08301fa

455 files changed

Lines changed: 9998 additions & 4505 deletions

File tree

Some content is hidden

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

wp-content/plugins/jetpack/3rd-party/debug-bar/class-jetpack-search-debug-bar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class Jetpack_Search_Debug_Bar extends Debug_Bar_Panel {
3434
* Constructor
3535
*/
3636
public function __construct() {
37-
$this->title( esc_html__( 'Jetpack Search', 'jetpack' ) );
37+
/** "Search" is a product name, do not translate. */
38+
$this->title( 'Jetpack Search' );
3839
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
3940
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
4041
add_action( 'login_enqueue_scripts', array( $this, 'enqueue_scripts' ) );

wp-content/plugins/jetpack/CHANGELOG.md

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

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

5+
## 15.2 - 2025-11-04
6+
### Enhancements
7+
- Forms: Add browser info to form responses exports. [#45709]
8+
- Forms: Add emoji flag to the response email next to the IP address. [#45645]
9+
- Forms: Add first and last name variations. [#45517]
10+
- Forms: Add flag next to the IP Address. [#45643]
11+
- Forms: Add integrations store. [#45372] [#45432]
12+
- Forms: Add new integrations list component. [#45648]
13+
- Forms: Add notification settings panel. [#45396]
14+
- Forms: Add read and unread state for new form responses. [#45350]
15+
- Forms: Add required indicator settings and make forms with a single input required by default. [#45300]
16+
- Forms: Add shared ConsentToggle component. [#45556]
17+
- Forms: Add the IP address as the default field in the responses dashboard. [#45704]
18+
- Forms: Add time field. [#45665]
19+
- Forms: Avoid typographic orphans in Forms panels in editor. [#45455]
20+
- Forms: Disable Jetpack CRM integration by default. [#45667]
21+
- Forms: Enable forms push notifications functionality. [#45682]
22+
- Forms: Hide Google export card if disabled. [#45375]
23+
- Forms: Improve the performance of loading the form responses. [#45565]
24+
- Forms: Link IP to lookup service. [#45653]
25+
- Forms: merged email and push notification settings panels. [#45548]
26+
- Forms: Release Image Select Field to production. [#45577]
27+
- Forms: Remove Inbox view action for desktop and leave it just for mobile. [#45444]
28+
- Forms: Reorganize settings to a single panel for rating, slider and phone fields. [#45196]
29+
- Forms: Start storing the country_code based on the IP with the form responses. [#45599]
30+
- Forms: Update "Action after submit" sidebar section. [#45502]
31+
- Forms: Update Inbox empty state notices. [#45421]
32+
- Instant Search: Add global WooCommerce Product Attributes as filter options. [#45416]
33+
- Instant Search: Fix issue where Safari's 'Use advanced tracking and fingerprinting protection' setting breaks Search. [#45588]
34+
- Don't translate product names. [#43961]
35+
- Sharing Buttons block: Update Reddit logo to match updated design. [#45484]
36+
- Sitemaps: Use XMLWriter by default for more performant sitemap generation. [#45527]
37+
- Subscription forms: provide autocomplete attribute for email fields, to help with filling in email addresses. [#44929]
38+
39+
### Improved compatibility
40+
- Custom post types: Ensure features remain available when theme support is added. [#45407]
41+
- Forms: Remove Creative Mail promotion. [#45524]
42+
- Tested up to WordPress 6.9. [#45571]
43+
44+
### Bug fixes
45+
- Forms: Fix a bug where ther responsive modal is not able to be closed. [#45541] [#45557]
46+
- Forms: Fix textarea submission on enter. [#45602]
47+
- Forms: Fix where notices show up so they don't overlap the bottom action bar. [#45616]
48+
- Forms: Prevent the required text from being removed from required fields when creating a form from a pattern. [#45495]
49+
- Forms: Reset the selection on tab switch in dashboard. [#45543]
50+
- Forms: Send emails to the author of the form only if they are able to edit it. [#45515]
51+
- Forms: Simplify the selection on the responses dashboard so that it changes every time to only the valid set of items. [#45618]
52+
- Forms: Stop preloading the integrations endpoint. [#45558]
53+
- Forms: Store the feedback source info with more context. [#45231]
54+
- Instant Search: Handle browser privacy settings stripping out the search query value. [#45533]
55+
- Maps Block: Fix compatibility with MapKit JS version 5.80.0+. [#45476]
56+
- My Jetpack page: Fix visual compatibility issue with Hello Dolly plugin. [#45474]
57+
- Newsletter: Update wording to clarify how the reply-to settings can be used. [#45368]
58+
- Podcast feed: Prevent fatals when content is empty. [#45498]
59+
- Related Posts: Prevent PHP errors when settings are malformed. [#45538]
60+
- Slideshow block: Ensure image size selection is correctly reflected in editor at all times. [#45500]
61+
- Stats: Prevent fatal when chart response is invalid. [#45496]
62+
63+
### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
64+
- API: Ensure API root is set prior to usage. [#45708]
65+
- Blaze: Hide module toggle on WordPress.com sites. [#45499]
66+
- Calendar Reader: Remove debugging statement added to bypass caching. [#45671]
67+
- Comment likes: Prevent PHP warnings if site URL is invalid. [#45420]
68+
- Editor assets endpoint: Mock current screen to avoid fatal errors from plugins/themes. [#45617]
69+
- External media: Prevent site editor performance issues by bringing back previous script enqueue approach. [#45546]
70+
- Fix duplicate tracking event for carousel. [#45720]
71+
- Flex sites: Return the is_wpcom_flex flag from the sites API for deleted sites. [#45719]
72+
- Flex sites: Return the `is_wpcom_flex` flag from the sites API. [#45395]
73+
- Forms: Add browser info to form responses detail view. [#45674]
74+
- Forms: Fix plugin activation state. [#45471]
75+
- Forms: Remove unused `hasAI` from config. [#45522]
76+
- Forms: Remove unused `useFormsConfig` hook. [#45554]
77+
- Forms: Strip period from Terms submission label on the post-submission page. [#45509]
78+
- Phan: Address PhanRedundantCondition, PhanRedundantArrayValuesCall, and PhanPluginRedundantAssignment violations. [#45681]
79+
- Post Images: Ensure type is WP_Post before treating it as a post. [#45623]
80+
- Prevent PHP error when handling malformed style source. [#45621]
81+
- Remove incorrect comment. [#45724]
82+
- Shortcodes: Fix JS error in presentation shortcode. [#45701]
83+
- Slideshow block: Fix sizing for lazy-loaded images. [#45164]
84+
- Sync: Handle lazy-loading of `WP_User` object properties. [#45450]
85+
- Tests: Update WooCommerce sync related tests to account for whitelisting order item meta. [#45684]
86+
- Update package dependencies. [#45478]
87+
- Update package dependencies. [#45652] [#45676] [#45677]
88+
589
## 15.1.1 - 2025-10-10
690
### Bug fixes
791
- Asset CDN: avoid errors when we do not receive valid information about a plugin from WordPress.org. [#45387]
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' => '8d72a162af4388c5f730');
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' => '5d78d72b309f17186959');

wp-content/plugins/jetpack/_inc/blocks/ai-chat/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.

wp-content/plugins/jetpack/_inc/blocks/ai-chat/view.rtl.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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => '906e3cbccff25aefc101');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => '93e168ae999927c06cd2');

wp-content/plugins/jetpack/_inc/blocks/editor-beta.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)