Changeset 3344641
- Timestamp:
- 08/14/2025 12:00:08 PM (8 months ago)
- Location:
- official-facebook-pixel/trunk
- Files:
-
- 59 edited
-
changelog.txt (modified) (1 diff)
-
core/class-facebookpixel.php (modified) (1 diff)
-
core/class-facebookpluginconfig.php (modified) (1 diff)
-
facebook-for-wordpress.php (modified) (2 diffs)
-
integration/class-facebookwordpresswoocommerce.php (modified) (1 diff)
-
languages/official-facebook-pixel-ar_AR.mo (modified) (previous)
-
languages/official-facebook-pixel-ar_AR.po (modified) (1 diff)
-
languages/official-facebook-pixel-cs_CZ.mo (modified) (previous)
-
languages/official-facebook-pixel-cs_CZ.po (modified) (1 diff)
-
languages/official-facebook-pixel-da_DK.mo (modified) (previous)
-
languages/official-facebook-pixel-da_DK.po (modified) (1 diff)
-
languages/official-facebook-pixel-de_DE.mo (modified) (previous)
-
languages/official-facebook-pixel-de_DE.po (modified) (1 diff)
-
languages/official-facebook-pixel-en_GB.mo (modified) (previous)
-
languages/official-facebook-pixel-en_GB.po (modified) (1 diff)
-
languages/official-facebook-pixel-es_ES.mo (modified) (previous)
-
languages/official-facebook-pixel-es_ES.po (modified) (1 diff)
-
languages/official-facebook-pixel-es_LA.mo (modified) (previous)
-
languages/official-facebook-pixel-es_LA.po (modified) (1 diff)
-
languages/official-facebook-pixel-fi_FI.mo (modified) (previous)
-
languages/official-facebook-pixel-fi_FI.po (modified) (1 diff)
-
languages/official-facebook-pixel-fr_CA.mo (modified) (previous)
-
languages/official-facebook-pixel-fr_CA.po (modified) (1 diff)
-
languages/official-facebook-pixel-fr_FR.mo (modified) (previous)
-
languages/official-facebook-pixel-fr_FR.po (modified) (1 diff)
-
languages/official-facebook-pixel-he_IL.mo (modified) (previous)
-
languages/official-facebook-pixel-he_IL.po (modified) (1 diff)
-
languages/official-facebook-pixel-it_IT.mo (modified) (previous)
-
languages/official-facebook-pixel-it_IT.po (modified) (1 diff)
-
languages/official-facebook-pixel-ja_JP.mo (modified) (previous)
-
languages/official-facebook-pixel-ja_JP.po (modified) (1 diff)
-
languages/official-facebook-pixel-ko_KR.mo (modified) (previous)
-
languages/official-facebook-pixel-ko_KR.po (modified) (1 diff)
-
languages/official-facebook-pixel-nb_NO.mo (modified) (previous)
-
languages/official-facebook-pixel-nb_NO.po (modified) (1 diff)
-
languages/official-facebook-pixel-nl_NL.mo (modified) (previous)
-
languages/official-facebook-pixel-nl_NL.po (modified) (1 diff)
-
languages/official-facebook-pixel-pl_PL.mo (modified) (previous)
-
languages/official-facebook-pixel-pl_PL.po (modified) (1 diff)
-
languages/official-facebook-pixel-pt_BR.mo (modified) (previous)
-
languages/official-facebook-pixel-pt_BR.po (modified) (1 diff)
-
languages/official-facebook-pixel-pt_PT.mo (modified) (previous)
-
languages/official-facebook-pixel-pt_PT.po (modified) (1 diff)
-
languages/official-facebook-pixel-ru_RU.mo (modified) (previous)
-
languages/official-facebook-pixel-ru_RU.po (modified) (1 diff)
-
languages/official-facebook-pixel-sv_SE.mo (modified) (previous)
-
languages/official-facebook-pixel-sv_SE.po (modified) (1 diff)
-
languages/official-facebook-pixel-th_TH.mo (modified) (previous)
-
languages/official-facebook-pixel-th_TH.po (modified) (1 diff)
-
languages/official-facebook-pixel-tr_TR.mo (modified) (previous)
-
languages/official-facebook-pixel-tr_TR.po (modified) (1 diff)
-
languages/official-facebook-pixel-vi_VN.mo (modified) (previous)
-
languages/official-facebook-pixel-vi_VN.po (modified) (1 diff)
-
languages/official-facebook-pixel-zh_CN.mo (modified) (previous)
-
languages/official-facebook-pixel-zh_CN.po (modified) (1 diff)
-
languages/official-facebook-pixel-zh_TW.mo (modified) (previous)
-
languages/official-facebook-pixel-zh_TW.po (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
official-facebook-pixel/trunk/changelog.txt
r3317583 r3344641 1 1 *** Facebook for WordPress Changelog *** 2 = 2025-08-14 version 4.1.5 = 3 - Fixed the Pixel url, so it points to the Prod version instead of Canary 4 - Minor fix for the agent string 5 2 6 = 2025-06-19 version 4.1.4 = 3 7 * Fixed an issue with uncategorized products -
official-facebook-pixel/trunk/core/class-facebookpixel.php
r3283337 r3344641 76 76 n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; 77 77 t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, 78 document,'script','https://connect.facebook.net/en_US/fbevents.js ?v=next');78 document,'script','https://connect.facebook.net/en_US/fbevents.js'); 79 79 </script> 80 80 <!-- End Meta Pixel Code --> -
official-facebook-pixel/trunk/core/class-facebookpluginconfig.php
r3317583 r3344641 34 34 */ 35 35 class FacebookPluginConfig { 36 const PLUGIN_VERSION = '4.1. 4';36 const PLUGIN_VERSION = '4.1.5'; 37 37 const SOURCE = 'wordpress'; 38 38 const TEXT_DOMAIN = 'official-facebook-pixel'; -
official-facebook-pixel/trunk/facebook-for-wordpress.php
r3317583 r3344641 7 7 * Author: Facebook 8 8 * Author URI: https://www.facebook.com/ 9 * Version: 4.1. 49 * Version: 4.1.5 10 10 * Text Domain: official-facebook-pixel 11 11 * … … 67 67 $this->register_settings_page(); 68 68 69 if ( false === get_option( 'is_wordpress_com_hosted' ) ) { 70 update_option( 'is_wordpress_com_hosted', FacebookWordpressOptions::is_wordpress_com_hosted() ); 69 new ServerEventAsyncTask(); 70 71 self::update_db_for_wpcom(); 71 72 } 72 73 73 new ServerEventAsyncTask(); 74 private static function update_db_for_wpcom() { 75 if ( false !== get_option( 'is_wordpress_com_hosted' ) ) { 76 return; 77 } 78 79 if ( false !== get_transient( 'facebook_wpcom_check' ) ) { 80 return; 81 } 82 83 set_transient( 'facebook_wpcom_check', 1, HOUR_IN_SECONDS ); 84 85 $is_wp_com_hosted = FacebookWordpressOptions::is_wordpress_com_hosted(); 86 87 update_option( 'is_wordpress_com_hosted', $is_wp_com_hosted ); 74 88 } 75 76 89 77 90 /** -
official-facebook-pixel/trunk/integration/class-facebookwordpresswoocommerce.php
r3235428 r3344641 229 229 'product_cat' 230 230 ); 231 return count( $categories ) > 0 ? $categories[0]->name : null;231 return ! empty( $categories ) && count( $categories ) > 0 ? $categories[0]->name : null; 232 232 } 233 233 -
official-facebook-pixel/trunk/languages/official-facebook-pixel-ar_AR.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-cs_CZ.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-da_DK.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-de_DE.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-en_GB.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-es_ES.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-es_LA.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-fi_FI.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-fr_CA.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-fr_FR.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" 8 8 "POT-Creation-Date: 2018-11-29 01:26:28+00:00\n" 9 "PO-Revision-Date: 2018-11-28 17:34.1. 40\n"9 "PO-Revision-Date: 2018-11-28 17:34.1.50\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-he_IL.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" 8 8 "POT-Creation-Date: 2018-11-29 01:26:28+00:00\n" 9 "PO-Revision-Date: 2018-11-28 17:34.1. 40\n"9 "PO-Revision-Date: 2018-11-28 17:34.1.50\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-it_IT.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" 8 8 "POT-Creation-Date: 2018-11-29 01:26:28+00:00\n" 9 "PO-Revision-Date: 2018-11-28 17:34.1. 40\n"9 "PO-Revision-Date: 2018-11-28 17:34.1.50\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-ja_JP.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-ko_KR.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" 8 8 "POT-Creation-Date: 2018-11-29 01:26:28+00:00\n" 9 "PO-Revision-Date: 2018-11-28 17:34.1. 40\n"9 "PO-Revision-Date: 2018-11-28 17:34.1.50\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-nb_NO.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-nl_NL.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-pl_PL.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-pt_BR.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-pt_PT.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-ru_RU.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-sv_SE.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-th_TH.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-pixel\n" 7 7 "POT-Creation-Date: 2018-11-29 01:26:28+00:00\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-tr_TR.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-vi_VN.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-zh_CN.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/languages/official-facebook-pixel-zh_TW.po
r3317583 r3344641 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Facebook for WordPress 4.1. 4\n"5 "Project-Id-Version: Facebook for WordPress 4.1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-" 7 7 "pixel\n" -
official-facebook-pixel/trunk/readme.txt
r3317583 r3344641 52 52 53 53 == Changelog == 54 = 2025-08-14 version 4.1.5 = 55 - Fixed the Pixel url, so it points to the Prod version instead of Canary 56 - Minor fix for the agent string 57 54 58 = 2025-06-19 version 4.1.4 = 55 59 * Fixed an issue with uncategorized products … … 68 72 * Fix an issue that caused fatal error when upgrading to 4.1.0 69 73 70 = 2025-02-05 version 4.1.0 =71 * Added Test CAPI functionality72 * Fixed an issue with the MBE where user could not onboard73 * Improved the way FBP & FBC are retrieved74 * Minor improvements to the Plugin Settings page75 * Move the noscript tag to body element76 * improve the check for product categories77 78 74 == Upgrade Notice == 79 75 By upgrading to latest version you will have built in support to fire lower funnel events: Lead, ViewContent, AddToCart, InitiateCheckout and Purchase out of the most popular plugins. -
official-facebook-pixel/trunk/vendor/composer/installed.php
r3317583 r3344641 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' c7a552be4f817b70eb8bbe4fff83f16682dadeaa',6 'reference' => 'f1f6e1b643cb07e52ba6eb7d829c28315e3c96a0', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-main', 24 24 'version' => 'dev-main', 25 'reference' => ' c7a552be4f817b70eb8bbe4fff83f16682dadeaa',25 'reference' => 'f1f6e1b643cb07e52ba6eb7d829c28315e3c96a0', 26 26 'type' => 'project', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.