Skip to content

Commit 821ea0b

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits. (#43857)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15541892088 Upstream-Ref: Automattic/jetpack@d67bccc
1 parent 95e4dfb commit 821ea0b

File tree

17 files changed

+141
-147
lines changed

17 files changed

+141
-147
lines changed

composer.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-blaze/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-assets": "^4.0.25",
9-
"automattic/jetpack-connection": "^6.13.2-alpha",
9+
"automattic/jetpack-connection": "^6.13.2",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-plans": "^0.8.0",
1212
"automattic/jetpack-redirect": "^3.0.7",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [6.13.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [6.13.2] - 2025-06-09
129
### Fixed
13-
- Tests: Ensure method param count matches PHPUnit data providers.
10+
- Tests: Ensure method param count matches PHPUnit data providers. [#43828]
1411

1512
## [6.13.1] - 2025-06-06
1613
### Fixed
@@ -1467,7 +1464,7 @@ This is an alpha version! The changes listed here are not final.
14671464

14681465
- Separate the connection library into its own package.
14691466

1470-
[6.13.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.13.1...v6.13.2-alpha
1467+
[6.13.2]: https://github.com/Automattic/jetpack-connection/compare/v6.13.1...v6.13.2
14711468
[6.13.1]: https://github.com/Automattic/jetpack-connection/compare/v6.13.0...v6.13.1
14721469
[6.13.0]: https://github.com/Automattic/jetpack-connection/compare/v6.12.0...v6.13.0
14731470
[6.12.0]: https://github.com/Automattic/jetpack-connection/compare/v6.11.9...v6.12.0

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.13.2-alpha';
15+
const PACKAGE_VERSION = '6.13.2';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

0 commit comments

Comments
 (0)