Skip to content

Commit

Permalink
Jetpack 12.4-a.5 Weekly Release (#31915)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdixon194 authored and matticbot committed Jul 17, 2023
1 parent a4d94bd commit d428ded
Show file tree
Hide file tree
Showing 40 changed files with 301 additions and 319 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"automattic/jetpack-autoloader": "^2.11.21",
"automattic/jetpack-composer-plugin": "^1.1.11",
"automattic/jetpack-config": "^1.15.3",
"automattic/jetpack-identity-crisis": "^0.8.51-alpha",
"automattic/jetpack-my-jetpack": "^3.1.3-alpha",
"automattic/jetpack-identity-crisis": "^0.8.51",
"automattic/jetpack-my-jetpack": "^3.1.3",
"automattic/jetpack-plugins-installer": "^0.2.4",
"automattic/jetpack-sync": "^1.51.0-alpha",
"automattic/jetpack-backup": "^1.16.3-alpha"
"automattic/jetpack-sync": "^1.51.0",
"automattic/jetpack-backup": "^1.16.3"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"automattic/wordbless": "0.4.2"
},
"autoload": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {},
"require-dev": {
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-admin-ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {},
"require-dev": {
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"automattic/jetpack-logo": "^1.6.1",
"automattic/wordbless": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-assets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0"
},
"suggest": {
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).

## [1.16.3-alpha] - unreleased

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

## [1.16.3] - 2023-07-17
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31785]

## [1.16.2] - 2023-07-05
### Changed
Expand Down Expand Up @@ -448,7 +445,7 @@ This is an alpha version! The changes listed here are not final.

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

[1.16.3-alpha]: https://github.com/Automattic/jetpack-backup/compare/v1.16.2...v1.16.3-alpha
[1.16.3]: https://github.com/Automattic/jetpack-backup/compare/v1.16.2...v1.16.3
[1.16.2]: https://github.com/Automattic/jetpack-backup/compare/v1.16.1...v1.16.2
[1.16.1]: https://github.com/Automattic/jetpack-backup/compare/v1.16.0...v1.16.1
[1.16.0]: https://github.com/Automattic/jetpack-backup/compare/v1.15.0...v1.16.0
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"automattic/jetpack-autoloader": "^2.11.21",
"automattic/jetpack-composer-plugin": "^1.1.11",
"automattic/jetpack-config": "^1.15.3",
"automattic/jetpack-connection": "^1.54.0-alpha",
"automattic/jetpack-identity-crisis": "^0.8.51-alpha",
"automattic/jetpack-sync": "^1.51.0-alpha",
"automattic/jetpack-connection": "^1.54.0",
"automattic/jetpack-identity-crisis": "^0.8.51",
"automattic/jetpack-sync": "^1.51.0",
"automattic/jetpack-status": "^1.17.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/wordbless": "@dev"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.16.3-alpha';
const PACKAGE_VERSION = '1.16.3';

const PACKAGE_SLUG = 'backup';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-config/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": {},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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).

## [1.54.0-alpha] - unreleased

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

