Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40231)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Nov 18, 2024
1 parent ec960af commit 4299036
Show file tree
Hide file tree
Showing 28 changed files with 231 additions and 264 deletions.
114 changes: 57 additions & 57 deletions composer.lock

Large diffs are not rendered by default.

15 changes: 5 additions & 10 deletions vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +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).

## [0.25.0-alpha] - unreleased

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

## [0.25.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.24.0] - 2024-11-11
### Added
- Adds /stats endpoints to the whitelist [#39995]

### Changed
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40060]

## [0.23.3] - 2024-11-04
### Added
Expand Down Expand Up @@ -293,8 +289,7 @@ This is an alpha version! The changes listed here are not final.

## [0.10.1] - 2023-09-04
### Changed
- Updated package dependencies. [#32803]
- Updated package dependencies. [#32804]
- Updated package dependencies. [#32803] [#32804]

### Fixed
- Fixes missing controller for DSP /subscriptions POST endpoint [#32752]
Expand Down Expand Up @@ -489,7 +484,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.25.0-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0-alpha
[0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0
[0.24.0]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0
[0.23.3]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.23.3
[0.23.2]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-constants": "^3.0.0",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.0",
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.25.0-alpha';
const PACKAGE_VERSION = '0.25.0';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-blocks/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.0-alpha] - unreleased

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

## [3.0.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [2.0.7] - 2024-11-04
### Added
Expand Down Expand Up @@ -205,7 +202,7 @@ This is an alpha version! The changes listed here are not final.

- Blocks: introduce new package for block management

[3.0.0-alpha]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.7...v3.0.0-alpha
[3.0.0]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.7...v3.0.0
[2.0.7]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/Automattic/jetpack-blocks/compare/v2.0.4...v2.0.5
Expand Down
6 changes: 2 additions & 4 deletions vendor/automattic/jetpack-calypsoify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ This is an alpha version! The changes listed here are not final.

## [0.1.7] - 2024-10-29
### Changed
- Updated package dependencies. [#39594]
- Updated package dependencies. [#39707]
- Updated package dependencies. [#39594] [#39707]

## [0.1.6] - 2024-09-10
### Changed
- Updated package dependencies. [#39176]
- Updated package dependencies. [#39302]
- Updated package dependencies. [#39176] [#39302]

## [0.1.5] - 2024-08-30
### Changed
Expand Down
12 changes: 4 additions & 8 deletions vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +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).

## [0.7.0-alpha] - unreleased

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

## [0.7.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.6.7] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40060]

## [0.6.6] - 2024-11-04
### Added
Expand Down Expand Up @@ -154,7 +150,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.7.0-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0-alpha
[0.7.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0
[0.6.7]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.6...v0.6.7
[0.6.6]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.5...v0.6.6
[0.6.5]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.4...v0.6.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.7.0-alpha';
const PACKAGE_VERSION = '0.7.0';

/**
* Modules to include.
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-compat/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.0-alpha] - unreleased

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

## [4.0.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [3.0.2] - 2024-04-25
### Changed
Expand Down Expand Up @@ -158,7 +155,7 @@ This is an alpha version! The changes listed here are not final.

- Jetpack 7.5: Back compatibility package

[4.0.0-alpha]: https://github.com/Automattic/jetpack-compat/compare/v3.0.2...v4.0.0-alpha
[4.0.0]: https://github.com/Automattic/jetpack-compat/compare/v3.0.2...v4.0.0
[3.0.2]: https://github.com/Automattic/jetpack-compat/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Automattic/jetpack-compat/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-compat/compare/v2.0.1...v3.0.0
Expand Down
12 changes: 4 additions & 8 deletions vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +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).

## [6.0.1-alpha] - unreleased

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

## [6.0.1] - 2024-11-18
### Fixed
- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003).
- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). [#40188]

## [6.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]

## [5.1.7] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40060]

## [5.1.6] - 2024-11-04
### Added
Expand Down Expand Up @@ -1254,7 +1250,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.0.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1-alpha
[6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0
[5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7
[5.1.6]: https://github.com/Automattic/jetpack-connection/compare/v5.1.5...v5.1.6
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.0.1-alpha';
const PACKAGE_VERSION = '6.0.1';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-redirect": "^3.0.0",
Expand Down
16 changes: 8 additions & 8 deletions vendor/automattic/jetpack-masterbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ 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.0-alpha] - unreleased
## [0.10.1-alpha] - unreleased

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

## [0.10.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

### Fixed
- Update the upgrade nudge for Additional CSS with the correct plan names.
- Update the upgrade nudge for Additional CSS with the correct plan names. [#40107]

## [0.9.9] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40060]

## [0.9.8] - 2024-11-04
### Added
Expand Down Expand Up @@ -175,10 +175,10 @@ This is an alpha version! The changes listed here are not final.
- Auto-labeling: label changes to the Masterbar feature in the Masterbar package. [#37309]
- Masterbar: Copy module code to package [#37342]
- Notifications: Change Icon [#37676]
- Updated package dependencies. [#37669]
- Updated package dependencies. [#37706]
- Updated package dependencies. [#37669] [#37706]

[0.10.0-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.9...v0.10.0-alpha
[0.10.1-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.0...v0.10.1-alpha
[0.10.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.9...v0.10.0
[0.9.9]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.8...v0.9.9
[0.9.8]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.7...v0.9.8
[0.9.7]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.6...v0.9.7
Expand Down
8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-blaze": "^0.25.0-alpha",
"automattic/jetpack-compat": "^4.0.0-alpha",
"automattic/jetpack-blaze": "^0.25.0",
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-jitm": "^4.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-plans": "^0.5.0",
Expand All @@ -19,7 +19,7 @@
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/patchwork-redefine-exit": "^2.0.0-alpha",
"automattic/patchwork-redefine-exit": "^2.0.0",
"automattic/wordbless": "dev-master"
},
"autoload": {
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.10.0-alpha';
const PACKAGE_VERSION = '0.10.1-alpha';

/**
* Initializer.
Expand Down
14 changes: 4 additions & 10 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Added feature check for the Global Styles on Personal plan changes. [#39986]
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40000]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40000] [#40060]

### Fixed
- Fix PHPUnit coverage warnings. [#39989]
Expand Down Expand Up @@ -63,9 +61,7 @@ This is an alpha version! The changes listed here are not final.
- Site Management Panel: fix site name encoding display [#39756]
- Site Management Panel: Migrate to react [#39742]
- Updated copies used in the plugins banner for wpcom sites plugin-install.php page. [#39725]
- Updated package dependencies. [#39594]
- Updated package dependencies. [#39640]
- Updated package dependencies. [#39707]
- Updated package dependencies. [#39594] [#39640] [#39707]
- Update Jetpack Scan link [#39619]
- Update Verbum Comments resize logic [#39791]
- wpcom_add_shopping_cart: Use Store_Shopping_Cart::is_cart_empty() when deciding to render icon for incrased performance [#39563]
Expand Down Expand Up @@ -114,8 +110,7 @@ This is an alpha version! The changes listed here are not final.
- Admin bar: update 'My Account' link to /me [#39290]
- Enable Users -> Profile (profile.php) on all sites [#39181]
- Launchpad: Require a design is selected before marking the step as complete in both the Write and Free flows [#39189]
- Updated package dependencies. [#39176]
- Updated package dependencies. [#39302]
- Updated package dependencies. [#39176] [#39302]

### Fixed
- Use the correct endpoint route for adding suggested tags on new posts. [#39175]
Expand Down Expand Up @@ -376,8 +371,7 @@ This is an alpha version! The changes listed here are not final.
- As we've launched untangling & nav redesign, the wpcom_is_nav_redesign_enabled() function name is not relevant anymore and can be confusing for future developers, so we replace it with the equivalent get_option call. [#38197]
- Classic Theme Helper - initialize Featured Content from the mu-wpcom package [#37969]
- Load ETK features with a higher priority to avoid the ETK plugin taking precedence. [#38230]
- Updated package dependencies. [#38132]
- Updated package dependencies. [#38235]
- Updated package dependencies. [#38132] [#38235]
- Update Verbum Comments accessibility. [#38116]

### Removed
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 @@ -6,16 +6,16 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-blocks": "^3.0.0-alpha",
"automattic/jetpack-blocks": "^3.0.0",
"automattic/jetpack-calypsoify": "^0.2.0-alpha",
"automattic/jetpack-classic-theme-helper": "^0.7.0-alpha",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-masterbar": "^0.10.0-alpha",
"automattic/jetpack-classic-theme-helper": "^0.7.0",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-masterbar": "^0.10.1-alpha",
"automattic/jetpack-redirect": "^3.0.0",
"automattic/jetpack-stats-admin": "^0.23.0-alpha",
"automattic/jetpack-stats-admin": "^0.23.0",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/scheduled-updates": "^0.14.0-alpha",
"automattic/jetpack-compat": "^4.0.0-alpha",
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-google-analytics": "^0.3.0-alpha",
"scssphp/scssphp": "1.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-plans/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.0.1-alpha"
"automattic/jetpack-connection": "^6.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
7 changes: 2 additions & 5 deletions vendor/automattic/jetpack-stats-admin/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.23.0-alpha - unreleased

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

## 0.23.0 - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## 0.22.6 - 2024-11-11
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-stats-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-constants": "^3.0.0",
"automattic/jetpack-plans": "^0.5.0",
"automattic/jetpack-stats": "^0.14.0-alpha",
"automattic/jetpack-stats": "^0.14.0",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-jitm": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats-admin/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Main {
/**
* Stats version.
*/
const VERSION = '0.23.0-alpha';
const VERSION = '0.23.0';

/**
* Singleton Main instance.
Expand Down
Loading

0 comments on commit 4299036

Please sign in to comment.