Skip to content

Commit

Permalink
Connection: fix the connected plugins option on multisites (#39355)
Browse files Browse the repository at this point in the history
Recent optimizations of the connected plugin options update/sync exposed an issue in the original implementation, making the "active connected plugins" option always empty on multisites.
Here we fix that problem.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10817836631

Upstream-Ref: Automattic/jetpack@11ebad6
  • Loading branch information
sergeymitr authored and matticbot committed Sep 11, 2024
1 parent c4ecfc3 commit 1f215cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0",
"automattic/jetpack-connection": "^4.0.2"
"automattic/jetpack-connection": "^4.0.3-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down

0 comments on commit 1f215cc

Please sign in to comment.