Changeset 3235217
- Timestamp:
- 02/05/2025 08:44:28 AM (14 months ago)
- Location:
- captcha-eu
- Files:
-
- 4 added
- 4 deleted
- 24 edited
- 1 copied
-
tags/v1.0.54 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.54/composer.lock (modified) (24 diffs)
-
tags/v1.0.54/readme.txt (modified) (2 diffs)
-
tags/v1.0.54/src/Admin.php (modified) (1 diff)
-
tags/v1.0.54/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.54/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.54/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/v1.0.54/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.54/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.54/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.54/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.54/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
tags/v1.0.54/vendor/composer/installers/.git/objects/pack/pack-9ceb3b95680e3fc20dd517fd447cbe5659f04e70.idx (deleted)
-
tags/v1.0.54/vendor/composer/installers/.git/objects/pack/pack-9ceb3b95680e3fc20dd517fd447cbe5659f04e70.pack (deleted)
-
tags/v1.0.54/vendor/composer/installers/.git/objects/pack/pack-f58ac24113cb22b14af1bb5a301f1e0d12637980.idx (added)
-
tags/v1.0.54/vendor/composer/installers/.git/objects/pack/pack-f58ac24113cb22b14af1bb5a301f1e0d12637980.pack (added)
-
tags/v1.0.54/wp-captcha.php (modified) (1 diff)
-
trunk/composer.lock (modified) (24 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Admin.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/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-9ceb3b95680e3fc20dd517fd447cbe5659f04e70.idx (deleted)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-9ceb3b95680e3fc20dd517fd447cbe5659f04e70.pack (deleted)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-f58ac24113cb22b14af1bb5a301f1e0d12637980.idx (added)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-f58ac24113cb22b14af1bb5a301f1e0d12637980.pack (added)
-
trunk/wp-captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captcha-eu/tags/v1.0.54/composer.lock
r3207618 r3235217 369 369 "type": "library", 370 370 "extra": { 371 "branch-alias": {372 "dev-main": "3.x-dev"373 },374 371 "phpstan": { 375 372 "includes": [ 376 373 "extension.neon" 377 374 ] 375 }, 376 "branch-alias": { 377 "dev-main": "3.x-dev" 378 378 } 379 379 }, … … 871 871 { 872 872 "name": "friendsofphp/php-cs-fixer", 873 "version": "v3.6 5.0",873 "version": "v3.68.5", 874 874 "source": { 875 875 "type": "git", 876 876 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 877 "reference": "7 9d4f3e77b250a7d8043d76c6af8f0695e8a469f"878 }, 879 "dist": { 880 "type": "zip", 881 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7 9d4f3e77b250a7d8043d76c6af8f0695e8a469f",882 "reference": "7 9d4f3e77b250a7d8043d76c6af8f0695e8a469f",877 "reference": "7bedb718b633355272428c60736dc97fb96daf27" 878 }, 879 "dist": { 880 "type": "zip", 881 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7bedb718b633355272428c60736dc97fb96daf27", 882 "reference": "7bedb718b633355272428c60736dc97fb96daf27", 883 883 "shasum": "" 884 884 }, … … 897 897 "react/socket": "^1.0", 898 898 "react/stream": "^1.0", 899 "sebastian/diff": "^4.0 || ^5. 0|| ^6.0",900 "symfony/console": "^5.4 || ^6. 0|| ^7.0",901 "symfony/event-dispatcher": "^5.4 || ^6. 0|| ^7.0",902 "symfony/filesystem": "^5.4 || ^6. 0|| ^7.0",903 "symfony/finder": "^5.4 || ^6. 0|| ^7.0",904 "symfony/options-resolver": "^5.4 || ^6. 0|| ^7.0",905 "symfony/polyfill-mbstring": "^1. 28",906 "symfony/polyfill-php80": "^1. 28",907 "symfony/polyfill-php81": "^1. 28",908 "symfony/process": "^5.4 || ^6. 0 || ^7.0",909 "symfony/stopwatch": "^5.4 || ^6. 0|| ^7.0"899 "sebastian/diff": "^4.0 || ^5.1 || ^6.0", 900 "symfony/console": "^5.4 || ^6.4 || ^7.0", 901 "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", 902 "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", 903 "symfony/finder": "^5.4 || ^6.4 || ^7.0", 904 "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0", 905 "symfony/polyfill-mbstring": "^1.31", 906 "symfony/polyfill-php80": "^1.31", 907 "symfony/polyfill-php81": "^1.31", 908 "symfony/process": "^5.4 || ^6.4 || ^7.2", 909 "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" 910 910 }, 911 911 "require-dev": { … … 919 919 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5", 920 920 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5", 921 "phpunit/phpunit": "^9.6.2 1 || ^10.5.38 || ^11.4.3",922 "symfony/var-dumper": "^5.4.4 7 || ^6.4.15 || ^7.1.8",923 "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7. 1.6"921 "phpunit/phpunit": "^9.6.22 || ^10.5.40 || ^11.5.2", 922 "symfony/var-dumper": "^5.4.48 || ^6.4.15 || ^7.2.0", 923 "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.2.0" 924 924 }, 925 925 "suggest": { … … 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.6 5.0"964 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.5" 965 965 }, 966 966 "funding": [ … … 970 970 } 971 971 ], 972 "time": "202 4-11-25T00:39:24+00:00"972 "time": "2025-01-30T17:00:50+00:00" 973 973 }, 974 974 { … … 1414 1414 { 1415 1415 "name": "jms/serializer", 1416 "version": "3.3 1.1",1416 "version": "3.32.2", 1417 1417 "source": { 1418 1418 "type": "git", 1419 1419 "url": "https://github.com/schmittjoh/serializer.git", 1420 "reference": " 362503da26673f210221c25b99c795da718ad9aa"1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ 362503da26673f210221c25b99c795da718ad9aa",1425 "reference": " 362503da26673f210221c25b99c795da718ad9aa",1420 "reference": "fa7ab39504c24d76107ba16c00aafa5da3605971" 1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fa7ab39504c24d76107ba16c00aafa5da3605971", 1425 "reference": "fa7ab39504c24d76107ba16c00aafa5da3605971", 1426 1426 "shasum": "" 1427 1427 }, … … 1431 1431 "jms/metadata": "^2.6", 1432 1432 "php": "^7.4 || ^8.0", 1433 "phpstan/phpdoc-parser": "^1.20 "1433 "phpstan/phpdoc-parser": "^1.20 || ^2.0" 1434 1434 }, 1435 1435 "require-dev": { … … 1443 1443 "ocramius/proxy-manager": "^1.0 || ^2.0", 1444 1444 "phpbench/phpbench": "^1.0", 1445 "phpstan/phpstan": "^ 1.10.57",1445 "phpstan/phpstan": "^2.0", 1446 1446 "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", 1447 1447 "psr/container": "^1.0 || ^2.0", 1448 "rector/rector": "^1.0.0", 1448 "rector/rector": "^1.0.0 || ^2.0@dev", 1449 "slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", 1449 1450 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", 1450 1451 "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", … … 1499 1500 "support": { 1500 1501 "issues": "https://github.com/schmittjoh/serializer/issues", 1501 "source": "https://github.com/schmittjoh/serializer/tree/3.3 1.1"1502 "source": "https://github.com/schmittjoh/serializer/tree/3.32.2" 1502 1503 }, 1503 1504 "funding": [ … … 1507 1508 } 1508 1509 ], 1509 "time": "202 4-10-31T18:35:14+00:00"1510 "time": "2025-01-03T22:43:29+00:00" 1510 1511 }, 1511 1512 { … … 1654 1655 { 1655 1656 "name": "nikic/php-parser", 1656 "version": "v5. 3.1",1657 "version": "v5.4.0", 1657 1658 "source": { 1658 1659 "type": "git", 1659 1660 "url": "https://github.com/nikic/PHP-Parser.git", 1660 "reference": " 8eea230464783aa9671db8eea6f8c6ac5285794b"1661 }, 1662 "dist": { 1663 "type": "zip", 1664 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 8eea230464783aa9671db8eea6f8c6ac5285794b",1665 "reference": " 8eea230464783aa9671db8eea6f8c6ac5285794b",1661 "reference": "447a020a1f875a434d62f2a401f53b82a396e494" 1662 }, 1663 "dist": { 1664 "type": "zip", 1665 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", 1666 "reference": "447a020a1f875a434d62f2a401f53b82a396e494", 1666 1667 "shasum": "" 1667 1668 }, … … 1706 1707 "support": { 1707 1708 "issues": "https://github.com/nikic/PHP-Parser/issues", 1708 "source": "https://github.com/nikic/PHP-Parser/tree/v5. 3.1"1709 }, 1710 "time": "2024-1 0-08T18:51:32+00:00"1709 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" 1710 }, 1711 "time": "2024-12-30T11:07:19+00:00" 1711 1712 }, 1712 1713 { … … 1981 1982 { 1982 1983 "name": "phpstan/phpdoc-parser", 1983 "version": " 1.33.0",1984 "version": "2.0.0", 1984 1985 "source": { 1985 1986 "type": "git", 1986 1987 "url": "https://github.com/phpstan/phpdoc-parser.git", 1987 "reference": " 82a311fd3690fb2bf7b64d5c98f912b3dd746140"1988 }, 1989 "dist": { 1990 "type": "zip", 1991 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ 82a311fd3690fb2bf7b64d5c98f912b3dd746140",1992 "reference": " 82a311fd3690fb2bf7b64d5c98f912b3dd746140",1993 "shasum": "" 1994 }, 1995 "require": { 1996 "php": "^7. 2|| ^8.0"1988 "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299" 1989 }, 1990 "dist": { 1991 "type": "zip", 1992 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299", 1993 "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299", 1994 "shasum": "" 1995 }, 1996 "require": { 1997 "php": "^7.4 || ^8.0" 1997 1998 }, 1998 1999 "require-dev": { 1999 2000 "doctrine/annotations": "^2.0", 2000 "nikic/php-parser": "^ 4.15",2001 "nikic/php-parser": "^5.3.0", 2001 2002 "php-parallel-lint/php-parallel-lint": "^1.2", 2002 2003 "phpstan/extension-installer": "^1.0", 2003 "phpstan/phpstan": "^ 1.5",2004 "phpstan/phpstan-phpunit": "^ 1.1",2005 "phpstan/phpstan-strict-rules": "^ 1.0",2006 "phpunit/phpunit": "^9. 5",2004 "phpstan/phpstan": "^2.0", 2005 "phpstan/phpstan-phpunit": "^2.0", 2006 "phpstan/phpstan-strict-rules": "^2.0", 2007 "phpunit/phpunit": "^9.6", 2007 2008 "symfony/process": "^5.2" 2008 2009 }, … … 2022 2023 "support": { 2023 2024 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 2024 "source": "https://github.com/phpstan/phpdoc-parser/tree/ 1.33.0"2025 }, 2026 "time": "2024-10-13T11:2 5:22+00:00"2025 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0" 2026 }, 2027 "time": "2024-10-13T11:29:49+00:00" 2027 2028 }, 2028 2029 { … … 2874 2875 { 2875 2876 "name": "react/child-process", 2876 "version": "v0.6. 5",2877 "version": "v0.6.6", 2877 2878 "source": { 2878 2879 "type": "git", 2879 2880 "url": "https://github.com/reactphp/child-process.git", 2880 "reference": " e71eb1aa55f057c7a4a0d08d06b0b0a484bead43"2881 }, 2882 "dist": { 2883 "type": "zip", 2884 "url": "https://api.github.com/repos/reactphp/child-process/zipball/ e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",2885 "reference": " e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",2881 "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159" 2882 }, 2883 "dist": { 2884 "type": "zip", 2885 "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159", 2886 "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159", 2886 2887 "shasum": "" 2887 2888 }, … … 2890 2891 "php": ">=5.3.0", 2891 2892 "react/event-loop": "^1.2", 2892 "react/stream": "^1. 2"2893 "react/stream": "^1.4" 2893 2894 }, 2894 2895 "require-dev": { 2895 "phpunit/phpunit": "^9. 3 || ^5.7 || ^4.8.35",2896 "react/socket": "^1. 8",2896 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2897 "react/socket": "^1.16", 2897 2898 "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" 2898 2899 }, … … 2900 2901 "autoload": { 2901 2902 "psr-4": { 2902 "React\\ChildProcess\\": "src "2903 "React\\ChildProcess\\": "src/" 2903 2904 } 2904 2905 }, … … 2937 2938 "support": { 2938 2939 "issues": "https://github.com/reactphp/child-process/issues", 2939 "source": "https://github.com/reactphp/child-process/tree/v0.6.5" 2940 }, 2941 "funding": [ 2942 { 2943 "url": "https://github.com/WyriHaximus", 2944 "type": "github" 2945 }, 2946 { 2947 "url": "https://github.com/clue", 2948 "type": "github" 2949 } 2950 ], 2951 "time": "2022-09-16T13:41:56+00:00" 2940 "source": "https://github.com/reactphp/child-process/tree/v0.6.6" 2941 }, 2942 "funding": [ 2943 { 2944 "url": "https://opencollective.com/reactphp", 2945 "type": "open_collective" 2946 } 2947 ], 2948 "time": "2025-01-01T16:37:48+00:00" 2952 2949 }, 2953 2950 { … … 4456 4453 "type": "library", 4457 4454 "extra": { 4455 "thanks": { 4456 "url": "https://github.com/symfony/contracts", 4457 "name": "symfony/contracts" 4458 }, 4458 4459 "branch-alias": { 4459 4460 "dev-main": "2.5-dev" 4460 },4461 "thanks": {4462 "name": "symfony/contracts",4463 "url": "https://github.com/symfony/contracts"4464 4461 } 4465 4462 }, … … 4612 4609 "type": "library", 4613 4610 "extra": { 4611 "thanks": { 4612 "url": "https://github.com/symfony/contracts", 4613 "name": "symfony/contracts" 4614 }, 4614 4615 "branch-alias": { 4615 4616 "dev-main": "2.5-dev" 4616 },4617 "thanks": {4618 "name": "symfony/contracts",4619 "url": "https://github.com/symfony/contracts"4620 4617 } 4621 4618 }, … … 5506 5503 "type": "library", 5507 5504 "extra": { 5505 "thanks": { 5506 "url": "https://github.com/symfony/contracts", 5507 "name": "symfony/contracts" 5508 }, 5508 5509 "branch-alias": { 5509 5510 "dev-main": "2.5-dev" 5510 },5511 "thanks": {5512 "name": "symfony/contracts",5513 "url": "https://github.com/symfony/contracts"5514 5511 } 5515 5512 }, … … 5762 5759 { 5763 5760 "name": "yoast/phpunit-polyfills", 5764 "version": "1.1. 2",5761 "version": "1.1.3", 5765 5762 "source": { 5766 5763 "type": "git", 5767 5764 "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", 5768 "reference": " e9c8413de4c8ae03d2923a44f17d0d7dad1b96be"5769 }, 5770 "dist": { 5771 "type": "zip", 5772 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/ e9c8413de4c8ae03d2923a44f17d0d7dad1b96be",5773 "reference": " e9c8413de4c8ae03d2923a44f17d0d7dad1b96be",5765 "reference": "0b31ce834facf03b8b44b6587e65b3cf1d7cfb94" 5766 }, 5767 "dist": { 5768 "type": "zip", 5769 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/0b31ce834facf03b8b44b6587e65b3cf1d7cfb94", 5770 "reference": "0b31ce834facf03b8b44b6587e65b3cf1d7cfb94", 5774 5771 "shasum": "" 5775 5772 }, … … 5821 5818 "source": "https://github.com/Yoast/PHPUnit-Polyfills" 5822 5819 }, 5823 "time": "202 4-09-06T22:03:10+00:00"5820 "time": "2025-01-08T16:58:34+00:00" 5824 5821 } 5825 5822 ], -
captcha-eu/tags/v1.0.54/readme.txt
r3207618 r3235217 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.5 37 Stable tag: 1.0.54 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = v1.0.54 = 64 fix woocommerce callback 63 65 = v1.0.53 = 64 66 UML & divi: fix co-existence -
captcha-eu/tags/v1.0.54/src/Admin.php
r3207618 r3235217 1180 1180 add_action('woocommerce_after_checkout_billing_form', [$this, 'woocommerce_after_checkout_billing_form'], 10, 1); 1181 1181 // add_action('woocommerce_after_checkout_validation', [$this, 'woocommerce_after_checkout_validation'], 100, 2); 1182 add_action('woocommerce_checkout_process', 'woocommerce_after_checkout_validation1', 20, 3);1182 add_action('woocommerce_checkout_process', [$this, 'woocommerce_after_checkout_validation1'], 20); 1183 1183 } 1184 1184 -
captcha-eu/tags/v1.0.54/vendor/autoload.php
r3207618 r3235217 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d74::getLoader();25 return ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46::getLoader(); -
captcha-eu/tags/v1.0.54/vendor/composer/autoload_real.php
r3207618 r3235217 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d745 class ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d74', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d74', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 2c494b08426f392f5de612940dd68d74::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.54/vendor/composer/autoload_static.php
r3207618 r3235217 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 2c494b08426f392f5de612940dd68d747 class ComposerStaticInit0af3f4509de363aa8a30af1e14440b46 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 34 34 { 35 35 return \Closure::bind(function () use ($loader) { 36 $loader->prefixLengthsPsr4 = ComposerStaticInit 2c494b08426f392f5de612940dd68d74::$prefixLengthsPsr4;37 $loader->prefixDirsPsr4 = ComposerStaticInit 2c494b08426f392f5de612940dd68d74::$prefixDirsPsr4;38 $loader->classMap = ComposerStaticInit 2c494b08426f392f5de612940dd68d74::$classMap;36 $loader->prefixLengthsPsr4 = ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::$prefixLengthsPsr4; 37 $loader->prefixDirsPsr4 = ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::$prefixDirsPsr4; 38 $loader->classMap = ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::$classMap; 39 39 40 40 }, null, ClassLoader::class); -
captcha-eu/tags/v1.0.54/vendor/composer/installers/.git/logs/HEAD
r3207618 r3235217 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 173 4094983+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> 173 4094983+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1738745047 +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> 1738745047 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/tags/v1.0.54/vendor/composer/installers/.git/logs/refs/heads/main
r3207618 r3235217 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 173 4094983+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1738745047 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.54/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD
r3207618 r3235217 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 173 4094983+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1738745047 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.54/vendor/composer/installers/.git/objects/info/packs
r3207618 r3235217 1 P pack- 9ceb3b95680e3fc20dd517fd447cbe5659f04e70.pack1 P pack-f58ac24113cb22b14af1bb5a301f1e0d12637980.pack 2 2 -
captcha-eu/tags/v1.0.54/wp-captcha.php
r3207618 r3235217 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.5 36 * Version: 1.0.54 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/ -
captcha-eu/trunk/composer.lock
r3207618 r3235217 369 369 "type": "library", 370 370 "extra": { 371 "branch-alias": {372 "dev-main": "3.x-dev"373 },374 371 "phpstan": { 375 372 "includes": [ 376 373 "extension.neon" 377 374 ] 375 }, 376 "branch-alias": { 377 "dev-main": "3.x-dev" 378 378 } 379 379 }, … … 871 871 { 872 872 "name": "friendsofphp/php-cs-fixer", 873 "version": "v3.6 5.0",873 "version": "v3.68.5", 874 874 "source": { 875 875 "type": "git", 876 876 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 877 "reference": "7 9d4f3e77b250a7d8043d76c6af8f0695e8a469f"878 }, 879 "dist": { 880 "type": "zip", 881 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7 9d4f3e77b250a7d8043d76c6af8f0695e8a469f",882 "reference": "7 9d4f3e77b250a7d8043d76c6af8f0695e8a469f",877 "reference": "7bedb718b633355272428c60736dc97fb96daf27" 878 }, 879 "dist": { 880 "type": "zip", 881 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7bedb718b633355272428c60736dc97fb96daf27", 882 "reference": "7bedb718b633355272428c60736dc97fb96daf27", 883 883 "shasum": "" 884 884 }, … … 897 897 "react/socket": "^1.0", 898 898 "react/stream": "^1.0", 899 "sebastian/diff": "^4.0 || ^5. 0|| ^6.0",900 "symfony/console": "^5.4 || ^6. 0|| ^7.0",901 "symfony/event-dispatcher": "^5.4 || ^6. 0|| ^7.0",902 "symfony/filesystem": "^5.4 || ^6. 0|| ^7.0",903 "symfony/finder": "^5.4 || ^6. 0|| ^7.0",904 "symfony/options-resolver": "^5.4 || ^6. 0|| ^7.0",905 "symfony/polyfill-mbstring": "^1. 28",906 "symfony/polyfill-php80": "^1. 28",907 "symfony/polyfill-php81": "^1. 28",908 "symfony/process": "^5.4 || ^6. 0 || ^7.0",909 "symfony/stopwatch": "^5.4 || ^6. 0|| ^7.0"899 "sebastian/diff": "^4.0 || ^5.1 || ^6.0", 900 "symfony/console": "^5.4 || ^6.4 || ^7.0", 901 "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", 902 "symfony/filesystem": "^5.4 || ^6.4 || ^7.0", 903 "symfony/finder": "^5.4 || ^6.4 || ^7.0", 904 "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0", 905 "symfony/polyfill-mbstring": "^1.31", 906 "symfony/polyfill-php80": "^1.31", 907 "symfony/polyfill-php81": "^1.31", 908 "symfony/process": "^5.4 || ^6.4 || ^7.2", 909 "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" 910 910 }, 911 911 "require-dev": { … … 919 919 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5", 920 920 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5", 921 "phpunit/phpunit": "^9.6.2 1 || ^10.5.38 || ^11.4.3",922 "symfony/var-dumper": "^5.4.4 7 || ^6.4.15 || ^7.1.8",923 "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7. 1.6"921 "phpunit/phpunit": "^9.6.22 || ^10.5.40 || ^11.5.2", 922 "symfony/var-dumper": "^5.4.48 || ^6.4.15 || ^7.2.0", 923 "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.2.0" 924 924 }, 925 925 "suggest": { … … 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.6 5.0"964 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.5" 965 965 }, 966 966 "funding": [ … … 970 970 } 971 971 ], 972 "time": "202 4-11-25T00:39:24+00:00"972 "time": "2025-01-30T17:00:50+00:00" 973 973 }, 974 974 { … … 1414 1414 { 1415 1415 "name": "jms/serializer", 1416 "version": "3.3 1.1",1416 "version": "3.32.2", 1417 1417 "source": { 1418 1418 "type": "git", 1419 1419 "url": "https://github.com/schmittjoh/serializer.git", 1420 "reference": " 362503da26673f210221c25b99c795da718ad9aa"1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ 362503da26673f210221c25b99c795da718ad9aa",1425 "reference": " 362503da26673f210221c25b99c795da718ad9aa",1420 "reference": "fa7ab39504c24d76107ba16c00aafa5da3605971" 1421 }, 1422 "dist": { 1423 "type": "zip", 1424 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fa7ab39504c24d76107ba16c00aafa5da3605971", 1425 "reference": "fa7ab39504c24d76107ba16c00aafa5da3605971", 1426 1426 "shasum": "" 1427 1427 }, … … 1431 1431 "jms/metadata": "^2.6", 1432 1432 "php": "^7.4 || ^8.0", 1433 "phpstan/phpdoc-parser": "^1.20 "1433 "phpstan/phpdoc-parser": "^1.20 || ^2.0" 1434 1434 }, 1435 1435 "require-dev": { … … 1443 1443 "ocramius/proxy-manager": "^1.0 || ^2.0", 1444 1444 "phpbench/phpbench": "^1.0", 1445 "phpstan/phpstan": "^ 1.10.57",1445 "phpstan/phpstan": "^2.0", 1446 1446 "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", 1447 1447 "psr/container": "^1.0 || ^2.0", 1448 "rector/rector": "^1.0.0", 1448 "rector/rector": "^1.0.0 || ^2.0@dev", 1449 "slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", 1449 1450 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", 1450 1451 "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", … … 1499 1500 "support": { 1500 1501 "issues": "https://github.com/schmittjoh/serializer/issues", 1501 "source": "https://github.com/schmittjoh/serializer/tree/3.3 1.1"1502 "source": "https://github.com/schmittjoh/serializer/tree/3.32.2" 1502 1503 }, 1503 1504 "funding": [ … … 1507 1508 } 1508 1509 ], 1509 "time": "202 4-10-31T18:35:14+00:00"1510 "time": "2025-01-03T22:43:29+00:00" 1510 1511 }, 1511 1512 { … … 1654 1655 { 1655 1656 "name": "nikic/php-parser", 1656 "version": "v5. 3.1",1657 "version": "v5.4.0", 1657 1658 "source": { 1658 1659 "type": "git", 1659 1660 "url": "https://github.com/nikic/PHP-Parser.git", 1660 "reference": " 8eea230464783aa9671db8eea6f8c6ac5285794b"1661 }, 1662 "dist": { 1663 "type": "zip", 1664 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 8eea230464783aa9671db8eea6f8c6ac5285794b",1665 "reference": " 8eea230464783aa9671db8eea6f8c6ac5285794b",1661 "reference": "447a020a1f875a434d62f2a401f53b82a396e494" 1662 }, 1663 "dist": { 1664 "type": "zip", 1665 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", 1666 "reference": "447a020a1f875a434d62f2a401f53b82a396e494", 1666 1667 "shasum": "" 1667 1668 }, … … 1706 1707 "support": { 1707 1708 "issues": "https://github.com/nikic/PHP-Parser/issues", 1708 "source": "https://github.com/nikic/PHP-Parser/tree/v5. 3.1"1709 }, 1710 "time": "2024-1 0-08T18:51:32+00:00"1709 "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" 1710 }, 1711 "time": "2024-12-30T11:07:19+00:00" 1711 1712 }, 1712 1713 { … … 1981 1982 { 1982 1983 "name": "phpstan/phpdoc-parser", 1983 "version": " 1.33.0",1984 "version": "2.0.0", 1984 1985 "source": { 1985 1986 "type": "git", 1986 1987 "url": "https://github.com/phpstan/phpdoc-parser.git", 1987 "reference": " 82a311fd3690fb2bf7b64d5c98f912b3dd746140"1988 }, 1989 "dist": { 1990 "type": "zip", 1991 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ 82a311fd3690fb2bf7b64d5c98f912b3dd746140",1992 "reference": " 82a311fd3690fb2bf7b64d5c98f912b3dd746140",1993 "shasum": "" 1994 }, 1995 "require": { 1996 "php": "^7. 2|| ^8.0"1988 "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299" 1989 }, 1990 "dist": { 1991 "type": "zip", 1992 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299", 1993 "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299", 1994 "shasum": "" 1995 }, 1996 "require": { 1997 "php": "^7.4 || ^8.0" 1997 1998 }, 1998 1999 "require-dev": { 1999 2000 "doctrine/annotations": "^2.0", 2000 "nikic/php-parser": "^ 4.15",2001 "nikic/php-parser": "^5.3.0", 2001 2002 "php-parallel-lint/php-parallel-lint": "^1.2", 2002 2003 "phpstan/extension-installer": "^1.0", 2003 "phpstan/phpstan": "^ 1.5",2004 "phpstan/phpstan-phpunit": "^ 1.1",2005 "phpstan/phpstan-strict-rules": "^ 1.0",2006 "phpunit/phpunit": "^9. 5",2004 "phpstan/phpstan": "^2.0", 2005 "phpstan/phpstan-phpunit": "^2.0", 2006 "phpstan/phpstan-strict-rules": "^2.0", 2007 "phpunit/phpunit": "^9.6", 2007 2008 "symfony/process": "^5.2" 2008 2009 }, … … 2022 2023 "support": { 2023 2024 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 2024 "source": "https://github.com/phpstan/phpdoc-parser/tree/ 1.33.0"2025 }, 2026 "time": "2024-10-13T11:2 5:22+00:00"2025 "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0" 2026 }, 2027 "time": "2024-10-13T11:29:49+00:00" 2027 2028 }, 2028 2029 { … … 2874 2875 { 2875 2876 "name": "react/child-process", 2876 "version": "v0.6. 5",2877 "version": "v0.6.6", 2877 2878 "source": { 2878 2879 "type": "git", 2879 2880 "url": "https://github.com/reactphp/child-process.git", 2880 "reference": " e71eb1aa55f057c7a4a0d08d06b0b0a484bead43"2881 }, 2882 "dist": { 2883 "type": "zip", 2884 "url": "https://api.github.com/repos/reactphp/child-process/zipball/ e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",2885 "reference": " e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",2881 "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159" 2882 }, 2883 "dist": { 2884 "type": "zip", 2885 "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159", 2886 "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159", 2886 2887 "shasum": "" 2887 2888 }, … … 2890 2891 "php": ">=5.3.0", 2891 2892 "react/event-loop": "^1.2", 2892 "react/stream": "^1. 2"2893 "react/stream": "^1.4" 2893 2894 }, 2894 2895 "require-dev": { 2895 "phpunit/phpunit": "^9. 3 || ^5.7 || ^4.8.35",2896 "react/socket": "^1. 8",2896 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2897 "react/socket": "^1.16", 2897 2898 "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" 2898 2899 }, … … 2900 2901 "autoload": { 2901 2902 "psr-4": { 2902 "React\\ChildProcess\\": "src "2903 "React\\ChildProcess\\": "src/" 2903 2904 } 2904 2905 }, … … 2937 2938 "support": { 2938 2939 "issues": "https://github.com/reactphp/child-process/issues", 2939 "source": "https://github.com/reactphp/child-process/tree/v0.6.5" 2940 }, 2941 "funding": [ 2942 { 2943 "url": "https://github.com/WyriHaximus", 2944 "type": "github" 2945 }, 2946 { 2947 "url": "https://github.com/clue", 2948 "type": "github" 2949 } 2950 ], 2951 "time": "2022-09-16T13:41:56+00:00" 2940 "source": "https://github.com/reactphp/child-process/tree/v0.6.6" 2941 }, 2942 "funding": [ 2943 { 2944 "url": "https://opencollective.com/reactphp", 2945 "type": "open_collective" 2946 } 2947 ], 2948 "time": "2025-01-01T16:37:48+00:00" 2952 2949 }, 2953 2950 { … … 4456 4453 "type": "library", 4457 4454 "extra": { 4455 "thanks": { 4456 "url": "https://github.com/symfony/contracts", 4457 "name": "symfony/contracts" 4458 }, 4458 4459 "branch-alias": { 4459 4460 "dev-main": "2.5-dev" 4460 },4461 "thanks": {4462 "name": "symfony/contracts",4463 "url": "https://github.com/symfony/contracts"4464 4461 } 4465 4462 }, … … 4612 4609 "type": "library", 4613 4610 "extra": { 4611 "thanks": { 4612 "url": "https://github.com/symfony/contracts", 4613 "name": "symfony/contracts" 4614 }, 4614 4615 "branch-alias": { 4615 4616 "dev-main": "2.5-dev" 4616 },4617 "thanks": {4618 "name": "symfony/contracts",4619 "url": "https://github.com/symfony/contracts"4620 4617 } 4621 4618 }, … … 5506 5503 "type": "library", 5507 5504 "extra": { 5505 "thanks": { 5506 "url": "https://github.com/symfony/contracts", 5507 "name": "symfony/contracts" 5508 }, 5508 5509 "branch-alias": { 5509 5510 "dev-main": "2.5-dev" 5510 },5511 "thanks": {5512 "name": "symfony/contracts",5513 "url": "https://github.com/symfony/contracts"5514 5511 } 5515 5512 }, … … 5762 5759 { 5763 5760 "name": "yoast/phpunit-polyfills", 5764 "version": "1.1. 2",5761 "version": "1.1.3", 5765 5762 "source": { 5766 5763 "type": "git", 5767 5764 "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", 5768 "reference": " e9c8413de4c8ae03d2923a44f17d0d7dad1b96be"5769 }, 5770 "dist": { 5771 "type": "zip", 5772 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/ e9c8413de4c8ae03d2923a44f17d0d7dad1b96be",5773 "reference": " e9c8413de4c8ae03d2923a44f17d0d7dad1b96be",5765 "reference": "0b31ce834facf03b8b44b6587e65b3cf1d7cfb94" 5766 }, 5767 "dist": { 5768 "type": "zip", 5769 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/0b31ce834facf03b8b44b6587e65b3cf1d7cfb94", 5770 "reference": "0b31ce834facf03b8b44b6587e65b3cf1d7cfb94", 5774 5771 "shasum": "" 5775 5772 }, … … 5821 5818 "source": "https://github.com/Yoast/PHPUnit-Polyfills" 5822 5819 }, 5823 "time": "202 4-09-06T22:03:10+00:00"5820 "time": "2025-01-08T16:58:34+00:00" 5824 5821 } 5825 5822 ], -
captcha-eu/trunk/readme.txt
r3207618 r3235217 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.5 37 Stable tag: 1.0.54 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = v1.0.54 = 64 fix woocommerce callback 63 65 = v1.0.53 = 64 66 UML & divi: fix co-existence -
captcha-eu/trunk/src/Admin.php
r3207618 r3235217 1180 1180 add_action('woocommerce_after_checkout_billing_form', [$this, 'woocommerce_after_checkout_billing_form'], 10, 1); 1181 1181 // add_action('woocommerce_after_checkout_validation', [$this, 'woocommerce_after_checkout_validation'], 100, 2); 1182 add_action('woocommerce_checkout_process', 'woocommerce_after_checkout_validation1', 20, 3);1182 add_action('woocommerce_checkout_process', [$this, 'woocommerce_after_checkout_validation1'], 20); 1183 1183 } 1184 1184 -
captcha-eu/trunk/vendor/autoload.php
r3207618 r3235217 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d74::getLoader();25 return ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_real.php
r3207618 r3235217 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d745 class ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d74', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 2c494b08426f392f5de612940dd68d74', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit0af3f4509de363aa8a30af1e14440b46', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 2c494b08426f392f5de612940dd68d74::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r3207618 r3235217 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 2c494b08426f392f5de612940dd68d747 class ComposerStaticInit0af3f4509de363aa8a30af1e14440b46 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 34 34 { 35 35 return \Closure::bind(function () use ($loader) { 36 $loader->prefixLengthsPsr4 = ComposerStaticInit 2c494b08426f392f5de612940dd68d74::$prefixLengthsPsr4;37 $loader->prefixDirsPsr4 = ComposerStaticInit 2c494b08426f392f5de612940dd68d74::$prefixDirsPsr4;38 $loader->classMap = ComposerStaticInit 2c494b08426f392f5de612940dd68d74::$classMap;36 $loader->prefixLengthsPsr4 = ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::$prefixLengthsPsr4; 37 $loader->prefixDirsPsr4 = ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::$prefixDirsPsr4; 38 $loader->classMap = ComposerStaticInit0af3f4509de363aa8a30af1e14440b46::$classMap; 39 39 40 40 }, null, ClassLoader::class); -
captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD
r3207618 r3235217 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 173 4094983+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> 173 4094983+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1738745047 +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> 1738745047 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main
r3207618 r3235217 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 173 4094983+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1738745047 +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
r3207618 r3235217 1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 173 4094983+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 5b390889ecbb17bfa69ed5a030fa2e6075a19ba0 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1738745047 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs
r3207618 r3235217 1 P pack- 9ceb3b95680e3fc20dd517fd447cbe5659f04e70.pack1 P pack-f58ac24113cb22b14af1bb5a301f1e0d12637980.pack 2 2 -
captcha-eu/trunk/wp-captcha.php
r3207618 r3235217 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.5 36 * Version: 1.0.54 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset
for help on using the changeset viewer.