From 658a5b9544ccbc80299bd8f477cb4b3116276fef Mon Sep 17 00:00:00 2001 From: sergeymitr Date: Thu, 5 Dec 2024 20:03:26 +0000 Subject: [PATCH] Connection: allow provisioning using an application password (#40447) Modify permission check for `/jetpack/v4/remote_provision` endpoint to allow application passwords. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12186994851 Upstream-Ref: Automattic/jetpack@5baf0a90a049e56f592707f8aa470f8eb5fb5f85 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 39e839b..8a652ac 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-blocks": "^3.0.1", "automattic/jetpack-assets": "^4.0.1", - "automattic/jetpack-connection": "^6.1.1", + "automattic/jetpack-connection": "^6.2.0-alpha", "automattic/jetpack-logo": "^3.0.0", "automattic/jetpack-status": "^5.0.1", "automattic/jetpack-sync": "^4.0.2" @@ -15,7 +15,7 @@ "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", - "automattic/jetpack-connection": "^6.1.1", + "automattic/jetpack-connection": "^6.2.0-alpha", "automattic/wordbless": "^0.4.2" }, "suggest": {