Update free extension copy of the google listings plugin (https://github.com/woocommerce/woocommerce-admin/pull/7798)

This commit is contained in:
louwie17 2021-10-14 11:29:09 -03:00 committed by GitHub
parent 816776b02b
commit a1d490d535
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: Update
Update back up copy of free extension for Google Listing & Ads plugin. #7798

View File

@ -348,8 +348,8 @@ class DefaultFreeExtensions {
'plugins' => [
[
'key' => 'google-listings-and-ads',
'name' => __( 'Google Ads & Marketing by Kliken', 'woocommerce-admin' ),
'description' => __( 'Get in front of shoppers and drive traffic so you can grow your business with Smart Shopping Campaigns and free listings.', 'woocommerce-admin' ),
'name' => __( 'Google Listings & Ads', 'woocommerce-admin' ),
'description' => __( 'Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.', 'woocommerce-admin' ),
'image_url' => plugins_url( 'images/onboarding/google-listings-and-ads.png', WC_ADMIN_PLUGIN_FILE ),
'manage_url' => 'admin.php?page=wc-admin&path=%2Fgoogle%2Fstart',
],