Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#38670)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz authored and matticbot committed Aug 1, 2024
1 parent b44f52c commit 6bff877
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 122 deletions.
78 changes: 39 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-assets": "^2.2.0",
"automattic/jetpack-connection": "^2.11.3-alpha",
"automattic/jetpack-connection": "^2.11.3",
"automattic/jetpack-constants": "^2.0.3",
"automattic/jetpack-plans": "^0.4.7",
"automattic/jetpack-redirect": "^2.0.2",
Expand Down
9 changes: 3 additions & 6 deletions 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.3-alpha] - unreleased

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

## [2.11.3] - 2024-08-01
### Added
- Added support for 'recommendations_evaluation' Jetpack option"
- Added support for 'recommendations_evaluation' Jetpack option" [#38534]

## [2.11.2] - 2024-07-22
### Fixed
Expand Down Expand Up @@ -1138,7 +1135,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.11.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.11.2...v2.11.3-alpha
[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
[2.11.0]: https://github.com/Automattic/jetpack-connection/compare/v2.10.2...v2.11.0
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.3-alpha';
const PACKAGE_VERSION = '2.11.3';

const PACKAGE_SLUG = 'connection';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.1",
"automattic/jetpack-assets": "^2.2.0",
"automattic/jetpack-connection": "^2.11.3-alpha",
"automattic/jetpack-connection": "^2.11.3",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-logo": "^2.0.3",
"automattic/jetpack-redirect": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-masterbar/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-blaze": "^0.22.3",
"automattic/jetpack-compat": "^3.0.2",
"automattic/jetpack-device-detection": "^2.1.3",
"automattic/jetpack-connection": "^2.11.3-alpha",
"automattic/jetpack-connection": "^2.11.3",
"automattic/jetpack-jitm": "^3.1.14",
"automattic/jetpack-logo": "^2.0.3",
"automattic/jetpack-plans": "^0.4.7",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"automattic/jetpack-blocks": "^2.0.4",
"automattic/jetpack-calypsoify": "^0.1.2",
"automattic/jetpack-classic-theme-helper": "^0.4.4-alpha",
"automattic/jetpack-connection": "^2.11.3-alpha",
"automattic/jetpack-connection": "^2.11.3",
"automattic/jetpack-masterbar": "^0.6.0",
"automattic/jetpack-redirect": "^2.0.2",
"automattic/jetpack-stats-admin": "^0.21.0",
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.0",
"automattic/jetpack-connection": "^2.11.3-alpha"
"automattic/jetpack-connection": "^2.11.3"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-stats-admin/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.0",
"automattic/jetpack-connection": "^2.11.3-alpha",
"automattic/jetpack-connection": "^2.11.3",
"automattic/jetpack-constants": "^2.0.3",
"automattic/jetpack-plans": "^0.4.7",
"automattic/jetpack-stats": "^0.13.0",
Expand Down
Loading

0 comments on commit 6bff877

Please sign in to comment.