Plugin Directory

Changeset 3111596


Ignore:
Timestamp:
07/03/2024 10:23:28 AM (21 months ago)
Author:
captchaeu
Message:

Update to version v1.0.34 from GitLab (http://gitlab.krone.at/CAPTCHA/wp-plugin; http://gitlab.krone.at/CAPTCHA/wp-plugin/-/jobs/439809)

Location:
captcha-eu
Files:
4 added
4 deleted
30 edited
1 copied

Legend:

Unmodified
Added
Removed
  • captcha-eu/tags/v1.0.34/composer.lock

    r3102608 r3111596  
    747747        {
    748748            "name": "friendsofphp/php-cs-fixer",
    749             "version": "v3.58.1",
     749            "version": "v3.59.3",
    750750            "source": {
    751751                "type": "git",
    752752                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
    753                 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff"
    754             },
    755             "dist": {
    756                 "type": "zip",
    757                 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/04e9424025677a86914b9a4944dbbf4060bb0aff",
    758                 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff",
     753                "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29"
     754            },
     755            "dist": {
     756                "type": "zip",
     757                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
     758                "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
    759759                "shasum": ""
    760760            },
     
    786786            },
    787787            "require-dev": {
    788                 "facile-it/paraunit": "^1.3 || ^2.0",
    789                 "infection/infection": "^0.27.11",
     788                "facile-it/paraunit": "^1.3 || ^2.3",
     789                "infection/infection": "^0.29.5",
    790790                "justinrainbow/json-schema": "^5.2",
    791791                "keradus/cli-executor": "^2.1",
     
    793793                "php-coveralls/php-coveralls": "^2.7",
    794794                "php-cs-fixer/accessible-object": "^1.1",
    795                 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
    796                 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
    797                 "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
     795                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
     796                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
     797                "phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
    798798                "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
    799799                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
     
    810810                "psr-4": {
    811811                    "PhpCsFixer\\": "src/"
    812                 }
     812                },
     813                "exclude-from-classmap": [
     814                    "src/Fixer/Internal/*"
     815                ]
    813816            },
    814817            "notification-url": "https://packagist.org/downloads/",
     
    835838            "support": {
    836839                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
    837                 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.58.1"
     840                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.59.3"
    838841            },
    839842            "funding": [
     
    843846                }
    844847            ],
    845             "time": "2024-05-29T16:39:07+00:00"
     848            "time": "2024-06-16T14:17:03+00:00"
    846849        },
    847850        {
     
    13931396        {
    13941397            "name": "nikic/php-parser",
    1395             "version": "v5.0.2",
     1398            "version": "v5.1.0",
    13961399            "source": {
    13971400                "type": "git",
    13981401                "url": "https://github.com/nikic/PHP-Parser.git",
    1399                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
    1400             },
    1401             "dist": {
    1402                 "type": "zip",
    1403                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
    1404                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
     1402                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
     1403            },
     1404            "dist": {
     1405                "type": "zip",
     1406                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
     1407                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
    14051408                "shasum": ""
    14061409            },
     
    14131416            "require-dev": {
    14141417                "ircmaxell/php-yacc": "^0.0.7",
    1415                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
     1418                "phpunit/phpunit": "^9.0"
    14161419            },
    14171420            "bin": [
     
    14451448            "support": {
    14461449                "issues": "https://github.com/nikic/PHP-Parser/issues",
    1447                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
    1448             },
    1449             "time": "2024-03-05T20:51:40+00:00"
     1450                "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
     1451            },
     1452            "time": "2024-07-01T20:03:41+00:00"
    14501453        },
    14511454        {
     
    40794082        {
    40804083            "name": "symfony/console",
    4081             "version": "v5.4.40",
     4084            "version": "v5.4.41",
    40824085            "source": {
    40834086                "type": "git",
    40844087                "url": "https://github.com/symfony/console.git",
    4085                 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd"
    4086             },
    4087             "dist": {
    4088                 "type": "zip",
    4089                 "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd",
    4090                 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd",
     4088                "reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba"
     4089            },
     4090            "dist": {
     4091                "type": "zip",
     4092                "url": "https://api.github.com/repos/symfony/console/zipball/6473d441a913cb997123b59ff2dbe3d1cf9e11ba",
     4093                "reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba",
    40914094                "shasum": ""
    40924095            },
     
    41584161            ],
    41594162            "support": {
    4160                 "source": "https://github.com/symfony/console/tree/v5.4.40"
     4163                "source": "https://github.com/symfony/console/tree/v5.4.41"
    41614164            },
    41624165            "funding": [
     
    41744177                }
    41754178            ],
    4176             "time": "2024-05-31T14:33:22+00:00"
     4179            "time": "2024-06-28T07:48:55+00:00"
    41774180        },
    41784181        {
     
    44094412        {
    44104413            "name": "symfony/filesystem",
    4411             "version": "v5.4.40",
     4414            "version": "v5.4.41",
    44124415            "source": {
    44134416                "type": "git",
    44144417                "url": "https://github.com/symfony/filesystem.git",
    4415                 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995"
    4416             },
    4417             "dist": {
    4418                 "type": "zip",
    4419                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995",
    4420                 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995",
     4418                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e"
     4419            },
     4420            "dist": {
     4421                "type": "zip",
     4422                "url": "https://api.github.com/repos/symfony/filesystem/zipball/6d29dd9340b372fa603f04e6df4dd76bb808591e",
     4423                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e",
    44214424                "shasum": ""
    44224425            },
     
    44564459            "homepage": "https://symfony.com",
    44574460            "support": {
    4458                 "source": "https://github.com/symfony/filesystem/tree/v5.4.40"
     4461                "source": "https://github.com/symfony/filesystem/tree/v5.4.41"
    44594462            },
    44604463            "funding": [
     
    44724475                }
    44734476            ],
    4474             "time": "2024-05-31T14:33:22+00:00"
     4477            "time": "2024-06-28T09:36:24+00:00"
    44754478        },
    44764479        {
     
    46084611        {
    46094612            "name": "symfony/polyfill-ctype",
    4610             "version": "v1.29.0",
     4613            "version": "v1.30.0",
    46114614            "source": {
    46124615                "type": "git",
    46134616                "url": "https://github.com/symfony/polyfill-ctype.git",
    4614                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
    4615             },
    4616             "dist": {
    4617                 "type": "zip",
    4618                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
    4619                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
     4617                "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
     4618            },
     4619            "dist": {
     4620                "type": "zip",
     4621                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
     4622                "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
    46204623                "shasum": ""
    46214624            },
     
    46674670            ],
    46684671            "support": {
    4669                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
     4672                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
    46704673            },
    46714674            "funding": [
     
    46834686                }
    46844687            ],
    4685             "time": "2024-01-29T20:11:03+00:00"
     4688            "time": "2024-05-31T15:07:36+00:00"
    46864689        },
    46874690        {
    46884691            "name": "symfony/polyfill-intl-grapheme",
    4689             "version": "v1.29.0",
     4692            "version": "v1.30.0",
    46904693            "source": {
    46914694                "type": "git",
    46924695                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    4693                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
    4694             },
    4695             "dist": {
    4696                 "type": "zip",
    4697                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
    4698                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
     4696                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
     4697            },
     4698            "dist": {
     4699                "type": "zip",
     4700                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
     4701                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
    46994702                "shasum": ""
    47004703            },
     
    47454748            ],
    47464749            "support": {
    4747                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
     4750                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
    47484751            },
    47494752            "funding": [
     
    47614764                }
    47624765            ],
    4763             "time": "2024-01-29T20:11:03+00:00"
     4766            "time": "2024-05-31T15:07:36+00:00"
    47644767        },
    47654768        {
    47664769            "name": "symfony/polyfill-intl-normalizer",
    4767             "version": "v1.29.0",
     4770            "version": "v1.30.0",
    47684771            "source": {
    47694772                "type": "git",
    47704773                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
    4771                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
    4772             },
    4773             "dist": {
    4774                 "type": "zip",
    4775                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
    4776                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
     4774                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
     4775            },
     4776            "dist": {
     4777                "type": "zip",
     4778                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
     4779                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
    47774780                "shasum": ""
    47784781            },
     
    48264829            ],
    48274830            "support": {
    4828                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
     4831                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
    48294832            },
    48304833            "funding": [
     
    48424845                }
    48434846            ],
    4844             "time": "2024-01-29T20:11:03+00:00"
     4847            "time": "2024-05-31T15:07:36+00:00"
    48454848        },
    48464849        {
    48474850            "name": "symfony/polyfill-mbstring",
    4848             "version": "v1.29.0",
     4851            "version": "v1.30.0",
    48494852            "source": {
    48504853                "type": "git",
    48514854                "url": "https://github.com/symfony/polyfill-mbstring.git",
    4852                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
    4853             },
    4854             "dist": {
    4855                 "type": "zip",
    4856                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
    4857                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
     4855                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
     4856            },
     4857            "dist": {
     4858                "type": "zip",
     4859                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
     4860                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
    48584861                "shasum": ""
    48594862            },
     
    49064909            ],
    49074910            "support": {
    4908                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
     4911                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
    49094912            },
    49104913            "funding": [
     
    49224925                }
    49234926            ],
    4924             "time": "2024-01-29T20:11:03+00:00"
     4927            "time": "2024-06-19T12:30:46+00:00"
    49254928        },
    49264929        {
    49274930            "name": "symfony/polyfill-php73",
    4928             "version": "v1.29.0",
     4931            "version": "v1.30.0",
    49294932            "source": {
    49304933                "type": "git",
    49314934                "url": "https://github.com/symfony/polyfill-php73.git",
    4932                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
    4933             },
    4934             "dist": {
    4935                 "type": "zip",
    4936                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
    4937                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
     4935                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1"
     4936            },
     4937            "dist": {
     4938                "type": "zip",
     4939                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
     4940                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
    49384941                "shasum": ""
    49394942            },
     
    49824985            ],
    49834986            "support": {
    4984                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
     4987                "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0"
    49854988            },
    49864989            "funding": [
     
    49985001                }
    49995002            ],
    5000             "time": "2024-01-29T20:11:03+00:00"
     5003            "time": "2024-05-31T15:07:36+00:00"
    50015004        },
    50025005        {
    50035006            "name": "symfony/polyfill-php80",
    5004             "version": "v1.29.0",
     5007            "version": "v1.30.0",
    50055008            "source": {
    50065009                "type": "git",
    50075010                "url": "https://github.com/symfony/polyfill-php80.git",
    5008                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
    5009             },
    5010             "dist": {
    5011                 "type": "zip",
    5012                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
    5013                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
     5011                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
     5012            },
     5013            "dist": {
     5014                "type": "zip",
     5015                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
     5016                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
    50145017                "shasum": ""
    50155018            },
     
    50625065            ],
    50635066            "support": {
    5064                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
     5067                "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
    50655068            },
    50665069            "funding": [
     
    50785081                }
    50795082            ],
    5080             "time": "2024-01-29T20:11:03+00:00"
     5083            "time": "2024-05-31T15:07:36+00:00"
    50815084        },
    50825085        {
    50835086            "name": "symfony/polyfill-php81",
    5084             "version": "v1.29.0",
     5087            "version": "v1.30.0",
    50855088            "source": {
    50865089                "type": "git",
    50875090                "url": "https://github.com/symfony/polyfill-php81.git",
    5088                 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
    5089             },
    5090             "dist": {
    5091                 "type": "zip",
    5092                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
    5093                 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
     5091                "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af"
     5092            },
     5093            "dist": {
     5094                "type": "zip",
     5095                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af",
     5096                "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af",
    50945097                "shasum": ""
    50955098            },
     
    51385141            ],
    51395142            "support": {
    5140                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
     5143                "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0"
    51415144            },
    51425145            "funding": [
     
    51545157                }
    51555158            ],
    5156             "time": "2024-01-29T20:11:03+00:00"
     5159            "time": "2024-06-19T12:30:46+00:00"
    51575160        },
    51585161        {
     
    53655368        {
    53665369            "name": "symfony/string",
    5367             "version": "v5.4.40",
     5370            "version": "v5.4.41",
    53685371            "source": {
    53695372                "type": "git",
    53705373                "url": "https://github.com/symfony/string.git",
    5371                 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143"
    5372             },
    5373             "dist": {
    5374                 "type": "zip",
    5375                 "url": "https://api.github.com/repos/symfony/string/zipball/142877285aa974a6f7685e292ab5ba9aae86b143",
    5376                 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143",
     5374                "reference": "065a9611e0b1fd2197a867e1fb7f2238191b7096"
     5375            },
     5376            "dist": {
     5377                "type": "zip",
     5378                "url": "https://api.github.com/repos/symfony/string/zipball/065a9611e0b1fd2197a867e1fb7f2238191b7096",
     5379                "reference": "065a9611e0b1fd2197a867e1fb7f2238191b7096",
    53775380                "shasum": ""
    53785381            },
     
    54315434            ],
    54325435            "support": {
    5433                 "source": "https://github.com/symfony/string/tree/v5.4.40"
     5436                "source": "https://github.com/symfony/string/tree/v5.4.41"
    54345437            },
    54355438            "funding": [
     
    54475450                }
    54485451            ],
    5449             "time": "2024-05-31T14:33:22+00:00"
     5452            "time": "2024-06-28T09:20:55+00:00"
    54505453        },
    54515454        {
  • captcha-eu/tags/v1.0.34/readme.txt

    r3102613 r3111596  
    55Tested up to: 6.5
    66Requires PHP: 7.0
    7 Stable tag: 1.0.33
     7Stable tag: 1.0.34
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
  • captcha-eu/tags/v1.0.34/src/Admin.php

    r3102613 r3111596  
    399399    }
    400400
    401     public function wpcf7_spam($spam, $submission)
     401    public function wpcf7_spam($spam, $submission = null)
    402402    {
    403403        if ($spam) {
  • captcha-eu/tags/v1.0.34/vendor/autoload.php

    r3102613 r3111596  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f::getLoader();
     25return ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c::getLoader();
  • captcha-eu/tags/v1.0.34/vendor/composer/autoload_real.php

    r3102613 r3111596  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f
     5class ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • captcha-eu/tags/v1.0.34/vendor/composer/autoload_static.php

    r3102613 r3111596  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f
     7class ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/info/refs

    r2906145 r3111596  
    1 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe    refs/heads/main
     112fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/heads/main
    22894a0b5c5d34c88b69b097f2aae1439730fa6836    refs/remotes/origin/1.x
    3 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe    refs/remotes/origin/HEAD
     312fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/remotes/origin/HEAD
    44ae32b764a49f24ce34eaffb7a4eb58e5c76f5dec    refs/remotes/origin/gh-pages
    5 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe    refs/remotes/origin/main
     512fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/remotes/origin/main
    6695f7dad5a602507b3c4aeea7bba6d8386394287c    refs/tags/v1.0.0
    77eae5f43226c8a3c7b98887c34287772cf227c275    refs/tags/v1.0.0^{}
     
    7070af93ba6e52236418f07a278033eba6959ee5b983    refs/tags/v2.1.1
    7171c29dc4b93137acb82734f672c37e029dfbd95b35    refs/tags/v2.2.0
     7212fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/tags/v2.3.0
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/logs/HEAD

    r3102613 r3111596  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
    2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 12fb2dfe5e16183de69e784a7b84046c43d97e8e Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     212fb2dfe5e16183de69e784a7b84046c43d97e8e d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/logs/refs/heads/main

    r3102613 r3111596  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 12fb2dfe5e16183de69e784a7b84046c43d97e8e Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD

    r3102613 r3111596  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 12fb2dfe5e16183de69e784a7b84046c43d97e8e Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/objects/info/packs

    r3102613 r3111596  
    1 P pack-1ffbd5ae318e90392a65b9a8f15794b918840c12.pack
     1P pack-57e1d53fdb877d94ead2d6e4e3d66fa35b32f86a.pack
    22
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/packed-refs

    r2906145 r3111596  
    22894a0b5c5d34c88b69b097f2aae1439730fa6836 refs/remotes/origin/1.x
    33ae32b764a49f24ce34eaffb7a4eb58e5c76f5dec refs/remotes/origin/gh-pages
    4 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe refs/remotes/origin/main
     412fb2dfe5e16183de69e784a7b84046c43d97e8e refs/remotes/origin/main
    5595f7dad5a602507b3c4aeea7bba6d8386394287c refs/tags/v1.0.0
    66^eae5f43226c8a3c7b98887c34287772cf227c275
     
    6969af93ba6e52236418f07a278033eba6959ee5b983 refs/tags/v2.1.1
    7070c29dc4b93137acb82734f672c37e029dfbd95b35 refs/tags/v2.2.0
     7112fb2dfe5e16183de69e784a7b84046c43d97e8e refs/tags/v2.3.0
  • captcha-eu/tags/v1.0.34/vendor/composer/installers/.git/refs/heads/main

    r2906145 r3111596  
    1 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe
     112fb2dfe5e16183de69e784a7b84046c43d97e8e
  • captcha-eu/tags/v1.0.34/wp-captcha.php

    r3102613 r3111596  
    44 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers.
    55 * Plugin URI:  https://www.captcha.eu
    6  * Version:     1.0.33
     6 * Version:     1.0.34
    77 * Author:      captchaeu
    88 * Author URI:  https://profiles.wordpress.org/captchaeu/
  • captcha-eu/trunk/composer.lock

    r3102608 r3111596  
    747747        {
    748748            "name": "friendsofphp/php-cs-fixer",
    749             "version": "v3.58.1",
     749            "version": "v3.59.3",
    750750            "source": {
    751751                "type": "git",
    752752                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
    753                 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff"
    754             },
    755             "dist": {
    756                 "type": "zip",
    757                 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/04e9424025677a86914b9a4944dbbf4060bb0aff",
    758                 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff",
     753                "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29"
     754            },
     755            "dist": {
     756                "type": "zip",
     757                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
     758                "reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
    759759                "shasum": ""
    760760            },
     
    786786            },
    787787            "require-dev": {
    788                 "facile-it/paraunit": "^1.3 || ^2.0",
    789                 "infection/infection": "^0.27.11",
     788                "facile-it/paraunit": "^1.3 || ^2.3",
     789                "infection/infection": "^0.29.5",
    790790                "justinrainbow/json-schema": "^5.2",
    791791                "keradus/cli-executor": "^2.1",
     
    793793                "php-coveralls/php-coveralls": "^2.7",
    794794                "php-cs-fixer/accessible-object": "^1.1",
    795                 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
    796                 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
    797                 "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
     795                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
     796                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
     797                "phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
    798798                "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
    799799                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
     
    810810                "psr-4": {
    811811                    "PhpCsFixer\\": "src/"
    812                 }
     812                },
     813                "exclude-from-classmap": [
     814                    "src/Fixer/Internal/*"
     815                ]
    813816            },
    814817            "notification-url": "https://packagist.org/downloads/",
     
    835838            "support": {
    836839                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
    837                 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.58.1"
     840                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.59.3"
    838841            },
    839842            "funding": [
     
    843846                }
    844847            ],
    845             "time": "2024-05-29T16:39:07+00:00"
     848            "time": "2024-06-16T14:17:03+00:00"
    846849        },
    847850        {
     
    13931396        {
    13941397            "name": "nikic/php-parser",
    1395             "version": "v5.0.2",
     1398            "version": "v5.1.0",
    13961399            "source": {
    13971400                "type": "git",
    13981401                "url": "https://github.com/nikic/PHP-Parser.git",
    1399                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
    1400             },
    1401             "dist": {
    1402                 "type": "zip",
    1403                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
    1404                 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
     1402                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
     1403            },
     1404            "dist": {
     1405                "type": "zip",
     1406                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
     1407                "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
    14051408                "shasum": ""
    14061409            },
     
    14131416            "require-dev": {
    14141417                "ircmaxell/php-yacc": "^0.0.7",
    1415                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
     1418                "phpunit/phpunit": "^9.0"
    14161419            },
    14171420            "bin": [
     
    14451448            "support": {
    14461449                "issues": "https://github.com/nikic/PHP-Parser/issues",
    1447                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
    1448             },
    1449             "time": "2024-03-05T20:51:40+00:00"
     1450                "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
     1451            },
     1452            "time": "2024-07-01T20:03:41+00:00"
    14501453        },
    14511454        {
     
    40794082        {
    40804083            "name": "symfony/console",
    4081             "version": "v5.4.40",
     4084            "version": "v5.4.41",
    40824085            "source": {
    40834086                "type": "git",
    40844087                "url": "https://github.com/symfony/console.git",
    4085                 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd"
    4086             },
    4087             "dist": {
    4088                 "type": "zip",
    4089                 "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd",
    4090                 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd",
     4088                "reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba"
     4089            },
     4090            "dist": {
     4091                "type": "zip",
     4092                "url": "https://api.github.com/repos/symfony/console/zipball/6473d441a913cb997123b59ff2dbe3d1cf9e11ba",
     4093                "reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba",
    40914094                "shasum": ""
    40924095            },
     
    41584161            ],
    41594162            "support": {
    4160                 "source": "https://github.com/symfony/console/tree/v5.4.40"
     4163                "source": "https://github.com/symfony/console/tree/v5.4.41"
    41614164            },
    41624165            "funding": [
     
    41744177                }
    41754178            ],
    4176             "time": "2024-05-31T14:33:22+00:00"
     4179            "time": "2024-06-28T07:48:55+00:00"
    41774180        },
    41784181        {
     
    44094412        {
    44104413            "name": "symfony/filesystem",
    4411             "version": "v5.4.40",
     4414            "version": "v5.4.41",
    44124415            "source": {
    44134416                "type": "git",
    44144417                "url": "https://github.com/symfony/filesystem.git",
    4415                 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995"
    4416             },
    4417             "dist": {
    4418                 "type": "zip",
    4419                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995",
    4420                 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995",
     4418                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e"
     4419            },
     4420            "dist": {
     4421                "type": "zip",
     4422                "url": "https://api.github.com/repos/symfony/filesystem/zipball/6d29dd9340b372fa603f04e6df4dd76bb808591e",
     4423                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e",
    44214424                "shasum": ""
    44224425            },
     
    44564459            "homepage": "https://symfony.com",
    44574460            "support": {
    4458                 "source": "https://github.com/symfony/filesystem/tree/v5.4.40"
     4461                "source": "https://github.com/symfony/filesystem/tree/v5.4.41"
    44594462            },
    44604463            "funding": [
     
    44724475                }
    44734476            ],
    4474             "time": "2024-05-31T14:33:22+00:00"
     4477            "time": "2024-06-28T09:36:24+00:00"
    44754478        },
    44764479        {
     
    46084611        {
    46094612            "name": "symfony/polyfill-ctype",
    4610             "version": "v1.29.0",
     4613            "version": "v1.30.0",
    46114614            "source": {
    46124615                "type": "git",
    46134616                "url": "https://github.com/symfony/polyfill-ctype.git",
    4614                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
    4615             },
    4616             "dist": {
    4617                 "type": "zip",
    4618                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
    4619                 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
     4617                "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
     4618            },
     4619            "dist": {
     4620                "type": "zip",
     4621                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
     4622                "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
    46204623                "shasum": ""
    46214624            },
     
    46674670            ],
    46684671            "support": {
    4669                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
     4672                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
    46704673            },
    46714674            "funding": [
     
    46834686                }
    46844687            ],
    4685             "time": "2024-01-29T20:11:03+00:00"
     4688            "time": "2024-05-31T15:07:36+00:00"
    46864689        },
    46874690        {
    46884691            "name": "symfony/polyfill-intl-grapheme",
    4689             "version": "v1.29.0",
     4692            "version": "v1.30.0",
    46904693            "source": {
    46914694                "type": "git",
    46924695                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    4693                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
    4694             },
    4695             "dist": {
    4696                 "type": "zip",
    4697                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
    4698                 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
     4696                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
     4697            },
     4698            "dist": {
     4699                "type": "zip",
     4700                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
     4701                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
    46994702                "shasum": ""
    47004703            },
     
    47454748            ],
    47464749            "support": {
    4747                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
     4750                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
    47484751            },
    47494752            "funding": [
     
    47614764                }
    47624765            ],
    4763             "time": "2024-01-29T20:11:03+00:00"
     4766            "time": "2024-05-31T15:07:36+00:00"
    47644767        },
    47654768        {
    47664769            "name": "symfony/polyfill-intl-normalizer",
    4767             "version": "v1.29.0",
     4770            "version": "v1.30.0",
    47684771            "source": {
    47694772                "type": "git",
    47704773                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
    4771                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
    4772             },
    4773             "dist": {
    4774                 "type": "zip",
    4775                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
    4776                 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
     4774                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
     4775            },
     4776            "dist": {
     4777                "type": "zip",
     4778                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
     4779                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
    47774780                "shasum": ""
    47784781            },
     
    48264829            ],
    48274830            "support": {
    4828                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
     4831                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
    48294832            },
    48304833            "funding": [
     
    48424845                }
    48434846            ],
    4844             "time": "2024-01-29T20:11:03+00:00"
     4847            "time": "2024-05-31T15:07:36+00:00"
    48454848        },
    48464849        {
    48474850            "name": "symfony/polyfill-mbstring",
    4848             "version": "v1.29.0",
     4851            "version": "v1.30.0",
    48494852            "source": {
    48504853                "type": "git",
    48514854                "url": "https://github.com/symfony/polyfill-mbstring.git",
    4852                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
    4853             },
    4854             "dist": {
    4855                 "type": "zip",
    4856                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
    4857                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
     4855                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
     4856            },
     4857            "dist": {
     4858                "type": "zip",
     4859                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
     4860                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
    48584861                "shasum": ""
    48594862            },
     
    49064909            ],
    49074910            "support": {
    4908                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
     4911                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
    49094912            },
    49104913            "funding": [
     
    49224925                }
    49234926            ],
    4924             "time": "2024-01-29T20:11:03+00:00"
     4927            "time": "2024-06-19T12:30:46+00:00"
    49254928        },
    49264929        {
    49274930            "name": "symfony/polyfill-php73",
    4928             "version": "v1.29.0",
     4931            "version": "v1.30.0",
    49294932            "source": {
    49304933                "type": "git",
    49314934                "url": "https://github.com/symfony/polyfill-php73.git",
    4932                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
    4933             },
    4934             "dist": {
    4935                 "type": "zip",
    4936                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
    4937                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
     4935                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1"
     4936            },
     4937            "dist": {
     4938                "type": "zip",
     4939                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
     4940                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
    49384941                "shasum": ""
    49394942            },
     
    49824985            ],
    49834986            "support": {
    4984                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
     4987                "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0"
    49854988            },
    49864989            "funding": [
     
    49985001                }
    49995002            ],
    5000             "time": "2024-01-29T20:11:03+00:00"
     5003            "time": "2024-05-31T15:07:36+00:00"
    50015004        },
    50025005        {
    50035006            "name": "symfony/polyfill-php80",
    5004             "version": "v1.29.0",
     5007            "version": "v1.30.0",
    50055008            "source": {
    50065009                "type": "git",
    50075010                "url": "https://github.com/symfony/polyfill-php80.git",
    5008                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
    5009             },
    5010             "dist": {
    5011                 "type": "zip",
    5012                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
    5013                 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
     5011                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
     5012            },
     5013            "dist": {
     5014                "type": "zip",
     5015                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
     5016                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
    50145017                "shasum": ""
    50155018            },
     
    50625065            ],
    50635066            "support": {
    5064                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
     5067                "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
    50655068            },
    50665069            "funding": [
     
    50785081                }
    50795082            ],
    5080             "time": "2024-01-29T20:11:03+00:00"
     5083            "time": "2024-05-31T15:07:36+00:00"
    50815084        },
    50825085        {
    50835086            "name": "symfony/polyfill-php81",
    5084             "version": "v1.29.0",
     5087            "version": "v1.30.0",
    50855088            "source": {
    50865089                "type": "git",
    50875090                "url": "https://github.com/symfony/polyfill-php81.git",
    5088                 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
    5089             },
    5090             "dist": {
    5091                 "type": "zip",
    5092                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
    5093                 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
     5091                "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af"
     5092            },
     5093            "dist": {
     5094                "type": "zip",
     5095                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af",
     5096                "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af",
    50945097                "shasum": ""
    50955098            },
     
    51385141            ],
    51395142            "support": {
    5140                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
     5143                "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0"
    51415144            },
    51425145            "funding": [
     
    51545157                }
    51555158            ],
    5156             "time": "2024-01-29T20:11:03+00:00"
     5159            "time": "2024-06-19T12:30:46+00:00"
    51575160        },
    51585161        {
     
    53655368        {
    53665369            "name": "symfony/string",
    5367             "version": "v5.4.40",
     5370            "version": "v5.4.41",
    53685371            "source": {
    53695372                "type": "git",
    53705373                "url": "https://github.com/symfony/string.git",
    5371                 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143"
    5372             },
    5373             "dist": {
    5374                 "type": "zip",
    5375                 "url": "https://api.github.com/repos/symfony/string/zipball/142877285aa974a6f7685e292ab5ba9aae86b143",
    5376                 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143",
     5374                "reference": "065a9611e0b1fd2197a867e1fb7f2238191b7096"
     5375            },
     5376            "dist": {
     5377                "type": "zip",
     5378                "url": "https://api.github.com/repos/symfony/string/zipball/065a9611e0b1fd2197a867e1fb7f2238191b7096",
     5379                "reference": "065a9611e0b1fd2197a867e1fb7f2238191b7096",
    53775380                "shasum": ""
    53785381            },
     
    54315434            ],
    54325435            "support": {
    5433                 "source": "https://github.com/symfony/string/tree/v5.4.40"
     5436                "source": "https://github.com/symfony/string/tree/v5.4.41"
    54345437            },
    54355438            "funding": [
     
    54475450                }
    54485451            ],
    5449             "time": "2024-05-31T14:33:22+00:00"
     5452            "time": "2024-06-28T09:20:55+00:00"
    54505453        },
    54515454        {
  • captcha-eu/trunk/readme.txt

    r3102613 r3111596  
    55Tested up to: 6.5
    66Requires PHP: 7.0
    7 Stable tag: 1.0.33
     7Stable tag: 1.0.34
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
  • captcha-eu/trunk/src/Admin.php

    r3102613 r3111596  
    399399    }
    400400
    401     public function wpcf7_spam($spam, $submission)
     401    public function wpcf7_spam($spam, $submission = null)
    402402    {
    403403        if ($spam) {
  • captcha-eu/trunk/vendor/autoload.php

    r3102613 r3111596  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f::getLoader();
     25return ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c::getLoader();
  • captcha-eu/trunk/vendor/composer/autoload_real.php

    r3102613 r3111596  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f
     5class ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitc66dbd080ef3c8b073bb2cb2dae9bd9f', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitf8474486a78fcc0eed6732dc4caf9f9c', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • captcha-eu/trunk/vendor/composer/autoload_static.php

    r3102613 r3111596  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f
     7class ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInitc66dbd080ef3c8b073bb2cb2dae9bd9f::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInitf8474486a78fcc0eed6732dc4caf9f9c::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • captcha-eu/trunk/vendor/composer/installers/.git/info/refs

    r2906145 r3111596  
    1 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe    refs/heads/main
     112fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/heads/main
    22894a0b5c5d34c88b69b097f2aae1439730fa6836    refs/remotes/origin/1.x
    3 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe    refs/remotes/origin/HEAD
     312fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/remotes/origin/HEAD
    44ae32b764a49f24ce34eaffb7a4eb58e5c76f5dec    refs/remotes/origin/gh-pages
    5 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe    refs/remotes/origin/main
     512fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/remotes/origin/main
    6695f7dad5a602507b3c4aeea7bba6d8386394287c    refs/tags/v1.0.0
    77eae5f43226c8a3c7b98887c34287772cf227c275    refs/tags/v1.0.0^{}
     
    7070af93ba6e52236418f07a278033eba6959ee5b983    refs/tags/v2.1.1
    7171c29dc4b93137acb82734f672c37e029dfbd95b35    refs/tags/v2.2.0
     7212fb2dfe5e16183de69e784a7b84046c43d97e8e    refs/tags/v2.3.0
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD

    r3102613 r3111596  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
    2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 12fb2dfe5e16183de69e784a7b84046c43d97e8e Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     212fb2dfe5e16183de69e784a7b84046c43d97e8e d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main

    r3102613 r3111596  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 12fb2dfe5e16183de69e784a7b84046c43d97e8e Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD

    r3102613 r3111596  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718351460 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 12fb2dfe5e16183de69e784a7b84046c43d97e8e Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1720002186 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs

    r3102613 r3111596  
    1 P pack-1ffbd5ae318e90392a65b9a8f15794b918840c12.pack
     1P pack-57e1d53fdb877d94ead2d6e4e3d66fa35b32f86a.pack
    22
  • captcha-eu/trunk/vendor/composer/installers/.git/packed-refs

    r2906145 r3111596  
    22894a0b5c5d34c88b69b097f2aae1439730fa6836 refs/remotes/origin/1.x
    33ae32b764a49f24ce34eaffb7a4eb58e5c76f5dec refs/remotes/origin/gh-pages
    4 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe refs/remotes/origin/main
     412fb2dfe5e16183de69e784a7b84046c43d97e8e refs/remotes/origin/main
    5595f7dad5a602507b3c4aeea7bba6d8386394287c refs/tags/v1.0.0
    66^eae5f43226c8a3c7b98887c34287772cf227c275
     
    6969af93ba6e52236418f07a278033eba6959ee5b983 refs/tags/v2.1.1
    7070c29dc4b93137acb82734f672c37e029dfbd95b35 refs/tags/v2.2.0
     7112fb2dfe5e16183de69e784a7b84046c43d97e8e refs/tags/v2.3.0
  • captcha-eu/trunk/vendor/composer/installers/.git/refs/heads/main

    r2906145 r3111596  
    1 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe
     112fb2dfe5e16183de69e784a7b84046c43d97e8e
  • captcha-eu/trunk/wp-captcha.php

    r3102613 r3111596  
    44 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers.
    55 * Plugin URI:  https://www.captcha.eu
    6  * Version:     1.0.33
     6 * Version:     1.0.34
    77 * Author:      captchaeu
    88 * Author URI:  https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset for help on using the changeset viewer.