Official Facebook Pixel - Version 1.7.19

Version Description

Download this release

Release Info

Developer Facebook
Plugin Icon Official Facebook Pixel
Version 1.7.19
Comparing to
See all releases

Code changes from version 1.7.18 to 1.7.19

Files changed (59) hide show
  1. FacebookForWordpress.php +1 -1
  2. changelog.txt +3 -0
  3. core/FacebookPluginConfig.php +9 -7
  4. core/FacebookWordpressPixelInjection.php +3 -2
  5. integration/FacebookWordpressEasyDigitalDownloads.php +3 -2
  6. languages/official-facebook-pixel-ar_AR.mo +0 -0
  7. languages/official-facebook-pixel-ar_AR.po +1 -1
  8. languages/official-facebook-pixel-cs_CZ.mo +0 -0
  9. languages/official-facebook-pixel-cs_CZ.po +1 -1
  10. languages/official-facebook-pixel-da_DK.mo +0 -0
  11. languages/official-facebook-pixel-da_DK.po +1 -1
  12. languages/official-facebook-pixel-de_DE.mo +0 -0
  13. languages/official-facebook-pixel-de_DE.po +1 -1
  14. languages/official-facebook-pixel-en_GB.mo +0 -0
  15. languages/official-facebook-pixel-en_GB.po +1 -1
  16. languages/official-facebook-pixel-es_ES.mo +0 -0
  17. languages/official-facebook-pixel-es_ES.po +1 -1
  18. languages/official-facebook-pixel-es_LA.mo +0 -0
  19. languages/official-facebook-pixel-es_LA.po +1 -1
  20. languages/official-facebook-pixel-fi_FI.mo +0 -0
  21. languages/official-facebook-pixel-fi_FI.po +1 -1
  22. languages/official-facebook-pixel-fr_CA.mo +0 -0
  23. languages/official-facebook-pixel-fr_CA.po +1 -1
  24. languages/official-facebook-pixel-fr_FR.mo +0 -0
  25. languages/official-facebook-pixel-fr_FR.po +1 -1
  26. languages/official-facebook-pixel-he_IL.mo +0 -0
  27. languages/official-facebook-pixel-he_IL.po +1 -1
  28. languages/official-facebook-pixel-it_IT.mo +0 -0
  29. languages/official-facebook-pixel-it_IT.po +1 -1
  30. languages/official-facebook-pixel-ja_JP.mo +0 -0
  31. languages/official-facebook-pixel-ja_JP.po +1 -1
  32. languages/official-facebook-pixel-ko_KR.mo +0 -0
  33. languages/official-facebook-pixel-ko_KR.po +1 -1
  34. languages/official-facebook-pixel-nb_NO.mo +0 -0
  35. languages/official-facebook-pixel-nb_NO.po +1 -1
  36. languages/official-facebook-pixel-nl_NL.mo +0 -0
  37. languages/official-facebook-pixel-nl_NL.po +1 -1
  38. languages/official-facebook-pixel-pl_PL.mo +0 -0
  39. languages/official-facebook-pixel-pl_PL.po +1 -1
  40. languages/official-facebook-pixel-pt_BR.mo +0 -0
  41. languages/official-facebook-pixel-pt_BR.po +1 -1
  42. languages/official-facebook-pixel-pt_PT.mo +0 -0
  43. languages/official-facebook-pixel-pt_PT.po +1 -1
  44. languages/official-facebook-pixel-ru_RU.mo +0 -0
  45. languages/official-facebook-pixel-ru_RU.po +1 -1
  46. languages/official-facebook-pixel-sv_SE.mo +0 -0
  47. languages/official-facebook-pixel-sv_SE.po +1 -1
  48. languages/official-facebook-pixel-th_TH.mo +0 -0
  49. languages/official-facebook-pixel-th_TH.po +1 -1
  50. languages/official-facebook-pixel-tr_TR.mo +0 -0
  51. languages/official-facebook-pixel-tr_TR.po +1 -1
  52. languages/official-facebook-pixel-vi_VN.mo +0 -0
  53. languages/official-facebook-pixel-vi_VN.po +1 -1
  54. languages/official-facebook-pixel-zh_CN.mo +0 -0
  55. languages/official-facebook-pixel-zh_CN.po +1 -1
  56. languages/official-facebook-pixel-zh_TW.mo +0 -0
  57. languages/official-facebook-pixel-zh_TW.po +1 -1
  58. languages/official-facebook-pixel.pot +1 -1
  59. readme.txt +5 -2
FacebookForWordpress.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: The Facebook pixel is an analytics tool that helps you measure the effectiveness of your advertising. You can use the Facebook pixel to understand the actions people are taking on your website and reach audiences you care about.
6
  * Author: Facebook
7
  * Author URI: https://www.facebook.com/
8
- * Version: 1.7.18
9
  * Text Domain: official-facebook-pixel
10
  */
11
 
5
  * Description: The Facebook pixel is an analytics tool that helps you measure the effectiveness of your advertising. You can use the Facebook pixel to understand the actions people are taking on your website and reach audiences you care about.
6
  * Author: Facebook
7
  * Author URI: https://www.facebook.com/
