Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40627)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 16, 2024
1 parent 2f6714c commit 907e616
Show file tree
Hide file tree
Showing 31 changed files with 319 additions and 334 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"require": {
"ext-json": "*",
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.2-alpha",
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-autoloader": "^5.0.0",
"automattic/jetpack-boost-core": "^0.3.2",
"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-alpha",
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-device-detection": "^3.0.0",
"automattic/jetpack-image-cdn": "^0.7.2-alpha",
"automattic/jetpack-my-jetpack": "^5.1.2-alpha",
"automattic/jetpack-image-cdn": "^0.7.2",
"automattic/jetpack-my-jetpack": "^5.1.2",
"automattic/jetpack-plugin-deactivation": "^0.3.1-alpha",
"automattic/jetpack-schema": "^0.2.0",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.1.1-alpha",
"automattic/jetpack-sync": "^4.1.1",
"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-assets/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.0.2-alpha] - unreleased

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

## [4.0.2] - 2024-12-16
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40564]

## [4.0.1] - 2024-12-04
### Changed
Expand Down Expand Up @@ -547,7 +544,7 @@ This is an alpha version! The changes listed here are not final.

- Statically access asset tools

[4.0.2-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.1...v4.0.2-alpha
[4.0.2]: https://github.com/Automattic/jetpack-assets/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-assets/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-assets/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/Automattic/jetpack-assets/compare/v2.3.14...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"validate": "pnpm exec validate-es build/"
},
"dependencies": {
"@automattic/jetpack-script-data": "^0.1.6-alpha",
"@automattic/jetpack-script-data": "^0.1.6",
"react": "18.3.1"
},
"devDependencies": {
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.2.1-alpha"
"automattic/jetpack-connection": "^6.2.1"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
9 changes: 3 additions & 6 deletions jetpack_vendor/automattic/jetpack-connection/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).

## [6.2.1-alpha] - unreleased

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

## [6.2.1] - 2024-12-16
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40564]

## [6.2.0] - 2024-12-09
### Added
Expand Down Expand Up @@ -1274,7 +1271,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[6.2.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1-alpha
[6.2.1]: https://github.com/Automattic/jetpack-connection/compare/v6.2.0...v6.2.1
[6.2.0]: https://github.com/Automattic/jetpack-connection/compare/v6.1.1...v6.2.0
[6.1.1]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0
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.1",
"automattic/jetpack-assets": "^4.0.2-alpha",
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.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 = '6.2.1-alpha';
const PACKAGE_VERSION = '6.2.1';

const PACKAGE_SLUG = 'connection';

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

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

## [0.2.3] - 2024-12-16
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40564]

## [0.2.2] - 2024-12-04
### Changed
Expand Down Expand Up @@ -94,7 +91,7 @@ This is an alpha version! The changes listed here are not final.
- 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.3-alpha]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3-alpha
[0.2.3]: https://github.com/Automattic/jetpack-explat/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/Automattic/jetpack-explat/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Automattic/jetpack-explat/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/jetpack-explat/compare/v0.1.15...v0.2.0
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.2.1-alpha"
"automattic/jetpack-connection": "^6.2.1"
},
"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.3-alpha';
const PACKAGE_VERSION = '0.2.3';

