Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.1.31, jetpack 13.6-a.1 Changes (#37778)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Init new cycle

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

Upstream-Ref: Automattic/jetpack@27f19fc
  • Loading branch information
zinigor authored and matticbot committed Jun 11, 2024
1 parent 598cfff commit 6a528e4
Show file tree
Hide file tree
Showing 12 changed files with 145 additions and 147 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-config": "^2.0.3",
"automattic/jetpack-connection": "^2.10.0",
"automattic/jetpack-my-jetpack": "^4.24.5-alpha",
"automattic/jetpack-search": "^0.44.9-alpha",
"automattic/jetpack-stats": "^0.13.0-alpha",
"automattic/jetpack-my-jetpack": "^4.24.6-alpha",
"automattic/jetpack-search": "^0.44.9",
"automattic/jetpack-stats": "^0.13.0",
"automattic/jetpack-status": "^3.3.0",
"automattic/jetpack-sync": "^3.1.0"
},
Expand Down
10 changes: 7 additions & 3 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ 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.24.5-alpha] - unreleased
## [4.24.6-alpha] - unreleased

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

### Changed
- Change codebase to use clsx instead of classnames.
- Conditionally show connection banner as error or info
- Updated package dependencies.

## [4.24.5] - 2024-06-10
### Changed
- Change codebase to use clsx instead of classnames. [#37708]

## [4.24.4] - 2024-06-10
### Added
- Add mechanism to track previously working plugins [#37537]
Expand Down Expand Up @@ -1512,7 +1515,8 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.24.5-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.24.4...4.24.5-alpha
[4.24.6-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.24.5...4.24.6-alpha
[4.24.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.24.4...4.24.5
[4.24.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.24.3...4.24.4
[4.24.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.24.2...4.24.3
[4.24.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.24.1...4.24.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.24.5-alpha';
const PACKAGE_VERSION = '4.24.6-alpha';

/**
* HTML container ID for the IDC screen on My Jetpack page.
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,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).

## [0.44.9-alpha] - unreleased

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

## [0.44.9] - 2024-06-10
### Changed
- Change codebase to use clsx instead of classnames.
- Updated package dependencies.
- Change codebase to use clsx instead of classnames. [#37708]
- Updated package dependencies. [#37669]

## [0.44.8] - 2024-05-27
### Changed
Expand Down Expand Up @@ -979,7 +976,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.44.9-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.44.8...v0.44.9-alpha
[0.44.9]: https://github.com/Automattic/jetpack-search/compare/v0.44.8...v0.44.9
[0.44.8]: https://github.com/Automattic/jetpack-search/compare/v0.44.7...v0.44.8
[0.44.7]: https://github.com/Automattic/jetpack-search/compare/v0.44.6...v0.44.7
[0.44.6]: https://github.com/Automattic/jetpack-search/compare/v0.44.5...v0.44.6
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-search/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-constants": "^2.0.3",
"automattic/jetpack-status": "^3.3.0",
"automattic/jetpack-config": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.24.5-alpha",
"automattic/jetpack-my-jetpack": "^4.24.6-alpha",
"automattic/jetpack-sync": "^3.1.0"
},
"require-dev": {
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.44.9-alpha';
const VERSION = '0.44.9';
const SLUG = 'search';

/**
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-stats/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.13.0-alpha] - unreleased

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

## [0.13.0] - 2024-06-10
### Added
- Staging: deprecating staging mode and separating the logic into is_development_site and in_safe_mode
- Staging: deprecating staging mode and separating the logic into is_development_site and in_safe_mode [#37023]

## [0.12.5] - 2024-05-06
### Changed
Expand Down Expand Up @@ -177,7 +174,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixing static method which was called without self reference. [#26640]

[0.13.0-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.12.5...v0.13.0-alpha
[0.13.0]: https://github.com/Automattic/jetpack-stats/compare/v0.12.5...v0.13.0
[0.12.5]: https://github.com/Automattic/jetpack-stats/compare/v0.12.4...v0.12.5
[0.12.4]: https://github.com/Automattic/jetpack-stats/compare/v0.12.3...v0.12.4
[0.12.3]: https://github.com/Automattic/jetpack-stats/compare/v0.12.2...v0.12.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '0.13.0-alpha';
const PACKAGE_VERSION = '0.13.0';

const PACKAGE_SLUG = 'stats';

Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.24.5-alpha1718050359',
'ver' => '4.24.6-alpha1718109678',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -54,11 +54,11 @@
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
'ver' => '0.44.9-alpha1718035585',
'ver' => '0.44.9',
),
'jetpack-stats' => array(
'path' => 'jetpack_vendor/automattic/jetpack-stats',
'ver' => '0.13.0-alpha1717767165',
'ver' => '0.13.0',
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
Expand Down
Loading

0 comments on commit 6a528e4

Please sign in to comment.