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 a0902cd commit e55e064
Show file tree
Hide file tree
Showing 27 changed files with 250 additions and 252 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-autoloader": "^3.1.1-alpha",
"automattic/jetpack-backup": "^3.4.13-alpha",
"automattic/jetpack-backup": "^3.4.13",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.35.11-alpha",
"automattic/jetpack-my-jetpack": "^4.35.12-alpha",
"automattic/jetpack-status": "^4.0.2"
},
"require-dev": {
Expand Down
9 changes: 3 additions & 6 deletions jetpack_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:/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9-alpha
[2.3.9]: https:/Automattic/jetpack-assets/compare/v2.3.8...v2.3.9
[2.3.8]: https:/Automattic/jetpack-assets/compare/v2.3.7...v2.3.8
[2.3.7]: https:/Automattic/jetpack-assets/compare/v2.3.6...v2.3.7
[2.3.6]: https:/Automattic/jetpack-assets/compare/v2.3.5...v2.3.6
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-backup/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.4.13-alpha] - unreleased

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

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

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

- Add API endpoints and Jetpack Backup package for managing Help…

[3.4.13-alpha]: https:/Automattic/jetpack-backup/compare/v3.4.12...v3.4.13-alpha
[3.4.13]: https:/Automattic/jetpack-backup/compare/v3.4.12...v3.4.13
[3.4.12]: https:/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12
[3.4.11]: https:/Automattic/jetpack-backup/compare/v3.4.10...v3.4.11
[3.4.10]: https:/Automattic/jetpack-backup/compare/v3.4.9...v3.4.10
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"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-admin-ui": "^0.4.5",
"automattic/jetpack-autoloader": "^3.1.1-alpha",
"automattic/jetpack-backup-helper-script-manager": "^0.2.7",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-my-jetpack": "^4.35.11-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-my-jetpack": "^4.35.12-alpha",
"automattic/jetpack-sync": "^3.14.0-alpha",
"automattic/jetpack-status": "^4.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.4.13-alpha';
const PACKAGE_VERSION = '3.4.13';

const PACKAGE_SLUG = 'backup';

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.0",
"automattic/jetpack-connection": "^5.1.2-alpha"
"automattic/jetpack-connection": "^5.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
13 changes: 5 additions & 8 deletions jetpack_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:/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2-alpha
[5.1.2]: https:/Automattic/jetpack-connection/compare/v5.1.1...v5.1.2
[5.1.1]: https:/Automattic/jetpack-connection/compare/v5.1.0...v5.1.1
[5.1.0]: https:/Automattic/jetpack-connection/compare/v5.0.0...v5.1.0
[5.0.0]: https:/Automattic/jetpack-connection/compare/v4.0.4...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_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: 7 additions & 2 deletions jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ 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.1.10-alpha] - unreleased
## [0.1.11-alpha] - unreleased

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

### Changed
- Updated package dependencies.

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

## [0.1.9] - 2024-09-23
### Changed
- Update dependencies.
Expand Down Expand Up @@ -58,7 +62,8 @@ This is an alpha version! The changes listed here are not final.
- ExPlat: add condition to prevent fetching the experiment assignment if there's not anon id (meaning that Tracks is likely disabled) [#38327]
- Updated package dependencies. [#38132]

[0.1.10-alpha]: https:/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10-alpha
[0.1.11-alpha]: https:/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11-alpha
[0.1.10]: https:/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10
[0.1.9]: https:/Automattic/jetpack-explat/compare/v0.1.8...v0.1.9
[0.1.8]: https:/Automattic/jetpack-explat/compare/v0.1.7...v0.1.8
[0.1.7]: https:/Automattic/jetpack-explat/compare/v0.1.6...v0.1.7
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.0",
"automattic/jetpack-connection": "^5.1.2-alpha"
"automattic/jetpack-connection": "^5.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExPlat {
*
* @var string
*/
const PACKAGE_VERSION = '0.1.10-alpha';
const PACKAGE_VERSION = '0.1.11-alpha';

/**
* Initializer.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_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:/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24-alpha
[3.1.24]: https:/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24
[3.1.23]: https:/Automattic/jetpack-jitm/compare/v3.1.22...v3.1.23
[3.1.22]: https:/Automattic/jetpack-jitm/compare/v3.1.21...v3.1.22
[3.1.21]: https:/Automattic/jetpack-jitm/compare/v3.1.20...v3.1.21
Expand Down
4 changes: 2 additions & 2 deletions jetpack_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 jetpack_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
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.0",
"automattic/jetpack-connection": "^5.1.2-alpha"
"automattic/jetpack-connection": "^5.1.2"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
9 changes: 7 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ 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.35.11-alpha] - unreleased
## [4.35.12-alpha] - unreleased

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

### Changed
- Updated package dependencies.

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

## [4.35.10] - 2024-10-02
### Changed
- Internal updates.
Expand Down Expand Up @@ -1766,7 +1770,8 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.11-alpha]: https:/Automattic/jetpack-my-jetpack/compare/4.35.10...4.35.11-alpha
[4.35.12-alpha]: https:/Automattic/jetpack-my-jetpack/compare/4.35.11...4.35.12-alpha
[4.35.11]: https:/Automattic/jetpack-my-jetpack/compare/4.35.10...4.35.11
[4.35.10]: https:/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10
[4.35.9]: https:/Automattic/jetpack-my-jetpack/compare/4.35.8...4.35.9
[4.35.8]: https:/Automattic/jetpack-my-jetpack/compare/4.35.7...4.35.8
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.9-alpha",
"automattic/jetpack-assets": "^2.3.9",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-connection": "^5.1.2-alpha",
"automattic/jetpack-explat": "^0.1.10-alpha",
"automattic/jetpack-jitm": "^3.1.24-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-explat": "^0.1.11-alpha",
"automattic/jetpack-jitm": "^3.1.24",
"automattic/jetpack-licensing": "^2.0.10",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-redirect": "^2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.35.11-alpha';
const PACKAGE_VERSION = '4.35.12-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
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-connection": "^5.1.2-alpha",
"automattic/jetpack-connection": "^5.1.2",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.14.0-alpha",
"automattic/jetpack-protect-models": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.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
12 changes: 6 additions & 6 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '2.3.9-alpha1727884694',
'ver' => '2.3.9',
),
'jetpack-backup-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-backup',
'ver' => '3.4.13-alpha1727884694',
'ver' => '3.4.13',
),
'jetpack-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
Expand All @@ -30,27 +30,27 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '5.1.2-alpha1728319656',
'ver' => '5.1.2',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
'ver' => '0.1.10-alpha1728327396',
'ver' => '0.1.11-alpha1728387153',
),
'jetpack-ip' => array(
'path' => 'jetpack_vendor/automattic/jetpack-ip',
'ver' => '0.3.0',
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '3.1.24-alpha1727884694',
'ver' => '3.1.24',
),
'jetpack-licensing' => array(
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
'ver' => '2.0.10',
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.11-alpha1728331193',
'ver' => '4.35.12-alpha1728387153',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
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
Loading

0 comments on commit e55e064

Please sign in to comment.