Tweak: change MailPoet's title and description in Store Profiler (https://github.com/woocommerce/woocommerce-admin/pull/6989) (https://github.com/woocommerce/woocommerce-admin/pull/6990)
* Tweak: change MailPoet's title and description in Store Profiler (https://github.com/woocommerce/woocommerce-admin/pull/6989) * Add a changelog entry Co-authored-by: Timmy Crawford <timmyc@users.noreply.github.com>
This commit is contained in:
parent
37422bd809
commit
ee2e89a75f
|
@ -6,10 +6,13 @@ import { __ } from '@wordpress/i18n';
|
|||
export const extensionBenefits = [
|
||||
{
|
||||
slug: 'mailpoet',
|
||||
title: __( 'MailPoet', 'woocommerce-admin' ),
|
||||
title: __(
|
||||
'All-in-one email marketing by MailPoet',
|
||||
'woocommerce-admin'
|
||||
),
|
||||
icon: 'onboarding/mailpoet.png',
|
||||
description: __(
|
||||
'The default all-in-one solution for WooCommerce email.',
|
||||
'Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.',
|
||||
'woocommerce-admin'
|
||||
),
|
||||
},
|
||||
|
|
|
@ -112,6 +112,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
|||
- Fix: Call existing filters for leaderboards in analytics. #6626
|
||||
- Fix: Set target to blank for the external links #6999
|
||||
- Tweak: Only fetch remote payment gateway recommendations when opted in #6964
|
||||
- Tweak: Store profiler - Changed MailPoet's title and description #6990
|
||||
- Update: Task list component with new Experimental Task list. #6849
|
||||
- Update: Experimental task list import to the experimental package. #6950
|
||||
- Update: Redirect to WC Home after setting up a payment method #6891
|
||||
|
@ -148,6 +149,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
|||
- 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: Sort the extension task list by completion status and allow toggling visibility. #6792
|
||||
- Tweak: Only fetch remote payment gateway recommendations when opted in #6964
|
||||
- Update: Replace marketing extension - Google Listings and Ads. #6939
|
||||
- Update: Update choose niche note cta URL #6733
|
||||
- Update: UI updates to Payment Task screen #6766
|
||||
|
|
Loading…
Reference in New Issue