Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40725)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 23, 2024
1 parent 0521987 commit a71afe0
Show file tree
Hide file tree
Showing 15 changed files with 216 additions and 228 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-boost-core": "^0.3.3-alpha",
"automattic/jetpack-boost-core": "^0.3.3",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-image-cdn": "^0.7.2",
"automattic/jetpack-my-jetpack": "^5.2.0-alpha",
"automattic/jetpack-my-jetpack": "^5.2.0",
"automattic/jetpack-plugin-deactivation": "^0.3.1-alpha",
"automattic/jetpack-schema": "^0.2.0",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.2.0-alpha",
"automattic/jetpack-sync": "^4.2.0",
"automattic/jetpack-wp-js-data-sync": "^0.6.0",
"matthiasmullie/minify": "^1.3",
"tubalmartin/cssmin": "^4.1"
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-boost-core/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.3.3-alpha] - unreleased

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

## [0.3.3] - 2024-12-23
### Fixed
- General: Fixed not parsing error responses from WordPress.com properly.
- General: Fixed not parsing error responses from WordPress.com properly. [#40660]

## [0.3.2] - 2024-11-28
### Fixed
Expand Down Expand Up @@ -104,7 +101,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Introduce new package. [#31163]

[0.3.3-alpha]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.2...v0.3.3-alpha
[0.3.3]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Automattic/jetpack-boost-core/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-boost-core/compare/v0.2.14...v0.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.2",
"automattic/jetpack-boost-core": "^0.3.3-alpha"
"automattic/jetpack-boost-core": "^0.3.3"
},
"autoload": {
"classmap": [
Expand Down
23 changes: 10 additions & 13 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@ 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.2.0-alpha] - unreleased

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

## [5.2.0] - 2024-12-23
### Added
- My Jetpack: add features as possible modules to the recommendations list.
- My Jetpack: add features as possible modules to the recommendations list. [#40492]

### Changed
- My Jetpack: Add 'Needs attention' status to Backup product card when Backups are failing.
- My Jetpack: Add red bubble and notice/banner when Backup has 'needs-attention' status.
- My Jetpack: Plans section: Improvements to how we display plan expiration date.
- My Jetpack: Protect card- Fixed Tooltip placement & content issues.
- Unify connection flows in My Jetpack
- My Jetpack: Add 'Needs attention' status to Backup product card when Backups are failing. [#40454]
- My Jetpack: Add red bubble and notice/banner when Backup has 'needs-attention' status. [#40512]
- My Jetpack: Plans section: Improvements to how we display plan expiration date. [#40575]
- My Jetpack: Protect card- Fixed Tooltip placement & content issues. [#40691]
- Unify connection flows in My Jetpack. [#40632]

### Fixed
- Fix an issue where high posts counts would cause backend issues for the get_raw_post_type_breakdown function used in My Jetpack. Sites with over 100,000 posts can now have this query managed remotely.
- Fix issue where backup card was not updating after site connection in some situations
- Fix an issue where high posts counts would cause backend issues for the get_raw_post_type_breakdown function used in My Jetpack. Sites with over 100,000 posts can now have this query managed remotely. [#40635]
- Fix issue where backup card was not updating after site connection in some situations. [#40653]

## [5.1.2] - 2024-12-16
### Added
Expand Down Expand Up @@ -1886,7 +1883,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.2.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.2...5.2.0-alpha
[5.2.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.2...5.2.0
[5.1.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.1...5.1.2
[5.1.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.0...5.1.1
[5.1.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.4...5.1.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.2.0-alpha",
"automattic/jetpack-protect-status": "^0.4.1-alpha"
"automattic/jetpack-sync": "^4.2.0",
"automattic/jetpack-protect-status": "^0.4.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
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 = '5.2.0-alpha';
const PACKAGE_VERSION = '5.2.0';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-protect-status/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.4.1-alpha] - unreleased

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

## [0.4.1] - 2024-12-23
### Fixed
- Fix PHP warnings caused by uninstalled extensions.
- Fix PHP warnings caused by uninstalled extensions. [#40622]

## [0.4.0] - 2024-12-04
### Added
Expand Down Expand Up @@ -66,7 +63,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies. [#37894]

[0.4.1-alpha]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.0...v0.4.1-alpha
[0.4.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/Automattic/jetpack-protect-status/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/Automattic/jetpack-protect-status/compare/v0.2.2...v0.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.2.0-alpha",
"automattic/jetpack-sync": "^4.2.0",
"automattic/jetpack-protect-models": "^0.4.1",
"automattic/jetpack-plans": "^0.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Status {

const PACKAGE_VERSION = '0.4.1-alpha';
const PACKAGE_VERSION = '0.4.1';
/**
* Name of the option where status is stored
*
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-sync/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.2.0-alpha] - unreleased

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

## [4.2.0] - 2024-12-23
### Added
- Sync:Add specific key for full sync actions
- Sync:Add specific key for full sync actions [#40566]

## [4.1.1] - 2024-12-16
### Changed
Expand Down Expand Up @@ -1366,7 +1363,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[4.2.0-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.1.1...v4.2.0-alpha
[4.2.0]: https://github.com/Automattic/jetpack-sync/compare/v4.1.1...v4.2.0
[4.1.1]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/Automattic/jetpack-sync/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/Automattic/jetpack-sync/compare/v4.0.1...v4.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 = '4.2.0-alpha';
const PACKAGE_VERSION = '4.2.0';

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-boost-core' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-core',
'ver' => '0.3.3-alpha1734730585',
'ver' => '0.3.3',
),
'jetpack-boost-speed-score' => array(
'path' => 'jetpack_vendor/automattic/jetpack-boost-speed-score',
Expand Down Expand Up @@ -50,7 +50,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '5.2.0-alpha1734789730',
'ver' => '5.2.0',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -70,15 +70,15 @@
),
'jetpack-protect-status' => array(
'path' => 'jetpack_vendor/automattic/jetpack-protect-status',
'ver' => '0.4.1-alpha1734553232',
'ver' => '0.4.1',
),
'jetpack-schema' => array(
'path' => 'jetpack_vendor/automattic/jetpack-schema',
'ver' => '0.2.0',
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
'ver' => '4.2.0-alpha1734427685',
'ver' => '4.2.0',
),
'jetpack-wp-js-data-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-wp-js-data-sync',
Expand Down
Loading

0 comments on commit a71afe0

Please sign in to comment.