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 20, 2024
1 parent b86f7ef commit ef2ec4c
Show file tree
Hide file tree
Showing 69 changed files with 1,468 additions and 1,845 deletions.
49 changes: 23 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,36 @@

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

## 13.5-a.2 - unreleased

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

## 13.5-a.3 - 2024-05-20
### Enhancements
- AI Assistant: Enable inline Heading extension
- Subscribe block: adds button-only style
- Subscription block: allow adding inside navigation block
- AI Assistant: Enable inline Heading extension. [#37386]
- Subscribe block: Adds button-only style. [#37341]
- Subscribe block: Allow inside navigation block. [#37439]

### Improved compatibility
- Block Editor: remove External Link icon styling fix, now that the change has been made in WordPress itself.
- Block Editor: Remove External Link icon styling fix now that the change has been made in WordPress itself. [#37394]

### Bug fixes
- Slideshow: Fix className issue on frontend - ensures autoplay works properly.
- WordAds: Prevent fatal when post content is null.
- Slideshow: Fix className issue on frontend - ensures autoplay works properly. [#37378]
- WordAds: Prevent fatal when post content is null. [#37384]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add some missing abstract methods to SAL_Site, and implement in Jetpack_Site.
- AI Assistant: Add chat history to inline extension
- AI Assistant: Inline extension testing feedback changes
- AI Featured Image: add support to Stable Diffusion image generation.
- Fix `SAL_Token::is_global()`.
- Minor typos
- Monetize: correctly updates and delete paid content meta.
- Prevent JS error when subscription module is not enabled.
- Remove `jetpack_server_sandbox()` and `jetpack_server_sandbox_request_parameters()`. They'd have thrown fatals since October 2021.
- Remove `Jetpack_User_Agent_Info::is_OperaMobile()`, it would have thrown fatals since October 2021.
- SSO: switch to loading feature from the Connection package.
- Subscription paywall: simplify paid access question for logged out subscribers
- Subscriptions: Add Subscribe Overlay toggle
- Subscriptions: Add Welcome Overlay behind the feature flag
- Subscriptions: Subscribe Overlay default tagline
- Updated package dependencies.
- Add some missing abstract methods to SAL_Site, and implement in Jetpack_Site. [#37344]
- AI Assistant: Add chat history to inline extension [#37429]
- AI Assistant: Inline extension testing feedback changes [#37365]
- AI Featured Image: add support to Stable Diffusion image generation. [#37413]
- Fix `SAL_Token::is_global()`. [#37344]
- Minor typos [#37387]
- Monetize: correctly updates and delete paid content meta. [#37346]
- Prevent JS error when subscription module is not enabled. [#36276]
- Remove `jetpack_server_sandbox()` and `jetpack_server_sandbox_request_parameters()`. [#37344]
- Remove `Jetpack_User_Agent_Info::is_OperaMobile()`. [#37344]
- SSO: Switch to loading feature from the Connection package. [#37153]
- Subscription paywall: Simplify paid access question for logged out subscribers. [#37434]
- Subscriptions: Add Subscribe Overlay toggle. [#37433]
- Subscriptions: Add Welcome Overlay behind the feature flag. [#37372]
- Subscriptions: Subscribe Overlay default tagline. [#37446]
- Updated package dependencies. [#37348] [#37379] [#37380] [#37382]

## 13.5-a.1 - 2024-05-13
### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions class.json-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function is_jetpack_authorized_for_site( $site_id = false ) {
* Checks if the current request is authorized with an upload token.
* This method is overridden by a child class in WPCOM.
*
* @since 13.5-a.2
* @since 13.5
* @return boolean
*/
public function is_authorized_with_upload_token() {
Expand Down Expand Up @@ -1031,7 +1031,7 @@ public function add_global_ID( $blog_id, $post_id ) { // phpcs:ignore VariableAn
* Return a count of comment likes.
* This method is overridden by a child class in WPCOM.
*
* @since 13.5-a.2
* @since 13.5
* @return int
*/
public function comment_like_count() {
Expand Down
43 changes: 22 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,44 @@
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
"automattic/jetpack-abtest": "^2.0.3",
"automattic/jetpack-admin-ui": "^0.4.2",
"automattic/jetpack-assets": "^2.1.11-alpha",
"automattic/jetpack-assets": "^2.1.11",
"automattic/jetpack-autoloader": "^3.0.7",
"automattic/jetpack-backup": "^3.3.12-alpha",
"automattic/jetpack-blaze": "^0.21.4-alpha",
"automattic/jetpack-blocks": "^2.0.4-alpha",
"automattic/jetpack-backup": "^3.3.12",
"automattic/jetpack-blaze": "^0.21.4",
"automattic/jetpack-blocks": "^2.0.4",
"automattic/jetpack-boost-speed-score": "^0.3.11",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.1",
"automattic/jetpack-config": "^2.0.2",
"automattic/jetpack-connection": "^2.8.3-alpha",
"automattic/jetpack-connection": "^2.8.3",
"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-alpha",
"automattic/jetpack-forms": "^0.31.3",
"automattic/jetpack-google-analytics": "^0.1.0",
"automattic/jetpack-google-fonts-provider": "^0.7.2",
"automattic/jetpack-identity-crisis": "^0.20.0-alpha",
"automattic/jetpack-image-cdn": "^0.4.1-alpha",
"automattic/jetpack-identity-crisis": "^0.20.0",
"automattic/jetpack-image-cdn": "^0.4.1",
"automattic/jetpack-import": "^0.8.5",
"automattic/jetpack-ip": "^0.2.2",
"automattic/jetpack-jitm": "^3.1.11",
"automattic/jetpack-licensing": "^2.0.5",
"automattic/jetpack-logo": "^2.0.3-alpha",
"automattic/jetpack-my-jetpack": "^4.23.3-alpha",
"automattic/jetpack-plugins-installer": "^0.4.0-alpha",
"automattic/jetpack-logo": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.23.3",
"automattic/jetpack-plugins-installer": "^0.4.0",
"automattic/jetpack-post-list": "^0.6.2",
"automattic/jetpack-publicize": "^0.44.1-alpha",
"automattic/jetpack-publicize": "^0.44.1",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-roles": "^2.0.2",
"automattic/jetpack-search": "^0.44.7-alpha",
"automattic/jetpack-search": "^0.44.7",
"automattic/jetpack-stats": "^0.12.5",
"automattic/jetpack-stats-admin": "^0.19.2-alpha",
"automattic/jetpack-status": "^3.1.0-alpha",
"automattic/jetpack-sync": "^2.16.4-alpha",
"automattic/jetpack-videopress": "^0.23.22-alpha",
"automattic/jetpack-waf": "^0.16.8-alpha",
"automattic/jetpack-wordads": "^0.3.19-alpha",
"automattic/woocommerce-analytics": "^0.1.6-alpha",
"automattic/jetpack-stats-admin": "^0.19.2",
"automattic/jetpack-status": "^3.1.0",
"automattic/jetpack-sync": "^2.16.4",
"automattic/jetpack-videopress": "^0.23.22",
"automattic/jetpack-waf": "^0.16.8",
"automattic/jetpack-wordads": "^0.3.19",
"automattic/woocommerce-analytics": "^0.1.6",
"scssphp/scssphp": "1.12.0"
},
"require-dev": {
Expand Down Expand Up @@ -82,6 +82,7 @@
"pnpm run watch"
]
},
"repositories": [],
"autoload": {
"classmap": [
"src"
Expand All @@ -94,7 +95,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_5_a_2",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_5_a_3",
"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.2
* Version: 13.5-a.3
* 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.2' );
define( 'JETPACK__VERSION', '13.5-a.3' );

/**
* Constant used to fetch the connection owner token
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.1.11-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.1.11] - 2024-05-20
### Changed
- Internal updates.

## [2.1.10] - 2024-05-16
### Added
Expand Down Expand Up @@ -450,7 +450,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[2.1.11-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.1.10...v2.1.11-alpha
[2.1.11]: https://github.com/Automattic/jetpack-assets/compare/v2.1.10...v2.1.11
[2.1.10]: https://github.com/Automattic/jetpack-assets/compare/v2.1.9...v2.1.10
[2.1.9]: https://github.com/Automattic/jetpack-assets/compare/v2.1.8...v2.1.9
[2.1.8]: https://github.com/Automattic/jetpack-assets/compare/v2.1.7...v2.1.8
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-backup/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).

## [3.3.12-alpha] - unreleased

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

## [3.3.12] - 2024-05-20
### Changed
- Updated package dependencies.
- Updated package dependencies. [#37379] [#37380] [#37382]

## [3.3.11] - 2024-05-09
### Changed
Expand Down Expand Up @@ -631,7 +628,7 @@ This is an alpha version! The changes listed here are not final.

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

[3.3.12-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.3.11...v3.3.12-alpha
[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
[3.3.9]: https://github.com/Automattic/jetpack-backup/compare/v3.3.8...v3.3.9
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.17.7",
"@automattic/jetpack-components": "^0.53.3",
"@automattic/jetpack-connection": "^0.33.11-alpha",
"@automattic/jetpack-connection": "^0.33.11",
"@wordpress/api-fetch": "6.54.0",
"@wordpress/data": "9.27.0",
"@wordpress/date": "4.57.0",
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-alpha';
const PACKAGE_VERSION = '3.3.12';

const PACKAGE_SLUG = 'backup';

Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-blaze/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).

## [0.21.4-alpha] - unreleased

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

## [0.21.4] - 2024-05-20
### Changed
- Updated package dependencies.
- Updated package dependencies. [#37379] [#37380]

## [0.21.3] - 2024-05-13
### Changed
Expand Down Expand Up @@ -372,7 +369,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.21.4-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.21.3...v0.21.4-alpha
[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
[0.21.1]: https://github.com/automattic/jetpack-blaze/compare/v0.21.0...v0.21.1
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-alpha';
const PACKAGE_VERSION = '0.21.4';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.0.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.0.4] - 2024-05-20
### Changed
- Internal updates.

## [2.0.3] - 2024-04-22
### Changed
Expand Down Expand Up @@ -186,7 +186,7 @@ This is an alpha version! The changes listed here are not final.

- Blocks: introduce new package for block management

[2.0.4-alpha]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.3...v2.0.4-alpha
[2.0.4]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.0...v2.0.1
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.8.3] - 2024-05-20
### Changed
- Internal updates.

## [2.8.2] - 2024-05-16
### Added
Expand Down Expand Up @@ -1073,7 +1073,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.8.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.8.2...v2.8.3-alpha
[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
[2.8.1]: https://github.com/Automattic/jetpack-connection/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/Automattic/jetpack-connection/compare/v2.7.7...v2.8.0
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.3-alpha';
const PACKAGE_VERSION = '2.8.3';

const PACKAGE_SLUG = 'connection';

Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +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.3-alpha] - unreleased

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

## [0.31.3] - 2024-05-20
### Changed
- Forms: Ensuring non minified JS file location is also an option when loading the tiny-mce-plugin-form-button script file.
- Updated package dependencies.
- Forms: Ensure non-minified JS file location is also an option when loading the tiny-mce-plugin-form-button script file. [#37351]
- Updated package dependencies. [#37379] [#37380] [#37382]

## [0.31.2] - 2024-05-13
### Changed
Expand Down Expand Up @@ -580,7 +577,7 @@ This is an alpha version! The changes listed here are not final.
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.31.3-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.31.2...v0.31.3-alpha
[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
[0.31.0]: https://github.com/automattic/jetpack-forms/compare/v0.30.18...v0.31.0
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-alpha';
const PACKAGE_VERSION = '0.31.3';

/**
* Load the contact form module.
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ 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.20.0-alpha] - unreleased

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

## [0.20.0] - 2024-05-20
### Removed
- IDC: Remove deprecated code
- IDC: Remove deprecated code. [#37421]

## [0.19.0] - 2024-05-16
### Added
- IDC: Added escapes to echo statements [#37395]
- IDC: Add escapes to echo statements. [#37395]

### Changed
- Updated package dependencies. [#37379]
Expand Down Expand Up @@ -562,7 +559,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Use Connection/Urls for home_url and site_url functions migrated from Sync.

[0.20.0-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.19.0...v0.20.0-alpha
[0.20.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.6...v0.19.0
[0.18.6]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.5...v0.18.6
[0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5
Expand Down
Loading

0 comments on commit ef2ec4c

Please sign in to comment.