Skip to content

Commit 73f2034

Browse files
Updating version to 3.5.9 (#3648)
Summary: * Tweak - Focus admin user check on order creation capabilities by iodic in #3643 * Fix - Added code to exclude purchases registered by the admin user by vahidkay-meta in #3641 * Add - [WIFI][EZ] Localization Fix on WhatsApp Splash page by sharunaanandraj in #3642 * Tweak - Removed get_product_fbid graph api functionality by vinkmeta in #3624 * Dev - Plugin availability logging by rafael-curran in #3637 * Add - Added complete e2e tests automation framework by immadhavv in #3634 * Fix - Fix/issue with set stable tag by vahidkay-meta in #3636 * Fix - Removed the new changes by vahidkay-meta in #3635 * Tweak - Removed API call to delete products by vinkmeta in #3623 * Tweak - Cleanup deprecated product delete functionality by vinkmeta in #3622 * Fix - [EZ] Error Message for Customer Events API call by woo-ardsouza in #3630 Pull Request resolved: #3648 Reviewed By: ajello-meta, devbodaghe Differential Revision: D83758828 Pulled By: rafael-curran fbshipit-source-id: 3ab59df5ae1ab0e1888b097f67e98fc94269e828
1 parent 19c0808 commit 73f2034

File tree

4 files changed

+28
-39
lines changed

4 files changed

+28
-39
lines changed

changelog.txt

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

3+
= 3.5.9 - 2025-09-30 =
4+
* Tweak - Focus admin user check on order creation capabilities by @iodic in #3643
5+
* Fix - Added code to exclude purchases registered by the admin user by @vahidkay-meta in #3641
6+
* Add - [WIFI][EZ] Localization Fix on WhatsApp Splash page by @sharunaanandraj in #3642
7+
* Tweak - Removed get_product_fbid graph api functionality by @vinkmeta in #3624
8+
* Dev - Plugin availability logging by @rafael-curran in #3637
9+
* Add - Added complete e2e tests automation framework by @immadhavv in #3634
10+
* Fix - Fix/issue with set stable tag by @vahidkay-meta in #3636
11+
* Fix - Removed the new changes by @vahidkay-meta in #3635
12+
* Tweak - Removed API call to delete products by @vinkmeta in #3623
13+
* Tweak - Cleanup deprecated product delete functionality by @vinkmeta in #3622
14+
* Fix - [EZ] Error Message for Customer Events API call by @woo-ardsouza in #3630
15+
316
= 3.5.8 - 2025-09-23 =
417
* Add - Add on-hold and pending as valid purchase order states by @ukilla in #3629
518
* Fix - Added a check for the # of posts found with a query by @vahidkay-meta in #3606

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.8
13+
* Version: 3.5.9
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.8'; // WRCS: DEFINED_VERSION.
65+
const PLUGIN_VERSION = '3.5.9'; // 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.8",
3+
"version": "3.5.9",
44
"author": "Facebook",
55
"homepage": "https://woocommerce.com/products/facebook/",
66
"license": "GPL-2.0",

readme.txt

Lines changed: 12 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -41,41 +41,17 @@ To suggest technical improvements, you can raise an issue on our [Github reposit
4141

4242
== Changelog ==
4343

44-
= 3.5.8 - 2025-09-23 =
45-
* Add - Add on-hold and pending as valid purchase order states by @ukilla in #3629
46-
* Fix - Added a check for the # of posts found with a query by @vahidkay-meta in #3606
47-
* Add - changelog: add parambuilder by @chc421 in #3549
48-
* Tweak - Removing unnecessary banner for every item publish by @vinkmeta in #3620
49-
* Fix - Fix - PHP 8.2 string interpolation warning by @ukilla in #3626
50-
* Fix - [WIFI][EZ]Update switch from only dogfooding GK to one combined with prod GK by @sharunaanandraj in #3627
51-
* Tweak - Deprecated product group update functionality by @vinkmeta in #3619
52-
* Tweak - Removed Graph API product delete functionality by @vinkmeta in #3621
53-
* Add - [WIFI]Return Error Banner if Iframe Management Url Fetching Fails by @sharunaanandraj in #3618
54-
* Add - Changes to support Order Placed by @woo-ardsouza in #3615
55-
* Add - Woo Changes to support Order Refunded by @woo-ardsouza in #3614
56-
* Fix - Remediate privacy vulnerability due to lack of nonce check by @guansu-meta in #3610
57-
* Add - WooCommerce Changes to call Customer Events Endpoint for Order Fulfilled by @woo-ardsouza in #3611
58-
* Add - [WIFI]Add Logs for WooCommerce WhatsApp Iframe Infra to Help with Debugging by @sharunaanandraj in #3612
59-
* Fix - [WIFI][EZ] Fix Iframe Management Url Stefi API Call by @sharunaanandraj in #3608
60-
* Fix - [WIFI][80/n][EZ]Fix Resize issue by listening to WA specific Resize PostMessage by @sharunaanandraj in #3607
61-
* Fix - Feat/stock update fix by @rithikb24 in #3602
62-
* Add - [EZ][WIFI][56/n] Fix CSS in Iframe for whatsapp integration by @sharunaanandraj in #3599
63-
* Fix - Rollout Switch Test for cache update on version upgrade by @rithikb24 in #3601
64-
* Add - [WIFI][51/n]Add Support to receive WA Disconnect message to delete settings in Woo DB by @sharunaanandraj in #3598
65-
* Fix - [WooCommerce] Fix selected category values bug after a new category is created by @Rebeca-Reis in #3597
66-
* Add - [WIFI][49/n]Add admin banner to Whatsapp Utility Page by @sharunaanandraj in #3596
67-
* Fix - fix: category name by @rithikb24 in #3590
68-
* Add - Feat/csv reupload changes by @rithikb24 in #3585
69-
* Fix - Adding back set-stable-tag workflow by @vahidkay-meta in #3594
70-
* Add - fix: rollout-switch-transient-flag by @rithikb24 in #3595
71-
* Add - [WIFI][45/n] Add changes to receive Resizing postMessage and update the Whatsapp iframe by @sharunaanandraj in #3592
72-
* Add - integrate last change time into external_update_time calculation by @rithikb24 in #3577
73-
* Add - add product meta change time update handler by @rithikb24 in #3576
74-
* Add - main decision function based on meta key & product validation by @rithikb24 in #3575
75-
* Add - add helper functions for tracking product meta change times & rate limit them (#3571) by @rithikb24 in #3578
76-
* Add - changelog: add parambuilder by @chc421 in #3549
77-
* Fix - Fix unit tests failing silently by @immadhavv in #3587
78-
* Add - [WIFI][43/n][EZ] Polish UI for Whatsapp Utility Message Iframe Beta by @sharunaanandraj in #3591
79-
* Add - [WIFI][37/n]Minor changes to move to new 2P app ID and allow WA Installation Creation by @sharunaanandraj in #3586
44+
= 3.5.9 - 2025-09-30 =
45+
* Tweak - Focus admin user check on order creation capabilities by @iodic in #3643
46+
* Fix - Added code to exclude purchases registered by the admin user by @vahidkay-meta in #3641
47+
* Add - [WIFI][EZ] Localization Fix on WhatsApp Splash page by @sharunaanandraj in #3642
48+
* Tweak - Removed get_product_fbid graph api functionality by @vinkmeta in #3624
49+
* Dev - Plugin availability logging by @rafael-curran in #3637
50+
* Add - Added complete e2e tests automation framework by @immadhavv in #3634
51+
* Fix - Fix/issue with set stable tag by @vahidkay-meta in #3636
52+
* Fix - Removed the new changes by @vahidkay-meta in #3635
53+
* Tweak - Removed API call to delete products by @vinkmeta in #3623
54+
* Tweak - Cleanup deprecated product delete functionality by @vinkmeta in #3622
55+
* Fix - [EZ] Error Message for Customer Events API call by @woo-ardsouza in #3630
8056

8157
[See changelog for all versions](https://raw.githubusercontent.com/facebook/facebook-for-woocommerce/refs/heads/main/changelog.txt).

0 commit comments

Comments
 (0)