Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 1.6.20, jetpack 12.6 Changes (#33185)
Browse files Browse the repository at this point in the history
* Changelog edits.

* Init new cycle

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6239656827
  • Loading branch information
zinigor authored and matticbot committed Sep 19, 2023
1 parent 2b69736 commit 1aee1bb
Show file tree
Hide file tree
Showing 53 changed files with 534 additions and 554 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-autoloader": "^2.11.23-alpha",
"automattic/jetpack-composer-plugin": "^1.1.14-alpha",
"automattic/jetpack-config": "^1.15.4-alpha",
"automattic/jetpack-connection": "^1.57.5-alpha",
"automattic/jetpack-identity-crisis": "^0.10.5-alpha",
"automattic/jetpack-my-jetpack": "^3.5.0-alpha",
"automattic/jetpack-search": "^0.38.8-alpha",
"automattic/jetpack-autoloader": "^2.11.23",
"automattic/jetpack-composer-plugin": "^1.1.14",
"automattic/jetpack-config": "^1.15.4",
"automattic/jetpack-connection": "^1.57.5",
"automattic/jetpack-identity-crisis": "^0.10.5",
"automattic/jetpack-my-jetpack": "^3.5.0",
"automattic/jetpack-search": "^0.38.8",
"automattic/jetpack-stats": "^0.6.5",
"automattic/jetpack-status": "^1.18.4-alpha",
"automattic/jetpack-sync": "^1.57.0-alpha",
"automattic/jetpack-status": "^1.18.4",
"automattic/jetpack-sync": "^1.57.1-alpha",
"automattic/jetpack-plugins-installer": "^0.2.5"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.9-alpha",
"automattic/jetpack-changelogger": "^3.3.9",
"yoast/phpunit-polyfills": "1.1.0"
},
"autoload": {
Expand Down
7 changes: 3 additions & 4 deletions jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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.4.22-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [1.4.22] - 2023-09-19
- Minor internal updates.

## [1.4.21] - 2023-08-23
### Changed
Expand Down Expand Up @@ -127,7 +126,7 @@ This is an alpha version! The changes listed here are not final.

- Creates the MC Stats package

[1.4.22-alpha]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.21...v1.4.22-alpha
[1.4.22]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.21...v1.4.22
[1.4.21]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.20...v1.4.21
[1.4.20]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.19...v1.4.20
[1.4.19]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v1.4.18...v1.4.19
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.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"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-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.2.23-alpha] - unreleased

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

## [0.2.23] - 2023-09-19
### Changed
- Updated Jetpack submenu sort order so individual features are alpha-sorted.
- Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958]

## [0.2.22] - 2023-09-11
### Fixed
Expand Down Expand Up @@ -123,7 +120,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixing menu visibility issues.

