Changeset 3399034
- Timestamp:
- 11/19/2025 02:18:19 PM (5 days ago)
- Location:
- facebook-for-woocommerce
- Files:
-
- 12 edited
- 1 copied
-
tags/3.5.14 (copied) (copied from facebook-for-woocommerce/trunk)
-
tags/3.5.14/changelog.txt (modified) (1 diff)
-
tags/3.5.14/facebook-commerce-events-tracker.php (modified) (2 diffs)
-
tags/3.5.14/facebook-for-woocommerce.php (modified) (2 diffs)
-
tags/3.5.14/i18n/languages/facebook-for-woocommerce.pot (modified) (2 diffs)
-
tags/3.5.14/readme.txt (modified) (1 diff)
-
tags/3.5.14/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/facebook-commerce-events-tracker.php (modified) (2 diffs)
-
trunk/facebook-for-woocommerce.php (modified) (2 diffs)
-
trunk/i18n/languages/facebook-for-woocommerce.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-for-woocommerce/tags/3.5.14/changelog.txt
r3397331 r3399034 1 1 *** Facebook for WooCommerce Changelog *** 2 3 = 3.5.14 - 2025-11-19 = 4 * Tweak - Adjust ParamBuilder to pixel integration 2 5 3 6 = 3.5.13 - 2025-11-10 = -
facebook-for-woocommerce/tags/3.5.14/facebook-commerce-events-tracker.php
r3381244 r3399034 83 83 $site_url = get_site_url(); 84 84 self::$param_builder = new \FacebookAds\ParamBuilder( array( $site_url ) ); 85 85 86 self::$param_builder->processRequest( 86 87 $site_url, … … 112 113 public function param_builder_server_setup() { 113 114 try { 115 116 if ( ! (bool) apply_filters( 'facebook_for_woocommerce_integration_pixel_enabled', true ) ) { 117 return; 118 } 119 114 120 $cookie_to_set = self::get_param_builder()->getCookiesToSet(); 115 121 -
facebook-for-woocommerce/tags/3.5.14/facebook-for-woocommerce.php
r3397331 r3399034 11 11 * Author: Facebook 12 12 * Author URI: https://www.facebook.com/ 13 * Version: 3.5.1 313 * Version: 3.5.14 14 14 * Requires at least: 5.6 15 15 * Requires PHP: 7.4 … … 63 63 * @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease. 64 64 */ 65 const PLUGIN_VERSION = '3.5.1 3'; // WRCS: DEFINED_VERSION.65 const PLUGIN_VERSION = '3.5.14'; // WRCS: DEFINED_VERSION. 66 66 67 67 // Minimum PHP version required by this plugin. -
facebook-for-woocommerce/tags/3.5.14/i18n/languages/facebook-for-woocommerce.pot
r3397331 r3399034 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WooCommerce 3.5.1 3\n"5 "Project-Id-Version: Facebook for WooCommerce 3.5.14\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/facebook-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-11-1 7T15:02:52+00:00\n"12 "POT-Creation-Date: 2025-11-19T14:16:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
facebook-for-woocommerce/tags/3.5.14/readme.txt
r3397408 r3399034 42 42 == Changelog == 43 43 44 = 3.5.13 - 2025-11-10 = 45 * Fix - [Woo-Alpha][Deprecate][1/n] Remove WhatsApp Webhook from Woo by @sharunaanandraj in #3693 46 * Dev - Enhance E2E testing infrastructure for WooCommerce product workflows and add tests for product modification/edit flow by @ashiqursuperfly in #3692 47 * Fix - Fix: Prevent integer overflow in Facebook product IDs by @sol-loup in #3688 48 * Add - Feature/ Update Integration Config Endpoint by @olu-meta in #3665 49 * Add - feat: logging plugin versions for better tracking by @rithikb24 in #3677 50 * Fix - Fix: CRON error calling is_master_sync_on() on null plugin_render_han… by @devbodaghe in #3676 51 * Fix - removing external-time from feed job by @rithikb24 in #3673 52 * Fix - Fix click_id API validation error by @devbodaghe in #3668 53 * Fix - Update checkout page to prevent lazy loading plugin interference by @carterbuce in #3664 54 * Fix - Fix/Optimize is wp com detection by @ukilla in #3661 44 = 3.5.14 - 2025-11-19 = 45 * Tweak - Adjust ParamBuilder to pixel integration 55 46 56 47 [See changelog for all versions](https://raw.githubusercontent.com/facebook/facebook-for-woocommerce/refs/heads/main/changelog.txt). -
facebook-for-woocommerce/tags/3.5.14/vendor/composer/installed.php
r3397331 r3399034 2 2 'root' => array( 3 3 'name' => 'facebookincubator/facebook-for-woocommerce', 4 'pretty_version' => 'dev-release/p3.5.1 3/publish',5 'version' => 'dev-release/p3.5.1 3/publish',6 'reference' => ' 7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',4 'pretty_version' => 'dev-release/p3.5.14/publish', 5 'version' => 'dev-release/p3.5.14/publish', 6 'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 30 30 ), 31 31 'facebookincubator/facebook-for-woocommerce' => array( 32 'pretty_version' => 'dev-release/p3.5.1 3/publish',33 'version' => 'dev-release/p3.5.1 3/publish',34 'reference' => ' 7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',32 'pretty_version' => 'dev-release/p3.5.14/publish', 33 'version' => 'dev-release/p3.5.14/publish', 34 'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5', 35 35 'type' => 'wordpress-plugin', 36 36 'install_path' => __DIR__ . '/../../', -
facebook-for-woocommerce/trunk/changelog.txt
r3397331 r3399034 1 1 *** Facebook for WooCommerce Changelog *** 2 3 = 3.5.14 - 2025-11-19 = 4 * Tweak - Adjust ParamBuilder to pixel integration 2 5 3 6 = 3.5.13 - 2025-11-10 = -
facebook-for-woocommerce/trunk/facebook-commerce-events-tracker.php
r3381244 r3399034 83 83 $site_url = get_site_url(); 84 84 self::$param_builder = new \FacebookAds\ParamBuilder( array( $site_url ) ); 85 85 86 self::$param_builder->processRequest( 86 87 $site_url, … … 112 113 public function param_builder_server_setup() { 113 114 try { 115 116 if ( ! (bool) apply_filters( 'facebook_for_woocommerce_integration_pixel_enabled', true ) ) { 117 return; 118 } 119 114 120 $cookie_to_set = self::get_param_builder()->getCookiesToSet(); 115 121 -
facebook-for-woocommerce/trunk/facebook-for-woocommerce.php
r3397331 r3399034 11 11 * Author: Facebook 12 12 * Author URI: https://www.facebook.com/ 13 * Version: 3.5.1 313 * Version: 3.5.14 14 14 * Requires at least: 5.6 15 15 * Requires PHP: 7.4 … … 63 63 * @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease. 64 64 */ 65 const PLUGIN_VERSION = '3.5.1 3'; // WRCS: DEFINED_VERSION.65 const PLUGIN_VERSION = '3.5.14'; // WRCS: DEFINED_VERSION. 66 66 67 67 // Minimum PHP version required by this plugin. -
facebook-for-woocommerce/trunk/i18n/languages/facebook-for-woocommerce.pot
r3397331 r3399034 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WooCommerce 3.5.1 3\n"5 "Project-Id-Version: Facebook for WooCommerce 3.5.14\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/facebook-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-11-1 7T15:02:52+00:00\n"12 "POT-Creation-Date: 2025-11-19T14:16:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
facebook-for-woocommerce/trunk/readme.txt
r3397408 r3399034 42 42 == Changelog == 43 43 44 = 3.5.13 - 2025-11-10 = 45 * Fix - [Woo-Alpha][Deprecate][1/n] Remove WhatsApp Webhook from Woo by @sharunaanandraj in #3693 46 * Dev - Enhance E2E testing infrastructure for WooCommerce product workflows and add tests for product modification/edit flow by @ashiqursuperfly in #3692 47 * Fix - Fix: Prevent integer overflow in Facebook product IDs by @sol-loup in #3688 48 * Add - Feature/ Update Integration Config Endpoint by @olu-meta in #3665 49 * Add - feat: logging plugin versions for better tracking by @rithikb24 in #3677 50 * Fix - Fix: CRON error calling is_master_sync_on() on null plugin_render_han… by @devbodaghe in #3676 51 * Fix - removing external-time from feed job by @rithikb24 in #3673 52 * Fix - Fix click_id API validation error by @devbodaghe in #3668 53 * Fix - Update checkout page to prevent lazy loading plugin interference by @carterbuce in #3664 54 * Fix - Fix/Optimize is wp com detection by @ukilla in #3661 44 = 3.5.14 - 2025-11-19 = 45 * Tweak - Adjust ParamBuilder to pixel integration 55 46 56 47 [See changelog for all versions](https://raw.githubusercontent.com/facebook/facebook-for-woocommerce/refs/heads/main/changelog.txt). -
facebook-for-woocommerce/trunk/vendor/composer/installed.php
r3397331 r3399034 2 2 'root' => array( 3 3 'name' => 'facebookincubator/facebook-for-woocommerce', 4 'pretty_version' => 'dev-release/p3.5.1 3/publish',5 'version' => 'dev-release/p3.5.1 3/publish',6 'reference' => ' 7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',4 'pretty_version' => 'dev-release/p3.5.14/publish', 5 'version' => 'dev-release/p3.5.14/publish', 6 'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 30 30 ), 31 31 'facebookincubator/facebook-for-woocommerce' => array( 32 'pretty_version' => 'dev-release/p3.5.1 3/publish',33 'version' => 'dev-release/p3.5.1 3/publish',34 'reference' => ' 7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',32 'pretty_version' => 'dev-release/p3.5.14/publish', 33 'version' => 'dev-release/p3.5.14/publish', 34 'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5', 35 35 'type' => 'wordpress-plugin', 36 36 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.