Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#41847)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Feb 17, 2025
1 parent 3354ffc commit 6554c63
Show file tree
Hide file tree
Showing 33 changed files with 360 additions and 357 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.6",
"automattic/jetpack-assets": "^4.0.7",
"automattic/jetpack-autoloader": "^5.0.1",
"automattic/jetpack-composer-plugin": "^4.0.0",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-publicize": "^0.60.1-alpha",
"automattic/jetpack-connection": "^6.5.0-alpha",
"automattic/jetpack-my-jetpack": "^5.4.5-alpha",
"automattic/jetpack-sync": "^4.8.1-alpha",
"automattic/jetpack-publicize": "^0.60.1",
"automattic/jetpack-connection": "^6.5.0",
"automattic/jetpack-my-jetpack": "^5.4.5",
"automattic/jetpack-sync": "^4.8.1",
"automattic/jetpack-status": "^5.0.3",
"automattic/jetpack-plans": "^0.5.2",
"automattic/jetpack-post-list": "^0.8.1"
"automattic/jetpack-post-list": "^0.8.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^5.1.0",
Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-assets/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).

## [4.0.7] - 2025-02-17
### Changed
- Update dependencies.

## [4.0.6] - 2025-02-11
### Changed
- Update dependencies.
Expand Down Expand Up @@ -560,6 +564,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[4.0.7]: https://github.com/Automattic/jetpack-assets/compare/v4.0.6...v4.0.7
[4.0.6]: https://github.com/Automattic/jetpack-assets/compare/v4.0.5...v4.0.6
[4.0.5]: https://github.com/Automattic/jetpack-assets/compare/v4.0.4...v4.0.5
[4.0.4]: https://github.com/Automattic/jetpack-assets/compare/v4.0.3...v4.0.4
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.5.0-alpha"
"automattic/jetpack-connection": "^6.5.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
11 changes: 4 additions & 7 deletions jetpack_vendor/automattic/jetpack-connection/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).

## [6.5.0-alpha] - unreleased

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

