Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#42002)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Feb 24, 2025
1 parent ddb2918 commit 9410132
Show file tree
Hide file tree
Showing 85 changed files with 805 additions and 736 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.8-alpha",
"automattic/jetpack-autoloader": "^5.0.2-alpha",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-publicize": "^0.61.0-alpha",
"automattic/jetpack-connection": "^6.6.0-alpha",
"automattic/jetpack-my-jetpack": "^5.5.0-alpha",
"automattic/jetpack-sync": "^4.8.2-alpha",
"automattic/jetpack-status": "^5.0.4-alpha",
"automattic/jetpack-plans": "^0.5.2",
"automattic/jetpack-post-list": "^0.8.2"
"automattic/jetpack-admin-ui": "^0.5.3",
"automattic/jetpack-assets": "^4.0.8",
"automattic/jetpack-autoloader": "^5.0.2",
"automattic/jetpack-composer-plugin": "^4.0.1",
"automattic/jetpack-config": "^3.0.1",
"automattic/jetpack-publicize": "^0.61.0",
"automattic/jetpack-connection": "^6.6.0",
"automattic/jetpack-my-jetpack": "^5.5.0",
"automattic/jetpack-sync": "^4.8.2",
"automattic/jetpack-status": "^5.0.4",
"automattic/jetpack-plans": "^0.5.3",
"automattic/jetpack-post-list": "^0.8.3"
},
"require-dev": {
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-changelogger": "^6.0.0",
"automattic/jetpack-test-environment": "@dev",
"yoast/phpunit-polyfills": "^1.1.1",
"brain/monkey": "^2.6.2"
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-a8c-mc-stats/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.0.1] - 2025-02-24
### Changed
- Update dependencies.

## [3.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -151,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Creates the MC Stats package

[3.0.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v2.0.4...v3.0.0
[2.0.4]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v2.0.2...v2.0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha"
"automattic/jetpack-changelogger": "^6.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
7 changes: 6 additions & 1 deletion jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ 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.5.3] - 2025-02-24
### Changed
- Update dependencies.

