Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Oct 8, 2024
1 parent 809e375 commit 77cba9e
Show file tree
Hide file tree
Showing 26 changed files with 203 additions and 221 deletions.
112 changes: 56 additions & 56 deletions composer.lock

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions 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).

## [2.3.9-alpha] - unreleased

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

## [2.3.9] - 2024-10-07
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39594]

## [2.3.8] - 2024-09-10
### Changed
Expand Down Expand Up @@ -508,7 +505,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[2.3.9-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9-alpha
[2.3.9]: https://github.com/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9
[2.3.8]: https://github.com/Automattic/jetpack-assets/compare/v2.3.7...v2.3.8
[2.3.7]: https://github.com/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7
[2.3.6]: https://github.com/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-blaze/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).

## [0.23.0-alpha] - unreleased

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

## [0.23.0] - 2024-10-07
### Changed
- Changes the error Blaze shows during sync to be a warning
- Updated package dependencies.
- Changes the error Blaze shows during sync to be a warning. [#39515]
- Updated package dependencies. [#39594]

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

[0.23.0-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0-alpha
[0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0
[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12
[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
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.9-alpha",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-redirect": "^2.0.4",
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.23.0-alpha';
const PACKAGE_VERSION = '0.23.0';

/**
* 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 @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.9-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
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.3-alpha] - unreleased

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

## [0.6.3] - 2024-10-07
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39594]

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

[0.6.3-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3-alpha
[0.6.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.1...v0.6.2
[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
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": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.9-alpha"
"automattic/jetpack-assets": "^2.3.9"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
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.3-alpha';
const PACKAGE_VERSION = '0.6.3';

/**
* Modules to include.
Expand Down
13 changes: 5 additions & 8 deletions vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ 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.1.2-alpha] - unreleased

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

## [5.1.2] - 2024-10-07
### Changed
- Adjust conditions to optimize admin notices callback.
- Initialize assets in wp-admin only.
- Updated package dependencies.
- Adjust conditions to optimize admin notices callback. [#39650]
- Initialize assets in wp-admin only. [#39604]
- Updated package dependencies. [#39594]

## [5.1.1] - 2024-09-30
### Changed
Expand Down Expand Up @@ -1225,7 +1222,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[5.1.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2-alpha
[5.1.2]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2
[5.1.1]: https://github.com/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/Automattic/jetpack-connection/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0
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 @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.3",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.9-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.2",
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.1.2-alpha';
const PACKAGE_VERSION = '5.1.2';

const PACKAGE_SLUG = 'connection';

Expand Down
9 changes: 3 additions & 6 deletions 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).

## [3.1.24-alpha] - unreleased

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

## [3.1.24] - 2024-10-07
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39594]

## [3.1.23] - 2024-09-23
### Changed
Expand Down Expand Up @@ -778,7 +775,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[3.1.24-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24-alpha
[3.1.24]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24
[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
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 @@ -6,8 +6,8 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.3",
"automattic/jetpack-assets": "^2.3.9-alpha",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
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.24-alpha';
const PACKAGE_VERSION = '3.1.24';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-masterbar/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).

## [0.9.5-alpha] - unreleased

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

## [0.9.5] - 2024-10-07
### Changed
- Updated package dependencies.
- Update Jetpack Scan link
- Updated package dependencies. [#39594]
- Update Jetpack Scan link. [#39619]

## [0.9.4] - 2024-09-30
### Changed
Expand Down Expand Up @@ -148,7 +145,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#37669]
- Updated package dependencies. [#37706]

[0.9.5-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.4...v0.9.5-alpha
[0.9.5]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/Automattic/jetpack-masterbar/compare/v0.9.3...v0.9.4
[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
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 @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.9-alpha",
"automattic/jetpack-blaze": "^0.23.0-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-blaze": "^0.23.0",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-jitm": "^3.1.24-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-jitm": "^3.1.24",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-status": "^4.0.2"
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.5-alpha';
const PACKAGE_VERSION = '0.9.5';

/**
* Initializer.
Expand Down
8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-mu-wpcom/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-assets": "^2.3.9-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-blocks": "^2.0.6",
"automattic/jetpack-calypsoify": "^0.1.7-alpha",
"automattic/jetpack-classic-theme-helper": "^0.6.3-alpha",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-masterbar": "^0.9.5-alpha",
"automattic/jetpack-classic-theme-helper": "^0.6.3",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-masterbar": "^0.9.5",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-stats-admin": "^0.22.1",
"automattic/jetpack-status": "^4.0.2",
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.0",
"automattic/jetpack-connection": "^5.1.2-alpha"
"automattic/jetpack-connection": "^5.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
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,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-stats": "^0.13.3",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-jitm": "^3.1.24-alpha"
"automattic/jetpack-jitm": "^3.1.24"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats/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-connection": "^5.1.2-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-status": "^4.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-sync/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-connection": "^5.1.2-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-password-checker": "^0.3.2",
"automattic/jetpack-ip": "^0.3.0",
Expand All @@ -16,7 +16,7 @@
"automattic/jetpack-changelogger": "^4.2.6",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.21.0-alpha",
"automattic/jetpack-waf": "^0.22.0-alpha",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-sync": "^3.14.0-alpha",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-connection": "^5.1.2-alpha"
"automattic/jetpack-connection": "^5.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit 77cba9e

Please sign in to comment.