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
ice9js authored and matticbot committed Apr 29, 2024
1 parent 68330a9 commit 45d0c47
Show file tree
Hide file tree
Showing 46 changed files with 1,112 additions and 1,460 deletions.
43 changes: 20 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,26 @@

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

## 13.4-a.8 - unreleased

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

### Enhancements
- Newsletter: Add subscrition reply to behaviour

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add aceptance for title optimization
- Add cancel action for Title Optimization
- Adds a jp_memberships_is_sandboxed item for sync.
- AI Assistant: Add inline extensions feature flag
- AI Assistant: Add partial heading inline extension
- API Docs: Fix example request for media add and update endpoints.
- Block Editor: update button props to match latest changes in WordPress 6.5.
- CloudFlare Analytics: deprecate feature and move to mu-wpcom.
- Ensure that the paid subscriber cache is unique to the parameters it consumes.
- Janitorial: use wp_admin_notice function introduced in WP 6.4 to display notices.
- Subscriptions: Hide subscriber count for already subscribed users
- Subscriptions: The in_site_migration_flow show be a string to allow us to redirect to various flows
- Subscriptions: Track "Set up" button clicks
- Untangling: fix sidebar upsells on Default color scheme to follow Core's
- WordPress.com Block Editor: avoid relying on the Jetpack class.
## 13.4-a.9 - 2024-04-29
### Enhancements
- Newsletter: Add subscrition 'reply to' behaviour. [#37011]

### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
- Add aceptance for title optimization. [#37078]
- Add cancel action for title optimization. [#37080]
- Adds a jp_memberships_is_sandboxed item for sync. [#37088]
- AI Assistant: Add inline extensions feature flag. [#37082]
- AI Assistant: Add partial heading inline extension. [#37087]
- API Docs: Fix example request for media add and update endpoints. [#37072]
- Block Editor: Update button props to match latest changes in WordPress 6.5. [#36318]
- CloudFlare Analytics: deprecate feature and move to mu-wpcom. [#37061]
- Ensure that the paid subscriber cache is unique to the parameters it consumes. [#36925]
- Janitorial: Use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051]
- Subscriptions: Hide subscriber count for already subscribed users. [#37073]
- Subscriptions: The in_site_migration_flow show be a string to allow us to redirect to various flows. [#37099]
- Subscriptions: Track "Set up" button clicks. [#37053]
- Untangling: Fix sidebar upsells on Default color scheme to follow Core's. [#37064]
- WordPress.com Block Editor: Avoid relying on the Jetpack class. [#37074]

## 13.4-a.7 - 2024-04-25
### Improved compatibility
Expand Down
23 changes: 12 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
"automattic/jetpack-constants": "^2.0.1",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-error": "^2.0.2",
"automattic/jetpack-forms": "^0.30.18-alpha",
"automattic/jetpack-forms": "^0.30.18",
"automattic/jetpack-google-fonts-provider": "^0.7.2",
"automattic/jetpack-identity-crisis": "^0.18.5-alpha",
"automattic/jetpack-image-cdn": "^0.3.7-alpha",
"automattic/jetpack-import": "^0.8.4-alpha",
"automattic/jetpack-identity-crisis": "^0.18.5",
"automattic/jetpack-image-cdn": "^0.3.7",
"automattic/jetpack-import": "^0.8.4",
"automattic/jetpack-ip": "^0.2.2",
"automattic/jetpack-jitm": "^3.1.9",
"automattic/jetpack-licensing": "^2.0.5",
"automattic/jetpack-logo": "^2.0.2",
"automattic/jetpack-my-jetpack": "^4.22.3-alpha",
"automattic/jetpack-my-jetpack": "^4.22.3",
"automattic/jetpack-plugins-installer": "^0.3.4",
"automattic/jetpack-post-list": "^0.6.2",
"automattic/jetpack-publicize": "^0.42.13-alpha",
"automattic/jetpack-publicize": "^0.42.13",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-roles": "^2.0.2",
"automattic/jetpack-search": "^0.44.4-alpha",
"automattic/jetpack-search": "^0.44.4",
"automattic/jetpack-stats": "^0.12.4",
"automattic/jetpack-stats-admin": "^0.19.0",
"automattic/jetpack-status": "^3.0.0",
"automattic/jetpack-sync": "^2.14.0-alpha",
"automattic/jetpack-videopress": "^0.23.18-alpha",
"automattic/jetpack-waf": "^0.16.6-alpha",
"automattic/jetpack-sync": "^2.14.0",
"automattic/jetpack-videopress": "^0.23.18",
"automattic/jetpack-waf": "^0.16.6",
"automattic/jetpack-wordads": "^0.3.16",
"automattic/woocommerce-analytics": "^0.1.4",
"scssphp/scssphp": "1.12.0"
Expand Down Expand Up @@ -81,6 +81,7 @@
"pnpm run watch"
]
},
"repositories": [],
"autoload": {
"classmap": [
"src"
Expand All @@ -93,7 +94,7 @@
"platform": {
"ext-intl": "0.0.0"
},
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_8",
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ13_4_a_9",
"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.4-a.8
* Version: 13.4-a.9
* 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.4-a.8' );
define( 'JETPACK__VERSION', '13.4-a.9' );

/**
* Constant used to fetch the connection owner token
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-forms/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.30.18-alpha] - unreleased

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

## [0.30.18] - 2024-04-29
### Changed
- General: use wp_admin_notice function introduced in WP 6.4 to display notices.
- General: Use wp_admin_notice function introduced in WP 6.4 to display notices. [#37051]

## [0.30.17] - 2024-04-25
### Fixed
Expand Down Expand Up @@ -554,7 +551,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.30.18-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.30.17...v0.30.18-alpha
[0.30.18]: https://github.com/automattic/jetpack-forms/compare/v0.30.17...v0.30.18
[0.30.17]: https://github.com/automattic/jetpack-forms/compare/v0.30.16...v0.30.17
[0.30.16]: https://github.com/automattic/jetpack-forms/compare/v0.30.15...v0.30.16
[0.30.15]: https://github.com/automattic/jetpack-forms/compare/v0.30.14...v0.30.15
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.30.18-alpha';
const PACKAGE_VERSION = '0.30.18';

/**
* Load the contact form module.
Expand Down
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).

## [0.18.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.18.5] - 2024-04-29
### Changed
- Internal updates.

## [0.18.4] - 2024-04-25
### Changed
Expand Down Expand Up @@ -540,7 +540,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.18.5-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5-alpha
[0.18.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.4...v0.18.5
[0.18.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.3...v0.18.4
[0.18.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.2...v0.18.3
[0.18.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.18.1...v0.18.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.18.5-alpha';
const PACKAGE_VERSION = '0.18.5';

/**
* Package Slug
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-image-cdn/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).

## [0.3.7-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.3.7] - 2024-04-29
### Changed
- Internal updates.

## [0.3.6] - 2024-04-25
### Changed
Expand Down Expand Up @@ -85,7 +85,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Add image CDN package. [#29561]

[0.3.7-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.6...v0.3.7-alpha
[0.3.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.3...v0.3.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.3.7-alpha';
const PACKAGE_VERSION = '0.3.7';

/**
* Singleton.
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-import/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).

## [0.8.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.8.4] - 2024-04-29
### Changed
- Internal updates.

## [0.8.3] - 2024-04-08
### Changed
Expand Down Expand Up @@ -94,7 +94,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixed various imported resources hierarchies [#29012]

[0.8.4-alpha]: https://github.com/Automattic/jetpack-import/compare/v0.8.3...v0.8.4-alpha
[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
[0.8.2]: https://github.com/Automattic/jetpack-import/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/Automattic/jetpack-import/compare/v0.8.0...v0.8.1
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.4-alpha';
const PACKAGE_VERSION = '0.8.4';

/**
* A list of all the routes.
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/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).

## [4.22.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [4.22.3] - 2024-04-29
### Changed
- Internal updates.

## [4.22.2] - 2024-04-25
### Fixed
Expand Down Expand Up @@ -1445,7 +1445,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.22.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.2...4.22.3-alpha
[4.22.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.2...4.22.3
[4.22.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.1...4.22.2
[4.22.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.22.0...4.22.1
[4.22.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.21.0...4.22.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.22.3-alpha';
const PACKAGE_VERSION = '4.22.3';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-publicize/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).

## [0.42.13-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.42.13] - 2024-04-29
### Changed
- Internal updates.

## [0.42.12] - 2024-04-25
### Changed
Expand Down Expand Up @@ -533,7 +533,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update package.json metadata.

[0.42.13-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.12...v0.42.13-alpha
[0.42.13]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.12...v0.42.13
[0.42.12]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.11...v0.42.12
[0.42.11]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.10...v0.42.11
[0.42.10]: https://github.com/Automattic/jetpack-publicize/compare/v0.42.9...v0.42.10
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-search/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.44.4-alpha] - unreleased

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

## [0.44.4] - 2024-04-29
### Fixed
- Fix connection flow for new sites.
- Fix connection flow for new sites. [#37085]

## [0.44.3] - 2024-04-25
### Changed
Expand Down Expand Up @@ -952,7 +949,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.

[0.44.4-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.44.3...v0.44.4-alpha
[0.44.4]: https://github.com/Automattic/jetpack-search/compare/v0.44.3...v0.44.4
[0.44.3]: https://github.com/Automattic/jetpack-search/compare/v0.44.2...v0.44.3
[0.44.2]: https://github.com/Automattic/jetpack-search/compare/v0.44.1...v0.44.2
[0.44.1]: https://github.com/Automattic/jetpack-search/compare/v0.44.0...v0.44.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Search package general information
*/
class Package {
const VERSION = '0.44.4-alpha';
const VERSION = '0.44.4';
const SLUG = 'search';

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

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

## [2.14.0] - 2024-04-29
### Added
- Newsletters: Add reply to behaviour setting
- Newsletters: Add reply to behaviour setting [#37011]

### Changed
- Sync: When publishing post, sending the actual post in the jetpack_published_post action to avoid sending unnecessary extra action.
- Sync: When publishing post, sending the actual post in the jetpack_published_post action to avoid sending unnecessary extra action. [#37071]

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

- Packages: Move sync to a classmapped package

[2.14.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v2.13.1...v2.14.0-alpha
[2.14.0]: https://github.com/Automattic/jetpack-sync/compare/v2.13.1...v2.14.0
[2.13.1]: https://github.com/Automattic/jetpack-sync/compare/v2.13.0...v2.13.1
[2.13.0]: https://github.com/Automattic/jetpack-sync/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/Automattic/jetpack-sync/compare/v2.11.1...v2.12.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.14.0-alpha';
const PACKAGE_VERSION = '2.14.0';

const PACKAGE_SLUG = 'sync';

Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-videopress/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.23.18-alpha] - unreleased

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

## [0.23.18] - 2024-04-29
### Changed
- Update button's prop to match latest changes in WordPress 6.5.
- Update button's prop to match latest changes in WordPress 6.5. [#36318]

## [0.23.17] - 2024-04-25
### Fixed
Expand Down Expand Up @@ -1329,7 +1326,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created empty package [#24952]

[0.23.18-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.17...v0.23.18-alpha
[0.23.18]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.17...v0.23.18
[0.23.17]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.16...v0.23.17
[0.23.16]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.15...v0.23.16
[0.23.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.23.14...v0.23.15
Expand Down
Loading

0 comments on commit 45d0c47

Please sign in to comment.