Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
40d5fa6
Preparing the release. Updating the version numbers
vahidkay-meta Feb 27, 2025
0dda458
Updating the stable version to 3.4.1
vahidkay-meta Feb 27, 2025
faa4ccf
Update README.md - Added noification for ownership transfer (#2910)
SayanPandey Mar 1, 2025
04c32e4
Changing APP to PLUGIN - README.MD (#2916)
SayanPandey Mar 3, 2025
63cda69
Removed the redundant entries from readme.txt and changelog.txt
vahidkay-meta Mar 12, 2025
d3d197f
Updating version to 3.4.2
tzahgr Mar 13, 2025
8fdb5e6
Updating readme.txt stable version to 3.4.2
tzahgr Mar 14, 2025
6ce236d
Release/3.4.3 (#2953)
vahidkay-meta Mar 24, 2025
2060d3d
Create tests for ProductFeedUploads create endpoint (#2902)
Mar 1, 2025
048b9ce
Create tests for ProductFeedUploads read endpoint (#2903)
Mar 1, 2025
74db8de
phpcs fixes 2 (#2901)
sol-loup Feb 28, 2025
1637bb0
phpcs fixes 1 (#2897)
sol-loup Feb 26, 2025
be8bfc1
Changing APP to PLUGIN - README.MD (#2916)
SayanPandey Mar 3, 2025
16d87aa
Update README.md - Added noification for ownership transfer (#2910)
SayanPandey Mar 1, 2025
5f799d8
Add is_multisite logging to FBE plugin version update request (#2955)
carterbuce Mar 21, 2025
68a2242
Add woo_commerce_retailer_id to products API request (#2958)
Mar 21, 2025
5c1ad01
Syncing plugin version info regularly (#2960)
vinkmeta Mar 24, 2025
7bc445f
Sync products that are out of stock (#2952)
Mar 19, 2025
f757645
Replace woo_commerce_retailer_id with external_variant_id (#2963)
Mar 24, 2025
a02cbe9
Updating version to 3.4.4
tzahgr Mar 24, 2025
af84554
phpcs hotfix (#2921)
sol-loup Mar 5, 2025
f8ff9df
Update readme.txt (#2949)
vinkmeta Mar 16, 2025
9504619
Add PRs #2921 and #2949 to 3.4.4
tzahgr Mar 25, 2025
8db5cce
Updating stable tag version to 3.4.4
tzahgr Mar 27, 2025
1ee32e5
Updating readme.txt with latest changelog
tzahgr Mar 27, 2025
a26123c
Merge pull request #2974 from facebook/release/3.4.4
tzahgr Mar 27, 2025
34047fd
Add new product field external_update_time to measure product update …
mshymon Mar 27, 2025
05649e0
Fix for 'PHP Warning: Undefined variable $fb_product_parent' (#2976)
mshymon Mar 27, 2025
9863917
Fix - Updated logic to choose/create the feed for product sync (#2989)
mshymon Mar 31, 2025
bc9d2c7
Updating version to 3.4.5
tzahgr Apr 1, 2025
c907c5a
feat: deprecate legacy Facebook product fields for new products (#2927)
Mar 6, 2025
c666f83
Revert: Deprecate Legacy Facebook Product Fields for New Products (#2…
Mar 11, 2025
a7c2707
Fix fb Products Attributes tab (#2938)
Mar 27, 2025
9ed5d94
Add #2938 to changelog
tzahgr Apr 1, 2025
04b9ab2
Update stable tag to 3.4.5
tzahgr Apr 2, 2025
9882fdd
Fixed PHP Warning for empty attributes (#3001)
vinkmeta Apr 2, 2025
a1ce0b3
Add PR #3001 to changelog.txt and readme.txt
tzahgr Apr 3, 2025
650e954
Merge pull request #3000 from facebook/release/3.4.5
tzahgr Apr 3, 2025
6f6d055
Merge branch 'main' into release/3.4.5
tzahgr Apr 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Please also list any relevant details for your test configuration.
Please provide screenshots or snapshots of the system/state both before and after implementing the changes, if appropriate
### Before

### After
### After
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ the [wiki for details of how to build and release the plugin](https://github.com
### PHPCS Linting and PHP 8.1+

We currently do not support PHPCS on PHP 8.1+ versions. Please run PHPCS checks on PHP 8.0 or lower versions.
Refer [#2624 PR](https://github.com/woocommerce/facebook-for-woocommerce/pull/2624/) for additional context.
Refer [#2624 PR](https://github.com/woocommerce/facebook-for-woocommerce/pull/2624/) for additional context.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
*** Facebook for WooCommerce Changelog ***

= 3.4.5 - 2025-04-01 =
* Tweak - Add new product field external_update_time to measure product update latency by @mshymon in #2973
* Fix - for 'PHP Warning: Undefined variable $fb_product_parent' by @mshymon in #2976
* Fix - Updated logic to choose/create the feed for product sync by @mshymon in #2989
* Add - Facebook Product Data Tab Enhancement by @devbodaghe in #2938
* Fix - PHP Warning for empty attributes by @vinkmeta in #3001

= 3.4.4 - 2025-03-26 =
* Add - Create tests for ProductFeedUploads create endpoint by @ajello-meta in #2902
* Add - Create tests for ProductFeedUploads read endpoint by @ajello-meta in #2903
Expand Down
2 changes: 1 addition & 1 deletion facebook-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3174,4 +3174,4 @@ public function ajax_display_test_result() {
wp_die();
}

}
}
4 changes: 2 additions & 2 deletions facebook-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 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.
* Author: Facebook
* Author URI: https://www.facebook.com/
* Version: 3.4.4
* Version: 3.4.5
* Requires at least: 5.6
* Requires PHP: 7.4
* Text Domain: facebook-for-woocommerce
Expand Down Expand Up @@ -48,7 +48,7 @@ class WC_Facebook_Loader {
/**
* @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease.
*/
const PLUGIN_VERSION = '3.4.4'; // WRCS: DEFINED_VERSION.
const PLUGIN_VERSION = '3.4.5'; // WRCS: DEFINED_VERSION.

// Minimum PHP version required by this plugin.
const MINIMUM_PHP_VERSION = '7.4.0';
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2023,4 +2023,4 @@ public function ajax_sync_facebook_attributes() {
}
wp_send_json_error( 'Invalid product ID' );
}
}
}
2 changes: 1 addition & 1 deletion includes/Utilities/Heartbeat.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ public function schedule_daily_action() {
public function schedule_every_5_minute_action() {
$this->queue->add( self::EVERY_5_MINUTES );
}
}
}
2 changes: 1 addition & 1 deletion includes/fbproductfeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,4 +643,4 @@ public function log_feed_progress( $msg, $object = array() ) {
$msg = empty( $object ) ? $msg : $msg . json_encode( $object );
WC_Facebookcommerce_Utils::log( $msg );
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facebook-for-woocommerce",
"version": "3.4.4",
"version": "3.4.5",
"author": "Facebook",
"homepage": "https://woocommerce.com/products/facebook/",
"license": "GPL-2.0",
Expand Down
21 changes: 7 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: facebook, automattic, woothemes
Tags: facebook, woocommerce, marketing, product catalog feed, pixel
Requires at least: 5.6
Tested up to: 6.7
Stable tag: 3.4.4
Stable tag: 3.4.5
Requires PHP: 7.4
MySQL: 5.6 or greater
License: GPLv2 or later
Expand Down Expand Up @@ -40,18 +40,11 @@ When opening a bug on GitHub, please give us as many details as possible.

== Changelog ==

= 3.4.4 - 2025-03-26 =
* Add - Create tests for ProductFeedUploads create endpoint by @ajello-meta in #2902
* Add - Create tests for ProductFeedUploads read endpoint by @ajello-meta in #2903
* Tweak - Remove phpcs:ignoreFile annotation + Enable code coverage report generation with phpunit by @sol-loup in #2897 and #2901
* Fix - Restores the original dynamic property behavior in the AsyncRequest class by @sol-loup in #2921
* Tweak - Changing APP to PLUGIN on README.MD by @SayanPandey in #2916
* Tweak - Update README.md - Added noification for ownership transfer by @SayanPandey in #2910
* Tweak - Added is_multisite logging to the update_plugin_version_configuration request by @carterbuce in #2955
* Tweak - Add woo_commerce_retailer_id to products API request by @crisojog in #2958
* Tweak - Syncing plugin version info by @vinkmeta in #2960
* Fix - sync products out of stock to meta despite visibility config by @francorisso in #2952
* Fix - Update woo_commerce_retailer_id to existing field external_variant_id by @crisojog in #2963
* Tweak - Update readme.txt by @vinkmeta in #2949
= 3.4.5 - 2025-04-01 =
* Tweak - Add new product field external_update_time to measure product update latency by @mshymon in #2973
* Fix - for 'PHP Warning: Undefined variable $fb_product_parent' by @mshymon in #2976
* Fix - Updated logic to choose/create the feed for product sync by @mshymon in #2989
* Add - Facebook Product Data Tab Enhancement by @devbodaghe in #2938
* Fix - PHP Warning for empty attributes by @vinkmeta in #3001

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