Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#38816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored and matticbot committed Aug 12, 2024
1 parent 3a09640 commit 224a6f1
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 81 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"automattic/jetpack-assets": "^2.3.0",
"automattic/jetpack-autoloader": "^3.0.9",
"automattic/jetpack-composer-plugin": "^2.0.2",
"automattic/jetpack-connection": "^2.11.4-alpha",
"automattic/jetpack-connection": "^2.11.4",
"automattic/jetpack-config": "^2.0.4"
},
"require-dev": {
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).

## [2.11.4-alpha] - unreleased

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

## [2.11.4] - 2024-08-09
### Fixed
- Fix type for tracking product string
- Fix type for tracking product string [#38748]

## [2.11.3] - 2024-08-01
### Added
Expand Down Expand Up @@ -1142,7 +1139,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.11.4-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.11.3...v2.11.4-alpha
[2.11.4]: https://github.com/Automattic/jetpack-connection/compare/v2.11.3...v2.11.4
[2.11.3]: https://github.com/Automattic/jetpack-connection/compare/v2.11.2...v2.11.3
[2.11.2]: https://github.com/Automattic/jetpack-connection/compare/v2.11.1...v2.11.2
[2.11.1]: https://github.com/Automattic/jetpack-connection/compare/v2.11.0...v2.11.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 = '2.11.4-alpha';
const PACKAGE_VERSION = '2.11.4';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '2.11.4-alpha1723216372',
'ver' => '2.11.4',
),
),
);
26 changes: 13 additions & 13 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
"reference": "711aa91b00f50c93d733eb4724328514cc4fa7bf"
"reference": "b4036475a67bbbc73671ad72ca65c3a9e518e27d"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
"reference": "5b1e78af400413d222adec4ba8157c1da366db1d"
"reference": "6f533668f3fede440f847210b7834b0f7ec05666"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -125,7 +125,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "ec4d69ef125bc9c2d9a3c2bad38c3de648867884"
"reference": "c9bd69a899655534d2f58d9e8ad62d62af8eb5c6"
},
"require": {
"automattic/jetpack-constants": "^2.0.3",
Expand Down Expand Up @@ -194,7 +194,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "9c1bb6b540c7302a9f2ef576148dd814f452bd79"
"reference": "46b2346f87946b95135054b889d03580a9dc5337"
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
Expand Down Expand Up @@ -261,7 +261,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "aed097c6dee67a3b34efcc4fd4d0bfc624d63e46"
"reference": "e856fdf5add1ee8b5a9946450c174a75fb73b66b"
},
"require": {
"composer-plugin-api": "^2.1.0",
Expand Down Expand Up @@ -321,7 +321,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "bf8ee7e60034846b52ae725fb7aa671b09c1b923"
"reference": "0265dd54e890abce7f58c660bba94f4a98b6e021"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -391,12 +391,12 @@
},
{
"name": "automattic/jetpack-connection",
"version": "2.11.4-alpha.1723216372",
"version_normalized": "2.11.4.0-alpha1723216372",
"version": "2.11.4",
"version_normalized": "2.11.4.0",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
"reference": "3c08f920eaecc0ec9bb1d9c635bcdc88d18c6a06"
"reference": "7c219e96da89947aa828e1fce9d0f2526c11f63b"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
Expand Down Expand Up @@ -483,7 +483,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "58e6d3bffe93f1bb1aa12130d52702e17659ea6f"
"reference": "6527ad9c4765996809741769b24bc68310f2f80c"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -537,7 +537,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
"reference": "e9f8d9828c8179cb045155667697a281c017ba4a"
"reference": "11c33c02eb1126e3ea8c1c6a31e9b780a4a4db8c"
},
"require": {
"automattic/jetpack-status": "^3.3.2",
Expand Down Expand Up @@ -592,7 +592,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
"reference": "2718bc55f0ba3370dec9e4fc360435ebcfa41ec8"
"reference": "722f6bc248bdcdd4b89f5a8ba1010db5dca18581"
},
"require": {
"php": ">=7.0"
Expand Down Expand Up @@ -646,7 +646,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "c3e812138e5b9611300b73f63c9be7cdf5b7f869"
"reference": "e613f6e70953d12e50356be172dacf57c2663af3"
},
"require": {
"automattic/jetpack-constants": "^2.0.3",
Expand Down
26 changes: 13 additions & 13 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'automattic/jetpack-a8c-mc-stats' => array(
'pretty_version' => '2.0.1',
'version' => '2.0.1.0',
'reference' => '711aa91b00f50c93d733eb4724328514cc4fa7bf',
'reference' => 'b4036475a67bbbc73671ad72ca65c3a9e518e27d',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
'aliases' => array(),
Expand All @@ -22,7 +22,7 @@
'automattic/jetpack-admin-ui' => array(
'pretty_version' => '0.4.2',
'version' => '0.4.2.0',
'reference' => '5b1e78af400413d222adec4ba8157c1da366db1d',
'reference' => '6f533668f3fede440f847210b7834b0f7ec05666',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui',
'aliases' => array(),
Expand All @@ -31,7 +31,7 @@
'automattic/jetpack-assets' => array(
'pretty_version' => '2.3.0',
'version' => '2.3.0.0',
'reference' => 'ec4d69ef125bc9c2d9a3c2bad38c3de648867884',
'reference' => 'c9bd69a899655534d2f58d9e8ad62d62af8eb5c6',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
'aliases' => array(),
Expand All @@ -40,7 +40,7 @@
'automattic/jetpack-autoloader' => array(
'pretty_version' => '3.0.9',
'version' => '3.0.9.0',
'reference' => '9c1bb6b540c7302a9f2ef576148dd814f452bd79',
'reference' => '46b2346f87946b95135054b889d03580a9dc5337',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
'aliases' => array(),
Expand All @@ -49,7 +49,7 @@
'automattic/jetpack-composer-plugin' => array(
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => 'aed097c6dee67a3b34efcc4fd4d0bfc624d63e46',
'reference' => 'e856fdf5add1ee8b5a9946450c174a75fb73b66b',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
'aliases' => array(),
Expand All @@ -58,16 +58,16 @@
'automattic/jetpack-config' => array(
'pretty_version' => '2.0.4',
'version' => '2.0.4.0',
'reference' => 'bf8ee7e60034846b52ae725fb7aa671b09c1b923',
'reference' => '0265dd54e890abce7f58c660bba94f4a98b6e021',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
'aliases' => array(),
'dev_requirement' => false,
),
'automattic/jetpack-connection' => array(
'pretty_version' => '2.11.4-alpha.1723216372',
'version' => '2.11.4.0-alpha1723216372',
'reference' => '3c08f920eaecc0ec9bb1d9c635bcdc88d18c6a06',
'pretty_version' => '2.11.4',
'version' => '2.11.4.0',
'reference' => '7c219e96da89947aa828e1fce9d0f2526c11f63b',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
'aliases' => array(),
Expand All @@ -76,7 +76,7 @@
'automattic/jetpack-constants' => array(
'pretty_version' => '2.0.3',
'version' => '2.0.3.0',
'reference' => '58e6d3bffe93f1bb1aa12130d52702e17659ea6f',
'reference' => '6527ad9c4765996809741769b24bc68310f2f80c',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
'aliases' => array(),
Expand All @@ -94,7 +94,7 @@
'automattic/jetpack-redirect' => array(
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => 'e9f8d9828c8179cb045155667697a281c017ba4a',
'reference' => '11c33c02eb1126e3ea8c1c6a31e9b780a4a4db8c',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect',
'aliases' => array(),
Expand All @@ -103,7 +103,7 @@
'automattic/jetpack-roles' => array(
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'reference' => '2718bc55f0ba3370dec9e4fc360435ebcfa41ec8',
'reference' => '722f6bc248bdcdd4b89f5a8ba1010db5dca18581',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles',
'aliases' => array(),
Expand All @@ -112,7 +112,7 @@
'automattic/jetpack-status' => array(
'pretty_version' => '3.3.2',
'version' => '3.3.2.0',
'reference' => 'c3e812138e5b9611300b73f63c9be7cdf5b7f869',
'reference' => 'e613f6e70953d12e50356be172dacf57c2663af3',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
'aliases' => array(),
Expand Down
Loading

0 comments on commit 224a6f1

Please sign in to comment.