Skip to content

Commit fc50ad5

Browse files
Merge pull request facebook#2294 from woocommerce/release/2.6.23
Release/2.6.23
2 parents 7eb01af + 2777386 commit fc50ad5

5 files changed

Lines changed: 92 additions & 80 deletions

File tree

changelog.txt

Lines changed: 43 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,49 @@
11
*** Facebook for WooCommerce Changelog ***
22

3-
= 2.6.22 - 2022-09-06 =
4-
* Fix - Adding an excluded category doesn't remove that category synced products.
5-
* Fix - Ensure content_name and content_ids addToCart pixel event properties are correct for variable products when redirect to cart is enabled in WooCommerce.
6-
* Fix - Remove out-of-stock products on Facebook when the "Hide out of stock items from the catalog" option in WooCommerce is checked.
7-
* Tweak - WC 6.9 compatibility.
8-
* Update - Facebook Business Extension flow from COMMERCE_OFFSITE to DEFAULT.
3+
= 2.6.23 - 2022-09-13 =
4+
* Add - Show warning when creating product set with excluded categories.
5+
* Fix - Messenger settings are no longer overridden after business config refresh.
6+
* Fix - PHP notice thrown by get_page_id() in facebook-for-woocommerce/includes/API/FBE/Installation/Read/Response.php.
7+
* Fix - When disabling Enable Messenger on the Messenger setting page, the setting does not persist after selecting Save Changes.
98

10-
= 2.6.21 - 2022-08-16 =
11-
* Dev - Add branch-labels GH workflow.
12-
* Fix - `Undefined array key "HTTP_REFERER"` not longer happens when `new Event` is triggered from an AJAX call that doesn't include a referrer (likely due to browser configuration).
13-
* Tweak - WC 6.8 compatibility.
14-
* Tweak - WP 6.0 compatibility.
15-
16-
2022-08-09 - version 2.6.20
17-
* Fix - Ensure product is deleted from FB when moved to trash.
18-
* Fix - Price not updating when the sale price is removed.
19-
20-
= 2.6.19 - 2022-07-27 =
21-
* Add - `wc_facebook_string_apply_shortcodes` filter to check whether to apply shortcodes on a string before syncing.
22-
* Tweak - Use the Heartbeat system to refresh the local business configuration data with the latest from Facebook.
23-
* Tweak - WC 6.8 compatibility.
24-
25-
2022-07-19 - version 2.6.18
26-
* Fix - Misaligned help icons on Product Categories > Google Product Categories form.
27-
* Fix - Syncing WC custom placeholder to Facebook shop.
28-
* Fix - is_search() causing fatal error when custom queries are used.
29-
30-
= 2.6.17 - 2022-07-06 =
31-
* Fix - Add allow-plugins directive and adjust phpcs GitHub workflow.
32-
* Fix - Scheduled product not synced when status becomes "publish".
33-
* Tweak - WooCommerce 6.7 compatibility.
34-
* Update - Facebook Marketing API from v12.0 to v13.0.
35-
36-
= 2.6.16 - 2022-06-07 =
37-
* Fix - Updating reference from old master branch.
38-
* Tweak - WC 6.6 compatibility.
39-
40-
2022-06-01 - version 2.6.15
9+
= 2.6.22 - 2022-09-06 =
10+
* Fix - Adding an excluded category doesn't remove that category synced products.
11+
* Fix - Ensure content_name and content_ids addToCart pixel event properties are correct for variable products when redirect to cart is enabled in WooCommerce.
12+
* Fix - Remove out-of-stock products on Facebook when the "Hide out of stock items from the catalog" option in WooCommerce is checked.
13+
* Tweak - WC 6.9 compatibility.
14+
* Update - Facebook Business Extension flow from COMMERCE_OFFSITE to DEFAULT.
15+
16+
= 2.6.21 - 2022-08-16 =
17+
* Dev - Add branch-labels GH workflow.
18+
* Fix - `Undefined array key "HTTP_REFERER"` not longer happens when `new Event` is triggered from an AJAX call that doesn't include a referrer (likely due to browser configuration).
19+
* Tweak - WC 6.8 compatibility.
20+
* Tweak - WP 6.0 compatibility.
21+
22+
2022-08-09 - version 2.6.20
23+
* Fix - Ensure product is deleted from FB when moved to trash.
24+
* Fix - Price not updating when the sale price is removed.
25+
26+
= 2.6.19 - 2022-07-27 =
27+
* Add - `wc_facebook_string_apply_shortcodes` filter to check whether to apply shortcodes on a string before syncing.
28+
* Tweak - Use the Heartbeat system to refresh the local business configuration data with the latest from Facebook.
29+
* Tweak - WC 6.8 compatibility.
30+
31+
2022-07-19 - version 2.6.18
32+
* Fix - Misaligned help icons on Product Categories > Google Product Categories form.
33+
* Fix - Syncing WC custom placeholder to Facebook shop.
34+
* Fix - is_search() causing fatal error when custom queries are used.
35+
36+
= 2.6.17 - 2022-07-06 =
37+
* Fix - Add allow-plugins directive and adjust phpcs GitHub workflow.
38+
* Fix - Scheduled product not synced when status becomes "publish".
39+
* Tweak - WooCommerce 6.7 compatibility.
40+
* Update - Facebook Marketing API from v12.0 to v13.0.
41+
42+
= 2.6.16 - 2022-06-07 =
43+
* Fix - Updating reference from old master branch.
44+
* Tweak - WC 6.6 compatibility.
45+
46+
2022-06-01 - version 2.6.15
4147
* Fix - Do not set `sale_price` when the product is not on sale.
4248
* Fix - FB Pixel is missing some ajax Add to cart events.
4349
* Fix - Feed visibility field value for hidden items.