## [1.54.0] - 2023-07-17
### Added
- Restore invalid connection owner ID.
- Restore invalid connection owner ID. [#31618]

## [1.53.3] - 2023-07-11
### Changed
Expand Down Expand Up @@ -844,7 +841,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[1.54.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.53.3...v1.54.0-alpha
[1.54.0]: https://github.com/Automattic/jetpack-connection/compare/v1.53.3...v1.54.0
[1.53.3]: https://github.com/Automattic/jetpack-connection/compare/v1.53.2...v1.53.3
[1.53.2]: https://github.com/Automattic/jetpack-connection/compare/v1.53.1...v1.53.2
[1.53.1]: https://github.com/Automattic/jetpack-connection/compare/v1.53.0...v1.53.1
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.0.4",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public function delete_all_errors() {
/**
* Delete all stored and verified API errors from the database, leave the non-API errors intact.
*
* @since 1.54.0-alpha
* @since 1.54.0
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.54.0-alpha';
const PACKAGE_VERSION = '1.54.0';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-constants/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {},
"require-dev": {
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
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.8.51-alpha] - unreleased

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

## [0.8.51] - 2023-07-17
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31785]

## [0.8.50] - 2023-07-05
### Changed
Expand Down Expand Up @@ -383,7 +380,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.8.51-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.50...v0.8.51-alpha
[0.8.51]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.50...v0.8.51
[0.8.50]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.49...v0.8.50
[0.8.49]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.48...v0.8.49
[0.8.48]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.8.47...v0.8.48
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.54.0-alpha",
"automattic/jetpack-connection": "^1.54.0",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.2",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-assets": "^1.18.7"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/wordbless": "@dev"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.8.51-alpha';
const PACKAGE_VERSION = '0.8.51';

/**
* Instance of the object.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-ip/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
9 changes: 3 additions & 6 deletions jetpack_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).

## [2.3.13-alpha] - unreleased

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

## [2.3.13] - 2023-07-17
### Changed
- Generate query string when using the WPCOM API to fetch JITMs
- Generate query string when using the WPCOM API to fetch JITMs [#31809]

## [2.3.12] - 2023-07-11
### Changed
Expand Down Expand Up @@ -604,7 +601,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[2.3.13-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.12...v2.3.13-alpha
[2.3.13]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.12...v2.3.13
[2.3.12]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.11...v2.3.12
[2.3.11]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.10...v2.3.11
[2.3.10]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.9...v2.3.10
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.20",
"automattic/jetpack-assets": "^1.18.7",
"automattic/jetpack-connection": "^1.54.0-alpha",
"automattic/jetpack-connection": "^1.54.0",
"automattic/jetpack-device-detection": "^1.4.26",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-partner": "^1.7.23",
Expand All @@ -16,7 +16,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_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 = '2.3.13-alpha';
const PACKAGE_VERSION = '2.3.13';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.54.0-alpha"
"automattic/jetpack-connection": "^1.54.0"
},
"require-dev": {
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-logo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {},
"require-dev": {
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha"
"automattic/jetpack-changelogger": "^3.3.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
13 changes: 5 additions & 8 deletions jetpack_vendor/automattic/jetpack-my-jetpack/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).

## [3.1.3-alpha] - unreleased

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

## [3.1.3] - 2023-07-17
### Changed
- Updated package dependencies.
- Updated package dependencies. [#31872]

### Fixed
- - hide connection owner information if the data is invalid
- don't suggest user connection if user is already connected, but connection owner is invalid
- Hide connection owner information if the data is invalid
- Don't suggest user connection if user is already connected, but connection owner is invalid [#31618]

## [3.1.2] - 2023-07-11
### Changed
Expand Down Expand Up @@ -944,7 +941,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[3.1.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.2...3.1.3-alpha
[3.1.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.2...3.1.3
[3.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.0.0...3.1.0
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"require": {
"automattic/jetpack-admin-ui": "^0.2.20",
"automattic/jetpack-assets": "^1.18.7",
"automattic/jetpack-connection": "^1.54.0-alpha",
"automattic/jetpack-jitm": "^2.3.13-alpha",
"automattic/jetpack-connection": "^1.54.0",
"automattic/jetpack-jitm": "^2.3.13",
"automattic/jetpack-licensing": "^1.8.2",
"automattic/jetpack-plugins-installer": "^0.2.4",
"automattic/jetpack-redirect": "^1.7.25",
"automattic/jetpack-constants": "^1.6.22"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.14.10-alpha"
"automattic/jetpack-videopress": "^0.14.10"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '3.1.3-alpha';
const PACKAGE_VERSION = '3.1.3';

/**
* Initialize My Jetpack
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-partner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.54.0-alpha",
"automattic/jetpack-connection": "^1.54.0",
"automattic/jetpack-status": "^1.17.2"
},
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"automattic/wordbless": "@dev"
},
"suggest": {
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": {},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.7-alpha",
"automattic/jetpack-changelogger": "^3.3.7",
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.0.4"
},
Expand Down
Loading

0 comments on commit d428ded

Please sign in to comment.