Skip to content

Commit

Permalink
Add/api sandboxed tag to my jetpack (#40971)
Browse files Browse the repository at this point in the history
* Add API Sandboxed tag to My Jetpack

* changelog

* Send apiRoot and apiNonce to AdminPage

* Fix sandboxedDomain variable

* Fix setting of api nonce and root

* Fix bug that was causing the tag to not show

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

Upstream-Ref: Automattic/jetpack@9932919
  • Loading branch information
CodeyGuyDylan authored and matticbot committed Jan 15, 2025
1 parent 56a29a0 commit 1e50ed0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/dashboard/jp-search-dashboard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'fd9d03bad14709b28b98');
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2e12707d9d7a8b6bc8cf');
2 changes: 1 addition & 1 deletion build/dashboard/jp-search-dashboard.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/dashboard/jp-search-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/dashboard/jp-search-dashboard.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-config": "^3.0.0",
"automattic/jetpack-my-jetpack": "^5.3.2",
"automattic/jetpack-my-jetpack": "^5.3.3-alpha",
"automattic/jetpack-sync": "^4.3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@automattic/jetpack-analytics": "^0.1.34",
"@automattic/jetpack-api": "^0.17.21",
"@automattic/jetpack-base-styles": "^0.6.39",
"@automattic/jetpack-components": "^0.65.3",
"@automattic/jetpack-components": "^0.65.4-alpha",
"@automattic/jetpack-connection": "^0.36.3",
"@wordpress/base-styles": "5.14.0",
"@wordpress/block-editor": "14.9.0",
Expand Down

0 comments on commit 1e50ed0

Please sign in to comment.