* Update WC Payments plugin copy

* Add changelog
This commit is contained in:
Moon 2021-04-01 20:36:52 -07:00 committed by GitHub
parent 3dcb7697e5
commit 58823341d3
3 changed files with 11 additions and 3 deletions

View File

@ -2,10 +2,8 @@
## Unreleased ## Unreleased
### Fix varation bug with Products reports #6647 ### Fix varation bug with Products reports #6647
1. Add two variable products. You want to have at least one variable for each product. 1. Add two variable products. You want to have at least one variable for each product.
Product A - color:black Product A - color:black
@ -21,6 +19,12 @@ Product B - size:medium
In case the report shows "no data", please reimport historical data by following the guide on [here](https://docs.woocommerce.com/document/woocommerce-analytics/#analytics-settings__import-historical-data) In case the report shows "no data", please reimport historical data by following the guide on [here](https://docs.woocommerce.com/document/woocommerce-analytics/#analytics-settings__import-historical-data)
### Update WC Payments plugin copy #6734
1. Install WooCommerce with WooCommerce Payments
2. Clone this branch and run npm start (only needed if you are using dev version)
3. Navigate to WooCommerce -> Home and observe the copy change.
### Check active plugins before getting the PayPal onboarding status #6625 ### Check active plugins before getting the PayPal onboarding status #6625
- Go to the WooCommerce home page - Go to the WooCommerce home page

View File

@ -150,7 +150,10 @@ export function getAllTasks( {
}, },
{ {
key: 'woocommerce-payments', key: 'woocommerce-payments',
title: __( 'Set up WooCommerce Payments', 'woocommerce-admin' ), title: __(
'Get paid with WooCommerce Payments',
'woocommerce-admin'
),
container: <Fragment />, container: <Fragment />,
completed: wcPayIsConnected, completed: wcPayIsConnected,
onClick: async ( e ) => { onClick: async ( e ) => {

View File

@ -78,6 +78,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: Update folded header style #6724 - Fix: Update folded header style #6724
- Fix: Fix unreleated variations showing up in the Products reports #6647 - Fix: Fix unreleated variations showing up in the Products reports #6647
- Tweak: Add tracking data for the preview site btn #6623 - Tweak: Add tracking data for the preview site btn #6623
- Tweak: Update WC Payments copy on the task list #6734
- Tweak: Add check to see if value for contains is array, show warning if not. #6645 - Tweak: Add check to see if value for contains is array, show warning if not. #6645
- Fix: Event tracking for merchant email notes #6616 - Fix: Event tracking for merchant email notes #6616
- Fix: Check active plugins before getting the PayPal onboarding status #6625 - Fix: Check active plugins before getting the PayPal onboarding status #6625