Cherry pick 52405 into release/9.4 (#52470)

* Adding Facebook extension recommendation. (#52405)

* Adding Facebook extension recommendation.

* Adding 'built by woocommerce' tag.

* Adding changelog file.

* Update plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php

Removing 'built by WooCommerce' tag

Co-authored-by: Justin P <228780+layoutd@users.noreply.github.com>

---------

Co-authored-by: Dima <9010963+message-dimke@users.noreply.github.com>
Co-authored-by: Justin P <228780+layoutd@users.noreply.github.com>

* Prep for cherry pick 52405

---------

Co-authored-by: Dmytro <message-dimke@users.noreply.github.com>
Co-authored-by: Dima <9010963+message-dimke@users.noreply.github.com>
Co-authored-by: Justin P <228780+layoutd@users.noreply.github.com>
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
This commit is contained in:
github-actions[bot] 2024-10-30 16:25:41 -07:00 committed by GitHub
parent 5c75005380
commit db8deb21a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View File

@ -314,6 +314,7 @@ WooCommerce comes with some sample data you can use to see how products look; im
* Dev - Update docs [#51144](https://github.com/woocommerce/woocommerce/pull/51144)
* Dev - Updated webpack build script for wc admin so that the wp-admin-scripts are dynamically fetched from the fs instead of a hard list [#51133](https://github.com/woocommerce/woocommerce/pull/51133)
* Dev - [Enhancement] Abstract rating block #50810 [#50810](https://github.com/woocommerce/woocommerce/pull/50810)
* Tweak - Add default Facebook for WooCommerce plugin recommendation. [#52405](https://github.com/woocommerce/woocommerce/pull/52405)
* Tweak - Fix PHPCS warnings in OrdersTableQuery.php and ProductQuery.php [#51281](https://github.com/woocommerce/woocommerce/pull/51281)
* Tweak - Fix typo in inline doc in woocommerce client, includes, and lib folders. [#50739](https://github.com/woocommerce/woocommerce/pull/50739)
* Tweak - Fix typos in plugins/woocommerce-blocks/docs [#48562](https://github.com/woocommerce/woocommerce/pull/48562)

View File

@ -107,6 +107,22 @@ class DefaultMarketingRecommendations {
),
'tags' => array(),
),
array(
'title' => 'Facebook for WooCommerce',
'description' => __( 'List products and create ads on Facebook and Instagram.', 'woocommerce' ),
'url' => "https://woocommerce.com/products/facebook/{$utm_string}",
'direct_install' => true,
'icon' => "{$icon_dir_url}/facebook.svg",
'product' => 'facebook-for-woocommerce',
'plugin' => 'facebook-for-woocommerce/facebook-for-woocommerce.php',
'categories' => array(
$marketing,
),
'subcategories' => array(
$sales_channels,
),
'tags' => array(),
),
array(
'title' => 'MailPoet',
'description' => __( 'Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.', 'woocommerce' ),