From ab72084b104c9a39b2714e7879af7a6d63507aab Mon Sep 17 00:00:00 2001 From: sergeymitr Date: Tue, 12 Sep 2023 00:55:01 +0000 Subject: [PATCH] Connection: use JS to check if initial state is already rendered (#32932) Use JavaScript to check if Connection initial state has been rendered instead of PHP variable. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6153365329 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9ad0e2e..fb796c1 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ "require": { "automattic/jetpack-blocks": "^1.5.0", "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.3", + "automattic/jetpack-connection": "^1.57.4-alpha", "automattic/jetpack-status": "^1.18.3" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^3.3.8", - "automattic/jetpack-connection": "^1.57.3", + "automattic/jetpack-connection": "^1.57.4-alpha", "automattic/wordbless": "^0.4.1" }, "suggest": {