Plugin Directory

Changeset 2616978


Ignore:
Timestamp:
10/20/2021 07:35:12 AM (4 years ago)
Author:
flippy101
Message:

Pixel Cat 2.6.1

Location:
facebook-conversion-pixel/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • facebook-conversion-pixel/trunk/facebook-conversion-pixel.php

    r2613367 r2616978  
    99    Author URI: https://fatcatapps.com/
    1010    License: GPLv2
    11     Version: 2.6.0
     11    Version: 2.6.1
    1212*/
    1313
     
    8282        define( 'FCA_PC_PLUGIN_VER', '2.6.' . time() );
    8383    } else {
    84         define( 'FCA_PC_PLUGIN_VER', '2.6.0' );
     84        define( 'FCA_PC_PLUGIN_VER', '2.6.1' );
    8585    }
    8686
     
    353353            if( !$paused ){
    354354
    355                 if ( $advanced_matching ) {
    356                     $code = "fbq( 'init', '$pixel_id', " . fca_pc_advanced_matching()  . " );";
    357                 } else {
    358                     $code = "fbq( 'init', '$pixel_id' );";
    359                 }
     355                return "fbq( 'init', '$pixel_id' );";
    360356
    361357            }
     
    363359        } else {
    364360
    365             $code = fca_pc_multi_pixel_init( $options );
    366 
    367         }
    368 
    369         return $code;
     361            return fca_pc_multi_pixel_init( $options );
     362
     363        }
     364
    370365    }
    371366
  • facebook-conversion-pixel/trunk/readme.txt

    r2613367 r2616978  
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12 Stable tag: 2.6.0
     12Stable tag: 2.6.1
    1313
    1414Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads.
     
    143143
    144144== Changelog ==
     145
     146= Pixel Cat: Conversion Pixel Manager 2.6.1 =
     147* Fixed bug initializing Conversions Pixels in Pixel Cat Lite
    145148
    146149= Pixel Cat: Conversion Pixel Manager 2.6.0 =
  • facebook-conversion-pixel/trunk/readmes/business.txt

    r2613367 r2616978  
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 2.6.0
     11Stable tag: 2.6.1
    1212
    1313Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
     
    8686
    8787== Changelog ==
     88
     89= Pixel Cat: Business 2.6.0 =
     90* Fixed bug initializing Conversions Pixels in Pixel Cat Lite
    8891
    8992= Pixel Cat: Business 2.6.0 =
  • facebook-conversion-pixel/trunk/readmes/elite.txt

    r2613367 r2616978  
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 2.6.0
     11Stable tag: 2.6.1
    1212
    1313Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
     
    8686
    8787== Changelog ==
     88
     89= Pixel Cat: Elite 2.6.1 =
     90* Fixed bug initializing Conversions Pixels in Pixel Cat Lite
    8891
    8992= Pixel Cat: Elite 2.6.0 =
  • facebook-conversion-pixel/trunk/readmes/lite.txt

    r2613367 r2616978  
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    12 Stable tag: 2.6.0
     12Stable tag: 2.6.1
    1313
    1414Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads.
     
    143143
    144144== Changelog ==
     145
     146= Pixel Cat: Conversion Pixel Manager 2.6.1 =
     147* Fixed bug initializing Conversions Pixels in Pixel Cat Lite
    145148
    146149= Pixel Cat: Conversion Pixel Manager 2.6.0 =
  • facebook-conversion-pixel/trunk/readmes/personal.txt

    r2613367 r2616978  
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 2.6.0
     11Stable tag: 2.6.1
    1212
    1313Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin.
     
    8686
    8787== Changelog ==
     88
     89= Pixel Cat: Personal 2.6.1 =
     90* Fixed bug initializing Conversions Pixels in Pixel Cat Lite
    8891
    8992= Pixel Cat: Personal 2.6.0 =
Note: See TracChangeset for help on using the changeset viewer.