Skip to content

Commit 1c6d938

Browse files
Release 5.2.2 (#176)
Summary: * Fix - Fix WooCommerce/YITH subscription fatal on missing products/cart items and add regression tests by ukilla in #150 * Dev - Fix missing Copyright notice in local-config-sample.php by vahidkay-meta in #173 * Fix - Harden admin notice dismiss control and resolve Plugin Check findings by vahidkay-meta in #174 Pull Request resolved: #176 Reviewed By: rafael-curran Differential Revision: D113756437 Pulled By: vahidkay-meta fbshipit-source-id: b5a2b5e40bcbd0f40f0ce12d3422728e5e6a4fd7
1 parent 57c261e commit 1c6d938

56 files changed

Lines changed: 39 additions & 34 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelog.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
*** Meta Pixel for WordPress Changelog ***
2-
= 5.2.1 - 2026-06-23 =
2+
= 5.2.2 - 2026-07-23 =
3+
* Fix - Fix WooCommerce/YITH subscription fatal on missing products/cart items and add regression tests by @ukilla in #150
4+
* Dev - Fix missing Copyright notice in local-config-sample.php by @vahidkay-meta in #173
5+
* Fix - Harden admin notice dismiss control and resolve Plugin Check findings by @vahidkay-meta in #174
36

7+
= 5.2.1 - 2026-06-23 =
48

59
= 5.1.0 - 2026-05-05 =
610
* Feature: Facebook Login for Business by @rahulmaddineni in #135
@@ -9,7 +13,6 @@
913

1014
= 5.0.1 - 2026-04-07 =
1115

12-
1316
= 2026-01-15 version 5.0.0 =
1417
- Optimize detection of wordpress.com websites, by @ukilla, in #115
1518
- Add the proper email to pixel init code, instead of admin email, by @rishijd in #114

core/class-facebookpluginconfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Class FacebookPluginConfig
3434
*/
3535
class FacebookPluginConfig {
36-
const PLUGIN_VERSION = '5.2.1';
36+
const PLUGIN_VERSION = '5.2.2';
3737
const SOURCE = 'wordpress';
3838
const TEXT_DOMAIN = 'official-facebook-pixel';
3939
const PLUGIN_NAME = 'Meta Pixel for WordPress';
0 Bytes
Binary file not shown.

languages/official-facebook-pixel-ar_AR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Facebook Pixel package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Facebook for WordPress 5.2.1\n"
5+
"Project-Id-Version: Facebook for WordPress 5.2.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
77
"pixel\n"
88
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
0 Bytes
Binary file not shown.

languages/official-facebook-pixel-cs_CZ.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Facebook Pixel package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Facebook for WordPress 5.2.1\n"
5+
"Project-Id-Version: Facebook for WordPress 5.2.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
77
"pixel\n"
88
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
0 Bytes
Binary file not shown.

languages/official-facebook-pixel-da_DK.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Facebook Pixel package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Facebook for WordPress 5.2.1\n"
5+
"Project-Id-Version: Facebook for WordPress 5.2.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
77
"pixel\n"
88
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"
0 Bytes
Binary file not shown.

languages/official-facebook-pixel-de_DE.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Facebook Pixel package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Facebook for WordPress 5.2.1\n"
5+
"Project-Id-Version: Facebook for WordPress 5.2.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/official-facebook-"
77
"pixel\n"
88
"POT-Creation-Date: 2018-11-29 01:26:28+00:00\n"

0 commit comments

Comments
 (0)