Skip to content

Commit

Permalink
Backport search 2.0.0 Changes (#35520)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Version bumps

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7820571054
  • Loading branch information
kraftbj authored and matticbot committed Feb 7, 2024
1 parent 2514cd3 commit d3f307a
Show file tree
Hide file tree
Showing 16 changed files with 199 additions and 192 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"automattic/jetpack-autoloader": "^3.0.2",
"automattic/jetpack-composer-plugin": "^2.0.0",
"automattic/jetpack-config": "^2.0.0",
"automattic/jetpack-identity-crisis": "^0.16.0-alpha",
"automattic/jetpack-my-jetpack": "^4.9.0-alpha",
"automattic/jetpack-identity-crisis": "^0.16.0",
"automattic/jetpack-my-jetpack": "^4.9.0",
"automattic/jetpack-plugins-installer": "^0.3.1",
"automattic/jetpack-sync": "^2.5.0",
"automattic/jetpack-backup": "^3.1.2"
"automattic/jetpack-sync": "^2.5.1",
"automattic/jetpack-backup": "^3.1.3-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.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.1.3-alpha] - unreleased

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

### Changed
- Update dependencies.

## [3.1.2] - 2024-02-05
### Changed
- Updated package dependencies.
Expand Down Expand Up @@ -550,6 +557,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.1.3-alpha]: https://github.com/Automattic/jetpack-backup/compare/v3.1.2...v3.1.3-alpha
[3.1.2]: https://github.com/Automattic/jetpack-backup/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/Automattic/jetpack-backup/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/Automattic/jetpack-backup/compare/v3.0.0...v3.1.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"automattic/jetpack-composer-plugin": "^2.0.0",
"automattic/jetpack-config": "^2.0.0",
"automattic/jetpack-connection": "^2.3.0",
"automattic/jetpack-identity-crisis": "^0.16.0-alpha",
"automattic/jetpack-sync": "^2.5.0",
"automattic/jetpack-identity-crisis": "^0.16.0",
"automattic/jetpack-sync": "^2.5.1",
"automattic/jetpack-status": "^2.1.0"
},
"require-dev": {
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.1.2';
const PACKAGE_VERSION = '3.1.3-alpha';

const PACKAGE_SLUG = 'backup';

Expand Down
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.16.0-alpha] - unreleased

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

## [0.16.0] - 2024-02-07
### Deprecated
- Removing old and previously deprecated code.
- Removing old and previously deprecated code. [#35048]

## [0.15.1] - 2024-02-05
### Changed
Expand Down Expand Up @@ -487,7 +484,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Use Connection/Urls for home_url and site_url functions migrated from Sync.

[0.16.0-alpha]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.15.1...v0.16.0-alpha
[0.16.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.15.1...v0.16.0
[0.15.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/Automattic/jetpack-identity-crisis/compare/v0.14.0...v0.14.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Identity_Crisis {
/**
* Package Version
*/
const PACKAGE_VERSION = '0.16.0-alpha';
const PACKAGE_VERSION = '0.16.0';

/**
* Persistent WPCOM blog ID that stays in the options after disconnect.
Expand Down
13 changes: 5 additions & 8 deletions jetpack_vendor/automattic/jetpack-my-jetpack/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).

## [4.9.0-alpha] - unreleased

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

## [4.9.0] - 2024-02-07
### Changed
- Add pricing info for AI and CRM on My Jetpack
- Update the description of some cards to better describe the product on My Jetpack page
- Add pricing info for AI and CRM on My Jetpack [#35457]
- Update the description of some cards to better describe the product on My Jetpack page [#35428]

### Fixed
- Fixes issue on My Jetpack interstitials where some prices are 1 cent off
- Fixes issue on My Jetpack interstitials where some prices are 1 cent off [#35492]

## [4.8.0] - 2024-02-05
### Added
Expand Down Expand Up @@ -1238,7 +1235,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[4.9.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.8.0...4.9.0-alpha
[4.9.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.8.0...4.9.0
[4.8.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.7.0...4.8.0
[4.7.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.6.2...4.7.0
[4.6.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.6.1...4.6.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '4.9.0-alpha';
const PACKAGE_VERSION = '4.9.0';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-sync/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).

## [2.5.1] - 2024-02-07
### Changed
- Update dependencies.

## [2.5.0] - 2024-02-05
### Changed
- Jetpack Connection: Add jetpack_package_versions to Sync [#35409]
Expand Down Expand Up @@ -1035,6 +1039,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[2.5.1]: https://github.com/Automattic/jetpack-sync/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/Automattic/jetpack-sync/compare/v2.4.2...v2.5.0
[2.4.2]: https://github.com/Automattic/jetpack-sync/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/Automattic/jetpack-sync/compare/v2.4.0...v2.4.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 @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-connection": "^2.3.0",
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-identity-crisis": "^0.16.0-alpha",
"automattic/jetpack-identity-crisis": "^0.16.0",
"automattic/jetpack-password-checker": "^0.3.0",
"automattic/jetpack-ip": "^0.2.1",
"automattic/jetpack-roles": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.5.0';
const PACKAGE_VERSION = '2.5.1';

const PACKAGE_SLUG = 'sync';

Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
),
'jetpack-backup-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-backup',
'ver' => '3.1.2',
'ver' => '3.1.3-alpha1707336609',
),
'jetpack-config' => array(
'path' => 'jetpack_vendor/automattic/jetpack-config',
Expand All @@ -26,7 +26,7 @@
),
'jetpack-idc' => array(
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
'ver' => '0.16.0-alpha1707233925',
'ver' => '0.16.0',
),
'jetpack-ip' => array(
'path' => 'jetpack_vendor/automattic/jetpack-ip',
Expand All @@ -42,7 +42,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '4.9.0-alpha1707322680',
'ver' => '4.9.0',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -54,7 +54,7 @@
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '2.5.0',
'ver' => '2.5.1',
),
),
);
Loading

0 comments on commit d3f307a

Please sign in to comment.