Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40526)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 9, 2024
1 parent fee6202 commit faf815f
Show file tree
Hide file tree
Showing 20 changed files with 206 additions and 212 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-my-jetpack": "^5.1.2-alpha",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.1.0-alpha",
"automattic/jetpack-sync": "^4.1.0",
"automattic/jetpack-transport-helper": "^0.3.0-alpha",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-waf": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/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.2.0-alpha"
"automattic/jetpack-connection": "^6.2.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-connection/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).

## [6.2.0-alpha] - unreleased

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

## [6.2.0] - 2024-12-09
### Added
- Added a mechanism to use callbacks for package options.
- REST user provisioning with an app password.
- Added a mechanism to use callbacks for package options. [#40474]
- REST user provisioning with an app password. [#40447]

## [6.1.1] - 2024-12-04
### Changed
Expand Down Expand Up @@ -1270,7 +1267,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

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

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/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.2.0-alpha"
"automattic/jetpack-connection": "^6.2.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_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.2.0-alpha",
"automattic/jetpack-connection": "^6.2.0",
"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 jetpack_vendor/automattic/jetpack-licensing/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.2.0-alpha"
"automattic/jetpack-connection": "^6.2.0"
},
"require-dev": {
"automattic/wordbless": "^0.4.2",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.1",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.2.0-alpha",
"automattic/jetpack-connection": "^6.2.0",
"automattic/jetpack-explat": "^0.2.2",
"automattic/jetpack-jitm": "^4.0.2",
"automattic/jetpack-licensing": "^3.0.2",
Expand All @@ -17,7 +17,7 @@
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.1.0-alpha",
"automattic/jetpack-sync": "^4.1.0",
"automattic/jetpack-protect-status": "^0.4.0"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.2.0-alpha",
"automattic/jetpack-connection": "^6.2.0",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.1.0-alpha",
"automattic/jetpack-sync": "^4.1.0",
"automattic/jetpack-protect-models": "^0.4.1",
"automattic/jetpack-plans": "^0.5.1"
},
Expand Down
9 changes: 3 additions & 6 deletions jetpack_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).

## [4.1.0-alpha] - unreleased

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

## [4.1.0] - 2024-12-09
### Added
- WordPress.com Features: add Holiday Snow functionality.
- WordPress.com Features: add Holiday Snow functionality. [#40478]

## [4.0.2] - 2024-11-28
### Fixed
Expand Down Expand Up @@ -1358,7 +1355,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[4.1.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.0-alpha
[4.1.0]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_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.2.0-alpha",
"automattic/jetpack-connection": "^6.2.0",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-password-checker": "^0.4.1",
"automattic/jetpack-ip": "^0.4.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 = '4.1.0-alpha';
const PACKAGE_VERSION = '4.1.0';

const PACKAGE_SLUG = 'sync';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-backup-helper-script-manager": "^0.3.1",
"automattic/jetpack-connection": "^6.2.0-alpha"
"automattic/jetpack-connection": "^6.2.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-waf/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.2.0-alpha",
"automattic/jetpack-connection": "^6.2.0",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-ip": "^0.4.1",
"automattic/jetpack-status": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '6.2.0-alpha1733749108',
'ver' => '6.2.0',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
Expand Down Expand Up @@ -66,7 +66,7 @@
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '4.1.0-alpha1733498965',
'ver' => '4.1.0',
),
'jetpack-transport-helper' => array(
'path' => 'jetpack_vendor/automattic/jetpack-transport-helper',
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.2.0-alpha"
"automattic/jetpack-connection": "^6.2.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit faf815f

Please sign in to comment.