Changeset 3470296
- Timestamp:
- 02/26/2026 01:17:00 PM (5 weeks ago)
- Location:
- captcha-eu
- Files:
-
- 4 added
- 4 deleted
- 32 edited
- 1 copied
-
tags/v1.0.66 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.66/composer.lock (modified) (48 diffs)
-
tags/v1.0.66/readme.txt (modified) (2 diffs)
-
tags/v1.0.66/src/Admin.php (modified) (2 diffs)
-
tags/v1.0.66/src/Core.php (modified) (1 diff)
-
tags/v1.0.66/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.66/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/v1.0.66/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.66/vendor/composer/installers/.git/info/refs (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/installers/.git/objects/pack/pack-afd94e1b3d7a835a3eac4751d2a2832b16069b86.idx (added)
-
tags/v1.0.66/vendor/composer/installers/.git/objects/pack/pack-afd94e1b3d7a835a3eac4751d2a2832b16069b86.pack (added)
-
tags/v1.0.66/vendor/composer/installers/.git/objects/pack/pack-c8e7aa8a66ca46514826688e1c5bc61941dc65cd.idx (deleted)
-
tags/v1.0.66/vendor/composer/installers/.git/objects/pack/pack-c8e7aa8a66ca46514826688e1c5bc61941dc65cd.pack (deleted)
-
tags/v1.0.66/vendor/composer/installers/.git/packed-refs (modified) (1 diff)
-
tags/v1.0.66/vendor/composer/installers/.git/refs/heads/main (modified) (1 diff)
-
tags/v1.0.66/wp-captcha.php (modified) (1 diff)
-
trunk/composer.lock (modified) (48 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Admin.php (modified) (2 diffs)
-
trunk/src/Core.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installers/.git/index (modified) (previous)
-
trunk/vendor/composer/installers/.git/info/refs (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-afd94e1b3d7a835a3eac4751d2a2832b16069b86.idx (added)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-afd94e1b3d7a835a3eac4751d2a2832b16069b86.pack (added)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-c8e7aa8a66ca46514826688e1c5bc61941dc65cd.idx (deleted)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-c8e7aa8a66ca46514826688e1c5bc61941dc65cd.pack (deleted)
-
trunk/vendor/composer/installers/.git/packed-refs (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/refs/heads/main (modified) (1 diff)
-
trunk/wp-captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captcha-eu/tags/v1.0.66/composer.lock
r3367605 r3470296 210 210 { 211 211 "name": "brain/monkey", 212 "version": "2. 6.2",212 "version": "2.7.0", 213 213 "source": { 214 214 "type": "git", 215 215 "url": "https://github.com/Brain-WP/BrainMonkey.git", 216 "reference": " d95a9d895352c30f47604ad1b825ab8fa9d1a373"217 }, 218 "dist": { 219 "type": "zip", 220 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ d95a9d895352c30f47604ad1b825ab8fa9d1a373",221 "reference": " d95a9d895352c30f47604ad1b825ab8fa9d1a373",216 "reference": "ea3aeb3d559ba3c0930b3f4d210b665a4c044d83" 217 }, 218 "dist": { 219 "type": "zip", 220 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ea3aeb3d559ba3c0930b3f4d210b665a4c044d83", 221 "reference": "ea3aeb3d559ba3c0930b3f4d210b665a4c044d83", 222 222 "shasum": "" 223 223 }, 224 224 "require": { 225 225 "antecedent/patchwork": "^2.1.17", 226 "mockery/mockery": " ^1.3.5 || ^1.4.4",226 "mockery/mockery": "~1.3.6 || ~1.4.4 || ~1.5.1 || ^1.6.10", 227 227 "php": ">=5.6.0" 228 228 }, 229 229 "require-dev": { 230 "dealerdirect/phpcodesniffer-composer-installer": "^ 0.7.1",230 "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", 231 231 "phpcompatibility/php-compatibility": "^9.3.0", 232 "phpunit/phpunit": "^5.7.2 6 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0"232 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.49 || ^9.6.30" 233 233 }, 234 234 "type": "library", … … 276 276 "source": "https://github.com/Brain-WP/BrainMonkey" 277 277 }, 278 "time": "202 4-08-29T20:15:04+00:00"278 "time": "2026-02-05T09:22:14+00:00" 279 279 }, 280 280 { … … 566 566 { 567 567 "name": "doctrine/deprecations", 568 "version": "1.1. 5",568 "version": "1.1.6", 569 569 "source": { 570 570 "type": "git", 571 571 "url": "https://github.com/doctrine/deprecations.git", 572 "reference": " 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"573 }, 574 "dist": { 575 "type": "zip", 576 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/ 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",577 "reference": " 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",572 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" 573 }, 574 "dist": { 575 "type": "zip", 576 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", 577 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", 578 578 "shasum": "" 579 579 }, … … 582 582 }, 583 583 "conflict": { 584 "phpunit/phpunit": "<=7.5 || >=1 3"584 "phpunit/phpunit": "<=7.5 || >=14" 585 585 }, 586 586 "require-dev": { 587 "doctrine/coding-standard": "^9 || ^12 || ^1 3",588 "phpstan/phpstan": "1.4.10 || 2.1. 11",587 "doctrine/coding-standard": "^9 || ^12 || ^14", 588 "phpstan/phpstan": "1.4.10 || 2.1.30", 589 589 "phpstan/phpstan-phpunit": "^1.0 || ^2", 590 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12 ",590 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", 591 591 "psr/log": "^1 || ^2 || ^3" 592 592 }, … … 608 608 "support": { 609 609 "issues": "https://github.com/doctrine/deprecations/issues", 610 "source": "https://github.com/doctrine/deprecations/tree/1.1. 5"611 }, 612 "time": "202 5-04-07T20:06:18+00:00"610 "source": "https://github.com/doctrine/deprecations/tree/1.1.6" 611 }, 612 "time": "2026-02-07T07:09:04+00:00" 613 613 }, 614 614 { … … 870 870 { 871 871 "name": "friendsofphp/php-cs-fixer", 872 "version": "v3. 88.0",872 "version": "v3.94.2", 873 873 "source": { 874 874 "type": "git", 875 875 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 876 "reference": " f23469674ae50d40e398bfff8018911a2a2b0dbe"877 }, 878 "dist": { 879 "type": "zip", 880 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ f23469674ae50d40e398bfff8018911a2a2b0dbe",881 "reference": " f23469674ae50d40e398bfff8018911a2a2b0dbe",876 "reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63" 877 }, 878 "dist": { 879 "type": "zip", 880 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63", 881 "reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63", 882 882 "shasum": "" 883 883 }, … … 894 894 "react/child-process": "^0.6.6", 895 895 "react/event-loop": "^1.5", 896 "react/promise": "^3.3",897 896 "react/socket": "^1.16", 898 897 "react/stream": "^1.4", 899 "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 ",900 "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 ",901 "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 ",902 "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 ",903 "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 ",904 "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 ",898 "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0", 899 "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0", 900 "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 901 "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 902 "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 903 "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 905 904 "symfony/polyfill-mbstring": "^1.33", 906 905 "symfony/polyfill-php80": "^1.33", 907 906 "symfony/polyfill-php81": "^1.33", 908 907 "symfony/polyfill-php84": "^1.33", 909 "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 ",910 "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 "908 "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0", 909 "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0" 911 910 }, 912 911 "require-dev": { 913 "facile-it/paraunit": "^1.3.1 || ^2.7 ",914 "infection/infection": "^0.3 1.0",915 "justinrainbow/json-schema": "^6. 5",916 "keradus/cli-executor": "^2. 2",912 "facile-it/paraunit": "^1.3.1 || ^2.7.1", 913 "infection/infection": "^0.32.3", 914 "justinrainbow/json-schema": "^6.6.4", 915 "keradus/cli-executor": "^2.3", 917 916 "mikey179/vfsstream": "^1.6.12", 918 "php-coveralls/php-coveralls": "^2.8", 919 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", 920 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", 921 "phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34", 922 "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2", 923 "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2" 917 "php-coveralls/php-coveralls": "^2.9.1", 918 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.7", 919 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.7", 920 "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.51", 921 "symfony/polyfill-php85": "^1.33", 922 "symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.4", 923 "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.1" 924 924 }, 925 925 "suggest": { … … 936 936 }, 937 937 "exclude-from-classmap": [ 938 "src/ Fixer/Internal/*"938 "src/**/Internal/" 939 939 ] 940 940 }, … … 962 962 "support": { 963 963 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 964 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3. 88.0"964 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.94.2" 965 965 }, 966 966 "funding": [ … … 970 970 } 971 971 ], 972 "time": "202 5-09-24T21:31:42+00:00"972 "time": "2026-02-20T16:13:53+00:00" 973 973 }, 974 974 { … … 1350 1350 { 1351 1351 "name": "jms/metadata", 1352 "version": "2. 8.0",1352 "version": "2.9.0", 1353 1353 "source": { 1354 1354 "type": "git", 1355 1355 "url": "https://github.com/schmittjoh/metadata.git", 1356 "reference": " 7ca240dcac0c655eb15933ee55736ccd2ea0d7a6"1357 }, 1358 "dist": { 1359 "type": "zip", 1360 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/ 7ca240dcac0c655eb15933ee55736ccd2ea0d7a6",1361 "reference": " 7ca240dcac0c655eb15933ee55736ccd2ea0d7a6",1356 "reference": "554319d2e5f0c5d8ccaeffe755eac924e14da330" 1357 }, 1358 "dist": { 1359 "type": "zip", 1360 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/554319d2e5f0c5d8ccaeffe755eac924e14da330", 1361 "reference": "554319d2e5f0c5d8ccaeffe755eac924e14da330", 1362 1362 "shasum": "" 1363 1363 }, … … 1366 1366 }, 1367 1367 "require-dev": { 1368 "doctrine/cache": "^1.0 ",1368 "doctrine/cache": "^1.0|^2.0", 1369 1369 "doctrine/coding-standard": "^8.0", 1370 1370 "mikey179/vfsstream": "^1.6.7", 1371 "phpunit/phpunit": "^8.5 |^9.0",1371 "phpunit/phpunit": "^8.5.42|^9.6.23", 1372 1372 "psr/container": "^1.0|^2.0", 1373 "symfony/cache": "^3.1|^4.0|^5.0 ",1374 "symfony/dependency-injection": "^3.1|^4.0|^5.0 "1373 "symfony/cache": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0", 1374 "symfony/dependency-injection": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0" 1375 1375 }, 1376 1376 "type": "library", … … 1408 1408 "support": { 1409 1409 "issues": "https://github.com/schmittjoh/metadata/issues", 1410 "source": "https://github.com/schmittjoh/metadata/tree/2. 8.0"1411 }, 1412 "time": "202 3-02-15T13:44:18+00:00"1410 "source": "https://github.com/schmittjoh/metadata/tree/2.9.0" 1411 }, 1412 "time": "2025-11-30T20:12:26+00:00" 1413 1413 }, 1414 1414 { 1415 1415 "name": "jms/serializer", 1416 "version": "3.32. 5",1416 "version": "3.32.6", 1417 1417 "source": { 1418 1418 "type": "git", 1419 1419 "url": "https://github.com/schmittjoh/serializer.git", 1420 "reference": " 7c88b1b02ff868eecc870eeddbb3b1250e4bd89c"1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ 7c88b1b02ff868eecc870eeddbb3b1250e4bd89c",1425 "reference": " 7c88b1b02ff868eecc870eeddbb3b1250e4bd89c",1420 "reference": "b02a6c00d8335ef68c163bf7c9e39f396dc5853f" 1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b02a6c00d8335ef68c163bf7c9e39f396dc5853f", 1425 "reference": "b02a6c00d8335ef68c163bf7c9e39f396dc5853f", 1426 1426 "shasum": "" 1427 1427 }, … … 1446 1446 "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", 1447 1447 "psr/container": "^1.0 || ^2.0", 1448 "rector/rector": "^1.0.0 || ^2.0@dev", 1449 "slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", 1450 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", 1451 "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", 1452 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", 1453 "symfony/form": "^5.4 || ^6.0 || ^7.0", 1454 "symfony/translation": "^5.4 || ^6.0 || ^7.0", 1455 "symfony/uid": "^5.4 || ^6.0 || ^7.0", 1456 "symfony/validator": "^5.4 || ^6.0 || ^7.0", 1457 "symfony/yaml": "^5.4 || ^6.0 || ^7.0", 1448 "rector/rector": "^1.0.0 || ^2.0", 1449 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1450 "symfony/expression-language": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1451 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1452 "symfony/form": "^5.4.45 || ^6.4.27 || ^7.0 || ^8.0", 1453 "symfony/translation": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1454 "symfony/uid": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1455 "symfony/validator": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1456 "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1458 1457 "twig/twig": "^1.34 || ^2.4 || ^3.0" 1459 1458 }, … … 1500 1499 "support": { 1501 1500 "issues": "https://github.com/schmittjoh/serializer/issues", 1502 "source": "https://github.com/schmittjoh/serializer/tree/3.32. 5"1501 "source": "https://github.com/schmittjoh/serializer/tree/3.32.6" 1503 1502 }, 1504 1503 "funding": [ … … 1512 1511 } 1513 1512 ], 1514 "time": "2025- 05-26T15:55:41+00:00"1513 "time": "2025-11-28T12:37:32+00:00" 1515 1514 }, 1516 1515 { … … 1659 1658 { 1660 1659 "name": "nikic/php-parser", 1661 "version": "v5. 6.1",1660 "version": "v5.7.0", 1662 1661 "source": { 1663 1662 "type": "git", 1664 1663 "url": "https://github.com/nikic/PHP-Parser.git", 1665 "reference": " f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"1666 }, 1667 "dist": { 1668 "type": "zip", 1669 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",1670 "reference": " f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",1664 "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" 1665 }, 1666 "dist": { 1667 "type": "zip", 1668 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", 1669 "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", 1671 1670 "shasum": "" 1672 1671 }, … … 1711 1710 "support": { 1712 1711 "issues": "https://github.com/nikic/PHP-Parser/issues", 1713 "source": "https://github.com/nikic/PHP-Parser/tree/v5. 6.1"1714 }, 1715 "time": "2025- 08-13T20:13:15+00:00"1712 "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" 1713 }, 1714 "time": "2025-12-06T11:56:16+00:00" 1716 1715 }, 1717 1716 { … … 1835 1834 { 1836 1835 "name": "php-mock/php-mock", 1837 "version": "2. 6.2",1836 "version": "2.7.0", 1838 1837 "source": { 1839 1838 "type": "git", 1840 1839 "url": "https://github.com/php-mock/php-mock.git", 1841 "reference": " e134d210e4707c29724ebc7fe50d220123f0fdd9"1842 }, 1843 "dist": { 1844 "type": "zip", 1845 "url": "https://api.github.com/repos/php-mock/php-mock/zipball/ e134d210e4707c29724ebc7fe50d220123f0fdd9",1846 "reference": " e134d210e4707c29724ebc7fe50d220123f0fdd9",1840 "reference": "b59734f19765296bb0311942850d02288a224890" 1841 }, 1842 "dist": { 1843 "type": "zip", 1844 "url": "https://api.github.com/repos/php-mock/php-mock/zipball/b59734f19765296bb0311942850d02288a224890", 1845 "reference": "b59734f19765296bb0311942850d02288a224890", 1847 1846 "shasum": "" 1848 1847 }, 1849 1848 "require": { 1850 1849 "php": "^5.6 || ^7.0 || ^8.0", 1851 "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5 "1850 "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5 || ^6" 1852 1851 }, 1853 1852 "replace": { … … 1855 1854 }, 1856 1855 "require-dev": { 1857 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 ",1856 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", 1858 1857 "squizlabs/php_codesniffer": "^3.8" 1859 1858 }, … … 1899 1898 "support": { 1900 1899 "issues": "https://github.com/php-mock/php-mock/issues", 1901 "source": "https://github.com/php-mock/php-mock/tree/2. 6.2"1900 "source": "https://github.com/php-mock/php-mock/tree/2.7.0" 1902 1901 }, 1903 1902 "funding": [ … … 1907 1906 } 1908 1907 ], 1909 "time": "202 5-08-18T19:59:14+00:00"1908 "time": "2026-02-06T07:39:37+00:00" 1910 1909 }, 1911 1910 { 1912 1911 "name": "phpoption/phpoption", 1913 "version": "1.9. 4",1912 "version": "1.9.5", 1914 1913 "source": { 1915 1914 "type": "git", 1916 1915 "url": "https://github.com/schmittjoh/php-option.git", 1917 "reference": " 638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"1918 }, 1919 "dist": { 1920 "type": "zip", 1921 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/ 638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",1922 "reference": " 638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",1916 "reference": "75365b91986c2405cf5e1e012c5595cd487a98be" 1917 }, 1918 "dist": { 1919 "type": "zip", 1920 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be", 1921 "reference": "75365b91986c2405cf5e1e012c5595cd487a98be", 1923 1922 "shasum": "" 1924 1923 }, … … 1970 1969 "support": { 1971 1970 "issues": "https://github.com/schmittjoh/php-option/issues", 1972 "source": "https://github.com/schmittjoh/php-option/tree/1.9. 4"1971 "source": "https://github.com/schmittjoh/php-option/tree/1.9.5" 1973 1972 }, 1974 1973 "funding": [ … … 1982 1981 } 1983 1982 ], 1984 "time": "2025- 08-21T11:53:16+00:00"1983 "time": "2025-12-27T19:41:33+00:00" 1985 1984 }, 1986 1985 { 1987 1986 "name": "phpstan/phpdoc-parser", 1988 "version": "2.3. 0",1987 "version": "2.3.2", 1989 1988 "source": { 1990 1989 "type": "git", 1991 1990 "url": "https://github.com/phpstan/phpdoc-parser.git", 1992 "reference": " 1e0cd5370df5dd2e556a36b9c62f62e555870495"1993 }, 1994 "dist": { 1995 "type": "zip", 1996 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ 1e0cd5370df5dd2e556a36b9c62f62e555870495",1997 "reference": " 1e0cd5370df5dd2e556a36b9c62f62e555870495",1991 "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a" 1992 }, 1993 "dist": { 1994 "type": "zip", 1995 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a", 1996 "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a", 1998 1997 "shasum": "" 1999 1998 }, … … 2027 2026 "support": { 2028 2027 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 2029 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3. 0"2030 }, 2031 "time": "202 5-08-30T15:50:23+00:00"2028 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2" 2029 }, 2030 "time": "2026-01-25T14:56:51+00:00" 2032 2031 }, 2033 2032 { … … 2352 2351 { 2353 2352 "name": "phpunit/phpunit", 2354 "version": "9.6. 29",2353 "version": "9.6.34", 2355 2354 "source": { 2356 2355 "type": "git", 2357 2356 "url": "https://github.com/sebastianbergmann/phpunit.git", 2358 "reference": " 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3"2359 }, 2360 "dist": { 2361 "type": "zip", 2362 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3",2363 "reference": " 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3",2357 "reference": "b36f02317466907a230d3aa1d34467041271ef4a" 2358 }, 2359 "dist": { 2360 "type": "zip", 2361 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a", 2362 "reference": "b36f02317466907a230d3aa1d34467041271ef4a", 2364 2363 "shasum": "" 2365 2364 }, … … 2383 2382 "sebastian/cli-parser": "^1.0.2", 2384 2383 "sebastian/code-unit": "^1.0.8", 2385 "sebastian/comparator": "^4.0. 9",2384 "sebastian/comparator": "^4.0.10", 2386 2385 "sebastian/diff": "^4.0.6", 2387 2386 "sebastian/environment": "^5.1.5", … … 2435 2434 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 2436 2435 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 2437 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6. 29"2436 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34" 2438 2437 }, 2439 2438 "funding": [ … … 2459 2458 } 2460 2459 ], 2461 "time": "202 5-09-24T06:29:11+00:00"2460 "time": "2026-01-27T05:45:00+00:00" 2462 2461 }, 2463 2462 { … … 2887 2886 { 2888 2887 "name": "react/child-process", 2889 "version": "v0.6. 6",2888 "version": "v0.6.7", 2890 2889 "source": { 2891 2890 "type": "git", 2892 2891 "url": "https://github.com/reactphp/child-process.git", 2893 "reference": " 1721e2b93d89b745664353b9cfc8f155ba8a6159"2894 }, 2895 "dist": { 2896 "type": "zip", 2897 "url": "https://api.github.com/repos/reactphp/child-process/zipball/ 1721e2b93d89b745664353b9cfc8f155ba8a6159",2898 "reference": " 1721e2b93d89b745664353b9cfc8f155ba8a6159",2892 "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3" 2893 }, 2894 "dist": { 2895 "type": "zip", 2896 "url": "https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3", 2897 "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3", 2899 2898 "shasum": "" 2900 2899 }, … … 2950 2949 "support": { 2951 2950 "issues": "https://github.com/reactphp/child-process/issues", 2952 "source": "https://github.com/reactphp/child-process/tree/v0.6. 6"2951 "source": "https://github.com/reactphp/child-process/tree/v0.6.7" 2953 2952 }, 2954 2953 "funding": [ … … 2958 2957 } 2959 2958 ], 2960 "time": "2025- 01-01T16:37:48+00:00"2959 "time": "2025-12-23T15:25:20+00:00" 2961 2960 }, 2962 2961 { 2963 2962 "name": "react/dns", 2964 "version": "v1.1 3.0",2963 "version": "v1.14.0", 2965 2964 "source": { 2966 2965 "type": "git", 2967 2966 "url": "https://github.com/reactphp/dns.git", 2968 "reference": " eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"2969 }, 2970 "dist": { 2971 "type": "zip", 2972 "url": "https://api.github.com/repos/reactphp/dns/zipball/ eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",2973 "reference": " eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",2967 "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3" 2968 }, 2969 "dist": { 2970 "type": "zip", 2971 "url": "https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3", 2972 "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3", 2974 2973 "shasum": "" 2975 2974 }, … … 3026 3025 "support": { 3027 3026 "issues": "https://github.com/reactphp/dns/issues", 3028 "source": "https://github.com/reactphp/dns/tree/v1.1 3.0"3027 "source": "https://github.com/reactphp/dns/tree/v1.14.0" 3029 3028 }, 3030 3029 "funding": [ … … 3034 3033 } 3035 3034 ], 3036 "time": "202 4-06-13T14:18:03+00:00"3035 "time": "2025-11-18T19:34:28+00:00" 3037 3036 }, 3038 3037 { 3039 3038 "name": "react/event-loop", 3040 "version": "v1. 5.0",3039 "version": "v1.6.0", 3041 3040 "source": { 3042 3041 "type": "git", 3043 3042 "url": "https://github.com/reactphp/event-loop.git", 3044 "reference": "b be0bd8c51ffc05ee43f1729087ed3bdf7d53354"3045 }, 3046 "dist": { 3047 "type": "zip", 3048 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/b be0bd8c51ffc05ee43f1729087ed3bdf7d53354",3049 "reference": "b be0bd8c51ffc05ee43f1729087ed3bdf7d53354",3043 "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a" 3044 }, 3045 "dist": { 3046 "type": "zip", 3047 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a", 3048 "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a", 3050 3049 "shasum": "" 3051 3050 }, … … 3098 3097 "support": { 3099 3098 "issues": "https://github.com/reactphp/event-loop/issues", 3100 "source": "https://github.com/reactphp/event-loop/tree/v1. 5.0"3099 "source": "https://github.com/reactphp/event-loop/tree/v1.6.0" 3101 3100 }, 3102 3101 "funding": [ … … 3106 3105 } 3107 3106 ], 3108 "time": "202 3-11-13T13:48:05+00:00"3107 "time": "2025-11-17T20:46:25+00:00" 3109 3108 }, 3110 3109 { … … 3183 3182 { 3184 3183 "name": "react/socket", 3185 "version": "v1.1 6.0",3184 "version": "v1.17.0", 3186 3185 "source": { 3187 3186 "type": "git", 3188 3187 "url": "https://github.com/reactphp/socket.git", 3189 "reference": " 23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"3190 }, 3191 "dist": { 3192 "type": "zip", 3193 "url": "https://api.github.com/repos/reactphp/socket/zipball/ 23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",3194 "reference": " 23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",3188 "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08" 3189 }, 3190 "dist": { 3191 "type": "zip", 3192 "url": "https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08", 3193 "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08", 3195 3194 "shasum": "" 3196 3195 }, … … 3251 3250 "support": { 3252 3251 "issues": "https://github.com/reactphp/socket/issues", 3253 "source": "https://github.com/reactphp/socket/tree/v1.1 6.0"3252 "source": "https://github.com/reactphp/socket/tree/v1.17.0" 3254 3253 }, 3255 3254 "funding": [ … … 3259 3258 } 3260 3259 ], 3261 "time": "202 4-07-26T10:38:09+00:00"3260 "time": "2025-11-19T20:47:34+00:00" 3262 3261 }, 3263 3262 { … … 3553 3552 { 3554 3553 "name": "sebastian/comparator", 3555 "version": "4.0. 9",3554 "version": "4.0.10", 3556 3555 "source": { 3557 3556 "type": "git", 3558 3557 "url": "https://github.com/sebastianbergmann/comparator.git", 3559 "reference": " 67a2df3a62639eab2cc5906065e9805d4fd5dfc5"3560 }, 3561 "dist": { 3562 "type": "zip", 3563 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 67a2df3a62639eab2cc5906065e9805d4fd5dfc5",3564 "reference": " 67a2df3a62639eab2cc5906065e9805d4fd5dfc5",3558 "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d" 3559 }, 3560 "dist": { 3561 "type": "zip", 3562 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d", 3563 "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d", 3565 3564 "shasum": "" 3566 3565 }, … … 3615 3614 "support": { 3616 3615 "issues": "https://github.com/sebastianbergmann/comparator/issues", 3617 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0. 9"3616 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10" 3618 3617 }, 3619 3618 "funding": [ … … 3635 3634 } 3636 3635 ], 3637 "time": "202 5-08-10T06:51:50+00:00"3636 "time": "2026-01-24T09:22:56+00:00" 3638 3637 }, 3639 3638 { … … 5585 5584 { 5586 5585 "name": "symfony/process", 5587 "version": "v5.4. 47",5586 "version": "v5.4.51", 5588 5587 "source": { 5589 5588 "type": "git", 5590 5589 "url": "https://github.com/symfony/process.git", 5591 "reference": " 5d1662fb32ebc94f17ddb8d635454a776066733d"5592 }, 5593 "dist": { 5594 "type": "zip", 5595 "url": "https://api.github.com/repos/symfony/process/zipball/ 5d1662fb32ebc94f17ddb8d635454a776066733d",5596 "reference": " 5d1662fb32ebc94f17ddb8d635454a776066733d",5590 "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f" 5591 }, 5592 "dist": { 5593 "type": "zip", 5594 "url": "https://api.github.com/repos/symfony/process/zipball/467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", 5595 "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", 5597 5596 "shasum": "" 5598 5597 }, … … 5627 5626 "homepage": "https://symfony.com", 5628 5627 "support": { 5629 "source": "https://github.com/symfony/process/tree/v5.4. 47"5628 "source": "https://github.com/symfony/process/tree/v5.4.51" 5630 5629 }, 5631 5630 "funding": [ … … 5639 5638 }, 5640 5639 { 5640 "url": "https://github.com/nicolas-grekas", 5641 "type": "github" 5642 }, 5643 { 5641 5644 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5642 5645 "type": "tidelift" 5643 5646 } 5644 5647 ], 5645 "time": "202 4-11-06T11:36:42+00:00"5648 "time": "2026-01-26T15:53:37+00:00" 5646 5649 }, 5647 5650 { … … 5878 5881 { 5879 5882 "name": "theseer/tokenizer", 5880 "version": "1. 2.3",5883 "version": "1.3.1", 5881 5884 "source": { 5882 5885 "type": "git", 5883 5886 "url": "https://github.com/theseer/tokenizer.git", 5884 "reference": " 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"5885 }, 5886 "dist": { 5887 "type": "zip", 5888 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/ 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",5889 "reference": " 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",5887 "reference": "b7489ce515e168639d17feec34b8847c326b0b3c" 5888 }, 5889 "dist": { 5890 "type": "zip", 5891 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", 5892 "reference": "b7489ce515e168639d17feec34b8847c326b0b3c", 5890 5893 "shasum": "" 5891 5894 }, … … 5916 5919 "support": { 5917 5920 "issues": "https://github.com/theseer/tokenizer/issues", 5918 "source": "https://github.com/theseer/tokenizer/tree/1. 2.3"5921 "source": "https://github.com/theseer/tokenizer/tree/1.3.1" 5919 5922 }, 5920 5923 "funding": [ … … 5924 5927 } 5925 5928 ], 5926 "time": "202 4-03-03T12:36:25+00:00"5929 "time": "2025-11-17T20:03:58+00:00" 5927 5930 }, 5928 5931 { -
captcha-eu/tags/v1.0.66/readme.txt
r3367605 r3470296 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.6 57 Stable tag: 1.0.66 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = v1.0.66 = 64 Gravity Forms Multistep improvements 63 65 = v1.0.65 = 64 66 * fix fluent-auth 2fa issues again -
captcha-eu/tags/v1.0.66/src/Admin.php
r3367605 r3470296 521 521 } 522 522 523 // Multi-page Gravity Forms trigger validation on page transitions as well. 524 // Skip intermediate page transitions and only validate on final submission. 525 $formId = $form['id'] ?? 0; 526 $sourcePage = intval($_POST['gform_source_page_number_' . $formId] ?? 0); 527 $targetPage = intval($_POST['gform_target_page_number_' . $formId] ?? 0); 528 if ($sourcePage > 0 && $targetPage > 0 && $targetPage > $sourcePage) { 529 return $validation_result; 530 } 531 523 532 if (! isset($_POST['captcha_at_solution'])) { 524 533 $validation_result['is_valid'] = false; … … 530 539 } 531 540 532 $allow = $this->core->validate(sanitize_text_field(wp_unslash($_POST['captcha_at_solution']))); 541 // Use raw solution for validation to avoid mutating signed/tokenized payload. 542 $rawSolution = (string) wp_unslash($_POST['captcha_at_solution']); 543 $allow = $this->core->validate($rawSolution); 544 533 545 if (! $allow) { 534 546 $validation_result['is_valid'] = false; -
captcha-eu/tags/v1.0.66/src/Core.php
r3207618 r3470296 94 94 $url .= '/validate'; 95 95 96 $request_ip = $this->getRealIP(); 97 $request_ip = $this->anonymizeIP($request_ip); 96 $request_ip_raw = $this->getRealIP(); 97 $request_ip = $this->anonymizeIP($request_ip_raw); 98 99 // In local/dev environments, loopback/private IPs can break remote validation. 100 // If IP is loopback/private/reserved, omit x-real-ip header. 101 $sendRealIpHeader = true; 102 if (! $request_ip_raw || ! filter_var($request_ip_raw, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE)) { 103 $sendRealIpHeader = false; 104 } 105 106 $headers = [ 107 'Content-Type' => 'application/json', 108 'Rest-Key' => $restKey, 109 'User-Agent' => $_SERVER['HTTP_USER_AGENT'], 110 'X-Request-ID' => $logger->getRequestId(), 111 ]; 112 if ($sendRealIpHeader) { 113 $headers['x-real-ip'] = $request_ip; 114 } 98 115 99 116 $payload = [ 100 'headers' => [ 101 'Content-Type' => 'application/json', 102 'Rest-Key' => $restKey, 103 'User-Agent' => $_SERVER['HTTP_USER_AGENT'], 104 'x-real-ip' => $request_ip, 105 'X-Request-ID' => $logger->getRequestId(), 106 ], 117 'headers' => $headers, 107 118 'body' => $solution, 108 119 ]; -
captcha-eu/tags/v1.0.66/vendor/autoload.php
r3367605 r3470296 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc05::getLoader();25 return ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66::getLoader(); -
captcha-eu/tags/v1.0.66/vendor/composer/autoload_real.php
r3367605 r3470296 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc055 class ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc05', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc05', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit5d6de1712b87f000cc6820af15056c66::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.66/vendor/composer/autoload_static.php
r3367605 r3470296 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc057 class ComposerStaticInit5d6de1712b87f000cc6820af15056c66 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 34 34 { 35 35 return \Closure::bind(function () use ($loader) { 36 $loader->prefixLengthsPsr4 = ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::$prefixLengthsPsr4;37 $loader->prefixDirsPsr4 = ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::$prefixDirsPsr4;38 $loader->classMap = ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::$classMap;36 $loader->prefixLengthsPsr4 = ComposerStaticInit5d6de1712b87f000cc6820af15056c66::$prefixLengthsPsr4; 37 $loader->prefixDirsPsr4 = ComposerStaticInit5d6de1712b87f000cc6820af15056c66::$prefixDirsPsr4; 38 $loader->classMap = ComposerStaticInit5d6de1712b87f000cc6820af15056c66::$classMap; 39 39 40 40 }, null, ClassLoader::class); -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/info/refs
r3197668 r3470296 1 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/heads/main1 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/heads/main 2 2 894a0b5c5d34c88b69b097f2aae1439730fa6836 refs/remotes/origin/1.x 3 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/remotes/origin/HEAD4 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/remotes/origin/main3 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/remotes/origin/HEAD 4 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/remotes/origin/main 5 5 95f7dad5a602507b3c4aeea7bba6d8386394287c refs/tags/v1.0.0 6 6 eae5f43226c8a3c7b98887c34287772cf227c275 refs/tags/v1.0.0^{} -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/logs/HEAD
r3367605 r3470296 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/2 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 654ff1c8f331c008d36a59b779b78833f6a88e13 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ 2 654ff1c8f331c008d36a59b779b78833f6a88e13 d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/logs/refs/heads/main
r3367605 r3470296 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 654ff1c8f331c008d36a59b779b78833f6a88e13 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD
r3367605 r3470296 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 654ff1c8f331c008d36a59b779b78833f6a88e13 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/objects/info/packs
r3367605 r3470296 1 P pack- c8e7aa8a66ca46514826688e1c5bc61941dc65cd.pack1 P pack-afd94e1b3d7a835a3eac4751d2a2832b16069b86.pack 2 2 -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/packed-refs
r3197668 r3470296 1 1 # pack-refs with: peeled fully-peeled sorted 2 2 894a0b5c5d34c88b69b097f2aae1439730fa6836 refs/remotes/origin/1.x 3 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/remotes/origin/main3 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/remotes/origin/main 4 4 95f7dad5a602507b3c4aeea7bba6d8386394287c refs/tags/v1.0.0 5 5 ^eae5f43226c8a3c7b98887c34287772cf227c275 -
captcha-eu/tags/v1.0.66/vendor/composer/installers/.git/refs/heads/main
r3197668 r3470296 1 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 1 654ff1c8f331c008d36a59b779b78833f6a88e13 -
captcha-eu/tags/v1.0.66/wp-captcha.php
r3367605 r3470296 4 4 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers. 5 5 * Plugin URI: https://www.captcha.eu 6 * Version: 1.0.6 56 * Version: 1.0.66 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/ -
captcha-eu/trunk/composer.lock
r3367605 r3470296 210 210 { 211 211 "name": "brain/monkey", 212 "version": "2. 6.2",212 "version": "2.7.0", 213 213 "source": { 214 214 "type": "git", 215 215 "url": "https://github.com/Brain-WP/BrainMonkey.git", 216 "reference": " d95a9d895352c30f47604ad1b825ab8fa9d1a373"217 }, 218 "dist": { 219 "type": "zip", 220 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ d95a9d895352c30f47604ad1b825ab8fa9d1a373",221 "reference": " d95a9d895352c30f47604ad1b825ab8fa9d1a373",216 "reference": "ea3aeb3d559ba3c0930b3f4d210b665a4c044d83" 217 }, 218 "dist": { 219 "type": "zip", 220 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ea3aeb3d559ba3c0930b3f4d210b665a4c044d83", 221 "reference": "ea3aeb3d559ba3c0930b3f4d210b665a4c044d83", 222 222 "shasum": "" 223 223 }, 224 224 "require": { 225 225 "antecedent/patchwork": "^2.1.17", 226 "mockery/mockery": " ^1.3.5 || ^1.4.4",226 "mockery/mockery": "~1.3.6 || ~1.4.4 || ~1.5.1 || ^1.6.10", 227 227 "php": ">=5.6.0" 228 228 }, 229 229 "require-dev": { 230 "dealerdirect/phpcodesniffer-composer-installer": "^ 0.7.1",230 "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", 231 231 "phpcompatibility/php-compatibility": "^9.3.0", 232 "phpunit/phpunit": "^5.7.2 6 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0"232 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.49 || ^9.6.30" 233 233 }, 234 234 "type": "library", … … 276 276 "source": "https://github.com/Brain-WP/BrainMonkey" 277 277 }, 278 "time": "202 4-08-29T20:15:04+00:00"278 "time": "2026-02-05T09:22:14+00:00" 279 279 }, 280 280 { … … 566 566 { 567 567 "name": "doctrine/deprecations", 568 "version": "1.1. 5",568 "version": "1.1.6", 569 569 "source": { 570 570 "type": "git", 571 571 "url": "https://github.com/doctrine/deprecations.git", 572 "reference": " 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"573 }, 574 "dist": { 575 "type": "zip", 576 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/ 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",577 "reference": " 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",572 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" 573 }, 574 "dist": { 575 "type": "zip", 576 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", 577 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", 578 578 "shasum": "" 579 579 }, … … 582 582 }, 583 583 "conflict": { 584 "phpunit/phpunit": "<=7.5 || >=1 3"584 "phpunit/phpunit": "<=7.5 || >=14" 585 585 }, 586 586 "require-dev": { 587 "doctrine/coding-standard": "^9 || ^12 || ^1 3",588 "phpstan/phpstan": "1.4.10 || 2.1. 11",587 "doctrine/coding-standard": "^9 || ^12 || ^14", 588 "phpstan/phpstan": "1.4.10 || 2.1.30", 589 589 "phpstan/phpstan-phpunit": "^1.0 || ^2", 590 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12 ",590 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", 591 591 "psr/log": "^1 || ^2 || ^3" 592 592 }, … … 608 608 "support": { 609 609 "issues": "https://github.com/doctrine/deprecations/issues", 610 "source": "https://github.com/doctrine/deprecations/tree/1.1. 5"611 }, 612 "time": "202 5-04-07T20:06:18+00:00"610 "source": "https://github.com/doctrine/deprecations/tree/1.1.6" 611 }, 612 "time": "2026-02-07T07:09:04+00:00" 613 613 }, 614 614 { … … 870 870 { 871 871 "name": "friendsofphp/php-cs-fixer", 872 "version": "v3. 88.0",872 "version": "v3.94.2", 873 873 "source": { 874 874 "type": "git", 875 875 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 876 "reference": " f23469674ae50d40e398bfff8018911a2a2b0dbe"877 }, 878 "dist": { 879 "type": "zip", 880 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ f23469674ae50d40e398bfff8018911a2a2b0dbe",881 "reference": " f23469674ae50d40e398bfff8018911a2a2b0dbe",876 "reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63" 877 }, 878 "dist": { 879 "type": "zip", 880 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63", 881 "reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63", 882 882 "shasum": "" 883 883 }, … … 894 894 "react/child-process": "^0.6.6", 895 895 "react/event-loop": "^1.5", 896 "react/promise": "^3.3",897 896 "react/socket": "^1.16", 898 897 "react/stream": "^1.4", 899 "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 ",900 "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 ",901 "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 ",902 "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 ",903 "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 ",904 "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 ",898 "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0", 899 "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0", 900 "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 901 "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 902 "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 903 "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", 905 904 "symfony/polyfill-mbstring": "^1.33", 906 905 "symfony/polyfill-php80": "^1.33", 907 906 "symfony/polyfill-php81": "^1.33", 908 907 "symfony/polyfill-php84": "^1.33", 909 "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 ",910 "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 "908 "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0", 909 "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0" 911 910 }, 912 911 "require-dev": { 913 "facile-it/paraunit": "^1.3.1 || ^2.7 ",914 "infection/infection": "^0.3 1.0",915 "justinrainbow/json-schema": "^6. 5",916 "keradus/cli-executor": "^2. 2",912 "facile-it/paraunit": "^1.3.1 || ^2.7.1", 913 "infection/infection": "^0.32.3", 914 "justinrainbow/json-schema": "^6.6.4", 915 "keradus/cli-executor": "^2.3", 917 916 "mikey179/vfsstream": "^1.6.12", 918 "php-coveralls/php-coveralls": "^2.8", 919 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", 920 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", 921 "phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34", 922 "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2", 923 "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2" 917 "php-coveralls/php-coveralls": "^2.9.1", 918 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.7", 919 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.7", 920 "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.51", 921 "symfony/polyfill-php85": "^1.33", 922 "symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.4", 923 "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.1" 924 924 }, 925 925 "suggest": { … … 936 936 }, 937 937 "exclude-from-classmap": [ 938 "src/ Fixer/Internal/*"938 "src/**/Internal/" 939 939 ] 940 940 }, … … 962 962 "support": { 963 963 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 964 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3. 88.0"964 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.94.2" 965 965 }, 966 966 "funding": [ … … 970 970 } 971 971 ], 972 "time": "202 5-09-24T21:31:42+00:00"972 "time": "2026-02-20T16:13:53+00:00" 973 973 }, 974 974 { … … 1350 1350 { 1351 1351 "name": "jms/metadata", 1352 "version": "2. 8.0",1352 "version": "2.9.0", 1353 1353 "source": { 1354 1354 "type": "git", 1355 1355 "url": "https://github.com/schmittjoh/metadata.git", 1356 "reference": " 7ca240dcac0c655eb15933ee55736ccd2ea0d7a6"1357 }, 1358 "dist": { 1359 "type": "zip", 1360 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/ 7ca240dcac0c655eb15933ee55736ccd2ea0d7a6",1361 "reference": " 7ca240dcac0c655eb15933ee55736ccd2ea0d7a6",1356 "reference": "554319d2e5f0c5d8ccaeffe755eac924e14da330" 1357 }, 1358 "dist": { 1359 "type": "zip", 1360 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/554319d2e5f0c5d8ccaeffe755eac924e14da330", 1361 "reference": "554319d2e5f0c5d8ccaeffe755eac924e14da330", 1362 1362 "shasum": "" 1363 1363 }, … … 1366 1366 }, 1367 1367 "require-dev": { 1368 "doctrine/cache": "^1.0 ",1368 "doctrine/cache": "^1.0|^2.0", 1369 1369 "doctrine/coding-standard": "^8.0", 1370 1370 "mikey179/vfsstream": "^1.6.7", 1371 "phpunit/phpunit": "^8.5 |^9.0",1371 "phpunit/phpunit": "^8.5.42|^9.6.23", 1372 1372 "psr/container": "^1.0|^2.0", 1373 "symfony/cache": "^3.1|^4.0|^5.0 ",1374 "symfony/dependency-injection": "^3.1|^4.0|^5.0 "1373 "symfony/cache": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0", 1374 "symfony/dependency-injection": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0" 1375 1375 }, 1376 1376 "type": "library", … … 1408 1408 "support": { 1409 1409 "issues": "https://github.com/schmittjoh/metadata/issues", 1410 "source": "https://github.com/schmittjoh/metadata/tree/2. 8.0"1411 }, 1412 "time": "202 3-02-15T13:44:18+00:00"1410 "source": "https://github.com/schmittjoh/metadata/tree/2.9.0" 1411 }, 1412 "time": "2025-11-30T20:12:26+00:00" 1413 1413 }, 1414 1414 { 1415 1415 "name": "jms/serializer", 1416 "version": "3.32. 5",1416 "version": "3.32.6", 1417 1417 "source": { 1418 1418 "type": "git", 1419 1419 "url": "https://github.com/schmittjoh/serializer.git", 1420 "reference": " 7c88b1b02ff868eecc870eeddbb3b1250e4bd89c"1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ 7c88b1b02ff868eecc870eeddbb3b1250e4bd89c",1425 "reference": " 7c88b1b02ff868eecc870eeddbb3b1250e4bd89c",1420 "reference": "b02a6c00d8335ef68c163bf7c9e39f396dc5853f" 1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b02a6c00d8335ef68c163bf7c9e39f396dc5853f", 1425 "reference": "b02a6c00d8335ef68c163bf7c9e39f396dc5853f", 1426 1426 "shasum": "" 1427 1427 }, … … 1446 1446 "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", 1447 1447 "psr/container": "^1.0 || ^2.0", 1448 "rector/rector": "^1.0.0 || ^2.0@dev", 1449 "slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", 1450 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", 1451 "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", 1452 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", 1453 "symfony/form": "^5.4 || ^6.0 || ^7.0", 1454 "symfony/translation": "^5.4 || ^6.0 || ^7.0", 1455 "symfony/uid": "^5.4 || ^6.0 || ^7.0", 1456 "symfony/validator": "^5.4 || ^6.0 || ^7.0", 1457 "symfony/yaml": "^5.4 || ^6.0 || ^7.0", 1448 "rector/rector": "^1.0.0 || ^2.0", 1449 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1450 "symfony/expression-language": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1451 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1452 "symfony/form": "^5.4.45 || ^6.4.27 || ^7.0 || ^8.0", 1453 "symfony/translation": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1454 "symfony/uid": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1455 "symfony/validator": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1456 "symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0", 1458 1457 "twig/twig": "^1.34 || ^2.4 || ^3.0" 1459 1458 }, … … 1500 1499 "support": { 1501 1500 "issues": "https://github.com/schmittjoh/serializer/issues", 1502 "source": "https://github.com/schmittjoh/serializer/tree/3.32. 5"1501 "source": "https://github.com/schmittjoh/serializer/tree/3.32.6" 1503 1502 }, 1504 1503 "funding": [ … … 1512 1511 } 1513 1512 ], 1514 "time": "2025- 05-26T15:55:41+00:00"1513 "time": "2025-11-28T12:37:32+00:00" 1515 1514 }, 1516 1515 { … … 1659 1658 { 1660 1659 "name": "nikic/php-parser", 1661 "version": "v5. 6.1",1660 "version": "v5.7.0", 1662 1661 "source": { 1663 1662 "type": "git", 1664 1663 "url": "https://github.com/nikic/PHP-Parser.git", 1665 "reference": " f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"1666 }, 1667 "dist": { 1668 "type": "zip", 1669 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",1670 "reference": " f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",1664 "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" 1665 }, 1666 "dist": { 1667 "type": "zip", 1668 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", 1669 "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", 1671 1670 "shasum": "" 1672 1671 }, … … 1711 1710 "support": { 1712 1711 "issues": "https://github.com/nikic/PHP-Parser/issues", 1713 "source": "https://github.com/nikic/PHP-Parser/tree/v5. 6.1"1714 }, 1715 "time": "2025- 08-13T20:13:15+00:00"1712 "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" 1713 }, 1714 "time": "2025-12-06T11:56:16+00:00" 1716 1715 }, 1717 1716 { … … 1835 1834 { 1836 1835 "name": "php-mock/php-mock", 1837 "version": "2. 6.2",1836 "version": "2.7.0", 1838 1837 "source": { 1839 1838 "type": "git", 1840 1839 "url": "https://github.com/php-mock/php-mock.git", 1841 "reference": " e134d210e4707c29724ebc7fe50d220123f0fdd9"1842 }, 1843 "dist": { 1844 "type": "zip", 1845 "url": "https://api.github.com/repos/php-mock/php-mock/zipball/ e134d210e4707c29724ebc7fe50d220123f0fdd9",1846 "reference": " e134d210e4707c29724ebc7fe50d220123f0fdd9",1840 "reference": "b59734f19765296bb0311942850d02288a224890" 1841 }, 1842 "dist": { 1843 "type": "zip", 1844 "url": "https://api.github.com/repos/php-mock/php-mock/zipball/b59734f19765296bb0311942850d02288a224890", 1845 "reference": "b59734f19765296bb0311942850d02288a224890", 1847 1846 "shasum": "" 1848 1847 }, 1849 1848 "require": { 1850 1849 "php": "^5.6 || ^7.0 || ^8.0", 1851 "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5 "1850 "phpunit/php-text-template": "^1 || ^2 || ^3 || ^4 || ^5 || ^6" 1852 1851 }, 1853 1852 "replace": { … … 1855 1854 }, 1856 1855 "require-dev": { 1857 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 ",1856 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", 1858 1857 "squizlabs/php_codesniffer": "^3.8" 1859 1858 }, … … 1899 1898 "support": { 1900 1899 "issues": "https://github.com/php-mock/php-mock/issues", 1901 "source": "https://github.com/php-mock/php-mock/tree/2. 6.2"1900 "source": "https://github.com/php-mock/php-mock/tree/2.7.0" 1902 1901 }, 1903 1902 "funding": [ … … 1907 1906 } 1908 1907 ], 1909 "time": "202 5-08-18T19:59:14+00:00"1908 "time": "2026-02-06T07:39:37+00:00" 1910 1909 }, 1911 1910 { 1912 1911 "name": "phpoption/phpoption", 1913 "version": "1.9. 4",1912 "version": "1.9.5", 1914 1913 "source": { 1915 1914 "type": "git", 1916 1915 "url": "https://github.com/schmittjoh/php-option.git", 1917 "reference": " 638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"1918 }, 1919 "dist": { 1920 "type": "zip", 1921 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/ 638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",1922 "reference": " 638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",1916 "reference": "75365b91986c2405cf5e1e012c5595cd487a98be" 1917 }, 1918 "dist": { 1919 "type": "zip", 1920 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be", 1921 "reference": "75365b91986c2405cf5e1e012c5595cd487a98be", 1923 1922 "shasum": "" 1924 1923 }, … … 1970 1969 "support": { 1971 1970 "issues": "https://github.com/schmittjoh/php-option/issues", 1972 "source": "https://github.com/schmittjoh/php-option/tree/1.9. 4"1971 "source": "https://github.com/schmittjoh/php-option/tree/1.9.5" 1973 1972 }, 1974 1973 "funding": [ … … 1982 1981 } 1983 1982 ], 1984 "time": "2025- 08-21T11:53:16+00:00"1983 "time": "2025-12-27T19:41:33+00:00" 1985 1984 }, 1986 1985 { 1987 1986 "name": "phpstan/phpdoc-parser", 1988 "version": "2.3. 0",1987 "version": "2.3.2", 1989 1988 "source": { 1990 1989 "type": "git", 1991 1990 "url": "https://github.com/phpstan/phpdoc-parser.git", 1992 "reference": " 1e0cd5370df5dd2e556a36b9c62f62e555870495"1993 }, 1994 "dist": { 1995 "type": "zip", 1996 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ 1e0cd5370df5dd2e556a36b9c62f62e555870495",1997 "reference": " 1e0cd5370df5dd2e556a36b9c62f62e555870495",1991 "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a" 1992 }, 1993 "dist": { 1994 "type": "zip", 1995 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a", 1996 "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a", 1998 1997 "shasum": "" 1999 1998 }, … … 2027 2026 "support": { 2028 2027 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 2029 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3. 0"2030 }, 2031 "time": "202 5-08-30T15:50:23+00:00"2028 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2" 2029 }, 2030 "time": "2026-01-25T14:56:51+00:00" 2032 2031 }, 2033 2032 { … … 2352 2351 { 2353 2352 "name": "phpunit/phpunit", 2354 "version": "9.6. 29",2353 "version": "9.6.34", 2355 2354 "source": { 2356 2355 "type": "git", 2357 2356 "url": "https://github.com/sebastianbergmann/phpunit.git", 2358 "reference": " 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3"2359 }, 2360 "dist": { 2361 "type": "zip", 2362 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3",2363 "reference": " 9ecfec57835a5581bc888ea7e13b51eb55ab9dd3",2357 "reference": "b36f02317466907a230d3aa1d34467041271ef4a" 2358 }, 2359 "dist": { 2360 "type": "zip", 2361 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a", 2362 "reference": "b36f02317466907a230d3aa1d34467041271ef4a", 2364 2363 "shasum": "" 2365 2364 }, … … 2383 2382 "sebastian/cli-parser": "^1.0.2", 2384 2383 "sebastian/code-unit": "^1.0.8", 2385 "sebastian/comparator": "^4.0. 9",2384 "sebastian/comparator": "^4.0.10", 2386 2385 "sebastian/diff": "^4.0.6", 2387 2386 "sebastian/environment": "^5.1.5", … … 2435 2434 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 2436 2435 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 2437 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6. 29"2436 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34" 2438 2437 }, 2439 2438 "funding": [ … … 2459 2458 } 2460 2459 ], 2461 "time": "202 5-09-24T06:29:11+00:00"2460 "time": "2026-01-27T05:45:00+00:00" 2462 2461 }, 2463 2462 { … … 2887 2886 { 2888 2887 "name": "react/child-process", 2889 "version": "v0.6. 6",2888 "version": "v0.6.7", 2890 2889 "source": { 2891 2890 "type": "git", 2892 2891 "url": "https://github.com/reactphp/child-process.git", 2893 "reference": " 1721e2b93d89b745664353b9cfc8f155ba8a6159"2894 }, 2895 "dist": { 2896 "type": "zip", 2897 "url": "https://api.github.com/repos/reactphp/child-process/zipball/ 1721e2b93d89b745664353b9cfc8f155ba8a6159",2898 "reference": " 1721e2b93d89b745664353b9cfc8f155ba8a6159",2892 "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3" 2893 }, 2894 "dist": { 2895 "type": "zip", 2896 "url": "https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3", 2897 "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3", 2899 2898 "shasum": "" 2900 2899 }, … … 2950 2949 "support": { 2951 2950 "issues": "https://github.com/reactphp/child-process/issues", 2952 "source": "https://github.com/reactphp/child-process/tree/v0.6. 6"2951 "source": "https://github.com/reactphp/child-process/tree/v0.6.7" 2953 2952 }, 2954 2953 "funding": [ … … 2958 2957 } 2959 2958 ], 2960 "time": "2025- 01-01T16:37:48+00:00"2959 "time": "2025-12-23T15:25:20+00:00" 2961 2960 }, 2962 2961 { 2963 2962 "name": "react/dns", 2964 "version": "v1.1 3.0",2963 "version": "v1.14.0", 2965 2964 "source": { 2966 2965 "type": "git", 2967 2966 "url": "https://github.com/reactphp/dns.git", 2968 "reference": " eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"2969 }, 2970 "dist": { 2971 "type": "zip", 2972 "url": "https://api.github.com/repos/reactphp/dns/zipball/ eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",2973 "reference": " eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",2967 "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3" 2968 }, 2969 "dist": { 2970 "type": "zip", 2971 "url": "https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3", 2972 "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3", 2974 2973 "shasum": "" 2975 2974 }, … … 3026 3025 "support": { 3027 3026 "issues": "https://github.com/reactphp/dns/issues", 3028 "source": "https://github.com/reactphp/dns/tree/v1.1 3.0"3027 "source": "https://github.com/reactphp/dns/tree/v1.14.0" 3029 3028 }, 3030 3029 "funding": [ … … 3034 3033 } 3035 3034 ], 3036 "time": "202 4-06-13T14:18:03+00:00"3035 "time": "2025-11-18T19:34:28+00:00" 3037 3036 }, 3038 3037 { 3039 3038 "name": "react/event-loop", 3040 "version": "v1. 5.0",3039 "version": "v1.6.0", 3041 3040 "source": { 3042 3041 "type": "git", 3043 3042 "url": "https://github.com/reactphp/event-loop.git", 3044 "reference": "b be0bd8c51ffc05ee43f1729087ed3bdf7d53354"3045 }, 3046 "dist": { 3047 "type": "zip", 3048 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/b be0bd8c51ffc05ee43f1729087ed3bdf7d53354",3049 "reference": "b be0bd8c51ffc05ee43f1729087ed3bdf7d53354",3043 "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a" 3044 }, 3045 "dist": { 3046 "type": "zip", 3047 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a", 3048 "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a", 3050 3049 "shasum": "" 3051 3050 }, … … 3098 3097 "support": { 3099 3098 "issues": "https://github.com/reactphp/event-loop/issues", 3100 "source": "https://github.com/reactphp/event-loop/tree/v1. 5.0"3099 "source": "https://github.com/reactphp/event-loop/tree/v1.6.0" 3101 3100 }, 3102 3101 "funding": [ … … 3106 3105 } 3107 3106 ], 3108 "time": "202 3-11-13T13:48:05+00:00"3107 "time": "2025-11-17T20:46:25+00:00" 3109 3108 }, 3110 3109 { … … 3183 3182 { 3184 3183 "name": "react/socket", 3185 "version": "v1.1 6.0",3184 "version": "v1.17.0", 3186 3185 "source": { 3187 3186 "type": "git", 3188 3187 "url": "https://github.com/reactphp/socket.git", 3189 "reference": " 23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"3190 }, 3191 "dist": { 3192 "type": "zip", 3193 "url": "https://api.github.com/repos/reactphp/socket/zipball/ 23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",3194 "reference": " 23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",3188 "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08" 3189 }, 3190 "dist": { 3191 "type": "zip", 3192 "url": "https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08", 3193 "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08", 3195 3194 "shasum": "" 3196 3195 }, … … 3251 3250 "support": { 3252 3251 "issues": "https://github.com/reactphp/socket/issues", 3253 "source": "https://github.com/reactphp/socket/tree/v1.1 6.0"3252 "source": "https://github.com/reactphp/socket/tree/v1.17.0" 3254 3253 }, 3255 3254 "funding": [ … … 3259 3258 } 3260 3259 ], 3261 "time": "202 4-07-26T10:38:09+00:00"3260 "time": "2025-11-19T20:47:34+00:00" 3262 3261 }, 3263 3262 { … … 3553 3552 { 3554 3553 "name": "sebastian/comparator", 3555 "version": "4.0. 9",3554 "version": "4.0.10", 3556 3555 "source": { 3557 3556 "type": "git", 3558 3557 "url": "https://github.com/sebastianbergmann/comparator.git", 3559 "reference": " 67a2df3a62639eab2cc5906065e9805d4fd5dfc5"3560 }, 3561 "dist": { 3562 "type": "zip", 3563 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 67a2df3a62639eab2cc5906065e9805d4fd5dfc5",3564 "reference": " 67a2df3a62639eab2cc5906065e9805d4fd5dfc5",3558 "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d" 3559 }, 3560 "dist": { 3561 "type": "zip", 3562 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d", 3563 "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d", 3565 3564 "shasum": "" 3566 3565 }, … … 3615 3614 "support": { 3616 3615 "issues": "https://github.com/sebastianbergmann/comparator/issues", 3617 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0. 9"3616 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10" 3618 3617 }, 3619 3618 "funding": [ … … 3635 3634 } 3636 3635 ], 3637 "time": "202 5-08-10T06:51:50+00:00"3636 "time": "2026-01-24T09:22:56+00:00" 3638 3637 }, 3639 3638 { … … 5585 5584 { 5586 5585 "name": "symfony/process", 5587 "version": "v5.4. 47",5586 "version": "v5.4.51", 5588 5587 "source": { 5589 5588 "type": "git", 5590 5589 "url": "https://github.com/symfony/process.git", 5591 "reference": " 5d1662fb32ebc94f17ddb8d635454a776066733d"5592 }, 5593 "dist": { 5594 "type": "zip", 5595 "url": "https://api.github.com/repos/symfony/process/zipball/ 5d1662fb32ebc94f17ddb8d635454a776066733d",5596 "reference": " 5d1662fb32ebc94f17ddb8d635454a776066733d",5590 "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f" 5591 }, 5592 "dist": { 5593 "type": "zip", 5594 "url": "https://api.github.com/repos/symfony/process/zipball/467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", 5595 "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", 5597 5596 "shasum": "" 5598 5597 }, … … 5627 5626 "homepage": "https://symfony.com", 5628 5627 "support": { 5629 "source": "https://github.com/symfony/process/tree/v5.4. 47"5628 "source": "https://github.com/symfony/process/tree/v5.4.51" 5630 5629 }, 5631 5630 "funding": [ … … 5639 5638 }, 5640 5639 { 5640 "url": "https://github.com/nicolas-grekas", 5641 "type": "github" 5642 }, 5643 { 5641 5644 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5642 5645 "type": "tidelift" 5643 5646 } 5644 5647 ], 5645 "time": "202 4-11-06T11:36:42+00:00"5648 "time": "2026-01-26T15:53:37+00:00" 5646 5649 }, 5647 5650 { … … 5878 5881 { 5879 5882 "name": "theseer/tokenizer", 5880 "version": "1. 2.3",5883 "version": "1.3.1", 5881 5884 "source": { 5882 5885 "type": "git", 5883 5886 "url": "https://github.com/theseer/tokenizer.git", 5884 "reference": " 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"5885 }, 5886 "dist": { 5887 "type": "zip", 5888 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/ 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",5889 "reference": " 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",5887 "reference": "b7489ce515e168639d17feec34b8847c326b0b3c" 5888 }, 5889 "dist": { 5890 "type": "zip", 5891 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", 5892 "reference": "b7489ce515e168639d17feec34b8847c326b0b3c", 5890 5893 "shasum": "" 5891 5894 }, … … 5916 5919 "support": { 5917 5920 "issues": "https://github.com/theseer/tokenizer/issues", 5918 "source": "https://github.com/theseer/tokenizer/tree/1. 2.3"5921 "source": "https://github.com/theseer/tokenizer/tree/1.3.1" 5919 5922 }, 5920 5923 "funding": [ … … 5924 5927 } 5925 5928 ], 5926 "time": "202 4-03-03T12:36:25+00:00"5929 "time": "2025-11-17T20:03:58+00:00" 5927 5930 }, 5928 5931 { -
captcha-eu/trunk/readme.txt
r3367605 r3470296 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.6 57 Stable tag: 1.0.66 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = v1.0.66 = 64 Gravity Forms Multistep improvements 63 65 = v1.0.65 = 64 66 * fix fluent-auth 2fa issues again -
captcha-eu/trunk/src/Admin.php
r3367605 r3470296 521 521 } 522 522 523 // Multi-page Gravity Forms trigger validation on page transitions as well. 524 // Skip intermediate page transitions and only validate on final submission. 525 $formId = $form['id'] ?? 0; 526 $sourcePage = intval($_POST['gform_source_page_number_' . $formId] ?? 0); 527 $targetPage = intval($_POST['gform_target_page_number_' . $formId] ?? 0); 528 if ($sourcePage > 0 && $targetPage > 0 && $targetPage > $sourcePage) { 529 return $validation_result; 530 } 531 523 532 if (! isset($_POST['captcha_at_solution'])) { 524 533 $validation_result['is_valid'] = false; … … 530 539 } 531 540 532 $allow = $this->core->validate(sanitize_text_field(wp_unslash($_POST['captcha_at_solution']))); 541 // Use raw solution for validation to avoid mutating signed/tokenized payload. 542 $rawSolution = (string) wp_unslash($_POST['captcha_at_solution']); 543 $allow = $this->core->validate($rawSolution); 544 533 545 if (! $allow) { 534 546 $validation_result['is_valid'] = false; -
captcha-eu/trunk/src/Core.php
r3207618 r3470296 94 94 $url .= '/validate'; 95 95 96 $request_ip = $this->getRealIP(); 97 $request_ip = $this->anonymizeIP($request_ip); 96 $request_ip_raw = $this->getRealIP(); 97 $request_ip = $this->anonymizeIP($request_ip_raw); 98 99 // In local/dev environments, loopback/private IPs can break remote validation. 100 // If IP is loopback/private/reserved, omit x-real-ip header. 101 $sendRealIpHeader = true; 102 if (! $request_ip_raw || ! filter_var($request_ip_raw, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE)) { 103 $sendRealIpHeader = false; 104 } 105 106 $headers = [ 107 'Content-Type' => 'application/json', 108 'Rest-Key' => $restKey, 109 'User-Agent' => $_SERVER['HTTP_USER_AGENT'], 110 'X-Request-ID' => $logger->getRequestId(), 111 ]; 112 if ($sendRealIpHeader) { 113 $headers['x-real-ip'] = $request_ip; 114 } 98 115 99 116 $payload = [ 100 'headers' => [ 101 'Content-Type' => 'application/json', 102 'Rest-Key' => $restKey, 103 'User-Agent' => $_SERVER['HTTP_USER_AGENT'], 104 'x-real-ip' => $request_ip, 105 'X-Request-ID' => $logger->getRequestId(), 106 ], 117 'headers' => $headers, 107 118 'body' => $solution, 108 119 ]; -
captcha-eu/trunk/vendor/autoload.php
r3367605 r3470296 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc05::getLoader();25 return ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_real.php
r3367605 r3470296 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc055 class ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc05', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 106dc45d6ab4541a2794a3fc3fe3dc05', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit5d6de1712b87f000cc6820af15056c66', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit5d6de1712b87f000cc6820af15056c66::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r3367605 r3470296 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc057 class ComposerStaticInit5d6de1712b87f000cc6820af15056c66 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 34 34 { 35 35 return \Closure::bind(function () use ($loader) { 36 $loader->prefixLengthsPsr4 = ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::$prefixLengthsPsr4;37 $loader->prefixDirsPsr4 = ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::$prefixDirsPsr4;38 $loader->classMap = ComposerStaticInit 106dc45d6ab4541a2794a3fc3fe3dc05::$classMap;36 $loader->prefixLengthsPsr4 = ComposerStaticInit5d6de1712b87f000cc6820af15056c66::$prefixLengthsPsr4; 37 $loader->prefixDirsPsr4 = ComposerStaticInit5d6de1712b87f000cc6820af15056c66::$prefixDirsPsr4; 38 $loader->classMap = ComposerStaticInit5d6de1712b87f000cc6820af15056c66::$classMap; 39 39 40 40 }, null, ClassLoader::class); -
captcha-eu/trunk/vendor/composer/installers/.git/info/refs
r3197668 r3470296 1 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/heads/main1 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/heads/main 2 2 894a0b5c5d34c88b69b097f2aae1439730fa6836 refs/remotes/origin/1.x 3 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/remotes/origin/HEAD4 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/remotes/origin/main3 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/remotes/origin/HEAD 4 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/remotes/origin/main 5 5 95f7dad5a602507b3c4aeea7bba6d8386394287c refs/tags/v1.0.0 6 6 eae5f43226c8a3c7b98887c34287772cf227c275 refs/tags/v1.0.0^{} -
captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD
r3367605 r3470296 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/2 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 654ff1c8f331c008d36a59b779b78833f6a88e13 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ 2 654ff1c8f331c008d36a59b779b78833f6a88e13 d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main
r3367605 r3470296 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 654ff1c8f331c008d36a59b779b78833f6a88e13 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +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
r3367605 r3470296 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1758783531+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 654ff1c8f331c008d36a59b779b78833f6a88e13 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1772111783 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs
r3367605 r3470296 1 P pack- c8e7aa8a66ca46514826688e1c5bc61941dc65cd.pack1 P pack-afd94e1b3d7a835a3eac4751d2a2832b16069b86.pack 2 2 -
captcha-eu/trunk/vendor/composer/installers/.git/packed-refs
r3197668 r3470296 1 1 # pack-refs with: peeled fully-peeled sorted 2 2 894a0b5c5d34c88b69b097f2aae1439730fa6836 refs/remotes/origin/1.x 3 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0refs/remotes/origin/main3 654ff1c8f331c008d36a59b779b78833f6a88e13 refs/remotes/origin/main 4 4 95f7dad5a602507b3c4aeea7bba6d8386394287c refs/tags/v1.0.0 5 5 ^eae5f43226c8a3c7b98887c34287772cf227c275 -
captcha-eu/trunk/vendor/composer/installers/.git/refs/heads/main
r3197668 r3470296 1 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 1 654ff1c8f331c008d36a59b779b78833f6a88e13 -
captcha-eu/trunk/wp-captcha.php
r3367605 r3470296 4 4 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers. 5 5 * Plugin URI: https://www.captcha.eu 6 * Version: 1.0.6 56 * Version: 1.0.66 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset
for help on using the changeset viewer.