Skip to content

Commit bb90495

Browse files
authored
Replace migration guide URL with the correct one (#2882)
* Replace migration guide URL with the correct one * Update migration guide link text * Add changelog
1 parent 9634941 commit bb90495

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** WooCommerce Tax Changelog ***
22

3+
= 3.0.10 - 2025-xx-xx =
4+
* Fix - Corrected migration guide link in survey modal.
5+
36
= 3.0.9 - 2025-08-26 =
47
* Add - Migration survey to understand WooCommerce Shipping adoption blockers.
58

client/components/migration-survey/modal.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import React, { useState } from 'react';
55
import { localize } from 'i18n-calypso';
66

7+
const MigrationGuideURL = 'https://woocommerce.com/document/woocommerce-shipping-and-tax/woocommerce-shipping/#how-do-i-migrate-from-wcst';
78
/**
89
* Migration Survey Modal Component
910
*
@@ -171,7 +172,7 @@ const MigrationSurveyModal = ( { isVisible, onClose, translate } ) => {
171172
</div>
172173
<div className="migration-survey__modal-content">
173174
<p>{ translate( 'Your feedback is incredibly valuable. We want to make sure the new WooCommerce Shipping is an excellent replacement for you before we officially retire the shipping functionality in this plugin.' ) }</p>
174-
<p>{ translate( 'P.S. While we work on improvements, did you know the new WooCommerce Shipping includes discounted UPS rates? You can print USPS, DHL, and now UPS labels right from your dashboard – no separate accounts needed. Want to see how easy it is?' ) } <a href="https://woocommerce.com/document/migrating-from-woocommerce-services-to-woocommerce-shipping/" target="_blank" rel="noopener noreferrer">{ translate( 'Read the step-by-step migration guide.' ) }</a></p>
175+
<p>{ translate( 'P.S. While we work on improvements, did you know the new WooCommerce Shipping includes discounted UPS rates? You can print USPS, DHL, and now UPS labels right from your dashboard – no separate accounts needed. Want to see how easy it is?' ) } <a href={ MigrationGuideURL } target="_blank" rel="noopener noreferrer">{ translate( 'Read the migration guide.' ) }</a></p>
175176
</div>
176177
<div className="migration-survey__modal-footer">
177178
<button

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ This plugin relies on the following external services:
7070

7171
== Changelog ==
7272

73+
= 3.0.10 - 2025-xx-xx =
74+
* Fix - Corrected migration guide link in survey modal.
75+
7376
= 3.0.9 - 2025-08-26 =
7477
* Add - Migration survey to understand WooCommerce Shipping adoption blockers.
7578

0 commit comments

Comments
 (0)