Skip to content

Commit ff25241

Browse files
Updating version to 3.5.16
1 parent 132d441 commit ff25241

4 files changed

Lines changed: 79 additions & 27 deletions

File tree

changelog.txt

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

3+
= 3.5.16 - 2026-02-03 =
4+
* Fix - Fix/collection page bugs - Batch 1 by @vahidkay-meta in #3837
5+
* Fix - Fixed composer autoload warnings. also fixed a bug regarding fbcollection page registration. by @vahidkay-meta in #3834
6+
* Fix - Replace deprecated wc_enqueue_js with wp_add_inline_script by @ukilla in #3836
7+
* Dev - fix unsafe domain check warning on capture.js by @ashiqursuperfly in #3829
8+
* Tweak - fix: recursion call bug by @rithikb24 in #3824
9+
* Dev - retry adding helpers/js/facebook by @ashiqursuperfly in #3831
10+
* Dev - organize E2E test helpers by @ashiqursuperfly in #3821
11+
* Update - update parambuiler library to 1.2.0 by @chc421 in #3825
12+
* Fix - Fix TypeError: array_map(): Argument #2 must be of type array, string given in fbproduct.php:1775 by @ashiqursuperfly in #3822
13+
* Add - fix for unused variable by @rithikb24 in #3776
14+
* Tweak - Restrict E2E tests to facebook repo and add daily schedule (#3799) by @jarretth in #3800
15+
* Tweak - Add param_builder_server_setup test (#3790) by @jarretth in #3795
16+
* Dev - add additional unit tests for facebook-commerce.php by @ashiqursuperfly in #3815
17+
* Add - Add unit tests for Admin.php and WCFacebookProductFeedTest.php by @immadhavv in #3816
18+
* Add - Added unit tests for Feed, Products , WC_Facebookcommerce_EventsTracker by @immadhavv in #3813
19+
* Dev - make exactSearchSelect2Container E2E test helper more robust by @ashiqursuperfly in #3809
20+
* Add - Added User consent check for events tracking test by @immadhavv in #3789
21+
* Dev - remove tests.describe.serial by @ashiqursuperfly in #3788
22+
* Add - Add test to check plugin compatibility with other major plugins by @immadhavv in #3785
23+
* Dev - add E2E test for product attribute mapping and syncing by @ashiqursuperfly in #3784
24+
* Dev - Catalog rotation by @ashiqursuperfly in #3781
25+
* Add - DevmateWooCommerceGenerateTests: Add tests for facebook-commerce-events-tracker.php by @immadhavv in #3783
26+
* Fix - Fix bug - Remove "Delete all products" button as it calls an unimplemented method by @immadhavv in #3782
27+
* Add - Plugin level e2e tests remaining by @immadhavv in #3780
28+
* Add - Add workflow to auto-label internal PRs by @immadhavv in #3769
29+
* Add - e2e test for csv import update by @rithikb24 in #3762
30+
* Dev - fix batch api E2E test category leak bug by @ashiqursuperfly in #3763
31+
* Add - Adding Profit Margin signal to AddToCart and Purchase events by @vahidkay-meta in #3730
32+
* Dev - add E2E test for product sync batch api monitoring by @ashiqursuperfly in #3760
33+
* Add - Catalog api e2e tests plugin level by @immadhavv in #3761
34+
* Dev - add E2E test to create product from feed file by @ashiqursuperfly in #3754
35+
* Add - CAPI/Pixel e2e tests added for remaining events, framework updated. by @immadhavv in #3755
36+
* Tweak - standarize tests by @rithikb24 in #3745
37+
* Dev - add E2E tests to verify category/product_set update and delete by @ashiqursuperfly in #3744
38+
* Dev - add E2E test for product set creation by @ashiqursuperfly in #3740
39+
340
= 3.5.15 - 2025-12-05 =
441
* Add - Adding Language Override Feeds for Products by @rafael-curran in #3713
542
* Add - Automated CAPI/Pixel E2E testing by @immadhavv in #3738

facebook-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 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.
1111
* Author: Facebook
1212
* Author URI: https://www.facebook.com/
13-
* Version: 3.5.15
13+
* Version: 3.5.16
1414
* Requires at least: 5.6
1515
* Requires PHP: 7.4
1616
* Text Domain: facebook-for-woocommerce
@@ -62,7 +62,7 @@ class WC_Facebook_Loader {
6262
/**
6363
* @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease.
6464
*/
65-
const PLUGIN_VERSION = '3.5.15'; // WRCS: DEFINED_VERSION.
65+
const PLUGIN_VERSION = '3.5.16'; // WRCS: DEFINED_VERSION.
6666

6767
// Minimum PHP version required by this plugin.
6868
const MINIMUM_PHP_VERSION = '7.4.0';

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": "3.5.15",
3+
"version": "3.5.16",
44
"author": "Facebook",
55
"homepage": "https://woocommerce.com/products/facebook/",
66
"license": "GPL-2.0",

readme.txt

Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: facebook
33
Tags: meta, facebook, conversions api, catalog sync, ads
44
Requires at least: 5.6
55
Tested up to: 6.9
6-
Stable tag: 3.5.14
6+
Stable tag: 3.5.15
77
Requires PHP: 7.4
88
MySQL: 5.6 or greater
99
License: GPLv2 or later
@@ -40,27 +40,42 @@ When reporting an issue on Meta Direct Support, please give us as many details a
4040
To suggest technical improvements, you can raise an issue on our [Github repository](https://github.com/facebook/facebook-for-woocommerce/issues).
4141

4242
== Changelog ==
43-
44-
= 3.5.15 - 2025-12-05 =
45-
* Add - Adding Language Override Feeds for Products by @rafael-curran in #3713
46-
* Add - Automated CAPI/Pixel E2E testing by @immadhavv in #3738
47-
* Dev - set unique SKU for composite product E2E test by @ashiqursuperfly in #3741
48-
* Add - continue on error temporarily for e2e tests by @immadhavv in #3742
49-
* Dev - add E2E test for composite product creation by @ashiqursuperfly in #3734
50-
* Dev - Add E2E tests for product sync exclusion by @ashiqursuperfly in #3732
51-
* Dev - Add E2E test for managing product stock by @ashiqursuperfly in #3731
52-
* Dev - misc improvements to playwright test suite by @ashiqursuperfly in #3723
53-
* Add - add e2e test by @chc421 in #3722
54-
* Add - Feature/Purchase use order currency by @ukilla in #3720
55-
* Dev - add E2E test editing variable product FB options by @ashiqursuperfly in #3719
56-
* Dev - Add E2E test for simple product FB options edit flow by @ashiqursuperfly in #3709
57-
* Add - Request unit test by @chc421 in #3702
58-
* Add - Feature/add fb video by @devbodaghe in #3657
59-
* Add - [Code Cleanup] Remove WhatsApp Integration Alpha PHP Code by @woo-ardsouza in #3708
60-
* Dev - Add E2E test for simple and variable product delete flow by @ashiqursuperfly in #3705
61-
* Dev - add E2E test for variable product edit flow by @ashiqursuperfly in #3699
62-
* Add - Remove WooCommerce call to Message Events Post API by @woo-ardsouza in #3704
63-
* Add - quick edit testing by @rithikb24 in #3701
64-
* Add - [WIFI][Customer Events] Support additional order statuses by @woo-ardsouza in #3700
65-
43+
44+
= 3.5.16 - 2026-02-03 =
45+
* Fix - Fix/collection page bugs - Batch 1 by @vahidkay-meta in #3837
46+
* Fix - Fixed composer autoload warnings. also fixed a bug regarding fbcollection page registration. by @vahidkay-meta in #3834
47+
* Fix - Replace deprecated wc_enqueue_js with wp_add_inline_script by @ukilla in #3836
48+
* Dev - fix unsafe domain check warning on capture.js by @ashiqursuperfly in #3829
49+
* Tweak - fix: recursion call bug by @rithikb24 in #3824
50+
* Dev - retry adding helpers/js/facebook by @ashiqursuperfly in #3831
51+
* Dev - organize E2E test helpers by @ashiqursuperfly in #3821
52+
* Update - update parambuiler library to 1.2.0 by @chc421 in #3825
53+
* Fix - Fix TypeError: array_map(): Argument #2 must be of type array, string given in fbproduct.php:1775 by @ashiqursuperfly in #3822
54+
* Add - fix for unused variable by @rithikb24 in #3776
55+
* Tweak - Restrict E2E tests to facebook repo and add daily schedule (#3799) by @jarretth in #3800
56+
* Tweak - Add param_builder_server_setup test (#3790) by @jarretth in #3795
57+
* Dev - add additional unit tests for facebook-commerce.php by @ashiqursuperfly in #3815
58+
* Add - Add unit tests for Admin.php and WCFacebookProductFeedTest.php by @immadhavv in #3816
59+
* Add - Added unit tests for Feed, Products , WC_Facebookcommerce_EventsTracker by @immadhavv in #3813
60+
* Dev - make exactSearchSelect2Container E2E test helper more robust by @ashiqursuperfly in #3809
61+
* Add - Added User consent check for events tracking test by @immadhavv in #3789
62+
* Dev - remove tests.describe.serial by @ashiqursuperfly in #3788
63+
* Add - Add test to check plugin compatibility with other major plugins by @immadhavv in #3785
64+
* Dev - add E2E test for product attribute mapping and syncing by @ashiqursuperfly in #3784
65+
* Dev - Catalog rotation by @ashiqursuperfly in #3781
66+
* Add - DevmateWooCommerceGenerateTests: Add tests for facebook-commerce-events-tracker.php by @immadhavv in #3783
67+
* Fix - Fix bug - Remove "Delete all products" button as it calls an unimplemented method by @immadhavv in #3782
68+
* Add - Plugin level e2e tests remaining by @immadhavv in #3780
69+
* Add - Add workflow to auto-label internal PRs by @immadhavv in #3769
70+
* Add - e2e test for csv import update by @rithikb24 in #3762
71+
* Dev - fix batch api E2E test category leak bug by @ashiqursuperfly in #3763
72+
* Add - Adding Profit Margin signal to AddToCart and Purchase events by @vahidkay-meta in #3730
73+
* Dev - add E2E test for product sync batch api monitoring by @ashiqursuperfly in #3760
74+
* Add - Catalog api e2e tests plugin level by @immadhavv in #3761
75+
* Dev - add E2E test to create product from feed file by @ashiqursuperfly in #3754
76+
* Add - CAPI/Pixel e2e tests added for remaining events, framework updated. by @immadhavv in #3755
77+
* Tweak - standarize tests by @rithikb24 in #3745
78+
* Dev - add E2E tests to verify category/product_set update and delete by @ashiqursuperfly in #3744
79+
* Dev - add E2E test for product set creation by @ashiqursuperfly in #3740
80+
6681
[See changelog for all versions](https://raw.githubusercontent.com/facebook/facebook-for-woocommerce/refs/heads/main/changelog.txt).

0 commit comments

Comments
 (0)