Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-mu-wpcom-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed May 27, 2024
1 parent 5314519 commit 00d2688
Show file tree
Hide file tree
Showing 49 changed files with 1,169 additions and 1,503 deletions.
59 changes: 28 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,34 @@

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

## 13.5-a.4 - unreleased

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

### Enhancements
- Add reply to name setting for newsletters
- AI Assistant: Move Paragraph extension to production
- Newsletter: Add From Name setting
- Social: Added connection management to editor
- Social: Added width for connectiion management container

### Improved compatibility
- Changed how jetpack social connections are stored on the local site.

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add auto-scroll on inline extension
- AI Assistant: Add paragraph inline extension
- AI Assistant: Fix selected block while using the AI Assistant extension on a nested block
- AI Featured Image: add site type and image model to events being tracked on the tool.
- Fix settings endpoint when subscription_options is not modified
- Jetpack: Deprecated Errors class.
- Jetpack AI: open upgrade paths on a new tab, on every upgrade entrypoint
- Jetpack_Currencies: Fix PHP8 Fatal in format_price when passing a string in number_format
- Pay with PayPal: ensure prices are correctly formatted.
- sharing-button: Increased performance on p2020 theme
- Social | Updated the initial state fields for WPCOM
- Subscription overlays: add name to the group block
- Subscriptions: Do not clear the subscriber email when current user is empty
- Subscriptions: Subscription Overlay fixes
- Toggle inline AI input on Ask Ai Assistant button
- Updated package dependencies.
## 13.5-a.5 - 2024-05-27
### Enhancements
- AI Assistant: Move Paragraph extension to production. [#37495]
- Newsletter: Add "From" name setting. [#37502]
- Newsletter: Add "Reply to" name setting. [#37362]
- Social: Add connection management to editor. [#37405]
- Social: Add width to connection management container. [#37490]

### Improved compatibility
- Change how Jetpack social connections are stored on the local site. [#37500]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- AI Assistant: Add auto-scroll to inline extension. [#37481]
- AI Assistant: Add paragraph inline extension. [#37461]
- AI Assistant: Fix selected block while using the AI Assistant extension on a nested block. [#37519]
- AI Assistant: Toggle inline AI input on Ask AI Assistant button. [#37480]
- AI Featured Image: Add site type and image model to events being tracked on the tool. [#37474]
- Fix settings endpoint when subscription_options is not modified. [#37190]
- Deprecated Errors class. [#37451]
- Jetpack AI: Open upgrade paths in new tab on every upgrade entry point. [#37457]
- Jetpack_Currencies: Fix PHP8 fatal error in format_price when passing a string in number_format [#37530]
- Pay with PayPal: Ensure prices are correctly formatted. [#37534]
- Sharing button: Increase performance on p2020 theme. [#37497]
- Social: Update the initial state fields for WP.com. [#37532]
- Subscriptions: Add name to the overlay group block. [#37574]
- Subscriptions: Do not clear the subscriber email when current user is empty. [#37485]
- Subscriptions: Subscription overlay fixes. [#37503]
- Updated package dependencies. [#36964]

## 13.5-a.3 - 2024-05-20
### Enhancements
Expand Down
8 changes: 4 additions & 4 deletions class.jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -2399,24 +2399,24 @@ public static function is_module( $module ) {
/**
* Catches PHP errors. Must be used in conjunction with output buffering.
*
* @deprecated since 13.5-a.4
* @deprecated since 13.5
* @param bool $catch True to start catching, False to stop.
*
* @static
*/
public static function catch_errors( $catch ) {
_deprecated_function( __METHOD__, '13.5-a.4' );
_deprecated_function( __METHOD__, '13.5' );
// @phan-suppress-next-line PhanDeprecatedClass
return ( new Errors() )->catch_errors( $catch );
}

/**
* Saves any generated PHP errors in ::state( 'php_errors', {errors} )
*
* @deprecated since 13.5-a.4
* @deprecated since 13.5
*/
public static function catch_errors_on_shutdown() {
_deprecated_function( __METHOD__, '13.5-a.4' );
_deprecated_function( __METHOD__, '13.5' );
self::state( 'php_errors', self::alias_directories( ob_get_clean() ) );
}

Expand Down
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
"automattic/jetpack-admin-ui": "^0.4.2",
"automattic/jetpack-assets": "^2.1.11",
"automattic/jetpack-autoloader": "^3.0.7",
"automattic/jetpack-backup": "^3.3.12",
"automattic/jetpack-blaze": "^0.21.4",
"automattic/jetpack-backup": "^3.3.13",
"automattic/jetpack-blaze": "^0.21.5",
"automattic/jetpack-blocks": "^2.0.4",
"automattic/jetpack-boost-speed-score": "^0.3.11",
"automattic/jetpack-calypsoify": "^0.1.0-alpha",
"automattic/jetpack-calypsoify": "^0.1.0",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.1",
"automattic/jetpack-config": "^2.0.2",
"automattic/jetpack-connection": "^2.8.5-alpha",
"automattic/jetpack-connection": "^2.8.5",
"automattic/jetpack-constants": "^2.0.2",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-error": "^2.0.2",
"automattic/jetpack-forms": "^0.31.3",
"automattic/jetpack-forms": "^0.31.4",
"automattic/jetpack-google-analytics": "^0.1.0",
"automattic/jetpack-google-fonts-provider": "^0.7.2",
"automattic/jetpack-identity-crisis": "^0.20.0",
"automattic/jetpack-image-cdn": "^0.4.1",
"automattic/jetpack-import": "^0.8.5",
"automattic/jetpack-import": "^0.8.6",
"automattic/jetpack-ip": "^0.2.2",
"automattic/jetpack-jitm": "^3.1.11",
"automattic/jetpack-licensing": "^2.0.5",
"automattic/jetpack-logo": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.24.1",
"automattic/jetpack-plugins-installer": "^0.4.0",
"automattic/jetpack-post-list": "^0.6.2",
"automattic/jetpack-publicize": "^0.45.0-alpha",
"automattic/jetpack-publicize": "^0.45.0",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-roles": "^2.0.2",
"automattic/jetpack-search": "^0.44.7",
"automattic/jetpack-search": "^0.44.8",
"automattic/jetpack-stats": "^0.12.5",
"automattic/jetpack-stats-admin": "^0.19.2",
"automattic/jetpack-status": "^3.2.0",
"automattic/jetpack-sync": "^3.0.0-alpha",
"automattic/jetpack-sync": "^3.0.0",
"automattic/jetpack-videopress": "^0.23.22",
"automattic/jetpack-waf": "^0.16.8",
"automattic/jetpack-wordads": "^0.3.19",
Expand Down Expand Up @@ -84,6 +84,7 @@
"pnpm run watch"
]
},
"repositories": [],
"autoload": {
"classmap": [
"src"
Expand All @@ -96,7 +97,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_5_a_4",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_5_a_5",
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
Expand Down
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://jetpack.com
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
* Author: Automattic
* Version: 13.5-a.4
* Version: 13.5-a.5
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -34,7 +34,7 @@

define( 'JETPACK__MINIMUM_WP_VERSION', '6.4' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '7.0' );
define( 'JETPACK__VERSION', '13.5-a.4' );
define( 'JETPACK__VERSION', '13.5-a.5' );

/**
* Constant used to fetch the connection owner token
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.13] - 2024-05-27
### Changed
- Update dependencies. [#37323]

## [3.3.12] - 2024-05-20
### Changed
- Updated package dependencies. [#37379] [#37380] [#37382]
Expand Down Expand Up @@ -628,6 +632,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[3.3.13]: https://github.com/Automattic/jetpack-backup/compare/v3.3.12...v3.3.13
[3.3.12]: https://github.com/Automattic/jetpack-backup/compare/v3.3.11...v3.3.12
[3.3.11]: https://github.com/Automattic/jetpack-backup/compare/v3.3.10...v3.3.11
[3.3.10]: https://github.com/Automattic/jetpack-backup/compare/v3.3.9...v3.3.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.3.12';
const PACKAGE_VERSION = '3.3.13';

const PACKAGE_SLUG = 'backup';

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.21.5] - 2024-05-27
### Changed
- Update dependencies. [#37356]

## [0.21.4] - 2024-05-20
### Changed
- Updated package dependencies. [#37379] [#37380]
Expand Down Expand Up @@ -369,6 +373,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.21.5]: https://github.com/automattic/jetpack-blaze/compare/v0.21.4...v0.21.5
[0.21.4]: https://github.com/automattic/jetpack-blaze/compare/v0.21.3...v0.21.4
[0.21.3]: https://github.com/automattic/jetpack-blaze/compare/v0.21.2...v0.21.3
[0.21.2]: https://github.com/automattic/jetpack-blaze/compare/v0.21.1...v0.21.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.21.4';
const PACKAGE_VERSION = '0.21.5';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
13 changes: 5 additions & 8 deletions jetpack_vendor/automattic/jetpack-calypsoify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0-alpha - unreleased

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

## 0.1.0 - 2024-05-27
### Added
- Calypsoify: Copy the code from the Jetpack module into the package.
- Initial version.
- Calypsoify: Copy the code from the Jetpack module into the package. [#37339]
- Initial version. [#37306]

### Changed
- Calypsoify: Load feature from the Calypsoify package
- Updated package dependencies.
- Calypsoify: Load feature from the Calypsoify package. [#37375]
- Updated package dependencies. [#37379]
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Calypsoify {

const PACKAGE_VERSION = '0.1.0-alpha';
const PACKAGE_VERSION = '0.1.0';

/**
* Singleton instance of `Jetpack_Calypsoify`.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.8.5-alpha] - unreleased

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

## [2.8.5] - 2024-05-27
### Fixed
- SSO: Send User custom column back in the filter to not interfere with other custom columns.
- SSO: Use filter instead of action for user custom column to prevent interference with other custom columns. [#37575]

## [2.8.4] - 2024-05-22
### Deprecated
Expand Down Expand Up @@ -1087,7 +1084,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.8.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.8.4...v2.8.5-alpha
[2.8.5]: https://github.com/Automattic/jetpack-connection/compare/v2.8.4...v2.8.5
[2.8.4]: https://github.com/Automattic/jetpack-connection/compare/v2.8.3...v2.8.4
[2.8.3]: https://github.com/Automattic/jetpack-connection/compare/v2.8.2...v2.8.3
[2.8.2]: https://github.com/Automattic/jetpack-connection/compare/v2.8.1...v2.8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.8.5-alpha';
const PACKAGE_VERSION = '2.8.5';

const PACKAGE_SLUG = 'connection';

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.31.4] - 2024-05-27
### Changed
- Update dependencies. [#37356]

## [0.31.3] - 2024-05-20
### Changed
- Forms: Ensure non-minified JS file location is also an option when loading the tiny-mce-plugin-form-button script file. [#37351]
Expand Down Expand Up @@ -577,6 +581,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.31.4]: https://github.com/automattic/jetpack-forms/compare/v0.31.3...v0.31.4
[0.31.3]: https://github.com/automattic/jetpack-forms/compare/v0.31.2...v0.31.3
[0.31.2]: https://github.com/automattic/jetpack-forms/compare/v0.31.1...v0.31.2
[0.31.1]: https://github.com/automattic/jetpack-forms/compare/v0.31.0...v0.31.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.31.3';
const PACKAGE_VERSION = '0.31.4';

/**
* Load the contact form module.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-import/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.6] - 2024-05-27
### Changed
- Update dependencies.

## [0.8.5] - 2024-05-06
### Added
- Add missing package dependencies. [#37141]
Expand Down Expand Up @@ -98,6 +102,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed various imported resources hierarchies [#29012]

[0.8.6]: https://github.com/Automattic/jetpack-import/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/Automattic/jetpack-import/compare/v0.8.4...v0.8.5
[0.8.4]: https://github.com/Automattic/jetpack-import/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/Automattic/jetpack-import/compare/v0.8.2...v0.8.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Main {
*
* @var string
*/
const PACKAGE_VERSION = '0.8.5';
const PACKAGE_VERSION = '0.8.6';

/**
* A list of all the routes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd32b4a4f7490339d8ce1');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'cc72b3b90919a178b53e');
Loading

0 comments on commit 00d2688

Please sign in to comment.