Skip to content

Commit

Permalink
Post-migration Experience: Make the "Migrating the site" task complet…
Browse files Browse the repository at this point in the history
…e by default (#39769)

* Make the Migrating the site task complete as default

* changelog

---------

Co-authored-by: Valter Lorran <valter.lorran@automattic.com>

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

Upstream-Ref: Automattic/jetpack@adb410b
  • Loading branch information
valterlorran authored and matticbot committed Oct 17, 2024
1 parent 3ed1b95 commit 8580859
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 86 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This is an alpha version! The changes listed here are not final.
- Help Center: use Zendesk staging when proxied
- jetpack-mu-wpcom: remove unneeded filter
- Launchpad: Added isset to avoid Warnings when finding about page id
- Make the Migrating the site task complete by default
- Only include `wp-polyfill` as a script dependency when needed.
- Sharing modal: Repurposed to only display recommended tags.
- Site Management Panel: Migrate to react
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ function wpcom_launchpad_get_task_definitions() {
'get_title' => function () {
return __( 'Migrating the site', 'jetpack-mu-wpcom' );
},
'is_complete_callback' => 'wpcom_launchpad_is_task_option_completed',
'is_complete_callback' => '__return_true',
'is_visible_callback' => '__return_true',
),
// Post-migration tasks.
Expand Down
Loading

0 comments on commit 8580859

Please sign in to comment.