Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39903)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz authored and matticbot committed Oct 25, 2024
1 parent f2a5c50 commit 07b1608
Show file tree
Hide file tree
Showing 34 changed files with 212 additions and 215 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": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"autoload": {
"classmap": [
Expand Down
136 changes: 68 additions & 68 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": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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-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": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/jetpack-logo": "^2.0.4",
"automattic/wordbless": "dev-master"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-assets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0"
},
"suggest": {
Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.12",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.3-alpha"
"automattic/jetpack-sync": "^3.14.3"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "@dev"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blocks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automattic/wordbless": "dev-master",
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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-calypsoify/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"autoload": {
"classmap": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "dev-master"
},
"autoload": {
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.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
8 changes: 4 additions & 4 deletions vendor/automattic/jetpack-connection/CHANGELOG.md
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).

## [5.1.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [5.1.5] - 2024-10-25
### Changed
- Internal updates.

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

- Separate the connection library into its own package.

[5.1.5-alpha]: https://github.com/Automattic/jetpack-connection/compare/v5.1.4...v5.1.5-alpha
[5.1.5]: https://github.com/Automattic/jetpack-connection/compare/v5.1.4...v5.1.5
[5.1.4]: https://github.com/Automattic/jetpack-connection/compare/v5.1.3...v5.1.4
[5.1.3]: https://github.com/Automattic/jetpack-connection/compare/v5.1.2...v5.1.3
[5.1.2]: https://github.com/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2
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 @@ -17,7 +17,7 @@
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "^1.1.1",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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 = '5.1.5-alpha';
const PACKAGE_VERSION = '5.1.5';

const PACKAGE_SLUG = 'connection';

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.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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-google-analytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "^0.4.2"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-ip/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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 @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.3",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-redirect": "^2.0.4",
Expand All @@ -16,7 +16,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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-logo/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": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-blaze": "^0.23.2",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-jitm": "^3.1.26",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-plans": "^0.4.12",
Expand All @@ -18,7 +18,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/patchwork-redefine-exit": "^1.0.1",
"automattic/wordbless": "dev-master"
},
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-blocks": "^2.0.6",
"automattic/jetpack-calypsoify": "^0.1.7-alpha",
"automattic/jetpack-classic-theme-helper": "^0.6.4",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-masterbar": "^0.9.6",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-stats-admin": "^0.22.4-alpha",
Expand All @@ -21,7 +21,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "0.4.2"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-password-checker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "^1.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-plans/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.0",
"automattic/jetpack-connection": "^5.1.5-alpha"
"automattic/jetpack-connection": "^5.1.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/jetpack-status": "^4.0.2",
"automattic/wordbless": "@dev"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-redirect/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"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-roles/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha"
"automattic/jetpack-changelogger": "^4.2.7"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.12",
"automattic/jetpack-stats": "^0.13.3",
Expand All @@ -14,7 +14,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "dev-master"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions vendor/automattic/jetpack-stats/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.0",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "dev-master"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-status/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require-dev": {
"brain/monkey": "2.6.1",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-plans": "@dev",
"automattic/jetpack-ip": "^0.3.0"
Expand Down
9 changes: 3 additions & 6 deletions vendor/automattic/jetpack-sync/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.14.3-alpha] - unreleased

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

## [3.14.3] - 2024-10-25
### Fixed
- Hooks: Hook init_sync_cron_jobs into init to ensure translation loading within the function is not triggered too early.
- Hooks: Hook init_sync_cron_jobs into init to ensure translation loading within the function is not triggered too early. [#39841]

## [3.14.2] - 2024-10-15
### Changed
Expand Down Expand Up @@ -1325,7 +1322,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[3.14.3-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.2...v3.14.3-alpha
[3.14.3]: https://github.com/Automattic/jetpack-sync/compare/v3.14.2...v3.14.3
[3.14.2]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/Automattic/jetpack-sync/compare/v3.14.0...v3.14.1
[3.14.0]: https://github.com/Automattic/jetpack-sync/compare/v3.13.2...v3.14.0
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,15 +5,15 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.5-alpha",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-password-checker": "^0.3.2",
"automattic/jetpack-ip": "^0.3.0",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.22.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.14.3-alpha';
const PACKAGE_VERSION = '3.14.3';

const PACKAGE_SLUG = 'sync';

Expand Down
6 changes: 3 additions & 3 deletions vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.3-alpha",
"automattic/jetpack-sync": "^3.14.3",
"automattic/jetpack-plans": "^0.4.12",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-connection": "^5.1.5-alpha"
"automattic/jetpack-connection": "^5.1.5"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.7-alpha",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "@dev",
"php-mock/php-mock-phpunit": "^2.10"
},
Expand Down
Loading

0 comments on commit 07b1608

Please sign in to comment.