Skip to content

Commit d50505a

Browse files
tbradshamatticbot
authored andcommitted
Backport WordAds final release (#44023)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15759183126 Upstream-Ref: Automattic/jetpack@0bba48b
1 parent aac5e18 commit d50505a

File tree

22 files changed

+183
-178
lines changed

22 files changed

+183
-178
lines changed

composer.lock

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

jetpack_vendor/automattic/jetpack-assets/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-constants": "^3.0.8",
9-
"automattic/jetpack-status": "^5.2.1-alpha"
9+
"automattic/jetpack-status": "^5.2.1"
1010
},
1111
"require-dev": {
1212
"brain/monkey": "^2.6.2",

jetpack_vendor/automattic/jetpack-blaze/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-assets": "^4.0.27",
9-
"automattic/jetpack-connection": "^6.13.5",
9+
"automattic/jetpack-connection": "^6.13.6",
1010
"automattic/jetpack-constants": "^3.0.8",
1111
"automattic/jetpack-plans": "^0.8.0",
1212
"automattic/jetpack-redirect": "^3.0.7",
13-
"automattic/jetpack-status": "^5.2.1-alpha",
13+
"automattic/jetpack-status": "^5.2.1",
1414
"automattic/jetpack-sync": "^4.14.1"
1515
},
1616
"require-dev": {

jetpack_vendor/automattic/jetpack-calypsoify/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.27",
9-
"automattic/jetpack-status": "^5.2.1-alpha"
9+
"automattic/jetpack-status": "^5.2.1"
1010
},
1111
"require-dev": {
1212
"yoast/phpunit-polyfills": "^4.0.0",

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.6] - 2025-06-19
9+
### Changed
10+
- Update dependencies.
11+
812
## [6.13.5] - 2025-06-18
913
### Changed
1014
- Update dependencies.
@@ -1476,6 +1480,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14761480

14771481
- Separate the connection library into its own package.
14781482

1483+
[6.13.6]: https://github.com/Automattic/jetpack-connection/compare/v6.13.5...v6.13.6
14791484
[6.13.5]: https://github.com/Automattic/jetpack-connection/compare/v6.13.4...v6.13.5
14801485
[6.13.4]: https://github.com/Automattic/jetpack-connection/compare/v6.13.3...v6.13.4
14811486
[6.13.3]: https://github.com/Automattic/jetpack-connection/compare/v6.13.2...v6.13.3

jetpack_vendor/automattic/jetpack-connection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"automattic/jetpack-assets": "^4.0.27",
1111
"automattic/jetpack-constants": "^3.0.8",
1212
"automattic/jetpack-roles": "^3.0.8",
13-
"automattic/jetpack-status": "^5.2.1-alpha",
13+
"automattic/jetpack-status": "^5.2.1",
1414
"automattic/jetpack-redirect": "^3.0.7"
1515
},
1616
"require-dev": {

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.5';
15+
const PACKAGE_VERSION = '6.13.6';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-google-analytics/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-status": "^5.2.1-alpha"
8+
"automattic/jetpack-status": "^5.2.1"
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",

jetpack_vendor/automattic/jetpack-jitm/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"php": ">=7.2",
88
"automattic/jetpack-a8c-mc-stats": "^3.0.5",
99
"automattic/jetpack-assets": "^4.0.27",
10-
"automattic/jetpack-connection": "^6.13.5",
10+
"automattic/jetpack-connection": "^6.13.6",
1111
"automattic/jetpack-device-detection": "^3.0.8",
1212
"automattic/jetpack-logo": "^3.0.5",
1313
"automattic/jetpack-redirect": "^3.0.7",
14-
"automattic/jetpack-status": "^5.2.1-alpha"
14+
"automattic/jetpack-status": "^5.2.1"
1515
},
1616
"require-dev": {
1717
"brain/monkey": "^2.6.2",

jetpack_vendor/automattic/jetpack-masterbar/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"automattic/jetpack-blaze": "^0.25.31-alpha",
1010
"automattic/jetpack-compat": "^4.0.1",
1111
"automattic/jetpack-device-detection": "^3.0.8",
12-
"automattic/jetpack-connection": "^6.13.5",
12+
"automattic/jetpack-connection": "^6.13.6",
1313
"automattic/jetpack-jitm": "^4.2.24",
1414
"automattic/jetpack-logo": "^3.0.5",
1515
"automattic/jetpack-plans": "^0.8.0",
16-
"automattic/jetpack-status": "^5.2.1-alpha",
16+
"automattic/jetpack-status": "^5.2.1",
1717
"automattic/jetpack-subscribers-dashboard": "^0.1.18-alpha"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)