## [0.5.2] - 2025-02-03
### Added
- Add `remove_menu` method to `Admin_Menu` class. [#41422]

## [0.5.1] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
- Update dependencies. [#40286]

## [0.5.0] - 2024-11-14
### Removed
Expand Down Expand Up @@ -176,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixing menu visibility issues.

[0.5.3]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.6...0.5.0
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 @@ -8,8 +8,8 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-changelogger": "^6.0.0",
"automattic/jetpack-logo": "^3.0.1",
"automattic/jetpack-test-environment": "@dev"
},
"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.5.2';
const PACKAGE_VERSION = '0.5.3';

/**
* Whether this class has been initialized
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.8-alpha] - unreleased

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

## [4.0.8] - 2025-02-24
### Added
- User data: Added permissions to the current user object
- User data: Add permissions to the current user object [#41859]

## [4.0.7] - 2025-02-17
### Changed
Expand Down Expand Up @@ -571,7 +568,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[4.0.8-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.7...v4.0.8-alpha
[4.0.8]: https://github.com/Automattic/jetpack-assets/compare/v4.0.7...v4.0.8
[4.0.7]: https://github.com/Automattic/jetpack-assets/compare/v4.0.6...v4.0.7
[4.0.6]: https://github.com/Automattic/jetpack-assets/compare/v4.0.5...v4.0.6
[4.0.5]: https://github.com/Automattic/jetpack-assets/compare/v4.0.4...v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-assets/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.2",
"automattic/jetpack-constants": "^3.0.1"
"automattic/jetpack-constants": "^3.0.2"
},
"require-dev": {
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-changelogger": "^6.0.0",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0"
},
"suggest": {
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-boost-core/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.3.6] - 2025-02-24
### Changed
- Update dependencies.

## [0.3.5] - 2025-02-03
### Fixed
- Code: Remove extra params on function calls. [#41263]
Expand Down Expand Up @@ -109,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Introduce new package. [#31163]

[0.3.6]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.2...v0.3.3
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-boost-core/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.2",
"automattic/jetpack-connection": "^6.6.0-alpha"
"automattic/jetpack-connection": "^6.6.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha"
"automattic/jetpack-changelogger": "^6.0.0"
},
"autoload": {
"classmap": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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-02-24
### Changed
- Internal updates.

## [0.4.1] - 2025-01-23
### Changed
Expand Down Expand Up @@ -108,7 +108,7 @@ This is an alpha version! The changes listed here are not final.
- Add a new package for Boost Speed Score [#30914]
- Add a new argument to `Speed_Score` to identify where the request was made from (e.g. 'boost-plugin', 'jetpack-dashboard', etc). [#31012]

[0.4.2-alpha]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.1...v0.4.2-alpha
[0.4.2]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.14...v0.4.0
[0.3.14]: https://github.com/Automattic/jetpack-boost-speed-score/compare/v0.3.13...v0.3.14
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-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-changelogger": "^6.0.0",
"brain/monkey": "^2.6"
},
"autoload-dev": {
Expand All @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.2",
"automattic/jetpack-boost-core": "^0.3.5"
"automattic/jetpack-boost-core": "^0.3.6"
},
"autoload": {
"classmap": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class Speed_Score {

const PACKAGE_VERSION = '0.4.2-alpha';
const PACKAGE_VERSION = '0.4.2';

/**
* Array of module slugs that are currently active and can impact speed score.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-config/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.0.1] - 2025-02-24
### Changed
- Update dependencies.

## [3.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -212,6 +216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Trying to add deterministic initialization.

[3.0.1]: https://github.com/Automattic/jetpack-config/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-config/compare/v2.0.4...v3.0.0
[2.0.4]: https://github.com/Automattic/jetpack-config/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/Automattic/jetpack-config/compare/v2.0.2...v2.0.3
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 @@ -7,7 +7,7 @@
"php": ">=7.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^6.0.0-alpha",
"automattic/jetpack-changelogger": "^6.0.0",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-import": "@dev",
"automattic/jetpack-jitm": "@dev",
Expand Down
13 changes: 5 additions & 8 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ 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.6.0-alpha] - unreleased

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

## [6.6.0] - 2025-02-24
### Added
- Connection: Disconnection connection ower will disconnect all other users first.
- Warn that disconnecting owner account will disconnect all other users first. [#41923]

### Changed
- moved endpoint for unlinking user to connection package
- Move the API endpoint for unlinking the user to the automattic/jetpack-connection package. [#41398]

## [6.5.0] - 2025-02-17
### Changed
- Connection: Display connection status on Users page independent of the SSO module. [#41794]
- Display connection status on Users page independent of the SSO module. [#41794]

### Fixed
- Make sure wpcom_id is a string before passing it over as _ui. [#41787]
Expand Down Expand Up @@ -1324,7 +1321,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.6.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.5.0...v6.6.0-alpha
[6.6.0]: https://github.com/Automattic/jetpack-connection/compare/v6.5.0...v6.6.0
[6.5.0]: https://github.com/Automattic/jetpack-connection/compare/v6.4.1...v6.5.0
[6.4.1]: https://github.com/Automattic/jetpack-connection/compare/v6.4.0...v6.4.1
[6.4.0]: https://github.com/Automattic/jetpack-connection/compare/v6.3.2...v6.4.0
Expand Down
16 changes: 8 additions & 8 deletions jetpack_vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.8-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.4-alpha",
"automattic/jetpack-redirect": "^3.0.1"
"automattic/jetpack-a8c-mc-stats": "^3.0.1",
"automattic/jetpack-admin-ui": "^0.5.3",
"automattic/jetpack-assets": "^4.0.8",
"automattic/jetpack-constants": "^3.0.2",
"automattic/jetpack-roles": "^3.0.2",
"automattic/jetpack-status": "^5.0.4",
"automattic/jetpack-redirect": "^3.0.2"
},
"require-dev": {
"automattic/jetpack-test-environment": "@dev",
"yoast/phpunit-polyfills": "^1.1.1",
"brain/monkey": "^2.6.2",
"automattic/jetpack-changelogger": "^6.0.0-alpha"
"automattic/jetpack-changelogger": "^6.0.0"
},
"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 = '6.6.0-alpha';
const PACKAGE_VERSION = '6.6.0';

const PACKAGE_SLUG = 'connection';

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-constants/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.0.2] - 2025-02-24
### Changed
- Update dependencies.

## [3.0.1] - 2024-11-25
### Changed
- Updated package dependencies. [#40258]
Expand Down Expand Up @@ -186,6 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Finish the constants package

[3.0.2]: https://github.com/Automattic/jetpack-constants/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Automattic/jetpack-constants/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-constants/compare/v2.0.5...v3.0.0
[2.0.5]: https://github.com/Automattic/jetpack-constants/compare/v2.0.4...v2.0.5
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 @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha"
"automattic/jetpack-changelogger": "^6.0.0"
},
"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,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.0.1] - 2025-02-24
### Changed
- Update dependencies.

## [3.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -212,6 +216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Moving jetpack_is_mobile into a package

[3.0.1]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.6...v3.0.0
[2.1.6]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.5...v2.1.6
[2.1.5]: https://github.com/Automattic/jetpack-device-detection/compare/v2.1.4...v2.1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^6.0.0-alpha"
"automattic/jetpack-changelogger": "^6.0.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Loading

0 comments on commit 9410132

Please sign in to comment.