Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#41187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Jan 20, 2025
1 parent 9293c3e commit 5ebdfbe
Show file tree
Hide file tree
Showing 48 changed files with 399 additions and 426 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^4.0.3-alpha",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-autoloader": "^5.0.1-alpha",
"automattic/jetpack-autoloader": "^5.0.1",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.3.0-alpha",
"automattic/jetpack-my-jetpack": "^5.3.3-alpha",
"automattic/jetpack-sync": "^4.4.0-alpha",
"automattic/jetpack-status": "^5.0.2-alpha"
"automattic/jetpack-connection": "^6.3.0",
"automattic/jetpack-my-jetpack": "^5.3.3",
"automattic/jetpack-sync": "^4.4.0",
"automattic/jetpack-status": "^5.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_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).

## [4.0.3-alpha] - unreleased

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

## [4.0.3] - 2025-01-20
### Changed
- Updated package dependencies.
- Updated package dependencies. [#41099]

## [4.0.2] - 2024-12-16
### Changed
Expand Down Expand Up @@ -551,7 +548,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[4.0.3-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.2...v4.0.3-alpha
[4.0.3]: https://github.com/Automattic/jetpack-assets/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-assets/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-assets/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-assets/compare/v3.0.0...v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/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.2",
"automattic/jetpack-connection": "^6.3.0-alpha"
"automattic/jetpack-connection": "^6.3.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
15 changes: 6 additions & 9 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ 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).

## [6.3.0-alpha] - unreleased

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

## [6.3.0] - 2025-01-20
### Changed
- Code: Use function-style exit() and die() with a default status code of 0.
- Moved WPCOM_REST_API_Proxy_Request trait to the connection package
- Updated package dependencies.
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]
- Move WPCOM_REST_API_Proxy_Request trait to the connection package. [#41023]
- Updated package dependencies. [#41099]

### Fixed
- Add heartbeat deactivation on site disconnection.
- Add heartbeat deactivation on site disconnection. [#41117]

## [6.2.2] - 2025-01-06
### Added
Expand Down Expand Up @@ -1290,7 +1287,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.3.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0-alpha
[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0
[6.2.2]: https://github.com/Automattic/jetpack-connection/compare/v6.2.1...v6.2.2
[6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1
[6.2.0]: https://github.com/Automattic/jetpack-connection/compare/v6.1.1...v6.2.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.3-alpha",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.2-alpha",
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-redirect": "^3.0.1"
},
"require-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 = '6.3.0-alpha';
const PACKAGE_VERSION = '6.3.0';

const PACKAGE_SLUG = 'connection';

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

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

## [0.2.4] - 2025-01-20
### Changed
- Updated package dependencies.
- Updated package dependencies. [#41099]

## [0.2.3] - 2024-12-16
### Changed
Expand Down Expand Up @@ -98,7 +95,7 @@ This is an alpha version! The changes listed here are not final.
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
- Updated package dependencies. [#38132]

[0.2.4-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.3...v0.2.4-alpha
[0.2.4]: https://github.com/Automattic/jetpack-explat/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/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.2",
"automattic/jetpack-connection": "^6.3.0-alpha"
"automattic/jetpack-connection": "^6.3.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.2.4-alpha';
const PACKAGE_VERSION = '0.2.4';

/**
* Initializer.
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).

## [4.0.4-alpha] - unreleased

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

## [4.0.4] - 2025-01-20
### Changed
- Updated package dependencies.
- Updated package dependencies. [#41099]

## [4.0.3] - 2024-12-16
### Changed
Expand Down Expand Up @@ -818,7 +815,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[4.0.4-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.3...v4.0.4-alpha
[4.0.4]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.0...v4.0.1
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-assets": "^4.0.3-alpha",
"automattic/jetpack-connection": "^6.3.0-alpha",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-connection": "^6.3.0",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-status": "^5.0.2-alpha"
"automattic/jetpack-status": "^5.0.2"
},
"require-dev": {
"brain/monkey": "^2.6.2",
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 = '4.0.4-alpha';
const PACKAGE_VERSION = '4.0.4';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-licensing/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.0.3-alpha] - unreleased

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

## [3.0.3] - 2025-01-20
### Changed
- Code: Use function-style exit() and die() with a default status code of 0.
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]

## [3.0.2] - 2024-12-02
### Changed
Expand Down Expand Up @@ -319,7 +316,7 @@ This is an alpha version! The changes listed here are not final.

- Licensing: Add support for Jetpack licenses

[3.0.3-alpha]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3-alpha
[3.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.12...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/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.2",
"automattic/jetpack-connection": "^6.3.0-alpha"
"automattic/jetpack-connection": "^6.3.0"
},
"require-dev": {
"automattic/wordbless": "^0.4.2",
Expand Down
15 changes: 6 additions & 9 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ 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.3.3-alpha] - unreleased

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

## [5.3.3] - 2025-01-20
### Added
- add caching for the red bubble alerts for My Jetpack
- Add option for devs to reset jetpack options from My Jetpack footer
- Add sandboxed tag to My Jetpack
- Add caching for the red bubble alerts for My Jetpack. [#41131]
- Add option for devs to reset jetpack options from My Jetpack footer. [#40943]
- Add sandboxed tag to My Jetpack. [#40971]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#41099]

## [5.3.2] - 2025-01-14
### Fixed
Expand Down Expand Up @@ -1918,7 +1915,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.3.3-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.2...5.3.3-alpha
[5.3.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.2...5.3.3
[5.3.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.1...5.3.2
[5.3.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.3.0...5.3.1
[5.3.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.2.0...5.3.0
Expand Down
16 changes: 8 additions & 8 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.3-alpha",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.3.0-alpha",
"automattic/jetpack-explat": "^0.2.4-alpha",
"automattic/jetpack-jitm": "^4.0.4-alpha",
"automattic/jetpack-licensing": "^3.0.3-alpha",
"automattic/jetpack-connection": "^6.3.0",
"automattic/jetpack-explat": "^0.2.4",
"automattic/jetpack-jitm": "^4.0.4",
"automattic/jetpack-licensing": "^3.0.3",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.2-alpha",
"automattic/jetpack-sync": "^4.4.0-alpha",
"automattic/jetpack-protect-status": "^0.4.2-alpha"
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-sync": "^4.4.0",
"automattic/jetpack-protect-status": "^0.4.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.3.3-alpha';
const PACKAGE_VERSION = '5.3.3';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-status": "^5.0.2-alpha"
"automattic/jetpack-status": "^5.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-protect-status/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.2-alpha] - unreleased

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

## [0.4.2] - 2025-01-20
### Fixed
- Protect-status package: Fix Current_Plan::supports() call from breaking cache on every call.
- Fix Current_Plan::supports() call from breaking cache on every call. [#41010]

## [0.4.1] - 2024-12-23
### Fixed
Expand Down Expand Up @@ -70,7 +67,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#37894]

[0.4.2-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.1...v0.4.2-alpha
[0.4.2]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.0...v0.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.3.0-alpha",
"automattic/jetpack-connection": "^6.3.0",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.4.0-alpha",
"automattic/jetpack-sync": "^4.4.0",
"automattic/jetpack-protect-models": "^0.4.1",
"automattic/jetpack-plans": "^0.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Status {

const PACKAGE_VERSION = '0.4.2-alpha';
const PACKAGE_VERSION = '0.4.2';
/**
* Name of the option where status is stored
*
Expand Down
2 changes: 1 addition & 1 deletion jetpack_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.2",
"automattic/jetpack-status": "^5.0.2-alpha"
"automattic/jetpack-status": "^5.0.2"
},
"require-dev": {
"brain/monkey": "^2.6.2",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-status/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.0.2-alpha] - unreleased

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

## [5.0.2] - 2025-01-20
### Changed
- Code: Use function-style exit() and die() with a default status code of 0.
- Code: Use function-style exit() and die() with a default status code of 0. [#41167]

## [5.0.1] - 2024-11-25
### Changed
Expand Down Expand Up @@ -420,7 +417,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Introduce a status package

[5.0.2-alpha]: https://github.com/Automattic/jetpack-status/compare/v5.0.1...v5.0.2-alpha
[5.0.2]: https://github.com/Automattic/jetpack-status/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/Automattic/jetpack-status/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/Automattic/jetpack-status/compare/v4.0.3...v5.0.0
[4.0.3]: https://github.com/Automattic/jetpack-status/compare/v4.0.2...v4.0.3
Expand Down
Loading

0 comments on commit 5ebdfbe

Please sign in to comment.