Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39781)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj authored and matticbot committed Oct 17, 2024
1 parent d5eac0d commit c51bfb9
Show file tree
Hide file tree
Showing 38 changed files with 441 additions and 391 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"automattic/jetpack-a8c-mc-stats": "^2.0.3",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-autoloader": "^3.1.2-alpha",
"automattic/jetpack-backup": "^3.4.14",
"automattic/jetpack-blaze": "^0.23.1",
"automattic/jetpack-autoloader": "^3.1.2",
"automattic/jetpack-backup": "^3.4.15-alpha",
"automattic/jetpack-blaze": "^0.23.2-alpha",
"automattic/jetpack-blocks": "^2.0.6",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-classic-theme-helper": "^0.6.4",
Expand All @@ -27,28 +27,28 @@
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-device-detection": "^2.1.5",
"automattic/jetpack-error": "^2.0.3",
"automattic/jetpack-forms": "^0.33.3",
"automattic/jetpack-forms": "^0.33.4-alpha",
"automattic/jetpack-image-cdn": "^0.5.1",
"automattic/jetpack-import": "^0.8.9",
"automattic/jetpack-ip": "^0.3.0",
"automattic/jetpack-jitm": "^3.1.26",
"automattic/jetpack-licensing": "^2.0.10",
"automattic/jetpack-logo": "^2.0.4",
"automattic/jetpack-masterbar": "^0.9.6",
"automattic/jetpack-my-jetpack": "^4.35.13",
"automattic/jetpack-my-jetpack": "^4.35.14",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-post-list": "^0.6.3",
"automattic/jetpack-publicize": "^0.54.3",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-roles": "^2.0.3",
"automattic/jetpack-search": "^0.45.8",
"automattic/jetpack-search": "^0.45.9-alpha",
"automattic/jetpack-stats": "^0.13.3",
"automattic/jetpack-stats-admin": "^0.22.3-alpha",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-videopress": "^0.24.12",
"automattic/jetpack-sync": "^3.14.2",
"automattic/jetpack-videopress": "^0.24.13-alpha",
"automattic/jetpack-waf": "^0.22.0",
"automattic/jetpack-wordads": "^0.3.36",
"automattic/jetpack-wordads": "^0.3.37-alpha",
"automattic/woocommerce-analytics": "^0.1.11",
"scssphp/scssphp": "1.12.0"
},
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [3.4.15-alpha] - unreleased

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

### Changed
- Update dependencies.