facebook-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Description: Grow your business on Facebook! Use this official plugin to help sell more of your products using Facebook. After completing the setup, you'll be ready to create ads that promote your products and you can also create a shop section on your Page where customers can browse your products on Facebook.
1212
* Author: Facebook
1313
* Author URI: https://www.facebook.com/
14-
* Version: 2.6.22
14+
* Version: 2.6.23
1515
* Text Domain: facebook-for-woocommerce
1616
* Tested up to: 6.0
1717
* WC requires at least: 3.5.0
@@ -33,7 +33,7 @@ class WC_Facebook_Loader {
3333
/**
3434
* @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease.
3535
*/
36-
const PLUGIN_VERSION = '2.6.22'; // WRCS: DEFINED_VERSION.
36+
const PLUGIN_VERSION = '2.6.23'; // WRCS: DEFINED_VERSION.
3737

3838
// Minimum PHP version required by this plugin.
3939
const MINIMUM_PHP_VERSION = '7.0.0';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facebook-for-woocommerce",
3-
"version": "2.6.22",
3+
"version": "2.6.23",
44
"author": "Facebook",
55
"homepage": "https://woocommerce.com/products/facebook/",
66
"license": "GPL-2.0",

readme.txt

Lines changed: 45 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: facebook, automattic, woothemes
33
Tags: facebook, shop, catalog, advertise, pixel, product
44
Requires at least: 4.4
5-
Tested up to: 6.0
6-
Stable tag: 2.6.22
5+
Tested up to: 6.0
6+
Stable tag: 2.6.23
77
Requires PHP: 5.6 or greater
88
MySQL: 5.6 or greater
99
License: GPLv2 or later
@@ -39,44 +39,50 @@ When opening a bug on GitHub, please give us as many details as possible.
3939

4040
== Changelog ==
4141

42-
= 2.6.22 - 2022-09-06 =
43-
* Fix - Adding an excluded category doesn't remove that category synced products.
44-
* Fix - Ensure content_name and content_ids addToCart pixel event properties are correct for variable products when redirect to cart is enabled in WooCommerce.
45-
* Fix - Remove out-of-stock products on Facebook when the "Hide out of stock items from the catalog" option in WooCommerce is checked.
46-
* Tweak - WC 6.9 compatibility.
47-
* Update - Facebook Business Extension flow from COMMERCE_OFFSITE to DEFAULT.
42+
= 2.6.23 - 2022-09-13 =
43+
* Add - Show warning when creating product set with excluded categories.
44+
* Fix - Messenger settings are no longer overridden after business config refresh.
45+
* Fix - PHP notice thrown by get_page_id() in facebook-for-woocommerce/includes/API/FBE/Installation/Read/Response.php.
46+
* Fix - When disabling Enable Messenger on the Messenger setting page, the setting does not persist after selecting Save Changes.
4847

49-
= 2.6.21 - 2022-08-16 =
50-
* Dev - Add branch-labels GH workflow.
51-
* Fix - `Undefined array key "HTTP_REFERER"` not longer happens when `new Event` is triggered from an AJAX call that doesn't include a referrer (likely due to browser configuration).
52-
* Tweak - WC 6.8 compatibility.
53-
* Tweak - WP 6.0 compatibility.
54-
55-
= 2.6.20 - 2022-08-09 =
56-
* Fix - Ensure product is deleted from FB when moved to trash.
57-
* Fix - Price not updating when the sale price is removed.
58-
59-
= 2.6.19 - 2022-07-27 =
60-
* Add - `wc_facebook_string_apply_shortcodes` filter to check whether to apply shortcodes on a string before syncing.
61-
* Tweak - Use the Heartbeat system to refresh the local business configuration data with the latest from Facebook.
62-
* Tweak - WC 6.8 compatibility.
63-
64-
= 2.6.18 - 2022-07-19 =
65-
* Fix - Misaligned help icons on Product Categories > Google Product Categories form.
66-
* Fix - Syncing WC custom placeholder to Facebook shop.
67-
* Fix - is_search() causing fatal error when custom queries are used.
68-
69-
= 2.6.17 - 2022-07-06 =
70-
* Fix - Add allow-plugins directive and adjust phpcs GitHub workflow.
71-
* Fix - Scheduled product not synced when status becomes "publish".
72-
* Tweak - WooCommerce 6.7 compatibility.
73-
* Update - Facebook Marketing API from v12.0 to v13.0.
74-
75-
= 2.6.16 - 2022-06-07 =
76-
* Fix - Updating reference from old master branch.
77-
* Tweak - WC 6.6 compatibility.
78-
79-
= 2.6.15 - 2022-06-01 =
48+
= 2.6.22 - 2022-09-06 =
49+
* Fix - Adding an excluded category doesn't remove that category synced products.
50+
* Fix - Ensure content_name and content_ids addToCart pixel event properties are correct for variable products when redirect to cart is enabled in WooCommerce.
51+
* Fix - Remove out-of-stock products on Facebook when the "Hide out of stock items from the catalog" option in WooCommerce is checked.
52+
* Tweak - WC 6.9 compatibility.
53+
* Update - Facebook Business Extension flow from COMMERCE_OFFSITE to DEFAULT.
54+
55+
= 2.6.21 - 2022-08-16 =
56+
* Dev - Add branch-labels GH workflow.
57+
* Fix - `Undefined array key "HTTP_REFERER"` not longer happens when `new Event` is triggered from an AJAX call that doesn't include a referrer (likely due to browser configuration).
58+
* Tweak - WC 6.8 compatibility.
59+
* Tweak - WP 6.0 compatibility.
60+
61+
= 2.6.20 - 2022-08-09 =
62+
* Fix - Ensure product is deleted from FB when moved to trash.
63+
* Fix - Price not updating when the sale price is removed.
64+
65+
= 2.6.19 - 2022-07-27 =
66+
* Add - `wc_facebook_string_apply_shortcodes` filter to check whether to apply shortcodes on a string before syncing.
67+
* Tweak - Use the Heartbeat system to refresh the local business configuration data with the latest from Facebook.
68+
* Tweak - WC 6.8 compatibility.
69+
70+
= 2.6.18 - 2022-07-19 =
71+
* Fix - Misaligned help icons on Product Categories > Google Product Categories form.
72+
* Fix - Syncing WC custom placeholder to Facebook shop.
73+
* Fix - is_search() causing fatal error when custom queries are used.
74+
75+
= 2.6.17 - 2022-07-06 =
76+
* Fix - Add allow-plugins directive and adjust phpcs GitHub workflow.
77+
* Fix - Scheduled product not synced when status becomes "publish".
78+
* Tweak - WooCommerce 6.7 compatibility.
79+
* Update - Facebook Marketing API from v12.0 to v13.0.
80+
81+
= 2.6.16 - 2022-06-07 =
82+
* Fix - Updating reference from old master branch.
83+
* Tweak - WC 6.6 compatibility.
84+
85+
= 2.6.15 - 2022-06-01 =
8086
* Fix - Do not set `sale_price` when the product is not on sale.
8187
* Fix - FB Pixel is missing some ajax Add to cart events.
8288
* Fix - Feed visibility field value for hidden items.

0 commit comments

Comments
 (0)