-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update/action button to be reusable (#41361)
* Add redbubble and notice when paid plan is missing plugin(s). * Add activate-multiple-plugins endpoint & logic. * Delay last-backup-failed red-bubble until 30 min after purchase. Also fix $not_shown_products. * Refactor how we derive shown_products & not_shown_products. * Cleanup & add GlobalNotice after successfull activation/installation. * Remove single product endpoints from mj REST_Products. * First commit * Move logic to action button component * changelog * Fix status loading indicator * Get rid of outdated comments * Remove unnecessary array slug * Fix accidental duplicate functions * Remove duplicate * Fix warnings * Remove duplicate endpoint * Remove log * Update phan --------- Co-authored-by: Bryan Elliott <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13042692163 Upstream-Ref: Automattic/jetpack@0818fd2
- Loading branch information
1 parent
deccef2
commit 15a7ae0
Showing
10 changed files
with
173 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'ac994e8edce93a330553'); | ||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'f9de2142837259dab06d'); |
Large diffs are not rendered by default.
Oops, something went wrong.
148 changes: 74 additions & 74 deletions
148
jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.