Skip to content

Commit c8042ac

Browse files
committed
Update Jetpack plugin from 15.0 to 15.0.2
1 parent 976f587 commit c8042ac

56 files changed

Lines changed: 996 additions & 331 deletions

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/CHANGELOG.md

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

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

5+
## 15.0.2 - 2025-09-25
6+
### Bug fixes
7+
- Resolved conflict with WordPress 6.7.3
8+
9+
## 15.0.1 - 2025-09-25
10+
### Bug fixes
11+
- Forms: prevent a conflict between the phone field and WordPress 6.7. [#45120]
12+
513
## 15.0 - 2025-09-04
614
### Enhancements
715
- Add LaTeX block (Beta) to render mathematical formula. [#44895]

wp-content/plugins/jetpack/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"automattic/jetpack-error": "^3.0.6",
3232
"automattic/jetpack-external-connections": "^0.1.0",
3333
"automattic/jetpack-external-media": "^0.5.0",
34-
"automattic/jetpack-forms": "^6.2.0",
34+
"automattic/jetpack-forms": "^6.2.2",
3535
"automattic/jetpack-image-cdn": "^0.7.18",
3636
"automattic/jetpack-import": "^0.9.11",
3737
"automattic/jetpack-ip": "^0.4.9",
@@ -103,7 +103,7 @@
103103
"platform": {
104104
"ext-intl": "0.0.0"
105105
},
106-
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_0",
106+
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ15_0_2",
107107
"allow-plugins": {
108108
"automattic/jetpack-autoloader": true,
109109
"automattic/jetpack-composer-plugin": true

wp-content/plugins/jetpack/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.0
7+
* Version: 15.0.2
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -38,7 +38,7 @@
3838

3939
if ( ! defined( 'JETPACK__VERSION' ) ) {
4040
// This breaks the project version checks when a one-liner.
41-
define( 'JETPACK__VERSION', '15.0' );
41+
define( 'JETPACK__VERSION', '15.0.2' );
4242
}
4343
defined( 'JETPACK__MINIMUM_WP_VERSION' ) || define( 'JETPACK__MINIMUM_WP_VERSION', '6.7' );
4444
defined( 'JETPACK__MINIMUM_PHP_VERSION' ) || define( 'JETPACK__MINIMUM_PHP_VERSION', '7.2' );

wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.3.8] - 2025-09-08
9+
### Changed
10+
- Internal updates.
11+
812
## [0.3.7] - 2025-04-28
913
### Changed
1014
- Internal updates.
@@ -80,6 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8084
### Fixed
8185
- Initial release (improved helper script installer logging). [#34297]
8286

87+
[0.3.8]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.7...v0.3.8
8388
[0.3.7]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.6...v0.3.7
8489
[0.3.6]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.5...v0.3.6
8590
[0.3.5]: https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v0.3.4...v0.3.5

wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-throw-on-errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function () use ( $directory, $permissions, $recursive ) {
328328
*
329329
* @param string $directory Directory that will be scanned.
330330
*
331-
* @return string An array of filenames.
331+
* @return string[] An array of filenames.
332332
* @throws Exception If scandir() has thrown warnings, or has failed.
333333
*/
334334
public static function t_scandir( $directory ) {

wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.2.2] - 2025-09-25
9+
### Fixed
10+
- Resolved conflict with WordPress 6.7.3
11+
12+
## [6.2.1] - 2025-09-25
13+
### Added
14+
- Forms: add extra layer of cache busting for interactivity API files (view.js) with hash suffix [#45138]
15+
- Forms: add searchable country selector dropdown (combobox) [#45120]
16+
- Forms: try and fix deploy cache issue by adding a manual suffix for cache busting [#45137]
17+
18+
### Changed
19+
- Forms: move all international phone code and UI back into legacy telephone field, keep backwards compat [#45061]
20+
821
## [6.2.0] - 2025-09-03
922
### Changed
1023
- Use sentence case in integrations panel CTAs. [#45054]
@@ -1521,6 +1534,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15211534
- Added a new jetpack/forms package [#28409]
15221535
- Added a public load_contact_form method for initializing the contact form module. [#28416]
15231536

1537+
[6.2.2]: https://github.com/automattic/jetpack-forms/compare/v6.2.1...v6.2.2
1538+
[6.2.1]: https://github.com/automattic/jetpack-forms/compare/v6.2.0...v6.2.1
15241539
[6.2.0]: https://github.com/automattic/jetpack-forms/compare/v6.1.0...v6.2.0
15251540
[6.1.0]: https://github.com/automattic/jetpack-forms/compare/v6.0.0...v6.1.0
15261541
[6.0.0]: https://github.com/automattic/jetpack-forms/compare/v5.5.0...v6.0.0
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-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'fd5281c2ba43dcf484a1');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '1df24db2388b9525ab24');

wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/editor.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/jetpack_vendor/automattic/jetpack-forms/dist/blocks/editor.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks/editor.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.

0 commit comments

Comments
 (0)