Remove facebook extension from onboarding extensions fallback list (https://github.com/woocommerce/woocommerce-admin/pull/7287)

* Remove facebook marketing extension from fallback config

* Update changelog and testing instructions

* Update changelog to use the shiny new Jetpack changelogger
This commit is contained in:
Ilyas Foo 2021-07-13 11:15:51 +08:00 committed by GitHub
parent 2e01777d42
commit 49dc897f61
4 changed files with 1413 additions and 12 deletions

View File

@ -1,7 +1,6 @@
# Testing instructions
## Unreleased
### Fix missing translation strings for CES #7270
1. Navigate to Settings -> General and change the site language to a non-English (I've used Espanol for testing purposes).
@ -31,7 +30,11 @@
3. Place an order with the product
4. Navigate to Analytics -> Categories
5. You should see the category.
>>>>>>> cdc813055 (Add changelog)
### Remove facebook extension from onboarding extensions fallback list #7287
1. Go to the OBW and look at the Free features tab
1. Observe no Facebook extension in the list
### Use saved values if available when switching tabs #7226

View File

@ -0,0 +1,4 @@
Significance: minor
Type: Update
Remove facebook extension from onboarding extensions fallback list

View File

@ -155,16 +155,6 @@ const installableExtensionsData = [
'https://wordpress.org/plugins/mailpoet/'
),
},
{
key: 'facebook-for-woocommerce',
description: generatePluginDescriptionWithLink(
__(
'Market on {{link}}Facebook{{/link}}',
'woocommerce-admin'
),
'facebook'
),
},
{
key: 'google-listings-and-ads',
description: generatePluginDescriptionWithLink(

File diff suppressed because it is too large Load Diff