Plugin Directory

Changeset 3485870


Ignore:
Timestamp:
03/18/2026 04:34:45 PM (11 days ago)
Author:
Facebook
Message:

Update official-facebook-pixel: misc files

Location:
official-facebook-pixel/trunk
Files:
4 added
7 edited

Legend:

Unmodified
Added
Removed
  • official-facebook-pixel/trunk/changelog.txt

    r3344641 r3485870  
    1 *** Facebook for WordPress Changelog ***
     1*** Meta Pixel for WordPress Changelog ***
     2= 2026-01-15 version 5.0.0 =
     3- Optimize detection of wordpress.com websites, by @ukilla, in #115
     4- Add the proper email to pixel init code, instead of admin email, by @rishijd in #114
     5- Improve error logging, by @shkabo in #116
     6- Fix Admin style that caused Advanced config overlap with CAPI Test header, by @rishijd in #120
     7- Remove SDK as a dependency to add PHP 7.4 support, by @rishijd in #118
     8- BizSDK clean up, Phase 2, by @rishijd in #123
     9
    210= 2025-08-14 version 4.1.5 =
    311- Fixed the Pixel url, so it points to the Prod version instead of Canary
  • official-facebook-pixel/trunk/composer.json

    r3259083 r3485870  
    88    "squizlabs/php_codesniffer": "^3.10",
    99    "wp-coding-standards/wpcs": "^3.1",
     10    "symfony/finder": "~2.6",
     11    "mockery/mockery": "^1.6",
     12    "phpunit/phpunit": "~9",
    1013    "dealerdirect/phpcodesniffer-composer-installer": "^1.0"
    1114  },
     
    1316  "license": "GPL",
    1417  "require": {
    15     "facebook/php-business-sdk": "^22.0",
     18    "php": ">=7.4",
    1619    "techcrunch/wp-async-task": "dev-master"
    1720  },
     
    2023      "FacebookPixelPlugin\\": "./",
    2124      "FacebookPixelPlugin\\Core\\": "core/",
    22       "FacebookPixelPlugin\\Integration\\": "integration/"
     25      "FacebookPixelPlugin\\Integration\\": "integration/",
     26      "FacebookPixelPlugin\\FacebookAds\\": "FacebookAds/"
    2327    },
    2428    "classmap": [
     
    3640  },
    3741  "config": {
     42    "platform": {
     43      "php": "7.4"
     44    },
    3845    "allow-plugins": {
    3946      "dealerdirect/phpcodesniffer-composer-installer": true
  • official-facebook-pixel/trunk/composer.lock

    r3283337 r3485870  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "bcfa334bbed9b46e9f878d2ca61bc6a0",
     7    "content-hash": "3bd3e2af4a274ae9c74b2ab67c80b0a6",
    88    "packages": [
    9         {
    10             "name": "facebook/php-business-sdk",
    11             "version": "22.0.0",
    12             "source": {
    13                 "type": "git",
    14                 "url": "https://github.com/facebook/facebook-php-business-sdk.git",
    15                 "reference": "c83b450089c557a1c64960103f3c658a429bb525"
    16             },
    17             "dist": {
    18                 "type": "zip",
    19                 "url": "https://api.github.com/repos/facebook/facebook-php-business-sdk/zipball/c83b450089c557a1c64960103f3c658a429bb525",
    20                 "reference": "c83b450089c557a1c64960103f3c658a429bb525",
    21                 "shasum": ""
    22             },
    23             "require": {
    24                 "guzzlehttp/guzzle": "^6.5 || ^7.0",
    25                 "php": ">=8.0"
    26             },
    27             "require-dev": {
    28                 "mockery/mockery": "1.3.3",
    29                 "phpunit/phpunit": "~9",
    30                 "symfony/finder": "~2.6"
    31             },
    32             "type": "library",
    33             "autoload": {
    34                 "psr-4": {
    35                     "FacebookAds\\": "src/FacebookAds/"
    36                 }
    37             },
    38             "notification-url": "https://packagist.org/downloads/",
    39             "description": "PHP SDK for Facebook Business",
    40             "homepage": "https://developers.facebook.com/",
    41             "keywords": [
    42                 "ads",
    43                 "business",
    44                 "facebook",
    45                 "instagram",
    46                 "page",
    47                 "sdk"
    48             ],
    49             "support": {
    50                 "issues": "https://github.com/facebook/facebook-php-business-sdk/issues",
    51                 "source": "https://github.com/facebook/facebook-php-business-sdk/tree/22.0.0"
    52             },
    53             "time": "2025-02-13T21:08:40+00:00"
    54         },
    559        {
    5610            "name": "techcrunch/wp-async-task",
     
    167121        {
    168122            "name": "antecedent/patchwork",
    169             "version": "2.2.1",
     123            "version": "2.2.3",
    170124            "source": {
    171125                "type": "git",
    172126                "url": "https://github.com/antecedent/patchwork.git",
    173                 "reference": "1bf183a3e1bd094f231a2128b9ecc5363c269245"
    174             },
    175             "dist": {
    176                 "type": "zip",
    177                 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/1bf183a3e1bd094f231a2128b9ecc5363c269245",
    178                 "reference": "1bf183a3e1bd094f231a2128b9ecc5363c269245",
     127                "reference": "8b6b235f405af175259c8f56aea5fc23ab9f03ce"
     128            },
     129            "dist": {
     130                "type": "zip",
     131                "url": "https://api.github.com/repos/antecedent/patchwork/zipball/8b6b235f405af175259c8f56aea5fc23ab9f03ce",
     132                "reference": "8b6b235f405af175259c8f56aea5fc23ab9f03ce",
    179133                "shasum": ""
    180134            },
     
    209163            "support": {
    210164                "issues": "https://github.com/antecedent/patchwork/issues",
    211                 "source": "https://github.com/antecedent/patchwork/tree/2.2.1"
    212             },
    213             "time": "2024-12-11T10:19:54+00:00"
     165                "source": "https://github.com/antecedent/patchwork/tree/2.2.3"
     166            },
     167            "time": "2025-09-17T09:00:56+00:00"
    214168        },
    215169        {
    216170            "name": "dealerdirect/phpcodesniffer-composer-installer",
    217             "version": "v1.0.0",
     171            "version": "v1.2.0",
    218172            "source": {
    219173                "type": "git",
    220174                "url": "https://github.com/PHPCSStandards/composer-installer.git",
    221                 "reference": "4be43904336affa5c2f70744a348312336afd0da"
    222             },
    223             "dist": {
    224                 "type": "zip",
    225                 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
    226                 "reference": "4be43904336affa5c2f70744a348312336afd0da",
    227                 "shasum": ""
    228             },
    229             "require": {
    230                 "composer-plugin-api": "^1.0 || ^2.0",
     175                "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1"
     176            },
     177            "dist": {
     178                "type": "zip",
     179                "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1",
     180                "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1",
     181                "shasum": ""
     182            },
     183            "require": {
     184                "composer-plugin-api": "^2.2",
    231185                "php": ">=5.4",
    232                 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
     186                "squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
    233187            },
    234188            "require-dev": {
    235                 "composer/composer": "*",
     189                "composer/composer": "^2.2",
    236190                "ext-json": "*",
    237191                "ext-zip": "*",
    238                 "php-parallel-lint/php-parallel-lint": "^1.3.1",
    239                 "phpcompatibility/php-compatibility": "^9.0",
     192                "php-parallel-lint/php-parallel-lint": "^1.4.0",
     193                "phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
    240194                "yoast/phpunit-polyfills": "^1.0"
    241195            },
     
    256210                {
    257211                    "name": "Franck Nijhof",
    258                     "email": "franck.nijhof@dealerdirect.com",
    259                     "homepage": "http://www.frenck.nl",
    260                     "role": "Developer / IT Manager"
     212                    "email": "opensource@frenck.dev",
     213                    "homepage": "https://frenck.dev",
     214                    "role": "Open source developer"
    261215                },
    262216                {
     
    266220            ],
    267221            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
    268             "homepage": "http://www.dealerdirect.com",
    269222            "keywords": [
    270223                "PHPCodeSniffer",
     
    287240            "support": {
    288241                "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
     242                "security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
    289243                "source": "https://github.com/PHPCSStandards/composer-installer"
    290244            },
    291             "time": "2023-01-05T11:28:13+00:00"
     245            "funding": [
     246                {
     247                    "url": "https://github.com/PHPCSStandards",
     248                    "type": "github"
     249                },
     250                {
     251                    "url": "https://github.com/jrfnl",
     252                    "type": "github"
     253                },
     254                {
     255                    "url": "https://opencollective.com/php_codesniffer",
     256                    "type": "open_collective"
     257                },
     258                {
     259                    "url": "https://thanks.dev/u/gh/phpcsstandards",
     260                    "type": "thanks_dev"
     261                }
     262            ],
     263            "time": "2025-11-11T04:32:07+00:00"
    292264        },
    293265        {
    294266            "name": "doctrine/instantiator",
    295             "version": "2.0.0",
     267            "version": "1.5.0",
    296268            "source": {
    297269                "type": "git",
    298270                "url": "https://github.com/doctrine/instantiator.git",
    299                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
    300             },
    301             "dist": {
    302                 "type": "zip",
    303                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
    304                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
    305                 "shasum": ""
    306             },
    307             "require": {
    308                 "php": "^8.1"
     271                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
     272            },
     273            "dist": {
     274                "type": "zip",
     275                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
     276                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
     277                "shasum": ""
     278            },
     279            "require": {
     280                "php": "^7.1 || ^8.0"
    309281            },
    310282            "require-dev": {
    311                 "doctrine/coding-standard": "^11",
     283                "doctrine/coding-standard": "^9 || ^11",
    312284                "ext-pdo": "*",
    313285                "ext-phar": "*",
    314                 "phpbench/phpbench": "^1.2",
    315                 "phpstan/phpstan": "^1.9.4",
    316                 "phpstan/phpstan-phpunit": "^1.3",
    317                 "phpunit/phpunit": "^9.5.27",
    318                 "vimeo/psalm": "^5.4"
     286                "phpbench/phpbench": "^0.16 || ^1",
     287                "phpstan/phpstan": "^1.4",
     288                "phpstan/phpstan-phpunit": "^1",
     289                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
     290                "vimeo/psalm": "^4.30 || ^5.4"
    319291            },
    320292            "type": "library",
     
    343315            "support": {
    344316                "issues": "https://github.com/doctrine/instantiator/issues",
    345                 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
     317                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
    346318            },
    347319            "funding": [
     
    359331                }
    360332            ],
    361             "time": "2022-12-30T00:23:10+00:00"
     333            "time": "2022-12-30T00:15:36+00:00"
    362334        },
    363335        {
    364336            "name": "hamcrest/hamcrest-php",
    365             "version": "v2.0.1",
     337            "version": "v2.1.1",
    366338            "source": {
    367339                "type": "git",
    368340                "url": "https://github.com/hamcrest/hamcrest-php.git",
    369                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
    370             },
    371             "dist": {
    372                 "type": "zip",
    373                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
    374                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
    375                 "shasum": ""
    376             },
    377             "require": {
    378                 "php": "^5.3|^7.0|^8.0"
     341                "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
     342            },
     343            "dist": {
     344                "type": "zip",
     345                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
     346                "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
     347                "shasum": ""
     348            },
     349            "require": {
     350                "php": "^7.4|^8.0"
    379351            },
    380352            "replace": {
     
    384356            },
    385357            "require-dev": {
    386                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
    387                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
     358                "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
     359                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
    388360            },
    389361            "type": "library",
     
    408380            "support": {
    409381                "issues": "https://github.com/hamcrest/hamcrest-php/issues",
    410                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
    411             },
    412             "time": "2020-07-09T08:09:16+00:00"
     382                "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
     383            },
     384            "time": "2025-04-30T06:54:44+00:00"
    413385        },
    414386        {
     
    497469        {
    498470            "name": "myclabs/deep-copy",
    499             "version": "1.13.0",
     471            "version": "1.13.4",
    500472            "source": {
    501473                "type": "git",
    502474                "url": "https://github.com/myclabs/DeepCopy.git",
    503                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
    504             },
    505             "dist": {
    506                 "type": "zip",
    507                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
    508                 "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
     475                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
     476            },
     477            "dist": {
     478                "type": "zip",
     479                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
     480                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
    509481                "shasum": ""
    510482            },
     
    545517            "support": {
    546518                "issues": "https://github.com/myclabs/DeepCopy/issues",
    547                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
     519                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
    548520            },
    549521            "funding": [
     
    553525                }
    554526            ],
    555             "time": "2025-02-12T12:17:51+00:00"
     527            "time": "2025-08-01T08:46:24+00:00"
    556528        },
    557529        {
    558530            "name": "nikic/php-parser",
    559             "version": "v5.4.0",
     531            "version": "v5.7.0",
    560532            "source": {
    561533                "type": "git",
    562534                "url": "https://github.com/nikic/PHP-Parser.git",
    563                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
    564             },
    565             "dist": {
    566                 "type": "zip",
    567                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
    568                 "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
     535                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
     536            },
     537            "dist": {
     538                "type": "zip",
     539                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
     540                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
    569541                "shasum": ""
    570542            },
     
    585557            "extra": {
    586558                "branch-alias": {
    587                     "dev-master": "5.0-dev"
     559                    "dev-master": "5.x-dev"
    588560                }
    589561            },
     
    609581            "support": {
    610582                "issues": "https://github.com/nikic/PHP-Parser/issues",
    611                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
    612             },
    613             "time": "2024-12-30T11:07:19+00:00"
     583                "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
     584            },
     585            "time": "2025-12-06T11:56:16+00:00"
    614586        },
    615587        {
     
    1015987        {
    1016988            "name": "phpcsstandards/phpcsextra",
    1017             "version": "1.2.1",
     989            "version": "1.5.0",
    1018990            "source": {
    1019991                "type": "git",
    1020992                "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
    1021                 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
    1022             },
    1023             "dist": {
    1024                 "type": "zip",
    1025                 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
    1026                 "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
     993                "reference": "b598aa890815b8df16363271b659d73280129101"
     994            },
     995            "dist": {
     996                "type": "zip",
     997                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101",
     998                "reference": "b598aa890815b8df16363271b659d73280129101",
    1027999                "shasum": ""
    10281000            },
    10291001            "require": {
    10301002                "php": ">=5.4",
    1031                 "phpcsstandards/phpcsutils": "^1.0.9",
    1032                 "squizlabs/php_codesniffer": "^3.8.0"
     1003                "phpcsstandards/phpcsutils": "^1.2.0",
     1004                "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
    10331005            },
    10341006            "require-dev": {
    10351007                "php-parallel-lint/php-console-highlighter": "^1.0",
    1036                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
    1037                 "phpcsstandards/phpcsdevcs": "^1.1.6",
     1008                "php-parallel-lint/php-parallel-lint": "^1.4.0",
     1009                "phpcsstandards/phpcsdevcs": "^1.2.0",
    10381010                "phpcsstandards/phpcsdevtools": "^1.2.1",
    1039                 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
     1011                "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    10401012            },
    10411013            "type": "phpcodesniffer-standard",
     
    10871059                    "url": "https://opencollective.com/php_codesniffer",
    10881060                    "type": "open_collective"
    1089                 }
    1090             ],
    1091             "time": "2023-12-08T16:49:07+00:00"
     1061                },
     1062                {
     1063                    "url": "https://thanks.dev/u/gh/phpcsstandards",
     1064                    "type": "thanks_dev"
     1065                }
     1066            ],
     1067            "time": "2025-11-12T23:06:57+00:00"
    10921068        },
    10931069        {
    10941070            "name": "phpcsstandards/phpcsutils",
    1095             "version": "1.0.12",
     1071            "version": "1.2.2",
    10961072            "source": {
    10971073                "type": "git",
    10981074                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
    1099                 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
    1100             },
    1101             "dist": {
    1102                 "type": "zip",
    1103                 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
    1104                 "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
     1075                "reference": "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55"
     1076            },
     1077            "dist": {
     1078                "type": "zip",
     1079                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c216317e96c8b3f5932808f9b0f1f7a14e3bbf55",
     1080                "reference": "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55",
    11051081                "shasum": ""
    11061082            },
     
    11081084                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
    11091085                "php": ">=5.4",
    1110                 "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
     1086                "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
    11111087            },
    11121088            "require-dev": {
    11131089                "ext-filter": "*",
    11141090                "php-parallel-lint/php-console-highlighter": "^1.0",
    1115                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
    1116                 "phpcsstandards/phpcsdevcs": "^1.1.6",
    1117                 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
     1091                "php-parallel-lint/php-parallel-lint": "^1.4.0",
     1092                "phpcsstandards/phpcsdevcs": "^1.2.0",
     1093                "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
    11181094            },
    11191095            "type": "phpcodesniffer-standard",
     
    11521128                "phpcs",
    11531129                "phpcs3",
     1130                "phpcs4",
    11541131                "standards",
    11551132                "static analysis",
     
    11751152                    "url": "https://opencollective.com/php_codesniffer",
    11761153                    "type": "open_collective"
    1177                 }
    1178             ],
    1179             "time": "2024-05-20T13:34:27+00:00"
     1154                },
     1155                {
     1156                    "url": "https://thanks.dev/u/gh/phpcsstandards",
     1157                    "type": "thanks_dev"
     1158                }
     1159            ],
     1160            "time": "2025-12-08T14:27:58+00:00"
    11801161        },
    11811162        {
     
    15001481        {
    15011482            "name": "phpunit/phpunit",
    1502             "version": "9.6.22",
     1483            "version": "9.6.34",
    15031484            "source": {
    15041485                "type": "git",
    15051486                "url": "https://github.com/sebastianbergmann/phpunit.git",
    1506                 "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c"
    1507             },
    1508             "dist": {
    1509                 "type": "zip",
    1510                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
    1511                 "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
     1487                "reference": "b36f02317466907a230d3aa1d34467041271ef4a"
     1488            },
     1489            "dist": {
     1490                "type": "zip",
     1491                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a",
     1492                "reference": "b36f02317466907a230d3aa1d34467041271ef4a",
    15121493                "shasum": ""
    15131494            },
     
    15201501                "ext-xml": "*",
    15211502                "ext-xmlwriter": "*",
    1522                 "myclabs/deep-copy": "^1.12.1",
     1503                "myclabs/deep-copy": "^1.13.4",
    15231504                "phar-io/manifest": "^2.0.4",
    15241505                "phar-io/version": "^3.2.1",
     
    15311512                "sebastian/cli-parser": "^1.0.2",
    15321513                "sebastian/code-unit": "^1.0.8",
    1533                 "sebastian/comparator": "^4.0.8",
     1514                "sebastian/comparator": "^4.0.10",
    15341515                "sebastian/diff": "^4.0.6",
    15351516                "sebastian/environment": "^5.1.5",
    1536                 "sebastian/exporter": "^4.0.6",
    1537                 "sebastian/global-state": "^5.0.7",
     1517                "sebastian/exporter": "^4.0.8",
     1518                "sebastian/global-state": "^5.0.8",
    15381519                "sebastian/object-enumerator": "^4.0.4",
    15391520                "sebastian/resource-operations": "^3.0.4",
     
    15831564                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    15841565                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    1585                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22"
     1566                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34"
    15861567            },
    15871568            "funding": [
     
    15951576                },
    15961577                {
     1578                    "url": "https://liberapay.com/sebastianbergmann",
     1579                    "type": "liberapay"
     1580                },
     1581                {
     1582                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1583                    "type": "thanks_dev"
     1584                },
     1585                {
    15971586                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
    15981587                    "type": "tidelift"
    15991588                }
    16001589            ],
    1601             "time": "2024-12-05T13:48:26+00:00"
     1590            "time": "2026-01-27T05:45:00+00:00"
    16021591        },
    16031592        {
    16041593            "name": "psr/container",
    1605             "version": "2.0.2",
     1594            "version": "1.1.2",
    16061595            "source": {
    16071596                "type": "git",
    16081597                "url": "https://github.com/php-fig/container.git",
    1609                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
    1610             },
    1611             "dist": {
    1612                 "type": "zip",
    1613                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
    1614                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
     1598                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
     1599            },
     1600            "dist": {
     1601                "type": "zip",
     1602                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
     1603                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
    16151604                "shasum": ""
    16161605            },
     
    16191608            },
    16201609            "type": "library",
    1621             "extra": {
    1622                 "branch-alias": {
    1623                     "dev-master": "2.0.x-dev"
    1624                 }
    1625             },
    16261610            "autoload": {
    16271611                "psr-4": {
     
    16501634            "support": {
    16511635                "issues": "https://github.com/php-fig/container/issues",
    1652                 "source": "https://github.com/php-fig/container/tree/2.0.2"
    1653             },
    1654             "time": "2021-11-05T16:47:00+00:00"
     1636                "source": "https://github.com/php-fig/container/tree/1.1.2"
     1637            },
     1638            "time": "2021-11-05T16:50:12+00:00"
    16551639        },
    16561640        {
     
    18231807        {
    18241808            "name": "sebastian/comparator",
    1825             "version": "4.0.8",
     1809            "version": "4.0.10",
    18261810            "source": {
    18271811                "type": "git",
    18281812                "url": "https://github.com/sebastianbergmann/comparator.git",
    1829                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
    1830             },
    1831             "dist": {
    1832                 "type": "zip",
    1833                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
    1834                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
     1813                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d"
     1814            },
     1815            "dist": {
     1816                "type": "zip",
     1817                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d",
     1818                "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d",
    18351819                "shasum": ""
    18361820            },
     
    18851869            "support": {
    18861870                "issues": "https://github.com/sebastianbergmann/comparator/issues",
    1887                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
     1871                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10"
    18881872            },
    18891873            "funding": [
     
    18911875                    "url": "https://github.com/sebastianbergmann",
    18921876                    "type": "github"
    1893                 }
    1894             ],
    1895             "time": "2022-09-14T12:41:17+00:00"
     1877                },
     1878                {
     1879                    "url": "https://liberapay.com/sebastianbergmann",
     1880                    "type": "liberapay"
     1881                },
     1882                {
     1883                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     1884                    "type": "thanks_dev"
     1885                },
     1886                {
     1887                    "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
     1888                    "type": "tidelift"
     1889                }
     1890            ],
     1891            "time": "2026-01-24T09:22:56+00:00"
    18961892        },
    18971893        {
     
    20832079        {
    20842080            "name": "sebastian/exporter",
    2085             "version": "4.0.6",
     2081            "version": "4.0.8",
    20862082            "source": {
    20872083                "type": "git",
    20882084                "url": "https://github.com/sebastianbergmann/exporter.git",
    2089                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
    2090             },
    2091             "dist": {
    2092                 "type": "zip",
    2093                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
    2094                 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
     2085                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c"
     2086            },
     2087            "dist": {
     2088                "type": "zip",
     2089                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c",
     2090                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c",
    20952091                "shasum": ""
    20962092            },
     
    21482144            "support": {
    21492145                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    2150                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
     2146                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.8"
    21512147            },
    21522148            "funding": [
     
    21542150                    "url": "https://github.com/sebastianbergmann",
    21552151                    "type": "github"
    2156                 }
    2157             ],
    2158             "time": "2024-03-02T06:33:00+00:00"
     2152                },
     2153                {
     2154                    "url": "https://liberapay.com/sebastianbergmann",
     2155                    "type": "liberapay"
     2156                },
     2157                {
     2158                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     2159                    "type": "thanks_dev"
     2160                },
     2161                {
     2162                    "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
     2163                    "type": "tidelift"
     2164                }
     2165            ],
     2166            "time": "2025-09-24T06:03:27+00:00"
    21592167        },
    21602168        {
    21612169            "name": "sebastian/global-state",
    2162             "version": "5.0.7",
     2170            "version": "5.0.8",
    21632171            "source": {
    21642172                "type": "git",
    21652173                "url": "https://github.com/sebastianbergmann/global-state.git",
    2166                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
    2167             },
    2168             "dist": {
    2169                 "type": "zip",
    2170                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
    2171                 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
     2174                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6"
     2175            },
     2176            "dist": {
     2177                "type": "zip",
     2178                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
     2179                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
    21722180                "shasum": ""
    21732181            },
     
    22122220            "support": {
    22132221                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    2214                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
     2222                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8"
    22152223            },
    22162224            "funding": [
     
    22182226                    "url": "https://github.com/sebastianbergmann",
    22192227                    "type": "github"
    2220                 }
    2221             ],
    2222             "time": "2024-03-02T06:35:11+00:00"
     2228                },
     2229                {
     2230                    "url": "https://liberapay.com/sebastianbergmann",
     2231                    "type": "liberapay"
     2232                },
     2233                {
     2234                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     2235                    "type": "thanks_dev"
     2236                },
     2237                {
     2238                    "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
     2239                    "type": "tidelift"
     2240                }
     2241            ],
     2242            "time": "2025-08-10T07:10:35+00:00"
    22232243        },
    22242244        {
     
    23932413        {
    23942414            "name": "sebastian/recursion-context",
    2395             "version": "4.0.5",
     2415            "version": "4.0.6",
    23962416            "source": {
    23972417                "type": "git",
    23982418                "url": "https://github.com/sebastianbergmann/recursion-context.git",
    2399                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
    2400             },
    2401             "dist": {
    2402                 "type": "zip",
    2403                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
    2404                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
     2419                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0"
     2420            },
     2421            "dist": {
     2422                "type": "zip",
     2423                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0",
     2424                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0",
    24052425                "shasum": ""
    24062426            },
     
    24442464            "support": {
    24452465                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
    2446                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
     2466                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.6"
    24472467            },
    24482468            "funding": [
     
    24502470                    "url": "https://github.com/sebastianbergmann",
    24512471                    "type": "github"
    2452                 }
    2453             ],
    2454             "time": "2023-02-03T06:07:39+00:00"
     2472                },
     2473                {
     2474                    "url": "https://liberapay.com/sebastianbergmann",
     2475                    "type": "liberapay"
     2476                },
     2477                {
     2478                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
     2479                    "type": "thanks_dev"
     2480                },
     2481                {
     2482                    "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
     2483                    "type": "tidelift"
     2484                }
     2485            ],
     2486            "time": "2025-08-10T06:57:39+00:00"
    24552487        },
    24562488        {
     
    26192651        {
    26202652            "name": "squizlabs/php_codesniffer",
    2621             "version": "3.12.0",
     2653            "version": "3.13.5",
    26222654            "source": {
    26232655                "type": "git",
    26242656                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    2625                 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630"
    2626             },
    2627             "dist": {
    2628                 "type": "zip",
    2629                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630",
    2630                 "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630",
     2657                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
     2658            },
     2659            "dist": {
     2660                "type": "zip",
     2661                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
     2662                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
    26312663                "shasum": ""
    26322664            },
     
    26452677            ],
    26462678            "type": "library",
    2647             "extra": {
    2648                 "branch-alias": {
    2649                     "dev-master": "3.x-dev"
    2650                 }
    2651             },
    26522679            "notification-url": "https://packagist.org/downloads/",
    26532680            "license": [
     
    26992726                }
    27002727            ],
    2701             "time": "2025-03-18T05:04:51+00:00"
     2728            "time": "2025-11-04T16:30:35+00:00"
    27022729        },
    27032730        {
    27042731            "name": "symfony/console",
    2705             "version": "v6.4.17",
     2732            "version": "v5.4.47",
    27062733            "source": {
    27072734                "type": "git",
    27082735                "url": "https://github.com/symfony/console.git",
    2709                 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04"
    2710             },
    2711             "dist": {
    2712                 "type": "zip",
    2713                 "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04",
    2714                 "reference": "799445db3f15768ecc382ac5699e6da0520a0a04",
    2715                 "shasum": ""
    2716             },
    2717             "require": {
    2718                 "php": ">=8.1",
    2719                 "symfony/deprecation-contracts": "^2.5|^3",
     2736                "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
     2737            },
     2738            "dist": {
     2739                "type": "zip",
     2740                "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
     2741                "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
     2742                "shasum": ""
     2743            },
     2744            "require": {
     2745                "php": ">=7.2.5",
     2746                "symfony/deprecation-contracts": "^2.1|^3",
    27202747                "symfony/polyfill-mbstring": "~1.0",
    2721                 "symfony/service-contracts": "^2.5|^3",
    2722                 "symfony/string": "^5.4|^6.0|^7.0"
     2748                "symfony/polyfill-php73": "^1.9",
     2749                "symfony/polyfill-php80": "^1.16",
     2750                "symfony/service-contracts": "^1.1|^2|^3",
     2751                "symfony/string": "^5.1|^6.0"
    27232752            },
    27242753            "conflict": {
    2725                 "symfony/dependency-injection": "<5.4",
    2726                 "symfony/dotenv": "<5.4",
    2727                 "symfony/event-dispatcher": "<5.4",
    2728                 "symfony/lock": "<5.4",
    2729                 "symfony/process": "<5.4"
     2754                "psr/log": ">=3",
     2755                "symfony/dependency-injection": "<4.4",
     2756                "symfony/dotenv": "<5.1",
     2757                "symfony/event-dispatcher": "<4.4",
     2758                "symfony/lock": "<4.4",
     2759                "symfony/process": "<4.4"
    27302760            },
    27312761            "provide": {
    2732                 "psr/log-implementation": "1.0|2.0|3.0"
     2762                "psr/log-implementation": "1.0|2.0"
    27332763            },
    27342764            "require-dev": {
    2735                 "psr/log": "^1|^2|^3",
    2736                 "symfony/config": "^5.4|^6.0|^7.0",
    2737                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
    2738                 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
    2739                 "symfony/http-foundation": "^6.4|^7.0",
    2740                 "symfony/http-kernel": "^6.4|^7.0",
    2741                 "symfony/lock": "^5.4|^6.0|^7.0",
    2742                 "symfony/messenger": "^5.4|^6.0|^7.0",
    2743                 "symfony/process": "^5.4|^6.0|^7.0",
    2744                 "symfony/stopwatch": "^5.4|^6.0|^7.0",
    2745                 "symfony/var-dumper": "^5.4|^6.0|^7.0"
     2765                "psr/log": "^1|^2",
     2766                "symfony/config": "^4.4|^5.0|^6.0",
     2767                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
     2768                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
     2769                "symfony/lock": "^4.4|^5.0|^6.0",
     2770                "symfony/process": "^4.4|^5.0|^6.0",
     2771                "symfony/var-dumper": "^4.4|^5.0|^6.0"
     2772            },
     2773            "suggest": {
     2774                "psr/log": "For using the console logger",
     2775                "symfony/event-dispatcher": "",
     2776                "symfony/lock": "",
     2777                "symfony/process": ""
    27462778            },
    27472779            "type": "library",
     
    27772809            ],
    27782810            "support": {
    2779                 "source": "https://github.com/symfony/console/tree/v6.4.17"
     2811                "source": "https://github.com/symfony/console/tree/v5.4.47"
    27802812            },
    27812813            "funding": [
     
    27932825                }
    27942826            ],
    2795             "time": "2024-12-07T12:07:30+00:00"
     2827            "time": "2024-11-06T11:30:55+00:00"
    27962828        },
    27972829        {
    27982830            "name": "symfony/deprecation-contracts",
    2799             "version": "v3.5.1",
     2831            "version": "v2.5.4",
    28002832            "source": {
    28012833                "type": "git",
    28022834                "url": "https://github.com/symfony/deprecation-contracts.git",
    2803                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
    2804             },
    2805             "dist": {
    2806                 "type": "zip",
    2807                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
    2808                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
    2809                 "shasum": ""
    2810             },
    2811             "require": {
    2812                 "php": ">=8.1"
     2835                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
     2836            },
     2837            "dist": {
     2838                "type": "zip",
     2839                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
     2840                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
     2841                "shasum": ""
     2842            },
     2843            "require": {
     2844                "php": ">=7.1"
    28132845            },
    28142846            "type": "library",
     
    28192851                },
    28202852                "branch-alias": {
    2821                     "dev-main": "3.5-dev"
     2853                    "dev-main": "2.5-dev"
    28222854                }
    28232855            },
     
    28442876            "homepage": "https://symfony.com",
    28452877            "support": {
    2846                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
     2878                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
    28472879            },
    28482880            "funding": [
     
    28602892                }
    28612893            ],
    2862             "time": "2024-09-25T14:20:29+00:00"
     2894            "time": "2024-09-25T14:11:13+00:00"
     2895        },
     2896        {
     2897            "name": "symfony/finder",
     2898            "version": "v2.8.52",
     2899            "source": {
     2900                "type": "git",
     2901                "url": "https://github.com/symfony/finder.git",
     2902                "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
     2903            },
     2904            "dist": {
     2905                "type": "zip",
     2906                "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
     2907                "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
     2908                "shasum": ""
     2909            },
     2910            "require": {
     2911                "php": ">=5.3.9"
     2912            },
     2913            "type": "library",
     2914            "extra": {
     2915                "branch-alias": {
     2916                    "dev-master": "2.8-dev"
     2917                }
     2918            },
     2919            "autoload": {
     2920                "psr-4": {
     2921                    "Symfony\\Component\\Finder\\": ""
     2922                },
     2923                "exclude-from-classmap": [
     2924                    "/Tests/"
     2925                ]
     2926            },
     2927            "notification-url": "https://packagist.org/downloads/",
     2928            "license": [
     2929                "MIT"
     2930            ],
     2931            "authors": [
     2932                {
     2933                    "name": "Fabien Potencier",
     2934                    "email": "fabien@symfony.com"
     2935                },
     2936                {
     2937                    "name": "Symfony Community",
     2938                    "homepage": "https://symfony.com/contributors"
     2939                }
     2940            ],
     2941            "description": "Symfony Finder Component",
     2942            "homepage": "https://symfony.com",
     2943            "support": {
     2944                "source": "https://github.com/symfony/finder/tree/v2.8.50"
     2945            },
     2946            "time": "2018-11-11T11:18:13+00:00"
    28632947        },
    28642948        {
    28652949            "name": "symfony/polyfill-ctype",
    2866             "version": "v1.31.0",
     2950            "version": "v1.33.0",
    28672951            "source": {
    28682952                "type": "git",
     
    29233007            ],
    29243008            "support": {
    2925                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
     3009                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
    29263010            },
    29273011            "funding": [
     
    29353019                },
    29363020                {
     3021                    "url": "https://github.com/nicolas-grekas",
     3022                    "type": "github"
     3023                },
     3024                {
    29373025                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    29383026                    "type": "tidelift"
     
    29433031        {
    29443032            "name": "symfony/polyfill-intl-grapheme",
    2945             "version": "v1.31.0",
     3033            "version": "v1.33.0",
    29463034            "source": {
    29473035                "type": "git",
    29483036                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    2949                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
    2950             },
    2951             "dist": {
    2952                 "type": "zip",
    2953                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
    2954                 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
     3037                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
     3038            },
     3039            "dist": {
     3040                "type": "zip",
     3041                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
     3042                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
    29553043                "shasum": ""
    29563044            },
     
    30013089            ],
    30023090            "support": {
    3003                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
     3091                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
    30043092            },
    30053093            "funding": [
     
    30133101                },
    30143102                {
     3103                    "url": "https://github.com/nicolas-grekas",
     3104                    "type": "github"
     3105                },
     3106                {
    30153107                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    30163108                    "type": "tidelift"
    30173109                }
    30183110            ],
    3019             "time": "2024-09-09T11:45:10+00:00"
     3111            "time": "2025-06-27T09:58:17+00:00"
    30203112        },
    30213113        {
    30223114            "name": "symfony/polyfill-intl-normalizer",
    3023             "version": "v1.31.0",
     3115            "version": "v1.33.0",
    30243116            "source": {
    30253117                "type": "git",
     
    30823174            ],
    30833175            "support": {
    3084                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
     3176                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
    30853177            },
    30863178            "funding": [
     
    30943186                },
    30953187                {
     3188                    "url": "https://github.com/nicolas-grekas",
     3189                    "type": "github"
     3190                },
     3191                {
    30963192                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    30973193                    "type": "tidelift"
     
    31023198        {
    31033199            "name": "symfony/polyfill-mbstring",
    3104             "version": "v1.31.0",
     3200            "version": "v1.33.0",
    31053201            "source": {
    31063202                "type": "git",
    31073203                "url": "https://github.com/symfony/polyfill-mbstring.git",
    3108                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
    3109             },
    3110             "dist": {
    3111                 "type": "zip",
    3112                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
    3113                 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
    3114                 "shasum": ""
    3115             },
    3116             "require": {
     3204                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
     3205            },
     3206            "dist": {
     3207                "type": "zip",
     3208                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
     3209                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
     3210                "shasum": ""
     3211            },
     3212            "require": {
     3213                "ext-iconv": "*",
    31173214                "php": ">=7.2"
    31183215            },
     
    31623259            ],
    31633260            "support": {
    3164                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
     3261                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
    31653262            },
    31663263            "funding": [
     
    31743271                },
    31753272                {
     3273                    "url": "https://github.com/nicolas-grekas",
     3274                    "type": "github"
     3275                },
     3276                {
    31763277                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    31773278                    "type": "tidelift"
    31783279                }
    31793280            ],
     3281            "time": "2024-12-23T08:48:59+00:00"
     3282        },
     3283        {
     3284            "name": "symfony/polyfill-php73",
     3285            "version": "v1.33.0",
     3286            "source": {
     3287                "type": "git",
     3288                "url": "https://github.com/symfony/polyfill-php73.git",
     3289                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
     3290            },
     3291            "dist": {
     3292                "type": "zip",
     3293                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
     3294                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
     3295                "shasum": ""
     3296            },
     3297            "require": {
     3298                "php": ">=7.2"
     3299            },
     3300            "type": "library",
     3301            "extra": {
     3302                "thanks": {
     3303                    "url": "https://github.com/symfony/polyfill",
     3304                    "name": "symfony/polyfill"
     3305                }
     3306            },
     3307            "autoload": {
     3308                "files": [
     3309                    "bootstrap.php"
     3310                ],
     3311                "psr-4": {
     3312                    "Symfony\\Polyfill\\Php73\\": ""
     3313                },
     3314                "classmap": [
     3315                    "Resources/stubs"
     3316                ]
     3317            },
     3318            "notification-url": "https://packagist.org/downloads/",
     3319            "license": [
     3320                "MIT"
     3321            ],
     3322            "authors": [
     3323                {
     3324                    "name": "Nicolas Grekas",
     3325                    "email": "p@tchwork.com"
     3326                },
     3327                {
     3328                    "name": "Symfony Community",
     3329                    "homepage": "https://symfony.com/contributors"
     3330                }
     3331            ],
     3332            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
     3333            "homepage": "https://symfony.com",
     3334            "keywords": [
     3335                "compatibility",
     3336                "polyfill",
     3337                "portable",
     3338                "shim"
     3339            ],
     3340            "support": {
     3341                "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"
     3342            },
     3343            "funding": [
     3344                {
     3345                    "url": "https://symfony.com/sponsor",
     3346                    "type": "custom"
     3347                },
     3348                {
     3349                    "url": "https://github.com/fabpot",
     3350                    "type": "github"
     3351                },
     3352                {
     3353                    "url": "https://github.com/nicolas-grekas",
     3354                    "type": "github"
     3355                },
     3356                {
     3357                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     3358                    "type": "tidelift"
     3359                }
     3360            ],
    31803361            "time": "2024-09-09T11:45:10+00:00"
    31813362        },
    31823363        {
     3364            "name": "symfony/polyfill-php80",
     3365            "version": "v1.33.0",
     3366            "source": {
     3367                "type": "git",
     3368                "url": "https://github.com/symfony/polyfill-php80.git",
     3369                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
     3370            },
     3371            "dist": {
     3372                "type": "zip",
     3373                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
     3374                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
     3375                "shasum": ""
     3376            },
     3377            "require": {
     3378                "php": ">=7.2"
     3379            },
     3380            "type": "library",
     3381            "extra": {
     3382                "thanks": {
     3383                    "url": "https://github.com/symfony/polyfill",
     3384                    "name": "symfony/polyfill"
     3385                }
     3386            },
     3387            "autoload": {
     3388                "files": [
     3389                    "bootstrap.php"
     3390                ],
     3391                "psr-4": {
     3392                    "Symfony\\Polyfill\\Php80\\": ""
     3393                },
     3394                "classmap": [
     3395                    "Resources/stubs"
     3396                ]
     3397            },
     3398            "notification-url": "https://packagist.org/downloads/",
     3399            "license": [
     3400                "MIT"
     3401            ],
     3402            "authors": [
     3403                {
     3404                    "name": "Ion Bazan",
     3405                    "email": "ion.bazan@gmail.com"
     3406                },
     3407                {
     3408                    "name": "Nicolas Grekas",
     3409                    "email": "p@tchwork.com"
     3410                },
     3411                {
     3412                    "name": "Symfony Community",
     3413                    "homepage": "https://symfony.com/contributors"
     3414                }
     3415            ],
     3416            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
     3417            "homepage": "https://symfony.com",
     3418            "keywords": [
     3419                "compatibility",
     3420                "polyfill",
     3421                "portable",
     3422                "shim"
     3423            ],
     3424            "support": {
     3425                "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
     3426            },
     3427            "funding": [
     3428                {
     3429                    "url": "https://symfony.com/sponsor",
     3430                    "type": "custom"
     3431                },
     3432                {
     3433                    "url": "https://github.com/fabpot",
     3434                    "type": "github"
     3435                },
     3436                {
     3437                    "url": "https://github.com/nicolas-grekas",
     3438                    "type": "github"
     3439                },
     3440                {
     3441                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     3442                    "type": "tidelift"
     3443                }
     3444            ],
     3445            "time": "2025-01-02T08:10:11+00:00"
     3446        },
     3447        {
    31833448            "name": "symfony/service-contracts",
    3184             "version": "v3.5.1",
     3449            "version": "v2.5.4",
    31853450            "source": {
    31863451                "type": "git",
    31873452                "url": "https://github.com/symfony/service-contracts.git",
    3188                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
    3189             },
    3190             "dist": {
    3191                 "type": "zip",
    3192                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
    3193                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
    3194                 "shasum": ""
    3195             },
    3196             "require": {
    3197                 "php": ">=8.1",
    3198                 "psr/container": "^1.1|^2.0",
    3199                 "symfony/deprecation-contracts": "^2.5|^3"
     3453                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
     3454            },
     3455            "dist": {
     3456                "type": "zip",
     3457                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
     3458                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
     3459                "shasum": ""
     3460            },
     3461            "require": {
     3462                "php": ">=7.2.5",
     3463                "psr/container": "^1.1",
     3464                "symfony/deprecation-contracts": "^2.1|^3"
    32003465            },
    32013466            "conflict": {
    32023467                "ext-psr": "<1.1|>=2"
     3468            },
     3469            "suggest": {
     3470                "symfony/service-implementation": ""
    32033471            },
    32043472            "type": "library",
     
    32093477                },
    32103478                "branch-alias": {
    3211                     "dev-main": "3.5-dev"
     3479                    "dev-main": "2.5-dev"
    32123480                }
    32133481            },
     
    32153483                "psr-4": {
    32163484                    "Symfony\\Contracts\\Service\\": ""
    3217                 },
    3218                 "exclude-from-classmap": [
    3219                     "/Test/"
    3220                 ]
     3485                }
    32213486            },
    32223487            "notification-url": "https://packagist.org/downloads/",
     
    32453510            ],
    32463511            "support": {
    3247                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
     3512                "source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
    32483513            },
    32493514            "funding": [
     
    32613526                }
    32623527            ],
    3263             "time": "2024-09-25T14:20:29+00:00"
     3528            "time": "2024-09-25T14:11:13+00:00"
    32643529        },
    32653530        {
    32663531            "name": "symfony/string",
    3267             "version": "v6.4.15",
     3532            "version": "v5.4.47",
    32683533            "source": {
    32693534                "type": "git",
    32703535                "url": "https://github.com/symfony/string.git",
    3271                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
    3272             },
    3273             "dist": {
    3274                 "type": "zip",
    3275                 "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
    3276                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
    3277                 "shasum": ""
    3278             },
    3279             "require": {
    3280                 "php": ">=8.1",
     3536                "reference": "136ca7d72f72b599f2631aca474a4f8e26719799"
     3537            },
     3538            "dist": {
     3539                "type": "zip",
     3540                "url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799",
     3541                "reference": "136ca7d72f72b599f2631aca474a4f8e26719799",
     3542                "shasum": ""
     3543            },
     3544            "require": {
     3545                "php": ">=7.2.5",
    32813546                "symfony/polyfill-ctype": "~1.8",
    32823547                "symfony/polyfill-intl-grapheme": "~1.0",
    32833548                "symfony/polyfill-intl-normalizer": "~1.0",
    3284                 "symfony/polyfill-mbstring": "~1.0"
     3549                "symfony/polyfill-mbstring": "~1.0",
     3550                "symfony/polyfill-php80": "~1.15"
    32853551            },
    32863552            "conflict": {
    3287                 "symfony/translation-contracts": "<2.5"
     3553                "symfony/translation-contracts": ">=3.0"
    32883554            },
    32893555            "require-dev": {
    3290                 "symfony/error-handler": "^5.4|^6.0|^7.0",
    3291                 "symfony/http-client": "^5.4|^6.0|^7.0",
    3292                 "symfony/intl": "^6.2|^7.0",
    3293                 "symfony/translation-contracts": "^2.5|^3.0",
    3294                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
     3556                "symfony/error-handler": "^4.4|^5.0|^6.0",
     3557                "symfony/http-client": "^4.4|^5.0|^6.0",
     3558                "symfony/translation-contracts": "^1.1|^2",
     3559                "symfony/var-exporter": "^4.4|^5.0|^6.0"
    32953560            },
    32963561            "type": "library",
     
    33313596            ],
    33323597            "support": {
    3333                 "source": "https://github.com/symfony/string/tree/v6.4.15"
     3598                "source": "https://github.com/symfony/string/tree/v5.4.47"
    33343599            },
    33353600            "funding": [
     
    33473612                }
    33483613            ],
    3349             "time": "2024-11-13T13:31:12+00:00"
     3614            "time": "2024-11-10T20:33:58+00:00"
    33503615        },
    33513616        {
    33523617            "name": "symfony/yaml",
    3353             "version": "v6.4.18",
     3618            "version": "v5.4.45",
    33543619            "source": {
    33553620                "type": "git",
    33563621                "url": "https://github.com/symfony/yaml.git",
    3357                 "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5"
    3358             },
    3359             "dist": {
    3360                 "type": "zip",
    3361                 "url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5",
    3362                 "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5",
    3363                 "shasum": ""
    3364             },
    3365             "require": {
    3366                 "php": ">=8.1",
    3367                 "symfony/deprecation-contracts": "^2.5|^3",
     3622                "reference": "a454d47278cc16a5db371fe73ae66a78a633371e"
     3623            },
     3624            "dist": {
     3625                "type": "zip",
     3626                "url": "https://api.github.com/repos/symfony/yaml/zipball/a454d47278cc16a5db371fe73ae66a78a633371e",
     3627                "reference": "a454d47278cc16a5db371fe73ae66a78a633371e",
     3628                "shasum": ""
     3629            },
     3630            "require": {
     3631                "php": ">=7.2.5",
     3632                "symfony/deprecation-contracts": "^2.1|^3",
    33683633                "symfony/polyfill-ctype": "^1.8"
    33693634            },
    33703635            "conflict": {
    3371                 "symfony/console": "<5.4"
     3636                "symfony/console": "<5.3"
    33723637            },
    33733638            "require-dev": {
    3374                 "symfony/console": "^5.4|^6.0|^7.0"
     3639                "symfony/console": "^5.3|^6.0"
     3640            },
     3641            "suggest": {
     3642                "symfony/console": "For validating YAML files using the lint command"
    33753643            },
    33763644            "bin": [
     
    34033671            "homepage": "https://symfony.com",
    34043672            "support": {
    3405                 "source": "https://github.com/symfony/yaml/tree/v6.4.18"
     3673                "source": "https://github.com/symfony/yaml/tree/v5.4.45"
    34063674            },
    34073675            "funding": [
     
    34193687                }
    34203688            ],
    3421             "time": "2025-01-07T09:44:41+00:00"
     3689            "time": "2024-09-25T14:11:13+00:00"
    34223690        },
    34233691        {
    34243692            "name": "theseer/tokenizer",
    3425             "version": "1.2.3",
     3693            "version": "1.3.1",
    34263694            "source": {
    34273695                "type": "git",
    34283696                "url": "https://github.com/theseer/tokenizer.git",
    3429                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
    3430             },
    3431             "dist": {
    3432                 "type": "zip",
    3433                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
    3434                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
     3697                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
     3698            },
     3699            "dist": {
     3700                "type": "zip",
     3701                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
     3702                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
    34353703                "shasum": ""
    34363704            },
     
    34613729            "support": {
    34623730                "issues": "https://github.com/theseer/tokenizer/issues",
    3463                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
     3731                "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
    34643732            },
    34653733            "funding": [
     
    34693737                }
    34703738            ],
    3471             "time": "2024-03-03T12:36:25+00:00"
     3739            "time": "2025-11-17T20:03:58+00:00"
    34723740        },
    34733741        {
    34743742            "name": "wp-coding-standards/wpcs",
    3475             "version": "3.1.0",
     3743            "version": "3.3.0",
    34763744            "source": {
    34773745                "type": "git",
    34783746                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    3479                 "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7"
    3480             },
    3481             "dist": {
    3482                 "type": "zip",
    3483                 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7",
    3484                 "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7",
     3747                "reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6"
     3748            },
     3749            "dist": {
     3750                "type": "zip",
     3751                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
     3752                "reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
    34853753                "shasum": ""
    34863754            },
     
    34903758                "ext-tokenizer": "*",
    34913759                "ext-xmlreader": "*",
    3492                 "php": ">=5.4",
    3493                 "phpcsstandards/phpcsextra": "^1.2.1",
    3494                 "phpcsstandards/phpcsutils": "^1.0.10",
    3495                 "squizlabs/php_codesniffer": "^3.9.0"
     3760                "php": ">=7.2",
     3761                "phpcsstandards/phpcsextra": "^1.5.0",
     3762                "phpcsstandards/phpcsutils": "^1.1.0",
     3763                "squizlabs/php_codesniffer": "^3.13.4"
    34963764            },
    34973765            "require-dev": {
    34983766                "php-parallel-lint/php-console-highlighter": "^1.0.0",
    3499                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
    3500                 "phpcompatibility/php-compatibility": "^9.0",
     3767                "php-parallel-lint/php-parallel-lint": "^1.4.0",
     3768                "phpcompatibility/php-compatibility": "^10.0.0@dev",
    35013769                "phpcsstandards/phpcsdevtools": "^1.2.0",
    3502                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
     3770                "phpunit/phpunit": "^8.0 || ^9.0"
    35033771            },
    35043772            "suggest": {
     
    35353803                }
    35363804            ],
    3537             "time": "2024-03-25T16:39:00+00:00"
     3805            "time": "2025-11-25T12:08:04+00:00"
    35383806        }
    35393807    ],
     
    35463814    "prefer-stable": true,
    35473815    "prefer-lowest": false,
    3548     "platform": {},
     3816    "platform": {
     3817        "php": ">=7.4"
     3818    },
    35493819    "platform-dev": {},
    3550     "plugin-api-version": "2.6.0"
     3820    "platform-overrides": {
     3821        "php": "7.4"
     3822    },
     3823    "plugin-api-version": "2.9.0"
    35513824}
  • official-facebook-pixel/trunk/css/admin.css

    r3235428 r3485870  
    1212
    1313.fb-adv-conf {
    14     top: 540px;
     14    top: 595px;
    1515    position: absolute;
    1616    left: 20px;
     17    padding-top: 15px;
     18    border-top: 1px solid #ccc;
    1719    display: none;
    1820}
  • official-facebook-pixel/trunk/facebook-for-wordpress.php

    r3344641 r3485870  
    77 * Author: Facebook
    88 * Author URI: https://www.facebook.com/
    9  * Version: 4.1.5
     9 * Version: 5.0.0
    1010 * Text Domain: official-facebook-pixel
    1111 *
     
    7373
    7474    private static function update_db_for_wpcom() {
    75         if ( false !== get_option( 'is_wordpress_com_hosted' ) ) {
    76             return;
    77         }
    78 
    7975        if ( false !== get_transient( 'facebook_wpcom_check' ) ) {
    8076            return;
    8177        }
    8278
    83         set_transient( 'facebook_wpcom_check', 1, HOUR_IN_SECONDS );
    84 
    8579        $is_wp_com_hosted = FacebookWordpressOptions::is_wordpress_com_hosted();
    8680
    8781        update_option( 'is_wordpress_com_hosted', $is_wp_com_hosted );
     82        set_transient( 'facebook_wpcom_check', 1, WEEK_IN_SECONDS );
    8883    }
    8984
  • official-facebook-pixel/trunk/js/settings_page.js

    r3235428 r3485870  
    3232    jQuery("#fb-adv-conf").hide();
    3333} else {
    34     // Set advanced configuration top relative to fbe iframe
    35     setFbAdvConfTop();
    3634    jQuery("#fb-adv-conf").show();
    3735    jQuery("#fb-capi-ef").show();
     
    4745        }
    4846    });
    49     function setFbAdvConfTop() {
    50         var fbeIframeTop = 0;
    51         // Add try catch to handle any error and avoid breaking js
    52         try {
    53             fbeIframeTop = jQuery("#fbe-iframe")[0].getBoundingClientRect().top;
    54         } catch (e) {}
    55 
    56         var fbAdvConfTop = meta_wc_params.fbAdvConfTop + fbeIframeTop;
    57         jQuery("#fb-adv-conf").css({ top: fbAdvConfTop + "px" });
    58     }
    5947
    6048    var enablePageViewFilterCheckBox = document.getElementById("capi-ef");
  • official-facebook-pixel/trunk/readme.txt

    r3344643 r3485870  
    44Requires at least: 5.7
    55Tested up to: 6.8
    6 Requires PHP: 8.1
     6Requires PHP: 7.4
    77Stable tag: 4.1.5
    88License: GPLv2
     
    5252
    5353== 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
     54= 2026-01-15 version 5.0.0 =
     55- Optimize source detection, by @ukilla, in #115
     56- Add the proper email to pixel init code, instead of admin email, by @rishijd in #114
     57- Improve error logging, by @shkabo in #116
     58- Fix Admin style that caused Advanced config overlap with CAPI Test header, by @rishijd in #120
     59- Remove SDK as a dependency to add PHP 7.4 support, by @rishijd in #118
     60- BizSDK clean up, Phase 2, by @rishijd in #123
    5761
    58 = 2025-06-19 version 4.1.4 =
    59 * Fixed an issue with uncategorized products
    60 * Minor improvements to the overall functionality
    61 
    62 = 2025-04-23 version 4.1.3 =
    63 * Added the OB script to the same block as Pixel init
    64 * Minor improvements to the plugin's overall functionality
    65 * Added a template for PRs
    66 
    67 = 2025-03-20 version 4.1.2 =
    68 * Add back CORS headers on the openbridge calls
    69 * Updated the wordpress.org directory tags
    70 
    71 = 2025-02-06 version 4.1.1 =
    72 * Fix an issue that caused fatal error when upgrading to 4.1.0
     62[See changelog for all versions](https://raw.githubusercontent.com/facebookincubator/Facebook-Pixel-for-Wordpress/refs/heads/main/changelog.txt).
    7363
    7464== Upgrade Notice ==
    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.
     65By upgrading to latest version you will have support for PHP7.4, and are unblocked to upgrade from 3.x versions.
Note: See TracChangeset for help on using the changeset viewer.