Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40333)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 25, 2024
1 parent 94c95fa commit c74708b
Show file tree
Hide file tree
Showing 58 changed files with 514 additions and 568 deletions.
2 changes: 1 addition & 1 deletion composer.json
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": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"autoload": {
"classmap": [
Expand Down
274 changes: 137 additions & 137 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-a8c-mc-stats/composer.json
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": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-admin-ui/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.5.1-alpha] - unreleased

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

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

## [0.5.0] - 2024-11-14
### Removed
Expand Down Expand Up @@ -175,7 +172,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixing menu visibility issues.

[0.5.1-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.0...0.5.1-alpha
[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
[0.4.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.5...0.4.6
[0.4.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.4.4...0.4.5
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-admin-ui/composer.json
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": "^5.1.0-alpha",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/wordbless": "^0.4.2"
},
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.1-alpha';
const PACKAGE_VERSION = '0.5.1';

/**
* Whether this class has been initialized
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-assets/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).

## [4.0.0-alpha] - unreleased

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

## [4.0.0] - 2024-11-25
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40258] [#40288]

### Removed
- Remove JSX runtime polyfill, now that we've dropped support for WordPress < 6.6.
- Remove JSX runtime polyfill, now that we've dropped support for WordPress < 6.6. [#40200]

## [3.0.0] - 2024-11-14
### Removed
Expand Down Expand Up @@ -539,7 +536,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[4.0.0-alpha]: https://github.com/Automattic/jetpack-assets/compare/v3.0.0...v4.0.0-alpha
[4.0.0]: https://github.com/Automattic/jetpack-assets/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/Automattic/jetpack-assets/compare/v2.3.14...v3.0.0
[2.3.14]: https://github.com/Automattic/jetpack-assets/compare/v2.3.13...v2.3.14
[2.3.13]: https://github.com/Automattic/jetpack-assets/compare/v2.3.12...v2.3.13
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha"
"automattic/jetpack-constants": "^3.0.1"
},
"require-dev": {
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/jetpack-changelogger": "^5.1.0",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0"
},
"suggest": {
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.25.1-alpha] - unreleased

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

## [0.25.1] - 2024-11-25
### Changed
- Updated dependencies.
- Updated package dependencies.
- Updated dependencies. [#40286]
- Updated package dependencies. [#40288]

## [0.25.0] - 2024-11-18
### Removed
Expand Down Expand Up @@ -492,7 +489,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#27906]

[0.25.1-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1-alpha
[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
[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
Expand Down
16 changes: 8 additions & 8 deletions vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-connection": "^6.1.0-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-plans": "^0.5.1-alpha",
"automattic/jetpack-redirect": "^3.0.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-sync": "^4.0.1-alpha"
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/wordbless": "^0.4.2"
},
"suggest": {
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.1-alpha';
const PACKAGE_VERSION = '0.25.1';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-blocks/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).

## [3.0.1-alpha] - unreleased

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

## [3.0.1] - 2024-11-25
### Changed
- Updated dependencies.
- Updated package dependencies.
- Updated dependencies. [#40286]
- Updated package dependencies. [#40258]

## [3.0.0] - 2024-11-18
### Removed
Expand Down Expand Up @@ -210,7 +207,7 @@ This is an alpha version! The changes listed here are not final.

- Blocks: introduce new package for block management

[3.0.1-alpha]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.0...v3.0.1-alpha
[3.0.1]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.0...v3.0.1
[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
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-blocks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-constants": "^3.0.1-alpha"
"automattic/jetpack-constants": "^3.0.1"
},
"require-dev": {
"automattic/wordbless": "^0.4.2",
"brain/monkey": "^2.6.2",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-calypsoify/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-assets": "^4.0.0-alpha",
"automattic/jetpack-status": "^5.0.1-alpha"
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-status": "^5.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"autoload": {
"classmap": [
Expand Down
11 changes: 4 additions & 7 deletions vendor/automattic/jetpack-classic-theme-helper/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.7.1-alpha] - unreleased

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

## [0.7.1] - 2024-11-25
### Changed
- Updated dependencies.
- Updated package dependencies.
- Updated dependencies. [#40286]
- Updated package dependencies. [#40288]

## [0.7.0] - 2024-11-18
### Removed
Expand Down Expand Up @@ -158,7 +155,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Add wordpress folder on gitignore. [#37177]

[0.7.1-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.7.0...v0.7.1-alpha
[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
[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
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-classic-theme-helper/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-assets": "^4.0.0-alpha"
"automattic/jetpack-assets": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/wordbless": "^0.4.2"
},
"autoload": {
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.1-alpha';
const PACKAGE_VERSION = '0.7.1';

/**
* Modules to include.
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-compat/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": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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,16 +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).

## [6.1.0-alpha] - unreleased

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

## [6.1.0] - 2024-11-25
### Added
- Allow using application password for site registration.
- Allow using application password for site registration. [#40233]

### Changed
- Updated dependencies.
- Updated package dependencies.
- Updated dependencies. [#40286]
- Updated package dependencies. [#40258] [#40288]

## [6.0.1] - 2024-11-18
### Fixed
Expand Down Expand Up @@ -1261,7 +1258,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.1.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0-alpha
[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
[5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7
Expand Down
14 changes: 7 additions & 7 deletions vendor/automattic/jetpack-connection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.1-alpha",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-constants": "^3.0.1-alpha",
"automattic/jetpack-roles": "^3.0.1-alpha",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-redirect": "^3.0.1-alpha"
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-redirect": "^3.0.1"
},
"require-dev": {
"automattic/wordbless": "^0.4.2",
"yoast/phpunit-polyfills": "^1.1.1",
"brain/monkey": "^2.6.2",
"automattic/jetpack-changelogger": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.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.1.0-alpha';
const PACKAGE_VERSION = '6.1.0';

const PACKAGE_SLUG = 'connection';

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

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

## [3.0.1] - 2024-11-25
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40258]

## [3.0.0] - 2024-11-14
### Removed
Expand Down Expand Up @@ -189,7 +186,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Finish the constants package

[3.0.1-alpha]: https://github.com/Automattic/jetpack-constants/compare/v3.0.0...v3.0.1-alpha
[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
[2.0.4]: https://github.com/Automattic/jetpack-constants/compare/v2.0.3...v2.0.4
Expand Down
2 changes: 1 addition & 1 deletion 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": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-device-detection/composer.json
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": "^5.1.0-alpha"
"automattic/jetpack-changelogger": "^5.1.0"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
Loading

0 comments on commit c74708b

Please sign in to comment.