## [6.5.0] - 2025-02-17
### Changed
- Connection: Display connection status on Users page independent of the SSO module.
- Connection: Display connection status on Users page independent of the SSO module. [#41794]

### Fixed
- Make sure wpcom_id is a string before passing it over as _ui
- Make sure wpcom_id is a string before passing it over as _ui. [#41787]

## [6.4.1] - 2025-02-11
### Changed
Expand Down Expand Up @@ -1317,7 +1314,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.5.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.4.1...v6.5.0-alpha
[6.5.0]: https://github.com/Automattic/jetpack-connection/compare/v6.4.1...v6.5.0
[6.4.1]: https://github.com/Automattic/jetpack-connection/compare/v6.4.0...v6.4.1
[6.4.0]: https://github.com/Automattic/jetpack-connection/compare/v6.3.2...v6.4.0
[6.3.2]: https://github.com/Automattic/jetpack-connection/compare/v6.3.1...v6.3.2
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-connection/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-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.6",
"automattic/jetpack-assets": "^4.0.7",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.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 = '6.5.0-alpha';
const PACKAGE_VERSION = '6.5.0';

const PACKAGE_SLUG = 'connection';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,10 @@ public function send_wpcom_mail_user_invite( $errors, $update, $user ) {
*
* @param array $columns User list table columns.
* @return array
* @deprecated 6.5.0-alpha
* @deprecated 6.5.0
*/
public function jetpack_user_connected_th( $columns ) {
_deprecated_function( __METHOD__, 'package-6.5.0-alpha' );
_deprecated_function( __METHOD__, 'package-6.5.0' );
return $columns;
}

Expand Down
5 changes: 5 additions & 0 deletions jetpack_vendor/automattic/jetpack-explat/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).

## [0.2.7] - 2025-02-17
### Changed
- Update dependencies.

## [0.2.6] - 2025-02-10
### Changed
- Updated package dependencies. [#41491]
Expand Down Expand Up @@ -103,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.2.7]: https://github.com/Automattic/jetpack-explat/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/Automattic/jetpack-explat/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/Automattic/jetpack-explat/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/Automattic/jetpack-explat/compare/v0.2.3...v0.2.4
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.5.0-alpha"
"automattic/jetpack-connection": "^6.5.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
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.2.6';
const PACKAGE_VERSION = '0.2.7';

/**
* 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).

## [4.1.0-alpha] - unreleased

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

## [4.1.0] - 2025-02-17
### Changed
- Update Ajax calls to utililse @wordpress/api-fetch in preparation for https://github.com/Automattic/jetpack/pull/41252.
- Update Ajax calls to utililse @wordpress/api-fetch in preparation for https://github.com/Automattic/jetpack/pull/41252. [#41745]

## [4.0.7] - 2025-02-12
### Fixed
Expand Down Expand Up @@ -835,7 +832,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[4.1.0-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.7...v4.1.0-alpha
[4.1.0]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.7...v4.1.0
[4.0.7]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.6...v4.0.7
[4.0.6]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.5...v4.0.6
[4.0.5]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.4...v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-assets": "^4.0.6",
"automattic/jetpack-connection": "^6.5.0-alpha",
"automattic/jetpack-assets": "^4.0.7",
"automattic/jetpack-connection": "^6.5.0",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-redirect": "^3.0.1",
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 = '4.1.0-alpha';
const PACKAGE_VERSION = '4.1.0';

/**
* The configuration method that is called from the jetpack-config package.
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.5.0-alpha"
"automattic/jetpack-connection": "^6.5.0"
},
"require-dev": {
"automattic/jetpack-test-environment": "@dev",
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).

## [5.4.5-alpha] - unreleased

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

## [5.4.5] - 2025-02-17
### Changed
- Social | Updated manage module link to point to the new Social admin page
- Social | Updated manage module link to point to the new Social admin page. [#41741]

## [5.4.4] - 2025-02-12
### Changed
Expand Down Expand Up @@ -1968,7 +1965,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.4.5-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.4...5.4.5-alpha
[5.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.4...5.4.5
[5.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.3...5.4.4
[5.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.2...5.4.3
[5.4.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.4.1...5.4.2
Expand Down
10 changes: 5 additions & 5 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.6",
"automattic/jetpack-assets": "^4.0.7",
"automattic/jetpack-boost-speed-score": "^0.4.1",
"automattic/jetpack-connection": "^6.5.0-alpha",
"automattic/jetpack-explat": "^0.2.6",
"automattic/jetpack-jitm": "^4.1.0-alpha",
"automattic/jetpack-connection": "^6.5.0",
"automattic/jetpack-explat": "^0.2.7",
"automattic/jetpack-jitm": "^4.1.0",
"automattic/jetpack-licensing": "^3.0.4",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.2",
"automattic/jetpack-status": "^5.0.3",
"automattic/jetpack-sync": "^4.8.1-alpha",
"automattic/jetpack-sync": "^4.8.1",
"automattic/jetpack-protect-status": "^0.5.1"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.4.5-alpha';
const PACKAGE_VERSION = '5.4.5';

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

## [0.8.2] - 2025-02-17
### Changed
- Update dependencies.

## [0.8.1] - 2025-02-10
### Changed
- Updated package dependencies. [#41491]
Expand Down Expand Up @@ -142,6 +146,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the default columns displayed on the post and page list screens
- Refactored thumbnail preview to function server side. All javascript removed.

[0.8.2]: https://github.com/automattic/jetpack-post-list/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/automattic/jetpack-post-list/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/automattic/jetpack-post-list/compare/v0.7.3...v0.8.0
[0.7.3]: https://github.com/automattic/jetpack-post-list/compare/v0.7.2...v0.7.3
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-post-list/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-assets": "^4.0.6"
"automattic/jetpack-assets": "^4.0.7"
},
"require-dev": {
"automattic/jetpack-test-environment": "@dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Post_List {

const PACKAGE_VERSION = '0.8.1';
const PACKAGE_VERSION = '0.8.2';
const FEATURE = 'enhanced_post_list';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.5.0-alpha",
"automattic/jetpack-connection": "^6.5.0",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.8.1-alpha",
"automattic/jetpack-sync": "^4.8.1",
"automattic/jetpack-protect-models": "^0.5.0",
"automattic/jetpack-plans": "^0.5.2"
},
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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.60.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.60.1] - 2025-02-17
### Changed
- Internal updates.

## [0.60.0] - 2025-02-11
### Changed
Expand Down Expand Up @@ -860,7 +860,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies.
- Update package.json metadata.

[0.60.1-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.60.0...v0.60.1-alpha
[0.60.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.60.0...v0.60.1
[0.60.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.59.1...v0.60.0
[0.59.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.59.0...v0.59.1
[0.59.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.58.0...v0.59.0
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-publicize/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"require": {
"php": ">=7.2",
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-connection": "^6.5.0-alpha",
"automattic/jetpack-connection": "^6.5.0",
"automattic/jetpack-autoloader": "^5.0.1",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-assets": "^4.0.6",
"automattic/jetpack-assets": "^4.0.7",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-plans": "^0.5.2",
"automattic/jetpack-status": "^5.0.3"
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.8.1-alpha] - unreleased

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

## [4.8.1] - 2025-02-17
### Changed
- Jetpack Sync: Performance optimizations for 'terms' module
- Jetpack Sync: Performance optimizations for the 'terms' module. [#41809]

## [4.8.0] - 2025-02-12
### Removed
Expand Down Expand Up @@ -1409,7 +1406,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[4.8.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.8.0...v4.8.1-alpha
[4.8.1]: https://github.com/Automattic/jetpack-sync/compare/v4.8.0...v4.8.1
[4.8.0]: https://github.com/Automattic/jetpack-sync/compare/v4.7.0...v4.8.0
[4.7.0]: https://github.com/Automattic/jetpack-sync/compare/v4.6.0...v4.7.0
[4.6.0]: https://github.com/Automattic/jetpack-sync/compare/v4.5.0...v4.6.0
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 @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.5.0-alpha",
"automattic/jetpack-connection": "^6.5.0",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-password-checker": "^0.4.2",
"automattic/jetpack-ip": "^0.4.1",
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.8.1-alpha';
const PACKAGE_VERSION = '4.8.1';

const PACKAGE_SLUG = 'sync';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,13 @@ public function expand_term_taxonomy_id( $args ) {
*
* @access public
*
* @deprecated since 4.8.1-alpha
* @deprecated since 4.8.1
*
* @param object $relationship A row object from the term_relationships table.
* @return object|bool A term object, or false if term taxonomy doesn't exist.
*/
public function expand_terms_for_relationship( $relationship ) {
_deprecated_function( __METHOD__, '4.8.1-alpha' );
_deprecated_function( __METHOD__, '4.8.1' );

return get_term_by( 'term_taxonomy_id', $relationship->term_taxonomy_id );
}
Expand Down
Loading

0 comments on commit 6554c63

Please sign in to comment.