Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40231)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Nov 18, 2024
1 parent f1e7110 commit f416ff6
Show file tree
Hide file tree
Showing 25 changed files with 240 additions and 262 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"automattic/jetpack-autoloader": "^5.0.0-alpha",
"automattic/jetpack-composer-plugin": "^3.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-my-jetpack": "^5.0.0",
"automattic/jetpack-search": "^0.47.0-alpha",
"automattic/jetpack-stats": "^0.14.0-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-my-jetpack": "^5.0.1",
"automattic/jetpack-search": "^0.47.0",
"automattic/jetpack-stats": "^0.14.0",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-sync": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-boost-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha"
"automattic/jetpack-connection": "^6.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
12 changes: 4 additions & 8 deletions jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +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).

## [6.0.1-alpha] - unreleased

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

## [6.0.1] - 2024-11-18
### Fixed
- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003).
- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). [#40188]

## [6.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]

## [5.1.7] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40060]
- Updated package dependencies. [#39999] [#40060]

## [5.1.6] - 2024-11-04
### Added
Expand Down Expand Up @@ -1254,7 +1250,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.0.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1-alpha
[6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0
[5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7
[5.1.6]: https://github.com/Automattic/jetpack-connection/compare/v5.1.5...v5.1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.0.1-alpha';
const PACKAGE_VERSION = '6.0.1';

const PACKAGE_SLUG = 'connection';

Expand Down
3 changes: 1 addition & 2 deletions jetpack_vendor/automattic/jetpack-explat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.11] - 2024-10-10
### Changed
- Updated package dependencies. [#39649]
- Updated package dependencies. [#39707]
- Updated package dependencies. [#39649] [#39707]

## [0.1.10] - 2024-10-07
### Changed
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-explat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha"
"automattic/jetpack-connection": "^6.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-redirect": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha"
"automattic/jetpack-connection": "^6.0.1"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
14 changes: 8 additions & 6 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).

## [5.0.1] - 2024-11-18
### Changed
- Update dependencies. [#38910]

## [5.0.0] - 2024-11-14
### Removed
- General: Update minimum PHP version to 7.2. [#40147]
Expand Down Expand Up @@ -47,8 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [4.35.12] - 2024-10-10
### Changed
- Update Boost's pricing table to include latest feature list. [#39130]
- Updated package dependencies. [#39669]
- Updated package dependencies. [#39707]
- Updated package dependencies. [#39669] [#39707]

### Fixed
- Fixed My Jetpack recommendations VideoPress product card not showing Purchase and Learn more buttons. [#39612]
Expand Down Expand Up @@ -811,8 +814,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [3.4.3] - 2023-09-04
### Changed
- Updated package dependencies. [#32803]
- Updated package dependencies. [#32804]
- Updated package dependencies. [#32803] [#32804]

## [3.4.2] - 2023-08-23
### Changed
Expand Down Expand Up @@ -868,8 +870,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- My Jetpack: changed Stats features wording [#32046]
- Updated package dependencies. [#31999]
- Updated package dependencies. [#32040]
- Updated package dependencies. [#31999] [#32040]

### Fixed
- Make Jetpack logo in footer smaller [#31627]
Expand Down Expand Up @@ -1811,6 +1812,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.0.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.37.0...5.0.0
[4.37.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.36.0...4.37.0
[4.36.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/4.35.16...4.36.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.5.0",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-explat": "^0.2.0",
"automattic/jetpack-jitm": "^4.0.0",
"automattic/jetpack-licensing": "^3.0.0",
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.0.0';
const PACKAGE_VERSION = '5.0.1';

/**
* 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 @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.0.0",
"automattic/jetpack-protect-models": "^0.4.0",
Expand Down
34 changes: 9 additions & 25 deletions jetpack_vendor/automattic/jetpack-search/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.47.0-alpha] - unreleased

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

## [0.47.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.46.0] - 2024-11-11
### Added
Expand Down Expand Up @@ -46,10 +43,7 @@ This is an alpha version! The changes listed here are not final.

## [0.45.7] - 2024-10-07
### Changed
- Updated package dependencies. [#39592]
- Updated package dependencies. [#39594]
- Updated package dependencies. [#39595]
- Updated package dependencies. [#39639]
- Updated package dependencies. [#39592] [#39594] [#39595] [#39639]

## [0.45.6] - 2024-09-30
### Changed
Expand Down Expand Up @@ -216,8 +210,7 @@ This is an alpha version! The changes listed here are not final.

## [0.43.0] - 2024-02-05
### Changed
- Updated package dependencies. [#35384]
- Updated package dependencies. [#35385]
- Updated package dependencies. [#35384] [#35385]
- Use blog ID instead of site slug in checkout links. [#35000]

## [0.42.1] - 2024-01-29
Expand Down Expand Up @@ -311,8 +304,7 @@ This is an alpha version! The changes listed here are not final.

## [0.38.6] - 2023-09-04
### Changed
- Updated package dependencies. [#32803]
- Updated package dependencies. [#32804]
- Updated package dependencies. [#32803] [#32804]

## [0.38.5] - 2023-08-28
### Changed
Expand All @@ -328,8 +320,7 @@ This is an alpha version! The changes listed here are not final.

## [0.38.2] - 2023-07-25
### Changed
- Updated package dependencies. [#31923]
- Updated package dependencies. [#32040]
- Updated package dependencies. [#31923] [#32040]
- Update props passed to JetpackFooter [#31627]

## [0.38.1] - 2023-07-17
Expand Down Expand Up @@ -719,9 +710,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Instant search: updates overlay focus elements for design consistency [#25260]
- Updated package dependencies. [#25144]
- Updated package dependencies. [#25147]
- Updated package dependencies. [#25158]
- Updated package dependencies. [#25144] [#25147] [#25158]

### Fixed
- Instant Search: Fix keyboard handling of sort options. [#25163]
Expand Down Expand Up @@ -834,12 +823,7 @@ This is an alpha version! The changes listed here are not final.

### Changed
- Search: refactored Settings to expose the settings array for sync [#24167]
- Updated package dependencies. [#24189]
- Updated package dependencies. [#24204]
- Updated package dependencies. [#24302]
- Updated package dependencies [#24276]
- Updated package dependencies [#24296]
- Updated package dependencies [#24301]
- Updated package dependencies. [#24189] [#24204] [#24302] [#24276] [#24296] [#24301]

### Fixed
- Search: Fix left padding for upsell page [#24285]
Expand Down Expand Up @@ -1099,7 +1083,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.47.0-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.46.0...v0.47.0-alpha
[0.47.0]: https://github.com/Automattic/jetpack-search/compare/v0.46.0...v0.47.0
[0.46.0]: https://github.com/Automattic/jetpack-search/compare/v0.45.12...v0.46.0
[0.45.12]: https://github.com/Automattic/jetpack-search/compare/v0.45.11...v0.45.12
[0.45.11]: https://github.com/Automattic/jetpack-search/compare/v0.45.10...v0.45.11
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 @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-assets": "^4.0.0-alpha",
"automattic/jetpack-constants": "^3.0.0",
"automattic/jetpack-status": "^5.0.1-alpha",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-my-jetpack": "^5.0.0",
"automattic/jetpack-my-jetpack": "^5.0.1",
"automattic/jetpack-sync": "^4.0.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.47.0-alpha';
const VERSION = '0.47.0';
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.14.0-alpha] - unreleased

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

## [0.14.0] - 2024-11-18
### Removed
- General: Update minimum PHP version to 7.2.
- General: Update minimum PHP version to 7.2. [#40147]

## [0.13.5] - 2024-11-04
### Added
Expand Down Expand Up @@ -201,7 +198,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.14.0-alpha]: https://github.com/Automattic/jetpack-stats/compare/v0.13.5...v0.14.0-alpha
[0.14.0]: https://github.com/Automattic/jetpack-stats/compare/v0.13.5...v0.14.0
[0.13.5]: https://github.com/Automattic/jetpack-stats/compare/v0.13.4...v0.13.5
[0.13.4]: https://github.com/Automattic/jetpack-stats/compare/v0.13.3...v0.13.4
[0.13.3]: https://github.com/Automattic/jetpack-stats/compare/v0.13.2...v0.13.3
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-stats/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-constants": "^3.0.0",
"automattic/jetpack-status": "^5.0.1-alpha"
},
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.14.0-alpha';
const PACKAGE_VERSION = '0.14.0';

const PACKAGE_SLUG = 'stats';

Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha",
"automattic/jetpack-connection": "^6.0.1",
"automattic/jetpack-constants": "^3.0.0",
"automattic/jetpack-password-checker": "^0.4.0",
"automattic/jetpack-ip": "^0.4.0",
Expand All @@ -16,7 +16,7 @@
"automattic/jetpack-changelogger": "^5.1.0-alpha",
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-search": "@dev",
"automattic/jetpack-waf": "@dev",
"automattic/jetpack-waf": "^0.23.0",
"automattic/wordbless": "@dev"
},
"suggest": {
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 @@ -26,7 +26,7 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '6.0.1-alpha1731686094',
'ver' => '6.0.1',
),
'jetpack-explat' => array(
'path' => 'jetpack_vendor/automattic/jetpack-explat',
Expand All @@ -46,7 +46,7 @@
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
'ver' => '5.0.0',
'ver' => '5.0.1',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand All @@ -66,11 +66,11 @@
),
'jetpack-search-pkg' => array(
'path' => 'jetpack_vendor/automattic/jetpack-search',
'ver' => '0.47.0-alpha1731605603',
'ver' => '0.47.0',
),
'jetpack-stats' => array(
'path' => 'jetpack_vendor/automattic/jetpack-stats',
'ver' => '0.14.0-alpha1731518828',
'ver' => '0.14.0',
),
'jetpack-sync' => array(
'path' => 'jetpack_vendor/automattic/jetpack-sync',
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-plans/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.1-alpha"
"automattic/jetpack-connection": "^6.0.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
Loading

0 comments on commit f416ff6

Please sign in to comment.