From 549e36ecc1909db61db518ba0efa9c59dea40a58 Mon Sep 17 00:00:00 2001 From: sergeymitr Date: Wed, 2 Oct 2024 15:38:35 +0000 Subject: [PATCH] Connection: initialize assets in wp-admin only (#39604) Only initialize Connection assets in the admin area. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11146707292 Upstream-Ref: Automattic/jetpack@43bb3b34f52695e41b39aac7f9d0cf2244f3017b --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5c7633..910691b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "automattic/jetpack-backup-helper-script-manager": "^0.2.7", "automattic/jetpack-composer-plugin": "^2.0.3", "automattic/jetpack-config": "^2.0.4", - "automattic/jetpack-connection": "^5.1.1", + "automattic/jetpack-connection": "^5.1.2-alpha", "automattic/jetpack-my-jetpack": "^4.35.10", "automattic/jetpack-sync": "^3.13.2", "automattic/jetpack-status": "^4.0.2"