[0.2.23-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.22...0.2.23-alpha
[0.2.23]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.22...0.2.23
[0.2.22]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.21...0.2.22
[0.2.21]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.20...0.2.21
[0.2.20]: https://github.com/Automattic/jetpack-admin-ui/compare/0.2.19...0.2.20
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-admin-ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha",
"automattic/jetpack-logo": "^1.6.3-alpha",
"automattic/jetpack-changelogger": "^3.3.9",
"automattic/jetpack-logo": "^1.6.3",
"automattic/wordbless": "dev-master"
},
"suggest": {
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.2.23-alpha';
const PACKAGE_VERSION = '0.2.23';

/**
* Whether this class has been initialized
Expand Down
7 changes: 3 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,8 @@ 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.18.11-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [1.18.11] - 2023-09-19
- Minor internal updates.

## [1.18.10] - 2023-09-04
### Changed
Expand Down Expand Up @@ -361,7 +360,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[1.18.11-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.10...v1.18.11-alpha
[1.18.11]: https://github.com/Automattic/jetpack-assets/compare/v1.18.10...v1.18.11
[1.18.10]: https://github.com/Automattic/jetpack-assets/compare/v1.18.9...v1.18.10
[1.18.9]: https://github.com/Automattic/jetpack-assets/compare/v1.18.8...v1.18.9
[1.18.8]: https://github.com/Automattic/jetpack-assets/compare/v1.18.7...v1.18.8
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.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha",
"automattic/jetpack-changelogger": "^3.3.9",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0"
},
"suggest": {
Expand Down
7 changes: 3 additions & 4 deletions jetpack_vendor/automattic/jetpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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.15.4-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [1.15.4] - 2023-09-19
- Minor internal updates.

## [1.15.3] - 2023-06-26
### Changed
Expand Down Expand Up @@ -188,7 +187,7 @@ This is an alpha version! The changes listed here are not final.

- Trying to add deterministic initialization.

[1.15.4-alpha]: https://github.com/Automattic/jetpack-config/compare/v1.15.3...v1.15.4-alpha
[1.15.4]: https://github.com/Automattic/jetpack-config/compare/v1.15.3...v1.15.4
[1.15.3]: https://github.com/Automattic/jetpack-config/compare/v1.15.2...v1.15.3
[1.15.2]: https://github.com/Automattic/jetpack-config/compare/v1.15.1...v1.15.2
[1.15.1]: https://github.com/Automattic/jetpack-config/compare/v1.15.0...v1.15.1
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.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
7 changes: 3 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,8 @@ 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.57.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [1.57.5] - 2023-09-19
- Minor internal updates.

## [1.57.4] - 2023-09-13
### Fixed
Expand Down Expand Up @@ -884,7 +883,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[1.57.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5-alpha
[1.57.5]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5
[1.57.4]: https://github.com/Automattic/jetpack-connection/compare/v1.57.3...v1.57.4
[1.57.3]: https://github.com/Automattic/jetpack-connection/compare/v1.57.2...v1.57.3
[1.57.2]: https://github.com/Automattic/jetpack-connection/compare/v1.57.1...v1.57.2
Expand Down
12 changes: 6 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha",
"automattic/jetpack-admin-ui": "^0.2.23-alpha",
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
"automattic/jetpack-admin-ui": "^0.2.23",
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-roles": "^1.4.25-alpha",
"automattic/jetpack-status": "^1.18.4-alpha",
"automattic/jetpack-redirect": "^1.7.27-alpha"
"automattic/jetpack-roles": "^1.4.25",
"automattic/jetpack-status": "^1.18.4",
"automattic/jetpack-redirect": "^1.7.27"
},
"require-dev": {
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.1.0",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^3.3.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"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 @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.57.5-alpha';
const PACKAGE_VERSION = '1.57.5';

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.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"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.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"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.10.5-alpha] - unreleased

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

## [0.10.5] - 2023-09-19
### Changed
- Updated package dependencies.
- Updated package dependencies. [#33001]

## [0.10.4] - 2023-09-11
### Changed
Expand Down Expand Up @@ -416,7 +413,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.10.5-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.4...v0.10.5-alpha
[0.10.5]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.4...v0.10.5
[0.10.4]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.10.1...v0.10.2
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/automattic/jetpack-identity-crisis/composer.json
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.57.5-alpha",
"automattic/jetpack-connection": "^1.57.5",
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-status": "^1.18.4-alpha",
"automattic/jetpack-logo": "^1.6.3-alpha",
"automattic/jetpack-assets": "^1.18.11-alpha"
"automattic/jetpack-status": "^1.18.4",
"automattic/jetpack-logo": "^1.6.3",
"automattic/jetpack-assets": "^1.18.11"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.9-alpha",
"automattic/jetpack-changelogger": "^3.3.9",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/wordbless": "@dev"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.10.5-alpha';
const PACKAGE_VERSION = '0.10.5';

/**
* Instance of the object.
Expand Down
7 changes: 3 additions & 4 deletions jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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.6-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.1.6] - 2023-09-19
- Minor internal updates.

## [0.1.5] - 2023-08-23
### Changed
Expand Down Expand Up @@ -35,7 +34,7 @@ This is an alpha version! The changes listed here are not final.
- Add jetpack-ip package functionality [#28846]
- Initialized the package. [#28765]

[0.1.6-alpha]: https://github.com/automattic/jetpack-ip/compare/v0.1.5...v0.1.6-alpha
[0.1.6]: https://github.com/automattic/jetpack-ip/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/automattic/jetpack-ip/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/automattic/jetpack-ip/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/automattic/jetpack-ip/compare/v0.1.2...v0.1.3
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.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"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-ip/src/class-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Utils {

const PACKAGE_VERSION = '0.1.6-alpha';
const PACKAGE_VERSION = '0.1.6';

/**
* Get the current user's IP address.
Expand Down
7 changes: 3 additions & 4 deletions jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ 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.19-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.3.19] - 2023-09-19
- Minor internal updates.

## [2.3.18] - 2023-09-04
### Changed
Expand Down Expand Up @@ -625,7 +624,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[2.3.19-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.18...v2.3.19-alpha
[2.3.19]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.18...v2.3.19
[2.3.18]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.17...v2.3.18
[2.3.17]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.16...v2.3.17
[2.3.16]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.15...v2.3.16
Expand Down
16 changes: 8 additions & 8 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.22-alpha",
"automattic/jetpack-assets": "^1.18.11-alpha",
"automattic/jetpack-connection": "^1.57.5-alpha",
"automattic/jetpack-a8c-mc-stats": "^1.4.22",
"automattic/jetpack-assets": "^1.18.11",
"automattic/jetpack-connection": "^1.57.5",
"automattic/jetpack-device-detection": "^1.4.27",
"automattic/jetpack-logo": "^1.6.3-alpha",
"automattic/jetpack-partner": "^1.7.25-alpha",
"automattic/jetpack-redirect": "^1.7.27-alpha",
"automattic/jetpack-status": "^1.18.4-alpha"
"automattic/jetpack-logo": "^1.6.3",
"automattic/jetpack-partner": "^1.7.25",
"automattic/jetpack-redirect": "^1.7.27",
"automattic/jetpack-status": "^1.18.4"
},
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha"
"automattic/jetpack-changelogger": "^3.3.9"
},
"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.19-alpha';
const PACKAGE_VERSION = '2.3.19';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
Loading

0 comments on commit 1aee1bb

Please sign in to comment.