Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Sep 23, 2024
1 parent a6fdfec commit 88e9e17
Show file tree
Hide file tree
Showing 43 changed files with 329 additions and 310 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-mu-wpcom": "^5.64.0-alpha"
"automattic/jetpack-mu-wpcom": "^5.64.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
160 changes: 80 additions & 80 deletions composer.lock

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions 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.22.11-alpha] - unreleased

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

## [0.22.11] - 2024-09-23
### Fixed
- Increases the timeout for the Blaze payment checkout endpoint
- Increases the timeout for the Blaze payment checkout endpoint [#39420]

## [0.22.10] - 2024-09-10
### Changed
Expand Down Expand Up @@ -454,7 +451,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.22.11-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11-alpha
[0.22.11]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11
[0.22.10]: https://github.com/automattic/jetpack-blaze/compare/v0.22.9...v0.22.10
[0.22.9]: https://github.com/automattic/jetpack-blaze/compare/v0.22.8...v0.22.9
[0.22.8]: https://github.com/automattic/jetpack-blaze/compare/v0.22.7...v0.22.8
Expand Down
8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-connection": "^5.0.0-alpha",
"automattic/jetpack-connection": "^5.0.0",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-sync": "^3.13.0"
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.13.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.22.11-alpha';
const PACKAGE_VERSION = '0.22.11';

/**
* List of dependencies needed to render the dashboard in wp-admin.
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 @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-status": "^4.0.1"
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-classic-theme-helper/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.6.1-alpha] - unreleased

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

## [0.6.1] - 2024-09-23
### Fixed
- Portfolios: Ensure these are enabled and working properly on themes that support portfolios
- Portfolios: Ensure these are enabled and working properly on themes that support portfolios [#39431]

## [0.6.0] - 2024-09-16
### Added
Expand Down Expand Up @@ -125,7 +122,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.6.1-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.0...v0.6.1-alpha
[0.6.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.6...v0.6.0
[0.5.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.5.4...v0.5.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.6.1-alpha';
const PACKAGE_VERSION = '0.6.1';

/**
* Modules to include.
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).

## [5.0.0-alpha] - unreleased

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

## [5.0.0] - 2024-09-23
### Removed
- Connection: Removed deprecated features_enabled method
- Connection: Removed deprecated method features_available
- Connection: Removed deprecated features_enabled method [#39475]
- Connection: Removed deprecated method features_available [#39442]

## [4.0.4] - 2024-09-18
### Changed
Expand Down Expand Up @@ -1210,7 +1207,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[5.0.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0-alpha
[5.0.0]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0
[4.0.4]: https://github.com/Automattic/jetpack-connection/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/Automattic/jetpack-connection/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-connection/compare/v4.0.1...v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-redirect": "^2.0.4"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-connection/src/class-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ public function is_connected() {
* Resets the memoized connection status.
* This will force the connection status to be recomputed on the next check.
*
* @since 5.0.0-alpha
* @since 5.0.0
*/
public function reset_connection_status() {
self::$is_connected = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '5.0.0-alpha';
const PACKAGE_VERSION = '5.0.0';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-google-analytics/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-status": "^4.0.1"
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-ip/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.3.0-alpha] - unreleased

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

## [0.3.0] - 2024-09-23
### Added
- IP Utils: added support for CIDR ranges.
- IP Utils: added support for CIDR ranges. [#39425]

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

[0.3.0-alpha]: https://github.com/automattic/jetpack-ip/compare/v0.2.3...v0.3.0-alpha
[0.3.0]: https://github.com/automattic/jetpack-ip/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/automattic/jetpack-ip/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/automattic/jetpack-ip/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/automattic/jetpack-ip/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0-alpha';
const PACKAGE_VERSION = '0.3.0';

/**
* Get the current user's IP address.
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-jitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [3.1.23] - 2024-09-23
### Changed
- Update dependencies.

## [3.1.22] - 2024-09-10
### Changed
- Updated package dependencies. [#39302]
Expand Down Expand Up @@ -767,6 +771,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[3.1.23]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.22...v3.1.23
[3.1.22]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.21...v3.1.22
[3.1.21]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21
[3.1.20]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.19...v3.1.20
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 @@ -7,11 +7,11 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.2",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-connection": "^5.0.0-alpha",
"automattic/jetpack-connection": "^5.0.0",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.1"
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"brain/monkey": "2.6.1",
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.22';
const PACKAGE_VERSION = '3.1.23';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-masterbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.9.3] - 2024-09-23
### Changed
- Update dependencies.

## [0.9.2] - 2024-09-16
### Fixed
- Admin bar: align colors with Calypso's [#39314]
Expand Down Expand Up @@ -126,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies. [#37669]
- Updated package dependencies. [#37706]

[0.9.3]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.8.1...v0.9.0
Expand Down
10 changes: 5 additions & 5 deletions vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-blaze": "^0.22.11-alpha",
"automattic/jetpack-blaze": "^0.22.11",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-connection": "^5.0.0-alpha",
"automattic/jetpack-jitm": "^3.1.22",
"automattic/jetpack-connection": "^5.0.0",
"automattic/jetpack-jitm": "^3.1.23",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-status": "^4.0.1"
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.9.2';
const PACKAGE_VERSION = '0.9.3';

/**
* Initializer.
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-mu-wpcom/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).

## [5.64.0-alpha] - unreleased

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

## [5.64.0] - 2024-09-23
### Deprecated
- Removed launchpad-save-modal.
- Removed launchpad-save-modal. [#39429]

## [5.63.0] - 2024-09-18
### Added
Expand Down Expand Up @@ -1245,7 +1242,7 @@ This is an alpha version! The changes listed here are not final.

- Testing initial package release.

[5.64.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.63.0...v5.64.0-alpha
[5.64.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.63.0...v5.64.0
[5.63.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.62.0...v5.63.0
[5.62.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.61.0...v5.62.0
[5.61.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.60.0...v5.61.0
Expand Down
12 changes: 6 additions & 6 deletions vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"automattic/jetpack-assets": "^2.3.8",
"automattic/jetpack-blocks": "^2.0.6",
"automattic/jetpack-calypsoify": "^0.1.6",
"automattic/jetpack-classic-theme-helper": "^0.6.1-alpha",
"automattic/jetpack-connection": "^5.0.0-alpha",
"automattic/jetpack-masterbar": "^0.9.2",
"automattic/jetpack-classic-theme-helper": "^0.6.1",
"automattic/jetpack-connection": "^5.0.0",
"automattic/jetpack-masterbar": "^0.9.3",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-stats-admin": "^0.22.0",
"automattic/jetpack-status": "^4.0.1",
"automattic/scheduled-updates": "^0.13.3",
"automattic/jetpack-stats-admin": "^0.22.1",
"automattic/jetpack-status": "^4.0.2",
"automattic/scheduled-updates": "^0.13.4",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-google-analytics": "^0.2.4",
"scssphp/scssphp": "1.12.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '5.64.0-alpha';
const PACKAGE_VERSION = '5.64.0';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-plans/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.4.11] - 2024-09-23
### Changed
- Update dependencies.

## [0.4.10] - 2024-09-05
### Changed
- Update dependencies.
Expand Down Expand Up @@ -150,6 +154,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- Moved the options class into Connection. [#24095]

[0.4.11]: https://github.com/Automattic/jetpack-plans/compare/v0.4.10...v0.4.11
[0.4.10]: https://github.com/Automattic/jetpack-plans/compare/v0.4.9...v0.4.10
[0.4.9]: https://github.com/Automattic/jetpack-plans/compare/v0.4.8...v0.4.9
[0.4.8]: https://github.com/Automattic/jetpack-plans/compare/v0.4.7...v0.4.8
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-plans/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": "^5.0.0-alpha"
"automattic/jetpack-connection": "^5.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-status": "^4.0.2",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-redirect/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-status": "^4.0.1"
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"brain/monkey": "2.6.1",
Expand Down
4 changes: 4 additions & 0 deletions vendor/automattic/jetpack-stats-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.22.1 - 2024-09-23
### Changed
- Update dependencies. [#39303]

## 0.22.0 - 2024-09-16
### Added
- Create the user feedback endpoint proxy with a user login status check. [#39287]
Expand Down
Loading

0 comments on commit 88e9e17

Please sign in to comment.