Skip to content

Commit

Permalink
Update Calypso URL for launchpad add subscribers task (#33913)
Browse files Browse the repository at this point in the history
* Ensure the backup URL for the Add Subscribers task triggers the modal
* Changelog
* Bump versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6795095895
  • Loading branch information
daledupreez authored and matticbot committed Nov 8, 2023
1 parent 0756b4c commit 00e02e8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions composer.lock

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

3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Added
- Added Subscribers page Launchpad tasks

### Changed
- Ensure that the URL for the Add Subscribers task will trigger the right modal

## [4.16.2] - 2023-11-03
### Fixed
- Launchpad hooks: Made more resilient against non-array values. [#33923]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function wpcom_launchpad_get_task_definitions() {
'is_complete_callback' => 'wpcom_launchpad_is_task_option_completed',
'is_visible_callback' => 'wpcom_launchpad_has_goal_import_subscribers',
'get_calypso_path' => function ( $task, $default, $data ) {
return '/subscribers/' . $data['site_slug_encoded'];
return '/subscribers/' . $data['site_slug_encoded'] . '#add-subscribers';
},
),
'migrate_content' => array(
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"packages": [
{
"name": "automattic/jetpack-mu-wpcom",
"version": "4.17.0-alpha.1699373155",
"version_normalized": "4.17.0.0-alpha1699373155",
"version": "4.17.0-alpha.1699428733",
"version_normalized": "4.17.0.0-alpha1699428733",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
"reference": "32d6afe3875e2d3745aa13deb1acda8286198255"
"reference": "2a5d69fafc77ad17d971228108fc9c98b2b47447"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
),
'versions' => array(
'automattic/jetpack-mu-wpcom' => array(
'pretty_version' => '4.17.0-alpha.1699373155',
'version' => '4.17.0.0-alpha1699373155',
'reference' => '32d6afe3875e2d3745aa13deb1acda8286198255',
'pretty_version' => '4.17.0-alpha.1699428733',
'version' => '4.17.0.0-alpha1699428733',
'reference' => '2a5d69fafc77ad17d971228108fc9c98b2b47447',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom',
'aliases' => array(),
Expand Down

0 comments on commit 00e02e8

Please sign in to comment.