Skip to content

Commit

Permalink
Show "verify email" task in newsletter goal's launchpad (#41298)
Browse files Browse the repository at this point in the history
* Show "verify email" task in newsletter goal's launchpad

Task is only shown if the email isn't already verified.

* changelog

* Remove custom email verification behaviour

We will use the existing task for now. there might be improvements we
can make in the future to hide the task if we think it was never used
for this particular site.

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

Upstream-Ref: Automattic/jetpack@7142fcb
  • Loading branch information
p-jackson authored and matticbot committed Jan 26, 2025
1 parent fdc7775 commit ba02f8f
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 89 deletions.
60 changes: 30 additions & 30 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 jetpack_vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This is an alpha version! The changes listed here are not final.
### Changed
- "Build your audience" task action now has a URL hash
- Added query param to the wordpress.com login url.
- Adds verify email task to newsletter goal launchpad
- Admin Bar: Point the Edit Site menu item to /site-editor.php
- Code: Use function-style exit() and die() with a default status code of 0.
- Coming Soon: Add more checks to the ETK version comparison.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function wpcom_launchpad_get_task_list_definitions() {
return __( 'Next steps for your site', 'jetpack-mu-wpcom' );
},
'task_ids' => array(
'verify_email',
'site_title',
'start_building_your_audience',
'customize_welcome_message',
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
),
'jetpack-mu-wpcom' => array(
'path' => 'jetpack_vendor/automattic/jetpack-mu-wpcom',
'ver' => '6.2.0-alpha1737729110',
'ver' => '6.2.0-alpha1737925730',
),
'jetpack-password-checker' => array(
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',
Expand Down
Loading

0 comments on commit ba02f8f

Please sign in to comment.