8
+ * Version: 1.7.19
9
  * Text Domain: official-facebook-pixel
10
  */
11
 
changelog.txt CHANGED
@@ -1,4 +1,7 @@
1
  *** Facebook for WordPress Changelog ***
 
 
 
2
  2018-11-16 version 1.7.18
3
  * Fix translation and set the advanced matching on by default
4
 
1
  *** Facebook for WordPress Changelog ***
2
+ 2018-11-20 version 1.7.19
3
+ * Support php 5.3 onwards
4
+
5
  2018-11-16 version 1.7.18
6
  * Fix translation and set the advanced matching on by default
7
 
core/FacebookPluginConfig.php CHANGED
@@ -20,7 +20,7 @@ namespace FacebookPixelPlugin\Core;
20
  defined('ABSPATH') or die('Direct access not allowed');
21
 
22
  class FacebookPluginConfig {
23
- const PLUGIN_VERSION = '1.7.18';
24
  const SOURCE = 'wordpress';
25
  const TEXT_DOMAIN = 'official-facebook-pixel';
26
 
@@ -44,10 +44,12 @@ class FacebookPluginConfig {
44
  const IS_NOSCRIPT_RENDERED = 'is_noscript_rendered';
45
 
46
  // integration config: INTEGRATION_KEY => PLUGIN_CLASS
47
- const INTEGRATION_CONFIG = array(
48
- 'CONTACT_FORM_7' => 'FacebookWordpressContactForm7',
49
- 'EASY_DIGITAL_DOWNLOAD' => 'FacebookWordpressEasyDigitalDownloads',
50
- 'NINJA_FORMS' => 'FacebookWordpressNinjaForms',
51
- 'WPFORMS' => 'FacebookWordpressWPForms',
52
- );
 
 
53
  }
20
  defined('ABSPATH') or die('Direct access not allowed');
21
 
22
  class FacebookPluginConfig {
23
+ const PLUGIN_VERSION = '1.7.19';
24
  const SOURCE = 'wordpress';
25
  const TEXT_DOMAIN = 'official-facebook-pixel';
26
 
44
  const IS_NOSCRIPT_RENDERED = 'is_noscript_rendered';
45
 
46
  // integration config: INTEGRATION_KEY => PLUGIN_CLASS
47
+ public static function integrationConfig() {
48
+ return array(
49
+ 'CONTACT_FORM_7' => 'FacebookWordpressContactForm7',
50
+ 'EASY_DIGITAL_DOWNLOAD' => 'FacebookWordpressEasyDigitalDownloads',
51
+ 'NINJA_FORMS' => 'FacebookWordpressNinjaForms',
52
+ 'WPFORMS' => 'FacebookWordpressWPForms',
53
+ );
54
+ }
55
  }
core/FacebookWordpressPixelInjection.php CHANGED
@@ -32,7 +32,7 @@ class FacebookWordpressPixelInjection {
32
  'wp_head',
33
  array($this, 'injectPixelNoscriptCode'));
34
 
35
- foreach (FacebookPluginConfig::INTEGRATION_CONFIG as $key => $value) {
36
  $class_name = 'FacebookPixelPlugin\\Integration\\'.$value;
37
  $class_name::injectPixelCode();
38
  }
@@ -40,10 +40,11 @@ class FacebookWordpressPixelInjection {
40
  }
41
 
42
  public function injectPixelCode() {
 
43
  if (
44
  (isset(self::$renderCache[FacebookPluginConfig::IS_PIXEL_RENDERED]) &&
45
  self::$renderCache[FacebookPluginConfig::IS_PIXEL_RENDERED] === true) ||
46
- empty(FacebookPixel::getPixelId())
47
  ) {
48
  return;
49
  }
32
  'wp_head',
33
  array($this, 'injectPixelNoscriptCode'));
34
 
35
+ foreach (FacebookPluginConfig::integrationConfig() as $key => $value) {
36
  $class_name = 'FacebookPixelPlugin\\Integration\\'.$value;
37
  $class_name::injectPixelCode();
38
  }
40
  }
41
 
