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 05a5abc commit 2f541bb
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",
"automattic/jetpack-sync": "^3.13.0-alpha"
},
"require-dev": {
Expand Down

0 comments on commit 2f541bb

Please sign in to comment.