Plugin Directory

Changeset 3399034


Ignore:
Timestamp:
11/19/2025 02:18:19 PM (5 days ago)
Author:
fbdeploy
Message:

Deploy new version 3.5.14

Location:
facebook-for-woocommerce
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • facebook-for-woocommerce/tags/3.5.14/changelog.txt

    r3397331 r3399034  
    11*** Facebook for WooCommerce Changelog ***
     2
     3= 3.5.14 - 2025-11-19 =
     4* Tweak - Adjust ParamBuilder to pixel integration
    25
    36= 3.5.13 - 2025-11-10 =
  • facebook-for-woocommerce/tags/3.5.14/facebook-commerce-events-tracker.php

    r3381244 r3399034  
    8383                    $site_url = get_site_url();
    8484                    self::$param_builder = new \FacebookAds\ParamBuilder( array( $site_url ) );
     85
    8586                    self::$param_builder->processRequest(
    8687                        $site_url,
     
    112113        public function param_builder_server_setup() {
    113114            try {
     115
     116                if ( ! (bool) apply_filters( 'facebook_for_woocommerce_integration_pixel_enabled', true ) ) {
     117                    return;
     118                }
     119
    114120                $cookie_to_set = self::get_param_builder()->getCookiesToSet();
    115121
  • facebook-for-woocommerce/tags/3.5.14/facebook-for-woocommerce.php

    r3397331 r3399034  
    1111 * Author: Facebook
    1212 * Author URI: https://www.facebook.com/
    13  * Version: 3.5.13
     13 * Version: 3.5.14
    1414 * Requires at least: 5.6
    1515 * Requires PHP: 7.4
     
    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.13'; // WRCS: DEFINED_VERSION.
     65    const PLUGIN_VERSION = '3.5.14'; // WRCS: DEFINED_VERSION.
    6666
    6767    // Minimum PHP version required by this plugin.
  • facebook-for-woocommerce/tags/3.5.14/i18n/languages/facebook-for-woocommerce.pot

    r3397331 r3399034  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Facebook for WooCommerce 3.5.13\n"
     5"Project-Id-Version: Facebook for WooCommerce 3.5.14\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/facebook-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-17T15:02:52+00:00\n"
     12"POT-Creation-Date: 2025-11-19T14:16:14+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • facebook-for-woocommerce/tags/3.5.14/readme.txt

    r3397408 r3399034  
    4242== Changelog ==
    4343
    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
    5546
    5647[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  
    22    'root' => array(
    33        'name' => 'facebookincubator/facebook-for-woocommerce',
    4         'pretty_version' => 'dev-release/p3.5.13/publish',
    5         'version' => 'dev-release/p3.5.13/publish',
    6         'reference' => '7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',
     4        'pretty_version' => 'dev-release/p3.5.14/publish',
     5        'version' => 'dev-release/p3.5.14/publish',
     6        'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'facebookincubator/facebook-for-woocommerce' => array(
    32             'pretty_version' => 'dev-release/p3.5.13/publish',
    33             'version' => 'dev-release/p3.5.13/publish',
    34             'reference' => '7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',
     32            'pretty_version' => 'dev-release/p3.5.14/publish',
     33            'version' => 'dev-release/p3.5.14/publish',
     34            'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../',
  • facebook-for-woocommerce/trunk/changelog.txt

    r3397331 r3399034  
    11*** Facebook for WooCommerce Changelog ***
     2
     3= 3.5.14 - 2025-11-19 =
     4* Tweak - Adjust ParamBuilder to pixel integration
    25
    36= 3.5.13 - 2025-11-10 =
  • facebook-for-woocommerce/trunk/facebook-commerce-events-tracker.php

    r3381244 r3399034  
    8383                    $site_url = get_site_url();
    8484                    self::$param_builder = new \FacebookAds\ParamBuilder( array( $site_url ) );
     85
    8586                    self::$param_builder->processRequest(
    8687                        $site_url,
     
    112113        public function param_builder_server_setup() {
    113114            try {
     115
     116                if ( ! (bool) apply_filters( 'facebook_for_woocommerce_integration_pixel_enabled', true ) ) {
     117                    return;
     118                }
     119
    114120                $cookie_to_set = self::get_param_builder()->getCookiesToSet();
    115121
  • facebook-for-woocommerce/trunk/facebook-for-woocommerce.php

    r3397331 r3399034  
    1111 * Author: Facebook
    1212 * Author URI: https://www.facebook.com/
    13  * Version: 3.5.13
     13 * Version: 3.5.14
    1414 * Requires at least: 5.6
    1515 * Requires PHP: 7.4
     
    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.13'; // WRCS: DEFINED_VERSION.
     65    const PLUGIN_VERSION = '3.5.14'; // WRCS: DEFINED_VERSION.
    6666
    6767    // Minimum PHP version required by this plugin.
  • facebook-for-woocommerce/trunk/i18n/languages/facebook-for-woocommerce.pot

    r3397331 r3399034  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Facebook for WooCommerce 3.5.13\n"
     5"Project-Id-Version: Facebook for WooCommerce 3.5.14\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/facebook-for-woocommerce\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-17T15:02:52+00:00\n"
     12"POT-Creation-Date: 2025-11-19T14:16:14+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • facebook-for-woocommerce/trunk/readme.txt

    r3397408 r3399034  
    4242== Changelog ==
    4343
    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
    5546
    5647[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  
    22    'root' => array(
    33        'name' => 'facebookincubator/facebook-for-woocommerce',
    4         'pretty_version' => 'dev-release/p3.5.13/publish',
    5         'version' => 'dev-release/p3.5.13/publish',
    6         'reference' => '7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',
     4        'pretty_version' => 'dev-release/p3.5.14/publish',
     5        'version' => 'dev-release/p3.5.14/publish',
     6        'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'facebookincubator/facebook-for-woocommerce' => array(
    32             'pretty_version' => 'dev-release/p3.5.13/publish',
    33             'version' => 'dev-release/p3.5.13/publish',
    34             'reference' => '7cb19fd9ba171c04e9a648e90aaebb5ce123ff60',
     32            'pretty_version' => 'dev-release/p3.5.14/publish',
     33            'version' => 'dev-release/p3.5.14/publish',
     34            'reference' => '8ac7ba0e4a37658b1cd4253741d2673448aec7e5',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.