## [3.4.14] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
Expand Down Expand Up @@ -718,6 +725,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[3.4.15-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.4.14...v3.4.15-alpha
[3.4.14]: https://github.com/Automattic/jetpack-backup/compare/v3.4.13...v3.4.14
[3.4.13]: https://github.com/Automattic/jetpack-backup/compare/v3.4.12...v3.4.13
[3.4.12]: https://github.com/Automattic/jetpack-backup/compare/v3.4.11...v3.4.12
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.15",
"@automattic/jetpack-components": "^0.58.0-alpha",
"@automattic/jetpack-connection": "^0.35.13",
"@automattic/jetpack-components": "^0.58.0",
"@automattic/jetpack-connection": "^0.35.14",
"@wordpress/api-fetch": "7.9.0",
"@wordpress/components": "28.9.0",
"@wordpress/data": "10.9.0",
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.14';
const PACKAGE_VERSION = '3.4.15-alpha';

const PACKAGE_SLUG = 'backup';

Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [0.23.2-alpha] - unreleased

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

### Changed
- Update dependencies.

## [0.23.1] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
Expand Down Expand Up @@ -466,6 +473,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.23.2-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.23.1...v0.23.2-alpha
[0.23.1]: https://github.com/automattic/jetpack-blaze/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/automattic/jetpack-blaze/compare/v0.22.12...v0.23.0
[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.23.1';
const PACKAGE_VERSION = '0.23.2-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [0.33.4-alpha] - unreleased

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

### Changed
- Update dependencies.

## [0.33.3] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
Expand Down Expand Up @@ -689,6 +696,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a new jetpack/forms package [#28409]
- Added a public load_contact_form method for initializing the contact form module. [#28416]

[0.33.4-alpha]: https://github.com/automattic/jetpack-forms/compare/v0.33.3...v0.33.4-alpha
[0.33.3]: https://github.com/automattic/jetpack-forms/compare/v0.33.2...v0.33.3
[0.33.2]: https://github.com/automattic/jetpack-forms/compare/v0.33.1...v0.33.2
[0.33.1]: https://github.com/automattic/jetpack-forms/compare/v0.33.0...v0.33.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.33.3';
const PACKAGE_VERSION = '0.33.4-alpha';

/**
* Load the contact form module.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [4.35.14] - 2024-10-15
### Changed
- Update dependencies. [#38910]

## [4.35.13] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed. [#39629]
Expand Down Expand Up @@ -1776,6 +1780,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[4.35.14]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.13...4.35.14
[4.35.13]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.12...4.35.13
[4.35.12]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.11...4.35.12
[4.35.11]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.10...4.35.11
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.13';
const PACKAGE_VERSION = '4.35.14';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [0.45.9-alpha] - unreleased

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

### Changed
- Update dependencies.

## [0.45.8] - 2024-10-14
### Changed
- Updated package dependencies. [#39707]
Expand Down Expand Up @@ -1067,6 +1074,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated package dependencies.
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.

[0.45.9-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.45.8...v0.45.9-alpha
[0.45.8]: https://github.com/Automattic/jetpack-search/compare/v0.45.7...v0.45.8
[0.45.7]: https://github.com/Automattic/jetpack-search/compare/v0.45.6...v0.45.7
[0.45.6]: https://github.com/Automattic/jetpack-search/compare/v0.45.5...v0.45.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Search package general information
*/
class Package {
const VERSION = '0.45.8';
const VERSION = '0.45.9-alpha';
const SLUG = 'search';

/**
Expand Down
13 changes: 5 additions & 8 deletions jetpack_vendor/automattic/jetpack-sync/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).

## [3.14.2-alpha] - unreleased

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

## [3.14.2] - 2024-10-15
### Changed
- Jetpack Sync: Update default Post Type Blacklist
- Jetpack Sync: Update default Post Type Blacklist [#39770]

### Fixed
- Jetpack Sync: Ensure Full Sync is only triggered on backend admin POST requests
- Update plugin action links filter parameter to avoid conflicts with other plugins.
- Jetpack Sync: Ensure Full Sync is only triggered on backend admin POST requests [#39747]
- Update plugin action links filter parameter to avoid conflicts with other plugins. [#39681]

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

- Packages: Move sync to a classmapped package

[3.14.2-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2-alpha
[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
[3.13.2]: https://github.com/Automattic/jetpack-sync/compare/v3.13.1...v3.13.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 = '3.14.2-alpha';
const PACKAGE_VERSION = '3.14.2';

const PACKAGE_SLUG = 'sync';

Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-videopress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [0.24.13-alpha] - unreleased

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

### Changed
- Update dependencies.

## [0.24.12] - 2024-10-14
### Added
- Add tracks to connection banner. [#39732]
Expand Down Expand Up @@ -1467,6 +1474,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.24.13-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.12...v0.24.13-alpha
[0.24.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.11...v0.24.12
[0.24.11]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.10...v0.24.11
[0.24.10]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.9...v0.24.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* The Package_Version class.
*/
class Package_Version {
const PACKAGE_VERSION = '0.24.12';
const PACKAGE_VERSION = '0.24.13-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [0.3.37-alpha] - unreleased

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

### Changed
- Update dependencies.

## [0.3.36] - 2024-10-14
### Changed
- Updated package dependencies. [#39707]
Expand Down Expand Up @@ -426,6 +433,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
- Updated package dependencies.

[0.3.37-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.36...v0.3.37-alpha
[0.3.36]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.35...v0.3.36
[0.3.35]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.34...v0.3.35
[0.3.34]: https://github.com/Automattic/jetpack-wordads/compare/v0.3.33...v0.3.34
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* WordAds package general information
*/
class Package {
const VERSION = '0.3.36';
const VERSION = '0.3.37-alpha';
const SLUG = 'wordads';

/**
Expand Down
16 changes: 8 additions & 8 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
),
'jetpack-backup-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-backup',
'ver' => '3.4.14',
'ver' => '3.4.15-alpha1729133444',
),
'jetpack-blaze' => array(
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
'ver' => '0.23.1',
'ver' => '0.23.2-alpha1729133444',
),
'jetpack-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
Expand Down Expand Up @@ -50,7 +50,7 @@
),
'jetpack-forms' => array(
'path' => 'jetpack_vendor/automattic/jetpack-forms',
'ver' => '0.33.3',
'ver' => '0.33.4-alpha1729133444',
),
'jetpack-image-cdn' => array(
'path' => 'jetpack_vendor/automattic/jetpack-image-cdn',
Expand Down Expand Up @@ -78,7 +78,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.35.13',
'ver' => '4.35.14',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down Expand Up @@ -106,7 +106,7 @@
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
'ver' => '0.45.8',
'ver' => '0.45.9-alpha1729133444',
),
'jetpack-stats' => array(
'path' => 'jetpack_vendor/automattic/jetpack-stats',
Expand All @@ -118,19 +118,19 @@
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '3.14.2-alpha1728994237',
'ver' => '3.14.2',
),
'jetpack-videopress-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-videopress',
'ver' => '0.24.12',
'ver' => '0.24.13-alpha1729133444',
),
'jetpack-waf' => array(
'path' => 'jetpack_vendor/automattic/jetpack-waf',
'ver' => '0.22.0',
),
'jetpack-wordads' => array(
'path' => 'jetpack_vendor/automattic/jetpack-wordads',
'ver' => '0.3.36',
'ver' => '0.3.37-alpha1729133444',
),
'woocommerce-analytics' => array(
'path' => 'jetpack_vendor/automattic/woocommerce-analytics',
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload_packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package automattic/jetpack-autoloader
*/

namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_0_a_6\al3_1_2_alpha;
namespace Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_0_a_6\al3_1_2;

// phpcs:ignore

Expand Down
Loading

0 comments on commit c51bfb9

Please sign in to comment.