diff --git a/composer.lock b/composer.lock index 353de272..7c569dc5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,15 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "866fe890d4635cf46b323b2287ebba9a", + "content-hash": "75fe8ee3fbb7e99dc6f799728e80df77", "packages": [ { "name": "automattic/jetpack-mu-wpcom", - "version": "4.6.0-alpha.1693589940", + "version": "4.6.0-alpha.1693822682", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "41b7c37a6fe5bc91ff5d2b3f0696d06d8b42c3e0" + "reference": "4843773edbfc3cf6bb1e14aa9124b93c8c4bc75f" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", @@ -78,7 +78,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "390d6815ba885bce116c98449e0259f95df91502" + "reference": "ae04ccfa7437cfa06aebcff521ea4cfa6b8efdf3" }, "require": { "php": ">=5.6", diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 11320993..a266c300 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -14,6 +14,7 @@ This is an alpha version! The changes listed here are not final. - Use the task id to validate the task update request ### Changed +- Adapt the pre launch tasks to work on the Customer Home - Update function prefixes for task list definitions - Update the unused get_task_url prop on the task definition to the get_calypso_path diff --git a/vendor/automattic/jetpack-mu-wpcom/src/features/launchpad/launchpad-task-definitions.php b/vendor/automattic/jetpack-mu-wpcom/src/features/launchpad/launchpad-task-definitions.php index 34178bae..053e9825 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/features/launchpad/launchpad-task-definitions.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/features/launchpad/launchpad-task-definitions.php @@ -38,6 +38,9 @@ function wpcom_launchpad_get_task_definitions() { }, 'is_complete_callback' => '__return_true', 'is_disabled_callback' => 'wpcom_launchpad_is_design_step_enabled', + 'get_calypso_path' => function ( $task, $default, $data ) { + return '/setup/update-design/designSetup?siteSlug=' . $data['site_slug_encoded']; + }, ), 'domain_claim' => array( 'get_title' => function () { @@ -82,6 +85,9 @@ function wpcom_launchpad_get_task_definitions() { 'subtitle' => 'wpcom_launchpad_get_plan_selected_subtitle', 'is_complete_callback' => '__return_true', 'badge_text_callback' => 'wpcom_launchpad_get_plan_selected_badge_text', + 'get_calypso_path' => function ( $task, $default, $data ) { + return '/plans/' . $data['site_slug_encoded']; + }, ), 'setup_general' => array( 'get_title' => function () { diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 34742b08..8d8fe49d 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,12 @@ "packages": [ { "name": "automattic/jetpack-mu-wpcom", - "version": "4.6.0-alpha.1693589940", - "version_normalized": "4.6.0.0-alpha1693589940", + "version": "4.6.0-alpha.1693822682", + "version_normalized": "4.6.0.0-alpha1693822682", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "41b7c37a6fe5bc91ff5d2b3f0696d06d8b42c3e0" + "reference": "4843773edbfc3cf6bb1e14aa9124b93c8c4bc75f" }, "require-dev": { "automattic/jetpack-changelogger": "^3.3.8", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 42cf6d9f..bc9f4277 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,9 +11,9 @@ ), 'versions' => array( 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '4.6.0-alpha.1693589940', - 'version' => '4.6.0.0-alpha1693589940', - 'reference' => '41b7c37a6fe5bc91ff5d2b3f0696d06d8b42c3e0', + 'pretty_version' => '4.6.0-alpha.1693822682', + 'version' => '4.6.0.0-alpha1693822682', + 'reference' => '4843773edbfc3cf6bb1e14aa9124b93c8c4bc75f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(),