/**
* Initializer.
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-image-cdn/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.7.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [0.7.2] - 2024-12-16
### Changed
- Internal updates.

## [0.7.1] - 2024-11-25
### Changed
Expand Down Expand Up @@ -162,7 +162,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Add image CDN package. [#29561]

[0.7.2-alpha]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.1...v0.7.2-alpha
[0.7.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.5.3...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-image-cdn/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.2-alpha",
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-status": "^5.0.1"
},
"require-dev": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
final class Image_CDN {

const PACKAGE_VERSION = '0.7.2-alpha';
const PACKAGE_VERSION = '0.7.2';

/**
* Singleton.
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.0.3-alpha] - unreleased

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

## [4.0.3] - 2024-12-16
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40564]

## [4.0.2] - 2024-12-04
### Changed
Expand Down Expand Up @@ -814,7 +811,7 @@ This is an alpha version! The changes listed here are not final.

- Update Jetpack to use new JITM package

[4.0.3-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.2...v4.0.3-alpha
[4.0.3]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/Automattic/jetpack-jitm/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Automattic/jetpack-jitm/compare/v3.1.29...v4.0.0
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.2-alpha",
"automattic/jetpack-connection": "^6.2.1-alpha",
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-connection": "^6.2.1",
"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.0.3-alpha';
const PACKAGE_VERSION = '4.0.3';

/**
* 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.2.1-alpha"
"automattic/jetpack-connection": "^6.2.1"
},
"require-dev": {
"automattic/wordbless": "^0.4.2",
Expand Down
17 changes: 7 additions & 10 deletions jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +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).

## [5.1.2-alpha] - unreleased

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

## [5.1.2] - 2024-12-16
### Added
- Add AI to Complete feature copy
- Add AI to Complete feature copy. [#40577]

### Changed
- Remove purchase related elements when Complete is on site
- Updated package dependencies.
- Remove purchase related elements when Complete is on site. [#40554]
- Updated package dependencies. [#40564]

### Fixed
- Fixed lints following ESLint rule changes for TS
- My Jetpack: fix animation flick on connection screen in My Jetpack.
- Fixed lints following ESLint rule changes for TS. [#40584]
- My Jetpack: fix animation flick on connection screen in My Jetpack. [#40533]

## [5.1.1] - 2024-12-04
### Changed
Expand Down Expand Up @@ -1871,7 +1868,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created package

[5.1.2-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.1.1...5.1.2-alpha
[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
[5.0.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.0.3...5.0.4
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.1",
"automattic/jetpack-assets": "^4.0.2-alpha",
"automattic/jetpack-assets": "^4.0.2",
"automattic/jetpack-boost-speed-score": "^0.4.0",
"automattic/jetpack-connection": "^6.2.1-alpha",
"automattic/jetpack-explat": "^0.2.3-alpha",
"automattic/jetpack-jitm": "^4.0.3-alpha",
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-explat": "^0.2.3",
"automattic/jetpack-jitm": "^4.0.3",
"automattic/jetpack-licensing": "^3.0.2",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.1.1-alpha",
"automattic/jetpack-sync": "^4.1.1",
"automattic/jetpack-protect-status": "^0.4.0"
},
"require-dev": {
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.1.2-alpha';
const PACKAGE_VERSION = '5.1.2';

/**
* 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-assets": "^4.0.2-alpha"
"automattic/jetpack-assets": "^4.0.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
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.2.1-alpha",
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-sync": "^4.1.1-alpha",
"automattic/jetpack-sync": "^4.1.1",
"automattic/jetpack-protect-models": "^0.4.1",
"automattic/jetpack-plans": "^0.5.1"
},
Expand Down
8 changes: 4 additions & 4 deletions jetpack_vendor/automattic/jetpack-sync/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).

## [4.1.1-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [4.1.1] - 2024-12-16
### Changed
- Internal updates.

## [4.1.0] - 2024-12-09
### Added
Expand Down Expand Up @@ -1359,7 +1359,7 @@ This is an alpha version! The changes listed here are not final.

- Packages: Move sync to a classmapped package

[4.1.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v4.1.0...v4.1.1-alpha
[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
[4.0.1]: https://github.com/Automattic/jetpack-sync/compare/v4.0.0...v4.0.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 @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.2.1-alpha",
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-password-checker": "^0.4.1",
"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.1.1-alpha';
const PACKAGE_VERSION = '4.1.1';

const PACKAGE_SLUG = 'sync';

Expand Down
Loading

0 comments on commit 907e616

Please sign in to comment.