42
  public function injectPixelCode() {
43
+ $pixel_id = FacebookPixel::getPixelId();
44
  if (
45
  (isset(self::$renderCache[FacebookPluginConfig::IS_PIXEL_RENDERED]) &&
46
  self::$renderCache[FacebookPluginConfig::IS_PIXEL_RENDERED] === true) ||
47
+ empty($pixel_id)
48
  ) {
49
  return;
50
  }
integration/FacebookWordpressEasyDigitalDownloads.php CHANGED
@@ -199,8 +199,9 @@ jQuery(document).ready(function ($) {
199
 
200
  $currency = edd_get_currency();
201
  if (get_post_meta(static::$downloadID, '_variable_pricing', true)) { // variable price
202
- $values = get_post_meta(static::$downloadID, 'edd_variable_prices', true);
203
- $value = array_shift($values)['amount'];
 
204
  } else {
205
  $value = get_post_meta(static::$downloadID, 'edd_price', true);
206
  }
199
 
200
  $currency = edd_get_currency();
201
  if (get_post_meta(static::$downloadID, '_variable_pricing', true)) { // variable price
202
+ $prices = get_post_meta(static::$downloadID, 'edd_variable_prices', true);
203
+ $price = array_shift($prices);
204
+ $value = $price['amount'];
205
  } else {
206
  $value = get_post_meta(static::$downloadID, 'edd_price', true);
207
  }
languages/official-facebook-pixel-ar_AR.mo CHANGED
Binary file
languages/official-facebook-pixel-ar_AR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-cs_CZ.mo CHANGED
Binary file
languages/official-facebook-pixel-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-da_DK.mo CHANGED
Binary file
languages/official-facebook-pixel-da_DK.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-de_DE.mo CHANGED
Binary file
languages/official-facebook-pixel-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-en_GB.mo CHANGED
Binary file
languages/official-facebook-pixel-en_GB.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-es_ES.mo CHANGED
Binary file
languages/official-facebook-pixel-es_ES.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-es_LA.mo CHANGED
Binary file
languages/official-facebook-pixel-es_LA.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-fi_FI.mo CHANGED
Binary file
languages/official-facebook-pixel-fi_FI.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-fr_CA.mo CHANGED
Binary file
languages/official-facebook-pixel-fr_CA.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-fr_FR.mo CHANGED
Binary file
languages/official-facebook-pixel-fr_FR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-he_IL.mo CHANGED
Binary file
languages/official-facebook-pixel-he_IL.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-it_IT.mo CHANGED
Binary file
languages/official-facebook-pixel-it_IT.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-ja_JP.mo CHANGED
Binary file
languages/official-facebook-pixel-ja_JP.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-ko_KR.mo CHANGED
Binary file
languages/official-facebook-pixel-ko_KR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-nb_NO.mo CHANGED
Binary file
languages/official-facebook-pixel-nb_NO.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-nl_NL.mo CHANGED
Binary file
languages/official-facebook-pixel-nl_NL.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-pl_PL.mo CHANGED
Binary file
languages/official-facebook-pixel-pl_PL.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-pt_BR.mo CHANGED
Binary file
languages/official-facebook-pixel-pt_BR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-pt_PT.mo CHANGED
Binary file
languages/official-facebook-pixel-pt_PT.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-ru_RU.mo CHANGED
Binary file
languages/official-facebook-pixel-ru_RU.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-sv_SE.mo CHANGED
Binary file
languages/official-facebook-pixel-sv_SE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-th_TH.mo CHANGED
Binary file
languages/official-facebook-pixel-th_TH.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n"
7
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
8
  "PO-Revision-Date: 2018-11-16 22:00-0700\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n"
7
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
8
  "PO-Revision-Date: 2018-11-16 22:00-0700\n"
languages/official-facebook-pixel-tr_TR.mo CHANGED
Binary file
languages/official-facebook-pixel-tr_TR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-vi_VN.mo CHANGED
Binary file
languages/official-facebook-pixel-vi_VN.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-zh_CN.mo CHANGED
Binary file
languages/official-facebook-pixel-zh_CN.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel-zh_TW.mo CHANGED
Binary file
languages/official-facebook-pixel-zh_TW.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
7
  "pixel\n"
8
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
languages/official-facebook-pixel.pot CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Facebook Pixel 1.7.18\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n"
7
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
8
  "MIME-Version: 1.0\n"
2
  # This file is distributed under the same license as the Facebook Pixel package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Facebook Pixel 1.7.19\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n"
7
  "POT-Creation-Date: 2018-11-16 21:59:22+00:00\n"
8
  "MIME-Version: 1.0\n"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: facebook
3
  Tags: Facebook, Facebook Conversion Pixel, Facebook Pixel, Facebook Pixel Events, facebook retargeting, facebook standard events
4
  Requires at least: 4.4
5
  Tested up to: 4.9.8
6
- Requires PHP: 5.6
7
- Stable tag: 1.7.18
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -38,6 +38,9 @@ If you get stuck, or have any questions, you can ask for help in the [Official F
38
  Of course! This plugin is open sourced on the Facebook Incubator GitHub. You can find the code and contribution instructions in the [plugin repository](https://github.com/facebookincubator/Facebook-Pixel-for-WordPress).
39
 
40
  == Changelog ==
 
 
 
41
  = 2018-11-09 version 1.7.18 =
42
  * Fix translation and set the advanced matching on by default
43
 
3
  Tags: Facebook, Facebook Conversion Pixel, Facebook Pixel, Facebook Pixel Events, facebook retargeting, facebook standard events
4
  Requires at least: 4.4
5
  Tested up to: 4.9.8
6
+ Requires PHP: 5.3
7
+ Stable tag: 1.7.19
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
38
  Of course! This plugin is open sourced on the Facebook Incubator GitHub. You can find the code and contribution instructions in the [plugin repository](https://github.com/facebookincubator/Facebook-Pixel-for-WordPress).
39
 
40
  == Changelog ==
41
+ = 2018-11-20 version 1.7.19 =
42
+ * Support php 5.3 onwards
43
+
44
  = 2018-11-09 version 1.7.18 =
45
  * Fix translation and set the advanced matching on by default
46