Skip to content

Commit

Permalink
Backport boost 3.4.8-beta Changes (#39131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored and matticbot committed Aug 29, 2024
1 parent 8c96df4 commit 6bbccc0
Show file tree
Hide file tree
Showing 24 changed files with 188 additions and 203 deletions.
108 changes: 54 additions & 54 deletions composer.lock

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-admin-ui/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.4.4-alpha] - unreleased

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

## [0.4.4] - 2024-08-29
### Changed
- Admin menu: change order of Jetpack sub-menu items
- Admin menu: change order of Jetpack sub-menu items [#39095]

## [0.4.3] - 2024-08-23
### Changed
Expand Down Expand Up @@ -159,7 +156,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixing menu visibility issues.

[0.4.4-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.3...0.4.4-alpha
[0.4.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.0...0.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Admin_Menu {

const PACKAGE_VERSION = '0.4.4-alpha';
const PACKAGE_VERSION = '0.4.4';

/**
* Whether this class has been initialized
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-assets/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.3.5-alpha] - unreleased

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

## [2.3.5] - 2024-08-29
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39111]

## [2.3.4] - 2024-08-23
### Changed
Expand Down Expand Up @@ -489,7 +486,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[2.3.5-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5-alpha
[2.3.5]: https://github.com/Automattic/jetpack-assets/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/Automattic/jetpack-assets/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/Automattic/jetpack-assets/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/Automattic/jetpack-assets/compare/v2.3.1...v2.3.2
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.8",
"automattic/jetpack-redirect": "^2.0.3",
"automattic/jetpack-status": "^3.3.4",
"automattic/jetpack-sync": "^3.8.1-alpha"
"automattic/jetpack-sync": "^3.8.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-calypsoify/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-status": "^3.3.4"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.5-alpha"
"automattic/jetpack-assets": "^2.3.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-connection/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).

## [2.12.5-alpha] - unreleased

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

## [2.12.5] - 2024-08-29
### Changed
- Sync: Remove the checksum for active plugins if present when sync is not active, so it gets recalculated when sync gets activated
- Updated package dependencies.
- Sync: Remove the checksum for active plugins if present when sync is not active, so it gets recalculated when sync gets activated [#39098]
- Updated package dependencies. [#39111]

## [2.12.4] - 2024-08-23
### Changed
Expand Down Expand Up @@ -1170,7 +1167,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.12.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5-alpha
[2.12.5]: https://github.com/Automattic/jetpack-connection/compare/v2.12.4...v2.12.5
[2.12.4]: https://github.com/Automattic/jetpack-connection/compare/v2.12.3...v2.12.4
[2.12.3]: https://github.com/Automattic/jetpack-connection/compare/v2.12.2...v2.12.3
[2.12.2]: https://github.com/Automattic/jetpack-connection/compare/v2.12.1...v2.12.2
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-admin-ui": "^0.4.4-alpha",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-admin-ui": "^0.4.4",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^3.3.4",
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.12.5-alpha';
const PACKAGE_VERSION = '2.12.5';

const PACKAGE_SLUG = 'connection';

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

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

## [3.1.19] - 2024-08-29
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39111]

## [3.1.18] - 2024-08-23
### Changed
Expand Down Expand Up @@ -758,7 +755,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[3.1.19-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19-alpha
[3.1.19]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.18...v3.1.19
[3.1.18]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.17...v3.1.18
[3.1.17]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.16...v3.1.17
[3.1.16]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.15...v3.1.16
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '3.1.19-alpha';
const PACKAGE_VERSION = '3.1.19';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-blaze": "^0.22.8-alpha",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.4",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-jitm": "^3.1.19-alpha",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-jitm": "^3.1.19",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-plans": "^0.4.8",
"automattic/jetpack-status": "^3.3.4"
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.5-alpha",
"automattic/jetpack-assets": "^2.3.5",
"automattic/jetpack-blocks": "^2.0.5",
"automattic/jetpack-calypsoify": "^0.1.5-alpha",
"automattic/jetpack-classic-theme-helper": "^0.5.4-alpha",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-masterbar": "^0.8.1-alpha",
"automattic/jetpack-redirect": "^2.0.3",
"automattic/jetpack-stats-admin": "^0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-plans/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha"
"automattic/jetpack-connection": "^2.12.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-stats-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.8",
"automattic/jetpack-stats": "^0.13.1",
"automattic/jetpack-status": "^3.3.4",
"automattic/jetpack-jitm": "^3.1.19-alpha"
"automattic/jetpack-jitm": "^3.1.19"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-status": "^3.3.4"
},
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-sync/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.8.1-alpha] - unreleased

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

## [3.8.1] - 2024-08-29
### Changed
- Sync: Add subscription type for HPOS orders only if WooCommerce Subscriptions plugin exists
- Sync: Add subscription type for HPOS orders only if WooCommerce Subscriptions plugin exists [#39118]

## [3.8.0] - 2024-08-26
### Changed
Expand Down Expand Up @@ -1261,7 +1258,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[3.8.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.8.0...v3.8.1-alpha
[3.8.1]: https://github.com/Automattic/jetpack-sync/compare/v3.8.0...v3.8.1
[3.8.0]: https://github.com/Automattic/jetpack-sync/compare/v3.7.1...v3.8.0
[3.7.1]: https://github.com/Automattic/jetpack-sync/compare/v3.7.0...v3.7.1
[3.7.0]: https://github.com/Automattic/jetpack-sync/compare/v3.6.0...v3.7.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^2.12.5-alpha",
"automattic/jetpack-connection": "^2.12.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-password-checker": "^0.3.2",
"automattic/jetpack-ip": "^0.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.8.1-alpha';
const PACKAGE_VERSION = '3.8.1';

const PACKAGE_SLUG = 'sync';

Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-status": "^3.3.4",
"automattic/jetpack-sync": "^3.8.1-alpha",
"automattic/jetpack-sync": "^3.8.1",
"automattic/jetpack-plans": "^0.4.8",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-connection": "^2.12.5-alpha"
"automattic/jetpack-connection": "^2.12.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit 6bbccc0

Please sign in to comment.