Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Dec 4, 2024
1 parent f6d2a36 commit 643de31
Show file tree
Hide file tree
Showing 31 changed files with 222 additions and 249 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": "^6.0.0-alpha"
"automattic/jetpack-mu-wpcom": "^6.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
108 changes: 54 additions & 54 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.25.3-alpha] - unreleased

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

## [0.25.3] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40363]

## [0.25.2] - 2024-11-26
### Changed
Expand Down Expand Up @@ -500,7 +497,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.25.3-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3-alpha
[0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3
[0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0
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.1",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.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.25.3-alpha';
const PACKAGE_VERSION = '0.25.3';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-calypsoify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.0-alpha] - unreleased

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

## [0.2.0] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40288] [#40363]

### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.1.9] - 2024-11-11
### Added
Expand Down Expand Up @@ -66,7 +63,7 @@ This is an alpha version! The changes listed here are not final.
- Calypsoify: Load feature from the Calypsoify package. [#37375]
- Updated package dependencies. [#37379]

[0.2.0-alpha]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.9...v0.2.0-alpha
[0.2.0]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.9...v0.2.0
[0.1.9]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/Automattic/jetpack-calypsoify/compare/v0.1.6...v0.1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Calypsoify {

const PACKAGE_VERSION = '0.2.0-alpha';
const PACKAGE_VERSION = '0.2.0';

/**
* Singleton instance of `Jetpack_Calypsoify`.
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.7.3-alpha] - unreleased

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

## [0.7.3] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40363]

## [0.7.2] - 2024-12-02
### Added
Expand Down Expand Up @@ -165,7 +162,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.7.3-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.2...v0.7.3-alpha
[0.7.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.6.7...v0.7.0
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.3-alpha';
const PACKAGE_VERSION = '0.7.3';

/**
* Modules to include.
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-connection/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).

## [6.1.1-alpha] - unreleased

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

## [6.1.1] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40363]

## [6.1.0] - 2024-11-25
### Added
Expand Down Expand Up @@ -1265,7 +1262,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.1.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1-alpha
[6.1.1]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0
[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
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.1.1-alpha';
const PACKAGE_VERSION = '6.1.1';

const PACKAGE_SLUG = 'connection';

Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-google-analytics/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-12-04
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.2.5] - 2024-11-11
### Added
Expand Down Expand Up @@ -42,7 +39,7 @@ This is an alpha version! The changes listed here are not final.
- Copy the code from the Jetpack module into the package. [#37184]
- Migrate unit tests from the Jetpack module. [#37246]

[0.3.0-alpha]: https://github.com/Automattic/jetpack-google-analytics/compare/v0.2.5...v0.3.0-alpha
[0.3.0]: https://github.com/Automattic/jetpack-google-analytics/compare/v0.2.5...v0.3.0
[0.2.5]: https://github.com/Automattic/jetpack-google-analytics/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/Automattic/jetpack-google-analytics/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/Automattic/jetpack-google-analytics/compare/v0.2.2...v0.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class GA_Manager {

const PACKAGE_VERSION = '0.3.0-alpha';
const PACKAGE_VERSION = '0.3.0';

/**
* Jetpack_Google_Analytics singleton instance.
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).

## [4.0.2-alpha] - unreleased

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

## [4.0.2] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40363]

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

- Update Jetpack to use new JITM package

[4.0.2-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.1...v4.0.2-alpha
[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
[4.0.0]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.29...v4.0.0
[3.1.29]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.28...v3.1.29
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.1",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-redirect": "^3.0.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 = '4.0.2-alpha';
const PACKAGE_VERSION = '4.0.2';

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

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

## [0.10.2] - 2024-12-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40363]

## [0.10.1] - 2024-11-25
### Changed
Expand Down Expand Up @@ -185,7 +182,7 @@ This is an alpha version! The changes listed here are not final.
- Notifications: Change Icon [#37676]
- Updated package dependencies. [#37669] [#37706]

[0.10.2-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.1...v0.10.2-alpha
[0.10.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.0...v0.10.1
[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
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.1",
"automattic/jetpack-blaze": "^0.25.3-alpha",
"automattic/jetpack-blaze": "^0.25.3",
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-jitm": "^4.0.2-alpha",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-jitm": "^4.0.2",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.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.10.2-alpha';
const PACKAGE_VERSION = '0.10.2';

/**
* Initializer.
Expand Down
23 changes: 10 additions & 13 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +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).

## [6.0.0-alpha] - unreleased

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

## [6.0.0] - 2024-12-04
### Changed
- Updated dependencies.
- Updated package dependencies.
- Updated dependencies. [#40286]
- Updated package dependencies. [#40288] [#40363]

### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

### Fixed
- Add missing ids in Verbum EmailForm.
- Block Support Links: Removed support links for the group block and varients, to avoid an issue with the group placeholder displaying the block descriptions incorrectly.
- Coming Soon: update color of the banner to WordPress blue
- Explicitly set `htmlFor` in recommended tags modal FormLabel.
- Subscribe modal: fix an edge case reported by a user, where the site title shows character codes.
- Add missing ids in Verbum EmailForm. [#40199]
- Block Support Links: Removed support links for the group block and varients, to avoid an issue with the group placeholder displaying the block descriptions incorrectly. [#40275]
- Coming Soon: update color of the banner to WordPress blue [#39966]
- Explicitly set `htmlFor` in recommended tags modal FormLabel. [#40199]
- Subscribe modal: fix an edge case reported by a user, where the site title shows character codes. [#40130]

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

- Testing initial package release.

[6.0.0-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.66.0...v6.0.0-alpha
[6.0.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.66.0...v6.0.0
[5.66.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.65.0...v5.66.0
[5.65.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.64.0...v5.65.0
[5.64.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.63.0...v5.64.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 @@ -7,16 +7,16 @@
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.1",
"automattic/jetpack-blocks": "^3.0.1",
"automattic/jetpack-calypsoify": "^0.2.0-alpha",
"automattic/jetpack-classic-theme-helper": "^0.7.3-alpha",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-masterbar": "^0.10.2-alpha",
"automattic/jetpack-calypsoify": "^0.2.0",
"automattic/jetpack-classic-theme-helper": "^0.7.3",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-masterbar": "^0.10.2",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-stats-admin": "^0.23.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/scheduled-updates": "^0.14.0-alpha",
"automattic/scheduled-updates": "^0.14.0",
"automattic/jetpack-compat": "^4.0.0",
"automattic/jetpack-google-analytics": "^0.3.0-alpha",
"automattic/jetpack-google-analytics": "^0.3.0",
"scssphp/scssphp": "1.12.0"
},
"require-dev": {
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 = '6.0.0-alpha';
const PACKAGE_VERSION = '6.0.0';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
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.1.1-alpha"
"automattic/jetpack-connection": "^6.1.1"
},
"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.2",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-stats": "^0.14.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-jitm": "^4.0.2-alpha"
"automattic/jetpack-jitm": "^4.0.2"
},
"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.2",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-status": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"automattic/jetpack-connection": "^6.1.1-alpha",
"automattic/jetpack-connection": "^6.1.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-password-checker": "^0.4.1",
"automattic/jetpack-ip": "^0.4.1",
Expand Down
Loading

0 comments on commit 643de31

Please sign in to comment.