Skip to content

Commit

Permalink
Backport jetpack 14.0-a.3 Changes (#39760)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Add changelog entry for Jetpack 13.9.1

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11328814297

Upstream-Ref: Automattic/jetpack@15f3015
  • Loading branch information
ice9js authored and matticbot committed Oct 14, 2024
1 parent 0d689cd commit a530a70
Show file tree
Hide file tree
Showing 19 changed files with 237 additions and 244 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-my-jetpack": "^4.35.13-alpha",
"automattic/jetpack-search": "^0.45.8-alpha",
"automattic/jetpack-my-jetpack": "^4.35.13",
"automattic/jetpack-search": "^0.45.8",
"automattic/jetpack-stats": "^0.13.3",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.1-alpha"
"automattic/jetpack-sync": "^3.14.2-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.6",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-explat/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.1.12-alpha] - unreleased

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

## [0.1.12] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed.
- Only include `wp-polyfill` as a script dependency when needed. [#39629]

## [0.1.11] - 2024-10-10
### Changed
Expand Down Expand Up @@ -67,7 +64,7 @@ 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.12-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.1.11...v0.1.12-alpha
[0.1.12]: https://github.com/Automattic/jetpack-explat/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/Automattic/jetpack-explat/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-explat/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/Automattic/jetpack-explat/compare/v0.1.8...v0.1.9
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.12-alpha';
const PACKAGE_VERSION = '0.1.12';

/**
* 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.26-alpha] - unreleased

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

## [3.1.26] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed.
- Only include `wp-polyfill` as a script dependency when needed. [#39629]

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

- Update Jetpack to use new JITM package

[3.1.26-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.25...v3.1.26-alpha
[3.1.26]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.25...v3.1.26
[3.1.25]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.24...v3.1.25
[3.1.24]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.23...v3.1.24
[3.1.23]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.22...v3.1.23
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.26-alpha';
const PACKAGE_VERSION = '3.1.26';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-my-jetpack/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.35.13-alpha] - unreleased

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

## [4.35.13] - 2024-10-14
### Changed
- Only include `wp-polyfill` as a script dependency when needed.
- Only include `wp-polyfill` as a script dependency when needed. [#39629]

## [4.35.12] - 2024-10-10
### Changed
Expand Down Expand Up @@ -1779,7 +1776,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.35.13-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.12...4.35.13-alpha
[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
[4.35.10]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.9...4.35.10
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-boost-speed-score": "^0.3.12",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-explat": "^0.1.12-alpha",
"automattic/jetpack-jitm": "^3.1.26-alpha",
"automattic/jetpack-explat": "^0.1.12",
"automattic/jetpack-jitm": "^3.1.26",
"automattic/jetpack-licensing": "^2.0.10",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-plans": "^0.4.11",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.1-alpha",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-protect-status": "^0.2.0"
},
"require-dev": {
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-alpha';
const PACKAGE_VERSION = '4.35.13';

/**
* 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 @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-connection": "^5.1.3",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.14.1-alpha",
"automattic/jetpack-sync": "^3.14.2-alpha",
"automattic/jetpack-protect-models": "^0.3.0",
"automattic/jetpack-plans": "^0.4.11"
},
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-search/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).

## [0.45.8-alpha] - unreleased

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

## [0.45.8] - 2024-10-14
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39707]

### Fixed
- Add `key` to tag and cat lists in `SearchResultMinimal` to improve behavior if lists change at runtime.
- Add `key` to tag and cat lists in `SearchResultMinimal` to improve behavior if lists change at runtime. [#39709]

## [0.45.7] - 2024-10-07
### Changed
Expand Down Expand Up @@ -1070,7 +1067,7 @@ This is an alpha version! The changes listed here are not final.
- 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.8-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.45.7...v0.45.8-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
[0.45.5]: https://github.com/Automattic/jetpack-search/compare/v0.45.4...v0.45.5
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-my-jetpack": "^4.35.13-alpha",
"automattic/jetpack-sync": "^3.14.1-alpha"
"automattic/jetpack-my-jetpack": "^4.35.13",
"automattic/jetpack-sync": "^3.14.2-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^4.2.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-alpha';
const VERSION = '0.45.8';
const SLUG = 'search';

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

## [3.14.1-alpha] - unreleased
## [3.14.2-alpha] - unreleased

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

### Fixed
- Jetpack Sync: Ensure Full Sync is only triggered on backend admin POST requests

## [3.14.1] - 2024-10-14
### Changed
- Internal updates.

## [3.14.0] - 2024-10-10
### Added
- Jetpack Sync: Add 'woocommerce_analytics_first_activation' in options' whitelist
Expand Down Expand Up @@ -1313,7 +1317,8 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[3.14.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.0...v3.14.1-alpha
[3.14.2-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2-alpha
[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
[3.13.1]: https://github.com/Automattic/jetpack-sync/compare/v3.13.0...v3.13.1
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 @@ -16,7 +16,7 @@
"automattic/jetpack-changelogger": "^4.2.6",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "^0.22.0-alpha",
"automattic/jetpack-waf": "^0.22.0",
"automattic/wordbless": "@dev"
},
"suggest": {
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.1-alpha';
const PACKAGE_VERSION = '3.14.2-alpha';

const PACKAGE_SLUG = 'sync';

Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
'ver' => '0.1.12-alpha1728575216',
'ver' => '0.1.12',
),
'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.26-alpha1728575216',
'ver' => '3.1.26',
),
'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.13-alpha1728575216',
'ver' => '4.35.13',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -66,15 +66,15 @@
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
'ver' => '0.45.8-alpha1728591908',
'ver' => '0.45.8',
),
'jetpack-stats' => array(
'path' => 'jetpack_vendor/automattic/jetpack-stats',
'ver' => '0.13.3',
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '3.14.1-alpha1728893254',
'ver' => '3.14.2-alpha1728913359',
),
),
);
Loading

0 comments on commit a530a70

Please sign in to comment.