Changeset 2916700
- Timestamp:
- 05/24/2023 08:17:33 AM (3 years ago)
- Location:
- captcha-eu
- Files:
-
- 22 edited
- 1 copied
-
tags/v1.0.22 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.22/composer.lock (modified) (10 diffs)
-
tags/v1.0.22/readme.txt (modified) (1 diff)
-
tags/v1.0.22/src/Core.php (modified) (1 diff)
-
tags/v1.0.22/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.22/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.22/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/v1.0.22/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.22/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.22/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.22/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.22/wp-captcha.php (modified) (1 diff)
-
trunk/composer.lock (modified) (10 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
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/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/wp-captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captcha-eu/tags/v1.0.22/composer.lock
r2914600 r2916700 647 647 { 648 648 "name": "friendsofphp/php-cs-fixer", 649 "version": "v3.1 6.0",649 "version": "v3.17.0", 650 650 "source": { 651 651 "type": "git", 652 652 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 653 "reference": " d40f9436e1c448d309fa995ab9c14c5c7a96f2dc"654 }, 655 "dist": { 656 "type": "zip", 657 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ d40f9436e1c448d309fa995ab9c14c5c7a96f2dc",658 "reference": " d40f9436e1c448d309fa995ab9c14c5c7a96f2dc",653 "reference": "3f0ed862f22386c55a767461ef5083bddceeed79" 654 }, 655 "dist": { 656 "type": "zip", 657 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f0ed862f22386c55a767461ef5083bddceeed79", 658 "reference": "3f0ed862f22386c55a767461ef5083bddceeed79", 659 659 "shasum": "" 660 660 }, … … 731 731 "support": { 732 732 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 733 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.1 6.0"733 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.17.0" 734 734 }, 735 735 "funding": [ … … 739 739 } 740 740 ], 741 "time": "2023-0 4-02T19:30:06+00:00"741 "time": "2023-05-22T19:59:32+00:00" 742 742 }, 743 743 { 744 744 "name": "guzzlehttp/guzzle", 745 "version": "7. 6.1",745 "version": "7.7.0", 746 746 "source": { 747 747 "type": "git", 748 748 "url": "https://github.com/guzzle/guzzle.git", 749 "reference": " 8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"750 }, 751 "dist": { 752 "type": "zip", 753 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ 8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",754 "reference": " 8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",749 "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" 750 }, 751 "dist": { 752 "type": "zip", 753 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5", 754 "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", 755 755 "shasum": "" 756 756 }, 757 757 "require": { 758 758 "ext-json": "*", 759 "guzzlehttp/promises": "^1.5 ",759 "guzzlehttp/promises": "^1.5.3 || ^2.0", 760 760 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", 761 761 "php": "^7.2.5 || ^8.0", … … 769 769 "bamarni/composer-bin-plugin": "^1.8.1", 770 770 "ext-curl": "*", 771 "php-http/client-integration-tests": "^3.0", 771 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", 772 "php-http/message-factory": "^1.1", 772 773 "phpunit/phpunit": "^8.5.29 || ^9.5.23", 773 774 "psr/log": "^1.1 || ^2.0 || ^3.0" … … 848 849 "support": { 849 850 "issues": "https://github.com/guzzle/guzzle/issues", 850 "source": "https://github.com/guzzle/guzzle/tree/7. 6.1"851 "source": "https://github.com/guzzle/guzzle/tree/7.7.0" 851 852 }, 852 853 "funding": [ … … 864 865 } 865 866 ], 866 "time": "2023-05- 15T20:43:01+00:00"867 "time": "2023-05-21T14:04:53+00:00" 867 868 }, 868 869 { 869 870 "name": "guzzlehttp/promises", 870 "version": " 1.5.2",871 "version": "2.0.0", 871 872 "source": { 872 873 "type": "git", 873 874 "url": "https://github.com/guzzle/promises.git", 874 "reference": " b94b2807d85443f9719887892882d0329d1e2598"875 }, 876 "dist": { 877 "type": "zip", 878 "url": "https://api.github.com/repos/guzzle/promises/zipball/ b94b2807d85443f9719887892882d0329d1e2598",879 "reference": " b94b2807d85443f9719887892882d0329d1e2598",880 "shasum": "" 881 }, 882 "require": { 883 "php": " >=5.5"875 "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" 876 }, 877 "dist": { 878 "type": "zip", 879 "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", 880 "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", 881 "shasum": "" 882 }, 883 "require": { 884 "php": "^7.2.5 || ^8.0" 884 885 }, 885 886 "require-dev": { 886 "symfony/phpunit-bridge": "^4.4 || ^5.1" 887 "bamarni/composer-bin-plugin": "^1.8.1", 888 "phpunit/phpunit": "^8.5.29 || ^9.5.23" 887 889 }, 888 890 "type": "library", 889 891 "extra": { 890 "branch-alias": { 891 "dev-master": "1.5-dev" 892 } 893 }, 894 "autoload": { 895 "files": [ 896 "src/functions_include.php" 897 ], 892 "bamarni-bin": { 893 "bin-links": true, 894 "forward-command": false 895 } 896 }, 897 "autoload": { 898 898 "psr-4": { 899 899 "GuzzleHttp\\Promise\\": "src/" … … 932 932 "support": { 933 933 "issues": "https://github.com/guzzle/promises/issues", 934 "source": "https://github.com/guzzle/promises/tree/ 1.5.2"934 "source": "https://github.com/guzzle/promises/tree/2.0.0" 935 935 }, 936 936 "funding": [ … … 948 948 } 949 949 ], 950 "time": "202 2-08-28T14:55:35+00:00"950 "time": "2023-05-21T13:50:22+00:00" 951 951 }, 952 952 { … … 1287 1287 { 1288 1288 "name": "nikic/php-parser", 1289 "version": "v4.15. 4",1289 "version": "v4.15.5", 1290 1290 "source": { 1291 1291 "type": "git", 1292 1292 "url": "https://github.com/nikic/PHP-Parser.git", 1293 "reference": " 6bb5176bc4af8bcb7d926f88718db9b96a2d4290"1294 }, 1295 "dist": { 1296 "type": "zip", 1297 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 6bb5176bc4af8bcb7d926f88718db9b96a2d4290",1298 "reference": " 6bb5176bc4af8bcb7d926f88718db9b96a2d4290",1293 "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" 1294 }, 1295 "dist": { 1296 "type": "zip", 1297 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", 1298 "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", 1299 1299 "shasum": "" 1300 1300 }, … … 1337 1337 "support": { 1338 1338 "issues": "https://github.com/nikic/PHP-Parser/issues", 1339 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15. 4"1340 }, 1341 "time": "2023-0 3-05T19:49:14+00:00"1339 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" 1340 }, 1341 "time": "2023-05-19T20:20:00+00:00" 1342 1342 }, 1343 1343 { -
captcha-eu/tags/v1.0.22/readme.txt
r2914600 r2916700 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.2 17 Stable tag: 1.0.22 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ -
captcha-eu/tags/v1.0.22/src/Core.php
r2914600 r2916700 83 83 84 84 if (is_wp_error($data)) { 85 return false;85 return true; 86 86 } 87 87 $body = wp_remote_retrieve_body($data); 88 88 if (empty($body)) { 89 return false;89 return true; 90 90 } 91 91 $jBody = json_decode($body); -
captcha-eu/tags/v1.0.22/vendor/autoload.php
r2914600 r2916700 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc46::getLoader();25 return ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979::getLoader(); -
captcha-eu/tags/v1.0.22/vendor/composer/autoload_real.php
r2914600 r2916700 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc465 class ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc46', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc46', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.22/vendor/composer/autoload_static.php
r2914600 r2916700 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 26b682af7f6d1c095f4556560a77bc467 class ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
captcha-eu/tags/v1.0.22/vendor/composer/installers/.git/logs/HEAD
r2914600 r2916700 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ 2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/tags/v1.0.22/vendor/composer/installers/.git/logs/refs/heads/main
r2914600 r2916700 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.22/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD
r2914600 r2916700 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.22/wp-captcha.php
r2914600 r2916700 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.2 16 * Version: 1.0.22 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/ -
captcha-eu/trunk/composer.lock
r2914600 r2916700 647 647 { 648 648 "name": "friendsofphp/php-cs-fixer", 649 "version": "v3.1 6.0",649 "version": "v3.17.0", 650 650 "source": { 651 651 "type": "git", 652 652 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 653 "reference": " d40f9436e1c448d309fa995ab9c14c5c7a96f2dc"654 }, 655 "dist": { 656 "type": "zip", 657 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ d40f9436e1c448d309fa995ab9c14c5c7a96f2dc",658 "reference": " d40f9436e1c448d309fa995ab9c14c5c7a96f2dc",653 "reference": "3f0ed862f22386c55a767461ef5083bddceeed79" 654 }, 655 "dist": { 656 "type": "zip", 657 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f0ed862f22386c55a767461ef5083bddceeed79", 658 "reference": "3f0ed862f22386c55a767461ef5083bddceeed79", 659 659 "shasum": "" 660 660 }, … … 731 731 "support": { 732 732 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 733 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.1 6.0"733 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.17.0" 734 734 }, 735 735 "funding": [ … … 739 739 } 740 740 ], 741 "time": "2023-0 4-02T19:30:06+00:00"741 "time": "2023-05-22T19:59:32+00:00" 742 742 }, 743 743 { 744 744 "name": "guzzlehttp/guzzle", 745 "version": "7. 6.1",745 "version": "7.7.0", 746 746 "source": { 747 747 "type": "git", 748 748 "url": "https://github.com/guzzle/guzzle.git", 749 "reference": " 8444a2bacf1960bc6a2b62ed86b8e72e11eebe51"750 }, 751 "dist": { 752 "type": "zip", 753 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ 8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",754 "reference": " 8444a2bacf1960bc6a2b62ed86b8e72e11eebe51",749 "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" 750 }, 751 "dist": { 752 "type": "zip", 753 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5", 754 "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", 755 755 "shasum": "" 756 756 }, 757 757 "require": { 758 758 "ext-json": "*", 759 "guzzlehttp/promises": "^1.5 ",759 "guzzlehttp/promises": "^1.5.3 || ^2.0", 760 760 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", 761 761 "php": "^7.2.5 || ^8.0", … … 769 769 "bamarni/composer-bin-plugin": "^1.8.1", 770 770 "ext-curl": "*", 771 "php-http/client-integration-tests": "^3.0", 771 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", 772 "php-http/message-factory": "^1.1", 772 773 "phpunit/phpunit": "^8.5.29 || ^9.5.23", 773 774 "psr/log": "^1.1 || ^2.0 || ^3.0" … … 848 849 "support": { 849 850 "issues": "https://github.com/guzzle/guzzle/issues", 850 "source": "https://github.com/guzzle/guzzle/tree/7. 6.1"851 "source": "https://github.com/guzzle/guzzle/tree/7.7.0" 851 852 }, 852 853 "funding": [ … … 864 865 } 865 866 ], 866 "time": "2023-05- 15T20:43:01+00:00"867 "time": "2023-05-21T14:04:53+00:00" 867 868 }, 868 869 { 869 870 "name": "guzzlehttp/promises", 870 "version": " 1.5.2",871 "version": "2.0.0", 871 872 "source": { 872 873 "type": "git", 873 874 "url": "https://github.com/guzzle/promises.git", 874 "reference": " b94b2807d85443f9719887892882d0329d1e2598"875 }, 876 "dist": { 877 "type": "zip", 878 "url": "https://api.github.com/repos/guzzle/promises/zipball/ b94b2807d85443f9719887892882d0329d1e2598",879 "reference": " b94b2807d85443f9719887892882d0329d1e2598",880 "shasum": "" 881 }, 882 "require": { 883 "php": " >=5.5"875 "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" 876 }, 877 "dist": { 878 "type": "zip", 879 "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", 880 "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", 881 "shasum": "" 882 }, 883 "require": { 884 "php": "^7.2.5 || ^8.0" 884 885 }, 885 886 "require-dev": { 886 "symfony/phpunit-bridge": "^4.4 || ^5.1" 887 "bamarni/composer-bin-plugin": "^1.8.1", 888 "phpunit/phpunit": "^8.5.29 || ^9.5.23" 887 889 }, 888 890 "type": "library", 889 891 "extra": { 890 "branch-alias": { 891 "dev-master": "1.5-dev" 892 } 893 }, 894 "autoload": { 895 "files": [ 896 "src/functions_include.php" 897 ], 892 "bamarni-bin": { 893 "bin-links": true, 894 "forward-command": false 895 } 896 }, 897 "autoload": { 898 898 "psr-4": { 899 899 "GuzzleHttp\\Promise\\": "src/" … … 932 932 "support": { 933 933 "issues": "https://github.com/guzzle/promises/issues", 934 "source": "https://github.com/guzzle/promises/tree/ 1.5.2"934 "source": "https://github.com/guzzle/promises/tree/2.0.0" 935 935 }, 936 936 "funding": [ … … 948 948 } 949 949 ], 950 "time": "202 2-08-28T14:55:35+00:00"950 "time": "2023-05-21T13:50:22+00:00" 951 951 }, 952 952 { … … 1287 1287 { 1288 1288 "name": "nikic/php-parser", 1289 "version": "v4.15. 4",1289 "version": "v4.15.5", 1290 1290 "source": { 1291 1291 "type": "git", 1292 1292 "url": "https://github.com/nikic/PHP-Parser.git", 1293 "reference": " 6bb5176bc4af8bcb7d926f88718db9b96a2d4290"1294 }, 1295 "dist": { 1296 "type": "zip", 1297 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 6bb5176bc4af8bcb7d926f88718db9b96a2d4290",1298 "reference": " 6bb5176bc4af8bcb7d926f88718db9b96a2d4290",1293 "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" 1294 }, 1295 "dist": { 1296 "type": "zip", 1297 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", 1298 "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", 1299 1299 "shasum": "" 1300 1300 }, … … 1337 1337 "support": { 1338 1338 "issues": "https://github.com/nikic/PHP-Parser/issues", 1339 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15. 4"1340 }, 1341 "time": "2023-0 3-05T19:49:14+00:00"1339 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" 1340 }, 1341 "time": "2023-05-19T20:20:00+00:00" 1342 1342 }, 1343 1343 { -
captcha-eu/trunk/readme.txt
r2914600 r2916700 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.2 17 Stable tag: 1.0.22 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ -
captcha-eu/trunk/src/Core.php
r2914600 r2916700 83 83 84 84 if (is_wp_error($data)) { 85 return false;85 return true; 86 86 } 87 87 $body = wp_remote_retrieve_body($data); 88 88 if (empty($body)) { 89 return false;89 return true; 90 90 } 91 91 $jBody = json_decode($body); -
captcha-eu/trunk/vendor/autoload.php
r2914600 r2916700 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc46::getLoader();25 return ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_real.php
r2914600 r2916700 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc465 class ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc46', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 26b682af7f6d1c095f4556560a77bc46', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit52f4fa382045c8bfa82ce584a55d2979', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r2914600 r2916700 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 26b682af7f6d1c095f4556560a77bc467 class ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 26b682af7f6d1c095f4556560a77bc46::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit52f4fa382045c8bfa82ce584a55d2979::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD
r2914600 r2916700 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ 2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main
r2914600 r2916700 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +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
r2914600 r2916700 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684 478340+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1684916238 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/trunk/wp-captcha.php
r2914600 r2916700 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.2 16 * Version: 1.0.22 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset
for help on using the changeset viewer.