Skip to content

Commit

Permalink
Connection: use JS to check if initial state is already rendered (#32…
Browse files Browse the repository at this point in the history
…932)

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
  • Loading branch information
sergeymitr authored and matticbot committed Sep 12, 2023
1 parent cdb5fd5 commit ab72084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ab72084

Please sign in to comment.