Changeset 2616978
- Timestamp:
- 10/20/2021 07:35:12 AM (4 years ago)
- Location:
- facebook-conversion-pixel/trunk
- Files:
-
- 6 edited
-
facebook-conversion-pixel.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
-
readmes/business.txt (modified) (2 diffs)
-
readmes/elite.txt (modified) (2 diffs)
-
readmes/lite.txt (modified) (2 diffs)
-
readmes/personal.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-conversion-pixel/trunk/facebook-conversion-pixel.php
r2613367 r2616978 9 9 Author URI: https://fatcatapps.com/ 10 10 License: GPLv2 11 Version: 2.6. 011 Version: 2.6.1 12 12 */ 13 13 … … 82 82 define( 'FCA_PC_PLUGIN_VER', '2.6.' . time() ); 83 83 } else { 84 define( 'FCA_PC_PLUGIN_VER', '2.6. 0' );84 define( 'FCA_PC_PLUGIN_VER', '2.6.1' ); 85 85 } 86 86 … … 353 353 if( !$paused ){ 354 354 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' );"; 360 356 361 357 } … … 363 359 } else { 364 360 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 370 365 } 371 366 -
facebook-conversion-pixel/trunk/readme.txt
r2613367 r2616978 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 Stable tag: 2.6. 012 Stable tag: 2.6.1 13 13 14 14 Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads. … … 143 143 144 144 == Changelog == 145 146 = Pixel Cat: Conversion Pixel Manager 2.6.1 = 147 * Fixed bug initializing Conversions Pixels in Pixel Cat Lite 145 148 146 149 = Pixel Cat: Conversion Pixel Manager 2.6.0 = -
facebook-conversion-pixel/trunk/readmes/business.txt
r2613367 r2616978 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable tag: 2.6. 011 Stable tag: 2.6.1 12 12 13 13 Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin. … … 86 86 87 87 == Changelog == 88 89 = Pixel Cat: Business 2.6.0 = 90 * Fixed bug initializing Conversions Pixels in Pixel Cat Lite 88 91 89 92 = Pixel Cat: Business 2.6.0 = -
facebook-conversion-pixel/trunk/readmes/elite.txt
r2613367 r2616978 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable tag: 2.6. 011 Stable tag: 2.6.1 12 12 13 13 Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin. … … 86 86 87 87 == Changelog == 88 89 = Pixel Cat: Elite 2.6.1 = 90 * Fixed bug initializing Conversions Pixels in Pixel Cat Lite 88 91 89 92 = Pixel Cat: Elite 2.6.0 = -
facebook-conversion-pixel/trunk/readmes/lite.txt
r2613367 r2616978 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 Stable tag: 2.6. 012 Stable tag: 2.6.1 13 13 14 14 Facebook Pixel Management Made Easy. From Facebook retargeting to conversion tracking, this plugin includes everything you need to run successful Facebook ads. … … 143 143 144 144 == Changelog == 145 146 = Pixel Cat: Conversion Pixel Manager 2.6.1 = 147 * Fixed bug initializing Conversions Pixels in Pixel Cat Lite 145 148 146 149 = Pixel Cat: Conversion Pixel Manager 2.6.0 = -
facebook-conversion-pixel/trunk/readmes/personal.txt
r2613367 r2616978 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Stable tag: 2.6. 011 Stable tag: 2.6.1 12 12 13 13 Facebook Pixel Management Made Easy. Set Up Facebook Pixel Events, Track Conversions & Build Custom Audiences With This Facebook Pixel WordPress Plugin. … … 86 86 87 87 == Changelog == 88 89 = Pixel Cat: Personal 2.6.1 = 90 * Fixed bug initializing Conversions Pixels in Pixel Cat Lite 88 91 89 92 = Pixel Cat: Personal 2.6.0 =
Note: See TracChangeset
for help on using the changeset viewer.