Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** WooCommerce Tax Changelog ***

= 3.0.10 - 2025-xx-xx =
* Fix - Corrected migration guide link in survey modal.

= 3.0.9 - 2025-08-26 =
* Add - Migration survey to understand WooCommerce Shipping adoption blockers.

Expand Down
3 changes: 2 additions & 1 deletion client/components/migration-survey/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import React, { useState } from 'react';
import { localize } from 'i18n-calypso';

const MigrationGuideURL = 'https://woocommerce.com/document/woocommerce-shipping-and-tax/woocommerce-shipping/#how-do-i-migrate-from-wcst';
/**
* Migration Survey Modal Component
*
Expand Down Expand Up @@ -171,7 +172,7 @@ const MigrationSurveyModal = ( { isVisible, onClose, translate } ) => {
</div>
<div className="migration-survey__modal-content">
<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>
<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>
<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>
</div>
<div className="migration-survey__modal-footer">
<button
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ This plugin relies on the following external services:

== Changelog ==

= 3.0.10 - 2025-xx-xx =
* Fix - Corrected migration guide link in survey modal.

= 3.0.9 - 2025-08-26 =
* Add - Migration survey to understand WooCommerce Shipping adoption blockers.

Expand Down
Loading