Skip to content

Commit

Permalink
Onboarding: Add a new launchpad task list for readymade templates (#3…
Browse files Browse the repository at this point in the history
…7989)

* Onboarding: Add a task list for Ready made template flow

* Add changelog

* Version bump
  • Loading branch information
BogdanUngureanu authored Jun 26, 2024
1 parent 71e623c commit e3a5254
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: added

Add a new launchpad task list for the readymade template flow
2 changes: 1 addition & 1 deletion projects/packages/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "5.39.x-dev"
"dev-trunk": "5.40.x-dev"
},
"textdomain": "jetpack-mu-wpcom",
"version-constants": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/jetpack-mu-wpcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-mu-wpcom",
"version": "5.39.0",
"version": "5.40.0-alpha",
"description": "Enhances your site with features powered by WordPress.com",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Jetpack_Mu_Wpcom main class.
*/
class Jetpack_Mu_Wpcom {
const PACKAGE_VERSION = '5.39.0';
const PACKAGE_VERSION = '5.40.0-alpha';
const PKG_DIR = __DIR__ . '/../';
const BASE_DIR = __DIR__ . '/';
const BASE_FILE = __FILE__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,21 @@ function wpcom_launchpad_get_task_list_definitions() {
),
'is_enabled_callback' => 'wpcom_launchpad_get_fullscreen_enabled',
),
'readymade-template' => array(
'get_title' => function () {
return __( 'Next steps for your site', 'jetpack-mu-wpcom' );
},
'task_ids' => array(
'verify_domain_email',
'plan_completed',
'setup_free',
'design_selected',
'domain_upsell',
'design_edited',
'site_launched',
),
'is_enabled_callback' => 'wpcom_launchpad_get_fullscreen_enabled',
),
'ai-assembler' => array(
'get_title' => function () {
return __( 'Next steps for your site', 'jetpack-mu-wpcom' );
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/mu-wpcom-plugin/composer.lock

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/wpcomsh/composer.lock

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

0 comments on commit e3a5254

Please sign in to comment.