From 4637663ecdc1afa499a4c8ff84b219f41d5096b4 Mon Sep 17 00:00:00 2001 From: darssen Date: Thu, 16 Jan 2025 09:19:20 +0000 Subject: [PATCH] Full sync: Send context for initial full sync action (#40930) * Add a new parameter to the functions in the class to specify the context in which the full sync was initiated * changelog * Versioning is for the package * Fixed doc since empty is not used and added context * Updated type for context in the endpoint definition Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12805468078 Upstream-Ref: Automattic/jetpack@0cb4b0762c8dc553c1dc17e030eef76745f4593a --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c27a33..2992ade 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "automattic/jetpack-connection": "^6.3.0-alpha", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-status": "^5.0.1", - "automattic/jetpack-sync": "^4.3.0" + "automattic/jetpack-sync": "^4.4.0-alpha" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1",