Changeset 2962567
- Timestamp:
- 09/04/2023 01:21:47 PM (3 years ago)
- Location:
- captcha-eu
- Files:
-
- 20 edited
- 1 copied
-
tags/v1.0.25 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.25/composer.lock (modified) (68 diffs)
-
tags/v1.0.25/readme.txt (modified) (3 diffs)
-
tags/v1.0.25/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.25/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.25/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/v1.0.25/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.25/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.25/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.25/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.25/wp-captcha.php (modified) (1 diff)
-
trunk/composer.lock (modified) (68 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
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.25/composer.lock
r2941141 r2962567 233 233 { 234 234 "name": "composer/semver", 235 "version": "3. 3.2",235 "version": "3.4.0", 236 236 "source": { 237 237 "type": "git", 238 238 "url": "https://github.com/composer/semver.git", 239 "reference": "3 953f23262f2bff1919fc82183ad9acb13ff62c9"240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/composer/semver/zipball/3 953f23262f2bff1919fc82183ad9acb13ff62c9",244 "reference": "3 953f23262f2bff1919fc82183ad9acb13ff62c9",239 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" 240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", 244 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", 245 245 "shasum": "" 246 246 }, … … 292 292 ], 293 293 "support": { 294 "irc": "irc ://irc.freenode.org/composer",294 "irc": "ircs://irc.libera.chat:6697/composer", 295 295 "issues": "https://github.com/composer/semver/issues", 296 "source": "https://github.com/composer/semver/tree/3. 3.2"296 "source": "https://github.com/composer/semver/tree/3.4.0" 297 297 }, 298 298 "funding": [ … … 310 310 } 311 311 ], 312 "time": "202 2-04-01T19:23:25+00:00"312 "time": "2023-08-31T09:50:34+00:00" 313 313 }, 314 314 { … … 651 651 { 652 652 "name": "friendsofphp/php-cs-fixer", 653 "version": "v3.2 2.0",653 "version": "v3.25.1", 654 654 "source": { 655 655 "type": "git", 656 656 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 657 "reference": " 92b019f6c8d79aa26349d0db7671d37440dc0ff3"658 }, 659 "dist": { 660 "type": "zip", 661 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ 92b019f6c8d79aa26349d0db7671d37440dc0ff3",662 "reference": " 92b019f6c8d79aa26349d0db7671d37440dc0ff3",657 "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b" 658 }, 659 "dist": { 660 "type": "zip", 661 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", 662 "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", 663 663 "shasum": "" 664 664 }, … … 666 666 "composer/semver": "^3.3", 667 667 "composer/xdebug-handler": "^3.0.3", 668 "doctrine/annotations": "^2",669 "doctrine/lexer": "^2 || ^3",670 668 "ext-json": "*", 671 669 "ext-tokenizer": "*", … … 736 734 "support": { 737 735 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 738 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.2 2.0"736 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.25.1" 739 737 }, 740 738 "funding": [ … … 744 742 } 745 743 ], 746 "time": "2023-0 7-16T23:08:06+00:00"744 "time": "2023-09-04T01:22:52+00:00" 747 745 }, 748 746 { 749 747 "name": "guzzlehttp/guzzle", 750 "version": "7. 7.0",748 "version": "7.8.0", 751 749 "source": { 752 750 "type": "git", 753 751 "url": "https://github.com/guzzle/guzzle.git", 754 "reference": " fb7566caccf22d74d1ab270de3551f72a58399f5"755 }, 756 "dist": { 757 "type": "zip", 758 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ fb7566caccf22d74d1ab270de3551f72a58399f5",759 "reference": " fb7566caccf22d74d1ab270de3551f72a58399f5",752 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" 753 }, 754 "dist": { 755 "type": "zip", 756 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", 757 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", 760 758 "shasum": "" 761 759 }, 762 760 "require": { 763 761 "ext-json": "*", 764 "guzzlehttp/promises": "^1.5.3 || ^2.0 ",765 "guzzlehttp/psr7": "^1.9.1 || ^2. 4.5",762 "guzzlehttp/promises": "^1.5.3 || ^2.0.1", 763 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", 766 764 "php": "^7.2.5 || ^8.0", 767 765 "psr/http-client": "^1.0", … … 854 852 "support": { 855 853 "issues": "https://github.com/guzzle/guzzle/issues", 856 "source": "https://github.com/guzzle/guzzle/tree/7. 7.0"854 "source": "https://github.com/guzzle/guzzle/tree/7.8.0" 857 855 }, 858 856 "funding": [ … … 870 868 } 871 869 ], 872 "time": "2023-0 5-21T14:04:53+00:00"870 "time": "2023-08-27T10:20:53+00:00" 873 871 }, 874 872 { 875 873 "name": "guzzlehttp/promises", 876 "version": "2.0. 0",874 "version": "2.0.1", 877 875 "source": { 878 876 "type": "git", 879 877 "url": "https://github.com/guzzle/promises.git", 880 "reference": " 3a494dc7dc1d7d12e511890177ae2d0e6c107da6"881 }, 882 "dist": { 883 "type": "zip", 884 "url": "https://api.github.com/repos/guzzle/promises/zipball/ 3a494dc7dc1d7d12e511890177ae2d0e6c107da6",885 "reference": " 3a494dc7dc1d7d12e511890177ae2d0e6c107da6",878 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" 879 }, 880 "dist": { 881 "type": "zip", 882 "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", 883 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", 886 884 "shasum": "" 887 885 }, … … 937 935 "support": { 938 936 "issues": "https://github.com/guzzle/promises/issues", 939 "source": "https://github.com/guzzle/promises/tree/2.0. 0"937 "source": "https://github.com/guzzle/promises/tree/2.0.1" 940 938 }, 941 939 "funding": [ … … 953 951 } 954 952 ], 955 "time": "2023-0 5-21T13:50:22+00:00"953 "time": "2023-08-03T15:11:55+00:00" 956 954 }, 957 955 { 958 956 "name": "guzzlehttp/psr7", 959 "version": "2. 5.0",957 "version": "2.6.1", 960 958 "source": { 961 959 "type": "git", 962 960 "url": "https://github.com/guzzle/psr7.git", 963 "reference": "b 635f279edd83fc275f822a1188157ffea568ff6"964 }, 965 "dist": { 966 "type": "zip", 967 "url": "https://api.github.com/repos/guzzle/psr7/zipball/b 635f279edd83fc275f822a1188157ffea568ff6",968 "reference": "b 635f279edd83fc275f822a1188157ffea568ff6",961 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" 962 }, 963 "dist": { 964 "type": "zip", 965 "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", 966 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", 969 967 "shasum": "" 970 968 }, … … 1053 1051 "support": { 1054 1052 "issues": "https://github.com/guzzle/psr7/issues", 1055 "source": "https://github.com/guzzle/psr7/tree/2. 5.0"1053 "source": "https://github.com/guzzle/psr7/tree/2.6.1" 1056 1054 }, 1057 1055 "funding": [ … … 1069 1067 } 1070 1068 ], 1071 "time": "2023-0 4-17T16:11:26+00:00"1069 "time": "2023-08-27T10:13:57+00:00" 1072 1070 }, 1073 1071 { … … 1137 1135 { 1138 1136 "name": "jms/serializer", 1139 "version": "3.2 6.0",1137 "version": "3.28.0", 1140 1138 "source": { 1141 1139 "type": "git", 1142 1140 "url": "https://github.com/schmittjoh/serializer.git", 1143 "reference": " 926a7d57438fa1ff4ab794551c5ae26e68536853"1144 }, 1145 "dist": { 1146 "type": "zip", 1147 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ 926a7d57438fa1ff4ab794551c5ae26e68536853",1148 "reference": " 926a7d57438fa1ff4ab794551c5ae26e68536853",1141 "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c" 1142 }, 1143 "dist": { 1144 "type": "zip", 1145 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/5a5a03a71a28a480189c5a0ca95893c19f1d120c", 1146 "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c", 1149 1147 "shasum": "" 1150 1148 }, … … 1152 1150 "doctrine/annotations": "^1.13 || ^2.0", 1153 1151 "doctrine/instantiator": "^1.0.3 || ^2.0", 1154 "doctrine/lexer": "^2 ",1152 "doctrine/lexer": "^2.0 || ^3.0", 1155 1153 "jms/metadata": "^2.6", 1156 1154 "php": "^7.2||^8.0", … … 1158 1156 }, 1159 1157 "require-dev": { 1160 "doctrine/coding-standard": "^ 8.1",1158 "doctrine/coding-standard": "^12.0", 1161 1159 "doctrine/orm": "~2.1", 1162 1160 "doctrine/persistence": "^1.3.3|^2.0|^3.0", … … 1221 1219 "support": { 1222 1220 "issues": "https://github.com/schmittjoh/serializer/issues", 1223 "source": "https://github.com/schmittjoh/serializer/tree/3.2 6.0"1221 "source": "https://github.com/schmittjoh/serializer/tree/3.28.0" 1224 1222 }, 1225 1223 "funding": [ … … 1229 1227 } 1230 1228 ], 1231 "time": "2023-0 6-24T19:25:58+00:00"1229 "time": "2023-08-03T14:43:08+00:00" 1232 1230 }, 1233 1231 { … … 1292 1290 { 1293 1291 "name": "nikic/php-parser", 1294 "version": "v4.1 6.0",1292 "version": "v4.17.1", 1295 1293 "source": { 1296 1294 "type": "git", 1297 1295 "url": "https://github.com/nikic/PHP-Parser.git", 1298 "reference": " 19526a33fb561ef417e822e85f08a00db4059c17"1299 }, 1300 "dist": { 1301 "type": "zip", 1302 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 19526a33fb561ef417e822e85f08a00db4059c17",1303 "reference": " 19526a33fb561ef417e822e85f08a00db4059c17",1296 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" 1297 }, 1298 "dist": { 1299 "type": "zip", 1300 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", 1301 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", 1304 1302 "shasum": "" 1305 1303 }, … … 1342 1340 "support": { 1343 1341 "issues": "https://github.com/nikic/PHP-Parser/issues", 1344 "source": "https://github.com/nikic/PHP-Parser/tree/v4.1 6.0"1345 }, 1346 "time": "2023-0 6-25T14:52:30+00:00"1342 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" 1343 }, 1344 "time": "2023-08-13T19:53:39+00:00" 1347 1345 }, 1348 1346 { … … 1610 1608 { 1611 1609 "name": "phpstan/phpdoc-parser", 1612 "version": "1.2 2.1",1610 "version": "1.23.1", 1613 1611 "source": { 1614 1612 "type": "git", 1615 1613 "url": "https://github.com/phpstan/phpdoc-parser.git", 1616 "reference": " 65c39594fbd8c67abfc68bb323f86447bab79cc0"1617 }, 1618 "dist": { 1619 "type": "zip", 1620 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ 65c39594fbd8c67abfc68bb323f86447bab79cc0",1621 "reference": " 65c39594fbd8c67abfc68bb323f86447bab79cc0",1614 "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26" 1615 }, 1616 "dist": { 1617 "type": "zip", 1618 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26", 1619 "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26", 1622 1620 "shasum": "" 1623 1621 }, … … 1651 1649 "support": { 1652 1650 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1653 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2 2.1"1654 }, 1655 "time": "2023-0 6-29T20:46:06+00:00"1651 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1" 1652 }, 1653 "time": "2023-08-03T16:32:59+00:00" 1656 1654 }, 1657 1655 { 1658 1656 "name": "phpunit/php-code-coverage", 1659 "version": "9.2.2 6",1657 "version": "9.2.27", 1660 1658 "source": { 1661 1659 "type": "git", 1662 1660 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 1663 "reference": " 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"1664 }, 1665 "dist": { 1666 "type": "zip", 1667 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",1668 "reference": " 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",1661 "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1" 1662 }, 1663 "dist": { 1664 "type": "zip", 1665 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1", 1666 "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1", 1669 1667 "shasum": "" 1670 1668 }, … … 1722 1720 "support": { 1723 1721 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 1724 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" 1722 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 1723 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27" 1725 1724 }, 1726 1725 "funding": [ … … 1730 1729 } 1731 1730 ], 1732 "time": "2023-0 3-06T12:58:08+00:00"1731 "time": "2023-07-26T13:44:30+00:00" 1733 1732 }, 1734 1733 { … … 1975 1974 { 1976 1975 "name": "phpunit/phpunit", 1977 "version": "9.6.1 0",1976 "version": "9.6.11", 1978 1977 "source": { 1979 1978 "type": "git", 1980 1979 "url": "https://github.com/sebastianbergmann/phpunit.git", 1981 "reference": " a6d351645c3fe5a30f5e86be6577d946af65a328"1982 }, 1983 "dist": { 1984 "type": "zip", 1985 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ a6d351645c3fe5a30f5e86be6577d946af65a328",1986 "reference": " a6d351645c3fe5a30f5e86be6577d946af65a328",1980 "reference": "810500e92855eba8a7a5319ae913be2da6f957b0" 1981 }, 1982 "dist": { 1983 "type": "zip", 1984 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0", 1985 "reference": "810500e92855eba8a7a5319ae913be2da6f957b0", 1987 1986 "shasum": "" 1988 1987 }, … … 2058 2057 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 2059 2058 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 2060 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.1 0"2059 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11" 2061 2060 }, 2062 2061 "funding": [ … … 2074 2073 } 2075 2074 ], 2076 "time": "2023-0 7-10T04:04:23+00:00"2075 "time": "2023-08-19T07:10:56+00:00" 2077 2076 }, 2078 2077 { … … 3028 3027 { 3029 3028 "name": "sebastian/global-state", 3030 "version": "5.0. 5",3029 "version": "5.0.6", 3031 3030 "source": { 3032 3031 "type": "git", 3033 3032 "url": "https://github.com/sebastianbergmann/global-state.git", 3034 "reference": " 0ca8db5a5fc9c8646244e629625ac486fa286bf2"3035 }, 3036 "dist": { 3037 "type": "zip", 3038 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ 0ca8db5a5fc9c8646244e629625ac486fa286bf2",3039 "reference": " 0ca8db5a5fc9c8646244e629625ac486fa286bf2",3033 "reference": "bde739e7565280bda77be70044ac1047bc007e34" 3034 }, 3035 "dist": { 3036 "type": "zip", 3037 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", 3038 "reference": "bde739e7565280bda77be70044ac1047bc007e34", 3040 3039 "shasum": "" 3041 3040 }, … … 3080 3079 "support": { 3081 3080 "issues": "https://github.com/sebastianbergmann/global-state/issues", 3082 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0. 5"3081 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" 3083 3082 }, 3084 3083 "funding": [ … … 3088 3087 } 3089 3088 ], 3090 "time": "202 2-02-14T08:28:10+00:00"3089 "time": "2023-08-02T09:26:13+00:00" 3091 3090 }, 3092 3091 { … … 3488 3487 { 3489 3488 "name": "symfony/console", 3490 "version": "v5.4.2 4",3489 "version": "v5.4.28", 3491 3490 "source": { 3492 3491 "type": "git", 3493 3492 "url": "https://github.com/symfony/console.git", 3494 "reference": " 560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8"3495 }, 3496 "dist": { 3497 "type": "zip", 3498 "url": "https://api.github.com/repos/symfony/console/zipball/ 560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",3499 "reference": " 560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",3493 "reference": "f4f71842f24c2023b91237c72a365306f3c58827" 3494 }, 3495 "dist": { 3496 "type": "zip", 3497 "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827", 3498 "reference": "f4f71842f24c2023b91237c72a365306f3c58827", 3500 3499 "shasum": "" 3501 3500 }, … … 3567 3566 ], 3568 3567 "support": { 3569 "source": "https://github.com/symfony/console/tree/v5.4.2 4"3568 "source": "https://github.com/symfony/console/tree/v5.4.28" 3570 3569 }, 3571 3570 "funding": [ … … 3583 3582 } 3584 3583 ], 3585 "time": "2023-0 5-26T05:13:16+00:00"3584 "time": "2023-08-07T06:12:30+00:00" 3586 3585 }, 3587 3586 { … … 3654 3653 { 3655 3654 "name": "symfony/event-dispatcher", 3656 "version": "v5.4.2 2",3655 "version": "v5.4.26", 3657 3656 "source": { 3658 3657 "type": "git", 3659 3658 "url": "https://github.com/symfony/event-dispatcher.git", 3660 "reference": " 1df20e45d56da29a4b1d8259dd6e950acbf1b13f"3661 }, 3662 "dist": { 3663 "type": "zip", 3664 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ 1df20e45d56da29a4b1d8259dd6e950acbf1b13f",3665 "reference": " 1df20e45d56da29a4b1d8259dd6e950acbf1b13f",3659 "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac" 3660 }, 3661 "dist": { 3662 "type": "zip", 3663 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac", 3664 "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac", 3666 3665 "shasum": "" 3667 3666 }, … … 3719 3718 "homepage": "https://symfony.com", 3720 3719 "support": { 3721 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.2 2"3720 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.26" 3722 3721 }, 3723 3722 "funding": [ … … 3735 3734 } 3736 3735 ], 3737 "time": "2023-0 3-17T11:31:58+00:00"3736 "time": "2023-07-06T06:34:20+00:00" 3738 3737 }, 3739 3738 { … … 3882 3881 { 3883 3882 "name": "symfony/finder", 3884 "version": "v5.4.2 1",3883 "version": "v5.4.27", 3885 3884 "source": { 3886 3885 "type": "git", 3887 3886 "url": "https://github.com/symfony/finder.git", 3888 "reference": " 078e9a5e1871fcfe6a5ce421b539344c21afef19"3889 }, 3890 "dist": { 3891 "type": "zip", 3892 "url": "https://api.github.com/repos/symfony/finder/zipball/ 078e9a5e1871fcfe6a5ce421b539344c21afef19",3893 "reference": " 078e9a5e1871fcfe6a5ce421b539344c21afef19",3887 "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d" 3888 }, 3889 "dist": { 3890 "type": "zip", 3891 "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d", 3892 "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d", 3894 3893 "shasum": "" 3895 3894 }, … … 3925 3924 "homepage": "https://symfony.com", 3926 3925 "support": { 3927 "source": "https://github.com/symfony/finder/tree/v5.4.2 1"3926 "source": "https://github.com/symfony/finder/tree/v5.4.27" 3928 3927 }, 3929 3928 "funding": [ … … 3941 3940 } 3942 3941 ], 3943 "time": "2023-0 2-16T09:33:00+00:00"3942 "time": "2023-07-31T08:02:31+00:00" 3944 3943 }, 3945 3944 { … … 4014 4013 { 4015 4014 "name": "symfony/polyfill-ctype", 4016 "version": "v1.2 7.0",4015 "version": "v1.28.0", 4017 4016 "source": { 4018 4017 "type": "git", 4019 4018 "url": "https://github.com/symfony/polyfill-ctype.git", 4020 "reference": " 5bbc823adecdae860bb64756d639ecfec17b050a"4021 }, 4022 "dist": { 4023 "type": "zip", 4024 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ 5bbc823adecdae860bb64756d639ecfec17b050a",4025 "reference": " 5bbc823adecdae860bb64756d639ecfec17b050a",4019 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" 4020 }, 4021 "dist": { 4022 "type": "zip", 4023 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 4024 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 4026 4025 "shasum": "" 4027 4026 }, … … 4038 4037 "extra": { 4039 4038 "branch-alias": { 4040 "dev-main": "1.2 7-dev"4039 "dev-main": "1.28-dev" 4041 4040 }, 4042 4041 "thanks": { … … 4076 4075 ], 4077 4076 "support": { 4078 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 7.0"4077 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" 4079 4078 }, 4080 4079 "funding": [ … … 4092 4091 } 4093 4092 ], 4094 "time": "202 2-11-03T14:55:06+00:00"4093 "time": "2023-01-26T09:26:14+00:00" 4095 4094 }, 4096 4095 { 4097 4096 "name": "symfony/polyfill-intl-grapheme", 4098 "version": "v1.2 7.0",4097 "version": "v1.28.0", 4099 4098 "source": { 4100 4099 "type": "git", 4101 4100 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 4102 "reference": " 511a08c03c1960e08a883f4cffcacd219b758354"4103 }, 4104 "dist": { 4105 "type": "zip", 4106 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ 511a08c03c1960e08a883f4cffcacd219b758354",4107 "reference": " 511a08c03c1960e08a883f4cffcacd219b758354",4101 "reference": "875e90aeea2777b6f135677f618529449334a612" 4102 }, 4103 "dist": { 4104 "type": "zip", 4105 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", 4106 "reference": "875e90aeea2777b6f135677f618529449334a612", 4108 4107 "shasum": "" 4109 4108 }, … … 4117 4116 "extra": { 4118 4117 "branch-alias": { 4119 "dev-main": "1.2 7-dev"4118 "dev-main": "1.28-dev" 4120 4119 }, 4121 4120 "thanks": { … … 4157 4156 ], 4158 4157 "support": { 4159 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2 7.0"4158 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" 4160 4159 }, 4161 4160 "funding": [ … … 4173 4172 } 4174 4173 ], 4175 "time": "202 2-11-03T14:55:06+00:00"4174 "time": "2023-01-26T09:26:14+00:00" 4176 4175 }, 4177 4176 { 4178 4177 "name": "symfony/polyfill-intl-normalizer", 4179 "version": "v1.2 7.0",4178 "version": "v1.28.0", 4180 4179 "source": { 4181 4180 "type": "git", 4182 4181 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4183 "reference": " 19bd1e4fcd5b91116f14d8533c57831ed00571b6"4184 }, 4185 "dist": { 4186 "type": "zip", 4187 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/ 19bd1e4fcd5b91116f14d8533c57831ed00571b6",4188 "reference": " 19bd1e4fcd5b91116f14d8533c57831ed00571b6",4182 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" 4183 }, 4184 "dist": { 4185 "type": "zip", 4186 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", 4187 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", 4189 4188 "shasum": "" 4190 4189 }, … … 4198 4197 "extra": { 4199 4198 "branch-alias": { 4200 "dev-main": "1.2 7-dev"4199 "dev-main": "1.28-dev" 4201 4200 }, 4202 4201 "thanks": { … … 4241 4240 ], 4242 4241 "support": { 4243 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2 7.0"4242 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" 4244 4243 }, 4245 4244 "funding": [ … … 4257 4256 } 4258 4257 ], 4259 "time": "202 2-11-03T14:55:06+00:00"4258 "time": "2023-01-26T09:26:14+00:00" 4260 4259 }, 4261 4260 { 4262 4261 "name": "symfony/polyfill-mbstring", 4263 "version": "v1.2 7.0",4262 "version": "v1.28.0", 4264 4263 "source": { 4265 4264 "type": "git", 4266 4265 "url": "https://github.com/symfony/polyfill-mbstring.git", 4267 "reference": " 8ad114f6b39e2c98a8b0e3bd907732c207c2b534"4268 }, 4269 "dist": { 4270 "type": "zip", 4271 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ 8ad114f6b39e2c98a8b0e3bd907732c207c2b534",4272 "reference": " 8ad114f6b39e2c98a8b0e3bd907732c207c2b534",4266 "reference": "42292d99c55abe617799667f454222c54c60e229" 4267 }, 4268 "dist": { 4269 "type": "zip", 4270 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", 4271 "reference": "42292d99c55abe617799667f454222c54c60e229", 4273 4272 "shasum": "" 4274 4273 }, … … 4285 4284 "extra": { 4286 4285 "branch-alias": { 4287 "dev-main": "1.2 7-dev"4286 "dev-main": "1.28-dev" 4288 4287 }, 4289 4288 "thanks": { … … 4324 4323 ], 4325 4324 "support": { 4326 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2 7.0"4325 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" 4327 4326 }, 4328 4327 "funding": [ … … 4340 4339 } 4341 4340 ], 4342 "time": "202 2-11-03T14:55:06+00:00"4341 "time": "2023-07-28T09:04:16+00:00" 4343 4342 }, 4344 4343 { 4345 4344 "name": "symfony/polyfill-php73", 4346 "version": "v1.2 7.0",4345 "version": "v1.28.0", 4347 4346 "source": { 4348 4347 "type": "git", 4349 4348 "url": "https://github.com/symfony/polyfill-php73.git", 4350 "reference": " 9e8ecb5f92152187c4799efd3c96b78ccab18ff9"4351 }, 4352 "dist": { 4353 "type": "zip", 4354 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ 9e8ecb5f92152187c4799efd3c96b78ccab18ff9",4355 "reference": " 9e8ecb5f92152187c4799efd3c96b78ccab18ff9",4349 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" 4350 }, 4351 "dist": { 4352 "type": "zip", 4353 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", 4354 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", 4356 4355 "shasum": "" 4357 4356 }, … … 4362 4361 "extra": { 4363 4362 "branch-alias": { 4364 "dev-main": "1.2 7-dev"4363 "dev-main": "1.28-dev" 4365 4364 }, 4366 4365 "thanks": { … … 4403 4402 ], 4404 4403 "support": { 4405 "source": "https://github.com/symfony/polyfill-php73/tree/v1.2 7.0"4404 "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" 4406 4405 }, 4407 4406 "funding": [ … … 4419 4418 } 4420 4419 ], 4421 "time": "202 2-11-03T14:55:06+00:00"4420 "time": "2023-01-26T09:26:14+00:00" 4422 4421 }, 4423 4422 { 4424 4423 "name": "symfony/polyfill-php80", 4425 "version": "v1.2 7.0",4424 "version": "v1.28.0", 4426 4425 "source": { 4427 4426 "type": "git", 4428 4427 "url": "https://github.com/symfony/polyfill-php80.git", 4429 "reference": " 7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"4430 }, 4431 "dist": { 4432 "type": "zip", 4433 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/ 7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",4434 "reference": " 7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",4428 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" 4429 }, 4430 "dist": { 4431 "type": "zip", 4432 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 4433 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 4435 4434 "shasum": "" 4436 4435 }, … … 4441 4440 "extra": { 4442 4441 "branch-alias": { 4443 "dev-main": "1.2 7-dev"4442 "dev-main": "1.28-dev" 4444 4443 }, 4445 4444 "thanks": { … … 4486 4485 ], 4487 4486 "support": { 4488 "source": "https://github.com/symfony/polyfill-php80/tree/v1.2 7.0"4487 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" 4489 4488 }, 4490 4489 "funding": [ … … 4502 4501 } 4503 4502 ], 4504 "time": "202 2-11-03T14:55:06+00:00"4503 "time": "2023-01-26T09:26:14+00:00" 4505 4504 }, 4506 4505 { 4507 4506 "name": "symfony/polyfill-php81", 4508 "version": "v1.2 7.0",4507 "version": "v1.28.0", 4509 4508 "source": { 4510 4509 "type": "git", 4511 4510 "url": "https://github.com/symfony/polyfill-php81.git", 4512 "reference": "7 07403074c8ea6e2edaf8794b0157a0bfa52157a"4513 }, 4514 "dist": { 4515 "type": "zip", 4516 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7 07403074c8ea6e2edaf8794b0157a0bfa52157a",4517 "reference": "7 07403074c8ea6e2edaf8794b0157a0bfa52157a",4511 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" 4512 }, 4513 "dist": { 4514 "type": "zip", 4515 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", 4516 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", 4518 4517 "shasum": "" 4519 4518 }, … … 4524 4523 "extra": { 4525 4524 "branch-alias": { 4526 "dev-main": "1.2 7-dev"4525 "dev-main": "1.28-dev" 4527 4526 }, 4528 4527 "thanks": { … … 4565 4564 ], 4566 4565 "support": { 4567 "source": "https://github.com/symfony/polyfill-php81/tree/v1.2 7.0"4566 "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" 4568 4567 }, 4569 4568 "funding": [ … … 4581 4580 } 4582 4581 ], 4583 "time": "202 2-11-03T14:55:06+00:00"4582 "time": "2023-01-26T09:26:14+00:00" 4584 4583 }, 4585 4584 { 4586 4585 "name": "symfony/process", 4587 "version": "v5.4.2 4",4586 "version": "v5.4.28", 4588 4587 "source": { 4589 4588 "type": "git", 4590 4589 "url": "https://github.com/symfony/process.git", 4591 "reference": " e3c46cc5689c8782944274bb30702106ecbe3b64"4592 }, 4593 "dist": { 4594 "type": "zip", 4595 "url": "https://api.github.com/repos/symfony/process/zipball/ e3c46cc5689c8782944274bb30702106ecbe3b64",4596 "reference": " e3c46cc5689c8782944274bb30702106ecbe3b64",4590 "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" 4591 }, 4592 "dist": { 4593 "type": "zip", 4594 "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", 4595 "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", 4597 4596 "shasum": "" 4598 4597 }, … … 4627 4626 "homepage": "https://symfony.com", 4628 4627 "support": { 4629 "source": "https://github.com/symfony/process/tree/v5.4.2 4"4628 "source": "https://github.com/symfony/process/tree/v5.4.28" 4630 4629 }, 4631 4630 "funding": [ … … 4643 4642 } 4644 4643 ], 4645 "time": "2023-0 5-17T11:26:05+00:00"4644 "time": "2023-08-07T10:36:04+00:00" 4646 4645 }, 4647 4646 { … … 4792 4791 { 4793 4792 "name": "symfony/string", 4794 "version": "v5.4.2 2",4793 "version": "v5.4.26", 4795 4794 "source": { 4796 4795 "type": "git", 4797 4796 "url": "https://github.com/symfony/string.git", 4798 "reference": " 8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"4799 }, 4800 "dist": { 4801 "type": "zip", 4802 "url": "https://api.github.com/repos/symfony/string/zipball/ 8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",4803 "reference": " 8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",4797 "reference": "1181fe9270e373537475e826873b5867b863883c" 4798 }, 4799 "dist": { 4800 "type": "zip", 4801 "url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c", 4802 "reference": "1181fe9270e373537475e826873b5867b863883c", 4804 4803 "shasum": "" 4805 4804 }, … … 4858 4857 ], 4859 4858 "support": { 4860 "source": "https://github.com/symfony/string/tree/v5.4.2 2"4859 "source": "https://github.com/symfony/string/tree/v5.4.26" 4861 4860 }, 4862 4861 "funding": [ … … 4874 4873 } 4875 4874 ], 4876 "time": "2023-0 3-14T06:11:53+00:00"4875 "time": "2023-06-28T12:46:07+00:00" 4877 4876 }, 4878 4877 { … … 4928 4927 { 4929 4928 "name": "yoast/phpunit-polyfills", 4930 "version": "1. 0.5",4929 "version": "1.1.0", 4931 4930 "source": { 4932 4931 "type": "git", 4933 4932 "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", 4934 "reference": " 3b59adeef77fb1c03ff5381dbb9d68b0aaff3171"4935 }, 4936 "dist": { 4937 "type": "zip", 4938 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/ 3b59adeef77fb1c03ff5381dbb9d68b0aaff3171",4939 "reference": " 3b59adeef77fb1c03ff5381dbb9d68b0aaff3171",4933 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212" 4934 }, 4935 "dist": { 4936 "type": "zip", 4937 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/224e4a1329c03d8bad520e3fc4ec980034a4b212", 4938 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212", 4940 4939 "shasum": "" 4941 4940 }, … … 4984 4983 "source": "https://github.com/Yoast/PHPUnit-Polyfills" 4985 4984 }, 4986 "time": "2023-0 3-30T23:39:05+00:00"4985 "time": "2023-08-19T14:25:08+00:00" 4987 4986 } 4988 4987 ], -
captcha-eu/tags/v1.0.25/readme.txt
r2941141 r2962567 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.2 47 Stable tag: 1.0.25 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 12 12 13 13 == Description == 14 15 https://www.youtube.com/watch?v=VAaY32V1Ko4 14 16 15 17 Captcha.eu is the ultimate solution for GDPR compliant captcha protection. Our plugin is designed to safeguard your website against spam and unwanted bot traffic while ensuring compliance with EU data protection regulations. With Captcha.eu, you can protect all your forms, including login and signup forms, with ease. … … 59 61 60 62 == Changelog == 63 = 1.0.25 = 64 * update readme.txt - add video 61 65 = 1.0.24 = 62 66 * fixed php 8.2 deprecated dynamic properties -
captcha-eu/tags/v1.0.25/vendor/autoload.php
r2941141 r2962567 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b142::getLoader();25 return ComposerAutoloaderInitc6537ae706336734539418e7c25e7522::getLoader(); -
captcha-eu/tags/v1.0.25/vendor/composer/autoload_real.php
r2941141 r2962567 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b1425 class ComposerAutoloaderInitc6537ae706336734539418e7c25e7522 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b142', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc6537ae706336734539418e7c25e7522', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b142', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc6537ae706336734539418e7c25e7522', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitc6537ae706336734539418e7c25e7522::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.25/vendor/composer/autoload_static.php
r2941141 r2962567 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit d3a044b81bd9f395d5b965356cc7b1427 class ComposerStaticInitc6537ae706336734539418e7c25e7522 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInitc6537ae706336734539418e7c25e7522::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInitc6537ae706336734539418e7c25e7522::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInitc6537ae706336734539418e7c25e7522::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
captcha-eu/tags/v1.0.25/vendor/composer/installers/.git/logs/HEAD
r2941141 r2962567 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 16 89924440+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> 16 89924440+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1693833695 +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> 1693833695 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/tags/v1.0.25/vendor/composer/installers/.git/logs/refs/heads/main
r2941141 r2962567 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 16 89924440+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> 1693833695 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.25/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD
r2941141 r2962567 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 16 89924440+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> 1693833695 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.25/wp-captcha.php
r2941141 r2962567 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 46 * Version: 1.0.25 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/ -
captcha-eu/trunk/composer.lock
r2941141 r2962567 233 233 { 234 234 "name": "composer/semver", 235 "version": "3. 3.2",235 "version": "3.4.0", 236 236 "source": { 237 237 "type": "git", 238 238 "url": "https://github.com/composer/semver.git", 239 "reference": "3 953f23262f2bff1919fc82183ad9acb13ff62c9"240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/composer/semver/zipball/3 953f23262f2bff1919fc82183ad9acb13ff62c9",244 "reference": "3 953f23262f2bff1919fc82183ad9acb13ff62c9",239 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" 240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", 244 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", 245 245 "shasum": "" 246 246 }, … … 292 292 ], 293 293 "support": { 294 "irc": "irc ://irc.freenode.org/composer",294 "irc": "ircs://irc.libera.chat:6697/composer", 295 295 "issues": "https://github.com/composer/semver/issues", 296 "source": "https://github.com/composer/semver/tree/3. 3.2"296 "source": "https://github.com/composer/semver/tree/3.4.0" 297 297 }, 298 298 "funding": [ … … 310 310 } 311 311 ], 312 "time": "202 2-04-01T19:23:25+00:00"312 "time": "2023-08-31T09:50:34+00:00" 313 313 }, 314 314 { … … 651 651 { 652 652 "name": "friendsofphp/php-cs-fixer", 653 "version": "v3.2 2.0",653 "version": "v3.25.1", 654 654 "source": { 655 655 "type": "git", 656 656 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 657 "reference": " 92b019f6c8d79aa26349d0db7671d37440dc0ff3"658 }, 659 "dist": { 660 "type": "zip", 661 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ 92b019f6c8d79aa26349d0db7671d37440dc0ff3",662 "reference": " 92b019f6c8d79aa26349d0db7671d37440dc0ff3",657 "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b" 658 }, 659 "dist": { 660 "type": "zip", 661 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", 662 "reference": "8e21d69801de6b5ecb0dbe0bcdf967b335b1260b", 663 663 "shasum": "" 664 664 }, … … 666 666 "composer/semver": "^3.3", 667 667 "composer/xdebug-handler": "^3.0.3", 668 "doctrine/annotations": "^2",669 "doctrine/lexer": "^2 || ^3",670 668 "ext-json": "*", 671 669 "ext-tokenizer": "*", … … 736 734 "support": { 737 735 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 738 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.2 2.0"736 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.25.1" 739 737 }, 740 738 "funding": [ … … 744 742 } 745 743 ], 746 "time": "2023-0 7-16T23:08:06+00:00"744 "time": "2023-09-04T01:22:52+00:00" 747 745 }, 748 746 { 749 747 "name": "guzzlehttp/guzzle", 750 "version": "7. 7.0",748 "version": "7.8.0", 751 749 "source": { 752 750 "type": "git", 753 751 "url": "https://github.com/guzzle/guzzle.git", 754 "reference": " fb7566caccf22d74d1ab270de3551f72a58399f5"755 }, 756 "dist": { 757 "type": "zip", 758 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ fb7566caccf22d74d1ab270de3551f72a58399f5",759 "reference": " fb7566caccf22d74d1ab270de3551f72a58399f5",752 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" 753 }, 754 "dist": { 755 "type": "zip", 756 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", 757 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", 760 758 "shasum": "" 761 759 }, 762 760 "require": { 763 761 "ext-json": "*", 764 "guzzlehttp/promises": "^1.5.3 || ^2.0 ",765 "guzzlehttp/psr7": "^1.9.1 || ^2. 4.5",762 "guzzlehttp/promises": "^1.5.3 || ^2.0.1", 763 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", 766 764 "php": "^7.2.5 || ^8.0", 767 765 "psr/http-client": "^1.0", … … 854 852 "support": { 855 853 "issues": "https://github.com/guzzle/guzzle/issues", 856 "source": "https://github.com/guzzle/guzzle/tree/7. 7.0"854 "source": "https://github.com/guzzle/guzzle/tree/7.8.0" 857 855 }, 858 856 "funding": [ … … 870 868 } 871 869 ], 872 "time": "2023-0 5-21T14:04:53+00:00"870 "time": "2023-08-27T10:20:53+00:00" 873 871 }, 874 872 { 875 873 "name": "guzzlehttp/promises", 876 "version": "2.0. 0",874 "version": "2.0.1", 877 875 "source": { 878 876 "type": "git", 879 877 "url": "https://github.com/guzzle/promises.git", 880 "reference": " 3a494dc7dc1d7d12e511890177ae2d0e6c107da6"881 }, 882 "dist": { 883 "type": "zip", 884 "url": "https://api.github.com/repos/guzzle/promises/zipball/ 3a494dc7dc1d7d12e511890177ae2d0e6c107da6",885 "reference": " 3a494dc7dc1d7d12e511890177ae2d0e6c107da6",878 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" 879 }, 880 "dist": { 881 "type": "zip", 882 "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", 883 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", 886 884 "shasum": "" 887 885 }, … … 937 935 "support": { 938 936 "issues": "https://github.com/guzzle/promises/issues", 939 "source": "https://github.com/guzzle/promises/tree/2.0. 0"937 "source": "https://github.com/guzzle/promises/tree/2.0.1" 940 938 }, 941 939 "funding": [ … … 953 951 } 954 952 ], 955 "time": "2023-0 5-21T13:50:22+00:00"953 "time": "2023-08-03T15:11:55+00:00" 956 954 }, 957 955 { 958 956 "name": "guzzlehttp/psr7", 959 "version": "2. 5.0",957 "version": "2.6.1", 960 958 "source": { 961 959 "type": "git", 962 960 "url": "https://github.com/guzzle/psr7.git", 963 "reference": "b 635f279edd83fc275f822a1188157ffea568ff6"964 }, 965 "dist": { 966 "type": "zip", 967 "url": "https://api.github.com/repos/guzzle/psr7/zipball/b 635f279edd83fc275f822a1188157ffea568ff6",968 "reference": "b 635f279edd83fc275f822a1188157ffea568ff6",961 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" 962 }, 963 "dist": { 964 "type": "zip", 965 "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", 966 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", 969 967 "shasum": "" 970 968 }, … … 1053 1051 "support": { 1054 1052 "issues": "https://github.com/guzzle/psr7/issues", 1055 "source": "https://github.com/guzzle/psr7/tree/2. 5.0"1053 "source": "https://github.com/guzzle/psr7/tree/2.6.1" 1056 1054 }, 1057 1055 "funding": [ … … 1069 1067 } 1070 1068 ], 1071 "time": "2023-0 4-17T16:11:26+00:00"1069 "time": "2023-08-27T10:13:57+00:00" 1072 1070 }, 1073 1071 { … … 1137 1135 { 1138 1136 "name": "jms/serializer", 1139 "version": "3.2 6.0",1137 "version": "3.28.0", 1140 1138 "source": { 1141 1139 "type": "git", 1142 1140 "url": "https://github.com/schmittjoh/serializer.git", 1143 "reference": " 926a7d57438fa1ff4ab794551c5ae26e68536853"1144 }, 1145 "dist": { 1146 "type": "zip", 1147 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ 926a7d57438fa1ff4ab794551c5ae26e68536853",1148 "reference": " 926a7d57438fa1ff4ab794551c5ae26e68536853",1141 "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c" 1142 }, 1143 "dist": { 1144 "type": "zip", 1145 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/5a5a03a71a28a480189c5a0ca95893c19f1d120c", 1146 "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c", 1149 1147 "shasum": "" 1150 1148 }, … … 1152 1150 "doctrine/annotations": "^1.13 || ^2.0", 1153 1151 "doctrine/instantiator": "^1.0.3 || ^2.0", 1154 "doctrine/lexer": "^2 ",1152 "doctrine/lexer": "^2.0 || ^3.0", 1155 1153 "jms/metadata": "^2.6", 1156 1154 "php": "^7.2||^8.0", … … 1158 1156 }, 1159 1157 "require-dev": { 1160 "doctrine/coding-standard": "^ 8.1",1158 "doctrine/coding-standard": "^12.0", 1161 1159 "doctrine/orm": "~2.1", 1162 1160 "doctrine/persistence": "^1.3.3|^2.0|^3.0", … … 1221 1219 "support": { 1222 1220 "issues": "https://github.com/schmittjoh/serializer/issues", 1223 "source": "https://github.com/schmittjoh/serializer/tree/3.2 6.0"1221 "source": "https://github.com/schmittjoh/serializer/tree/3.28.0" 1224 1222 }, 1225 1223 "funding": [ … … 1229 1227 } 1230 1228 ], 1231 "time": "2023-0 6-24T19:25:58+00:00"1229 "time": "2023-08-03T14:43:08+00:00" 1232 1230 }, 1233 1231 { … … 1292 1290 { 1293 1291 "name": "nikic/php-parser", 1294 "version": "v4.1 6.0",1292 "version": "v4.17.1", 1295 1293 "source": { 1296 1294 "type": "git", 1297 1295 "url": "https://github.com/nikic/PHP-Parser.git", 1298 "reference": " 19526a33fb561ef417e822e85f08a00db4059c17"1299 }, 1300 "dist": { 1301 "type": "zip", 1302 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 19526a33fb561ef417e822e85f08a00db4059c17",1303 "reference": " 19526a33fb561ef417e822e85f08a00db4059c17",1296 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" 1297 }, 1298 "dist": { 1299 "type": "zip", 1300 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", 1301 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", 1304 1302 "shasum": "" 1305 1303 }, … … 1342 1340 "support": { 1343 1341 "issues": "https://github.com/nikic/PHP-Parser/issues", 1344 "source": "https://github.com/nikic/PHP-Parser/tree/v4.1 6.0"1345 }, 1346 "time": "2023-0 6-25T14:52:30+00:00"1342 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" 1343 }, 1344 "time": "2023-08-13T19:53:39+00:00" 1347 1345 }, 1348 1346 { … … 1610 1608 { 1611 1609 "name": "phpstan/phpdoc-parser", 1612 "version": "1.2 2.1",1610 "version": "1.23.1", 1613 1611 "source": { 1614 1612 "type": "git", 1615 1613 "url": "https://github.com/phpstan/phpdoc-parser.git", 1616 "reference": " 65c39594fbd8c67abfc68bb323f86447bab79cc0"1617 }, 1618 "dist": { 1619 "type": "zip", 1620 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ 65c39594fbd8c67abfc68bb323f86447bab79cc0",1621 "reference": " 65c39594fbd8c67abfc68bb323f86447bab79cc0",1614 "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26" 1615 }, 1616 "dist": { 1617 "type": "zip", 1618 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26", 1619 "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26", 1622 1620 "shasum": "" 1623 1621 }, … … 1651 1649 "support": { 1652 1650 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1653 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2 2.1"1654 }, 1655 "time": "2023-0 6-29T20:46:06+00:00"1651 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1" 1652 }, 1653 "time": "2023-08-03T16:32:59+00:00" 1656 1654 }, 1657 1655 { 1658 1656 "name": "phpunit/php-code-coverage", 1659 "version": "9.2.2 6",1657 "version": "9.2.27", 1660 1658 "source": { 1661 1659 "type": "git", 1662 1660 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 1663 "reference": " 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"1664 }, 1665 "dist": { 1666 "type": "zip", 1667 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",1668 "reference": " 443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",1661 "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1" 1662 }, 1663 "dist": { 1664 "type": "zip", 1665 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1", 1666 "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1", 1669 1667 "shasum": "" 1670 1668 }, … … 1722 1720 "support": { 1723 1721 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 1724 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26" 1722 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 1723 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27" 1725 1724 }, 1726 1725 "funding": [ … … 1730 1729 } 1731 1730 ], 1732 "time": "2023-0 3-06T12:58:08+00:00"1731 "time": "2023-07-26T13:44:30+00:00" 1733 1732 }, 1734 1733 { … … 1975 1974 { 1976 1975 "name": "phpunit/phpunit", 1977 "version": "9.6.1 0",1976 "version": "9.6.11", 1978 1977 "source": { 1979 1978 "type": "git", 1980 1979 "url": "https://github.com/sebastianbergmann/phpunit.git", 1981 "reference": " a6d351645c3fe5a30f5e86be6577d946af65a328"1982 }, 1983 "dist": { 1984 "type": "zip", 1985 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ a6d351645c3fe5a30f5e86be6577d946af65a328",1986 "reference": " a6d351645c3fe5a30f5e86be6577d946af65a328",1980 "reference": "810500e92855eba8a7a5319ae913be2da6f957b0" 1981 }, 1982 "dist": { 1983 "type": "zip", 1984 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0", 1985 "reference": "810500e92855eba8a7a5319ae913be2da6f957b0", 1987 1986 "shasum": "" 1988 1987 }, … … 2058 2057 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 2059 2058 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 2060 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.1 0"2059 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11" 2061 2060 }, 2062 2061 "funding": [ … … 2074 2073 } 2075 2074 ], 2076 "time": "2023-0 7-10T04:04:23+00:00"2075 "time": "2023-08-19T07:10:56+00:00" 2077 2076 }, 2078 2077 { … … 3028 3027 { 3029 3028 "name": "sebastian/global-state", 3030 "version": "5.0. 5",3029 "version": "5.0.6", 3031 3030 "source": { 3032 3031 "type": "git", 3033 3032 "url": "https://github.com/sebastianbergmann/global-state.git", 3034 "reference": " 0ca8db5a5fc9c8646244e629625ac486fa286bf2"3035 }, 3036 "dist": { 3037 "type": "zip", 3038 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ 0ca8db5a5fc9c8646244e629625ac486fa286bf2",3039 "reference": " 0ca8db5a5fc9c8646244e629625ac486fa286bf2",3033 "reference": "bde739e7565280bda77be70044ac1047bc007e34" 3034 }, 3035 "dist": { 3036 "type": "zip", 3037 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", 3038 "reference": "bde739e7565280bda77be70044ac1047bc007e34", 3040 3039 "shasum": "" 3041 3040 }, … … 3080 3079 "support": { 3081 3080 "issues": "https://github.com/sebastianbergmann/global-state/issues", 3082 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0. 5"3081 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" 3083 3082 }, 3084 3083 "funding": [ … … 3088 3087 } 3089 3088 ], 3090 "time": "202 2-02-14T08:28:10+00:00"3089 "time": "2023-08-02T09:26:13+00:00" 3091 3090 }, 3092 3091 { … … 3488 3487 { 3489 3488 "name": "symfony/console", 3490 "version": "v5.4.2 4",3489 "version": "v5.4.28", 3491 3490 "source": { 3492 3491 "type": "git", 3493 3492 "url": "https://github.com/symfony/console.git", 3494 "reference": " 560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8"3495 }, 3496 "dist": { 3497 "type": "zip", 3498 "url": "https://api.github.com/repos/symfony/console/zipball/ 560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",3499 "reference": " 560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",3493 "reference": "f4f71842f24c2023b91237c72a365306f3c58827" 3494 }, 3495 "dist": { 3496 "type": "zip", 3497 "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827", 3498 "reference": "f4f71842f24c2023b91237c72a365306f3c58827", 3500 3499 "shasum": "" 3501 3500 }, … … 3567 3566 ], 3568 3567 "support": { 3569 "source": "https://github.com/symfony/console/tree/v5.4.2 4"3568 "source": "https://github.com/symfony/console/tree/v5.4.28" 3570 3569 }, 3571 3570 "funding": [ … … 3583 3582 } 3584 3583 ], 3585 "time": "2023-0 5-26T05:13:16+00:00"3584 "time": "2023-08-07T06:12:30+00:00" 3586 3585 }, 3587 3586 { … … 3654 3653 { 3655 3654 "name": "symfony/event-dispatcher", 3656 "version": "v5.4.2 2",3655 "version": "v5.4.26", 3657 3656 "source": { 3658 3657 "type": "git", 3659 3658 "url": "https://github.com/symfony/event-dispatcher.git", 3660 "reference": " 1df20e45d56da29a4b1d8259dd6e950acbf1b13f"3661 }, 3662 "dist": { 3663 "type": "zip", 3664 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ 1df20e45d56da29a4b1d8259dd6e950acbf1b13f",3665 "reference": " 1df20e45d56da29a4b1d8259dd6e950acbf1b13f",3659 "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac" 3660 }, 3661 "dist": { 3662 "type": "zip", 3663 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac", 3664 "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac", 3666 3665 "shasum": "" 3667 3666 }, … … 3719 3718 "homepage": "https://symfony.com", 3720 3719 "support": { 3721 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.2 2"3720 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.26" 3722 3721 }, 3723 3722 "funding": [ … … 3735 3734 } 3736 3735 ], 3737 "time": "2023-0 3-17T11:31:58+00:00"3736 "time": "2023-07-06T06:34:20+00:00" 3738 3737 }, 3739 3738 { … … 3882 3881 { 3883 3882 "name": "symfony/finder", 3884 "version": "v5.4.2 1",3883 "version": "v5.4.27", 3885 3884 "source": { 3886 3885 "type": "git", 3887 3886 "url": "https://github.com/symfony/finder.git", 3888 "reference": " 078e9a5e1871fcfe6a5ce421b539344c21afef19"3889 }, 3890 "dist": { 3891 "type": "zip", 3892 "url": "https://api.github.com/repos/symfony/finder/zipball/ 078e9a5e1871fcfe6a5ce421b539344c21afef19",3893 "reference": " 078e9a5e1871fcfe6a5ce421b539344c21afef19",3887 "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d" 3888 }, 3889 "dist": { 3890 "type": "zip", 3891 "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d", 3892 "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d", 3894 3893 "shasum": "" 3895 3894 }, … … 3925 3924 "homepage": "https://symfony.com", 3926 3925 "support": { 3927 "source": "https://github.com/symfony/finder/tree/v5.4.2 1"3926 "source": "https://github.com/symfony/finder/tree/v5.4.27" 3928 3927 }, 3929 3928 "funding": [ … … 3941 3940 } 3942 3941 ], 3943 "time": "2023-0 2-16T09:33:00+00:00"3942 "time": "2023-07-31T08:02:31+00:00" 3944 3943 }, 3945 3944 { … … 4014 4013 { 4015 4014 "name": "symfony/polyfill-ctype", 4016 "version": "v1.2 7.0",4015 "version": "v1.28.0", 4017 4016 "source": { 4018 4017 "type": "git", 4019 4018 "url": "https://github.com/symfony/polyfill-ctype.git", 4020 "reference": " 5bbc823adecdae860bb64756d639ecfec17b050a"4021 }, 4022 "dist": { 4023 "type": "zip", 4024 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ 5bbc823adecdae860bb64756d639ecfec17b050a",4025 "reference": " 5bbc823adecdae860bb64756d639ecfec17b050a",4019 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" 4020 }, 4021 "dist": { 4022 "type": "zip", 4023 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 4024 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 4026 4025 "shasum": "" 4027 4026 }, … … 4038 4037 "extra": { 4039 4038 "branch-alias": { 4040 "dev-main": "1.2 7-dev"4039 "dev-main": "1.28-dev" 4041 4040 }, 4042 4041 "thanks": { … … 4076 4075 ], 4077 4076 "support": { 4078 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.2 7.0"4077 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" 4079 4078 }, 4080 4079 "funding": [ … … 4092 4091 } 4093 4092 ], 4094 "time": "202 2-11-03T14:55:06+00:00"4093 "time": "2023-01-26T09:26:14+00:00" 4095 4094 }, 4096 4095 { 4097 4096 "name": "symfony/polyfill-intl-grapheme", 4098 "version": "v1.2 7.0",4097 "version": "v1.28.0", 4099 4098 "source": { 4100 4099 "type": "git", 4101 4100 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 4102 "reference": " 511a08c03c1960e08a883f4cffcacd219b758354"4103 }, 4104 "dist": { 4105 "type": "zip", 4106 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ 511a08c03c1960e08a883f4cffcacd219b758354",4107 "reference": " 511a08c03c1960e08a883f4cffcacd219b758354",4101 "reference": "875e90aeea2777b6f135677f618529449334a612" 4102 }, 4103 "dist": { 4104 "type": "zip", 4105 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", 4106 "reference": "875e90aeea2777b6f135677f618529449334a612", 4108 4107 "shasum": "" 4109 4108 }, … … 4117 4116 "extra": { 4118 4117 "branch-alias": { 4119 "dev-main": "1.2 7-dev"4118 "dev-main": "1.28-dev" 4120 4119 }, 4121 4120 "thanks": { … … 4157 4156 ], 4158 4157 "support": { 4159 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2 7.0"4158 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" 4160 4159 }, 4161 4160 "funding": [ … … 4173 4172 } 4174 4173 ], 4175 "time": "202 2-11-03T14:55:06+00:00"4174 "time": "2023-01-26T09:26:14+00:00" 4176 4175 }, 4177 4176 { 4178 4177 "name": "symfony/polyfill-intl-normalizer", 4179 "version": "v1.2 7.0",4178 "version": "v1.28.0", 4180 4179 "source": { 4181 4180 "type": "git", 4182 4181 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4183 "reference": " 19bd1e4fcd5b91116f14d8533c57831ed00571b6"4184 }, 4185 "dist": { 4186 "type": "zip", 4187 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/ 19bd1e4fcd5b91116f14d8533c57831ed00571b6",4188 "reference": " 19bd1e4fcd5b91116f14d8533c57831ed00571b6",4182 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" 4183 }, 4184 "dist": { 4185 "type": "zip", 4186 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", 4187 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", 4189 4188 "shasum": "" 4190 4189 }, … … 4198 4197 "extra": { 4199 4198 "branch-alias": { 4200 "dev-main": "1.2 7-dev"4199 "dev-main": "1.28-dev" 4201 4200 }, 4202 4201 "thanks": { … … 4241 4240 ], 4242 4241 "support": { 4243 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2 7.0"4242 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" 4244 4243 }, 4245 4244 "funding": [ … … 4257 4256 } 4258 4257 ], 4259 "time": "202 2-11-03T14:55:06+00:00"4258 "time": "2023-01-26T09:26:14+00:00" 4260 4259 }, 4261 4260 { 4262 4261 "name": "symfony/polyfill-mbstring", 4263 "version": "v1.2 7.0",4262 "version": "v1.28.0", 4264 4263 "source": { 4265 4264 "type": "git", 4266 4265 "url": "https://github.com/symfony/polyfill-mbstring.git", 4267 "reference": " 8ad114f6b39e2c98a8b0e3bd907732c207c2b534"4268 }, 4269 "dist": { 4270 "type": "zip", 4271 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/ 8ad114f6b39e2c98a8b0e3bd907732c207c2b534",4272 "reference": " 8ad114f6b39e2c98a8b0e3bd907732c207c2b534",4266 "reference": "42292d99c55abe617799667f454222c54c60e229" 4267 }, 4268 "dist": { 4269 "type": "zip", 4270 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", 4271 "reference": "42292d99c55abe617799667f454222c54c60e229", 4273 4272 "shasum": "" 4274 4273 }, … … 4285 4284 "extra": { 4286 4285 "branch-alias": { 4287 "dev-main": "1.2 7-dev"4286 "dev-main": "1.28-dev" 4288 4287 }, 4289 4288 "thanks": { … … 4324 4323 ], 4325 4324 "support": { 4326 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2 7.0"4325 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" 4327 4326 }, 4328 4327 "funding": [ … … 4340 4339 } 4341 4340 ], 4342 "time": "202 2-11-03T14:55:06+00:00"4341 "time": "2023-07-28T09:04:16+00:00" 4343 4342 }, 4344 4343 { 4345 4344 "name": "symfony/polyfill-php73", 4346 "version": "v1.2 7.0",4345 "version": "v1.28.0", 4347 4346 "source": { 4348 4347 "type": "git", 4349 4348 "url": "https://github.com/symfony/polyfill-php73.git", 4350 "reference": " 9e8ecb5f92152187c4799efd3c96b78ccab18ff9"4351 }, 4352 "dist": { 4353 "type": "zip", 4354 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ 9e8ecb5f92152187c4799efd3c96b78ccab18ff9",4355 "reference": " 9e8ecb5f92152187c4799efd3c96b78ccab18ff9",4349 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" 4350 }, 4351 "dist": { 4352 "type": "zip", 4353 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", 4354 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", 4356 4355 "shasum": "" 4357 4356 }, … … 4362 4361 "extra": { 4363 4362 "branch-alias": { 4364 "dev-main": "1.2 7-dev"4363 "dev-main": "1.28-dev" 4365 4364 }, 4366 4365 "thanks": { … … 4403 4402 ], 4404 4403 "support": { 4405 "source": "https://github.com/symfony/polyfill-php73/tree/v1.2 7.0"4404 "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" 4406 4405 }, 4407 4406 "funding": [ … … 4419 4418 } 4420 4419 ], 4421 "time": "202 2-11-03T14:55:06+00:00"4420 "time": "2023-01-26T09:26:14+00:00" 4422 4421 }, 4423 4422 { 4424 4423 "name": "symfony/polyfill-php80", 4425 "version": "v1.2 7.0",4424 "version": "v1.28.0", 4426 4425 "source": { 4427 4426 "type": "git", 4428 4427 "url": "https://github.com/symfony/polyfill-php80.git", 4429 "reference": " 7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"4430 }, 4431 "dist": { 4432 "type": "zip", 4433 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/ 7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",4434 "reference": " 7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",4428 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" 4429 }, 4430 "dist": { 4431 "type": "zip", 4432 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 4433 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 4435 4434 "shasum": "" 4436 4435 }, … … 4441 4440 "extra": { 4442 4441 "branch-alias": { 4443 "dev-main": "1.2 7-dev"4442 "dev-main": "1.28-dev" 4444 4443 }, 4445 4444 "thanks": { … … 4486 4485 ], 4487 4486 "support": { 4488 "source": "https://github.com/symfony/polyfill-php80/tree/v1.2 7.0"4487 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" 4489 4488 }, 4490 4489 "funding": [ … … 4502 4501 } 4503 4502 ], 4504 "time": "202 2-11-03T14:55:06+00:00"4503 "time": "2023-01-26T09:26:14+00:00" 4505 4504 }, 4506 4505 { 4507 4506 "name": "symfony/polyfill-php81", 4508 "version": "v1.2 7.0",4507 "version": "v1.28.0", 4509 4508 "source": { 4510 4509 "type": "git", 4511 4510 "url": "https://github.com/symfony/polyfill-php81.git", 4512 "reference": "7 07403074c8ea6e2edaf8794b0157a0bfa52157a"4513 }, 4514 "dist": { 4515 "type": "zip", 4516 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7 07403074c8ea6e2edaf8794b0157a0bfa52157a",4517 "reference": "7 07403074c8ea6e2edaf8794b0157a0bfa52157a",4511 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" 4512 }, 4513 "dist": { 4514 "type": "zip", 4515 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", 4516 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", 4518 4517 "shasum": "" 4519 4518 }, … … 4524 4523 "extra": { 4525 4524 "branch-alias": { 4526 "dev-main": "1.2 7-dev"4525 "dev-main": "1.28-dev" 4527 4526 }, 4528 4527 "thanks": { … … 4565 4564 ], 4566 4565 "support": { 4567 "source": "https://github.com/symfony/polyfill-php81/tree/v1.2 7.0"4566 "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" 4568 4567 }, 4569 4568 "funding": [ … … 4581 4580 } 4582 4581 ], 4583 "time": "202 2-11-03T14:55:06+00:00"4582 "time": "2023-01-26T09:26:14+00:00" 4584 4583 }, 4585 4584 { 4586 4585 "name": "symfony/process", 4587 "version": "v5.4.2 4",4586 "version": "v5.4.28", 4588 4587 "source": { 4589 4588 "type": "git", 4590 4589 "url": "https://github.com/symfony/process.git", 4591 "reference": " e3c46cc5689c8782944274bb30702106ecbe3b64"4592 }, 4593 "dist": { 4594 "type": "zip", 4595 "url": "https://api.github.com/repos/symfony/process/zipball/ e3c46cc5689c8782944274bb30702106ecbe3b64",4596 "reference": " e3c46cc5689c8782944274bb30702106ecbe3b64",4590 "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" 4591 }, 4592 "dist": { 4593 "type": "zip", 4594 "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", 4595 "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", 4597 4596 "shasum": "" 4598 4597 }, … … 4627 4626 "homepage": "https://symfony.com", 4628 4627 "support": { 4629 "source": "https://github.com/symfony/process/tree/v5.4.2 4"4628 "source": "https://github.com/symfony/process/tree/v5.4.28" 4630 4629 }, 4631 4630 "funding": [ … … 4643 4642 } 4644 4643 ], 4645 "time": "2023-0 5-17T11:26:05+00:00"4644 "time": "2023-08-07T10:36:04+00:00" 4646 4645 }, 4647 4646 { … … 4792 4791 { 4793 4792 "name": "symfony/string", 4794 "version": "v5.4.2 2",4793 "version": "v5.4.26", 4795 4794 "source": { 4796 4795 "type": "git", 4797 4796 "url": "https://github.com/symfony/string.git", 4798 "reference": " 8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"4799 }, 4800 "dist": { 4801 "type": "zip", 4802 "url": "https://api.github.com/repos/symfony/string/zipball/ 8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",4803 "reference": " 8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",4797 "reference": "1181fe9270e373537475e826873b5867b863883c" 4798 }, 4799 "dist": { 4800 "type": "zip", 4801 "url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c", 4802 "reference": "1181fe9270e373537475e826873b5867b863883c", 4804 4803 "shasum": "" 4805 4804 }, … … 4858 4857 ], 4859 4858 "support": { 4860 "source": "https://github.com/symfony/string/tree/v5.4.2 2"4859 "source": "https://github.com/symfony/string/tree/v5.4.26" 4861 4860 }, 4862 4861 "funding": [ … … 4874 4873 } 4875 4874 ], 4876 "time": "2023-0 3-14T06:11:53+00:00"4875 "time": "2023-06-28T12:46:07+00:00" 4877 4876 }, 4878 4877 { … … 4928 4927 { 4929 4928 "name": "yoast/phpunit-polyfills", 4930 "version": "1. 0.5",4929 "version": "1.1.0", 4931 4930 "source": { 4932 4931 "type": "git", 4933 4932 "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", 4934 "reference": " 3b59adeef77fb1c03ff5381dbb9d68b0aaff3171"4935 }, 4936 "dist": { 4937 "type": "zip", 4938 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/ 3b59adeef77fb1c03ff5381dbb9d68b0aaff3171",4939 "reference": " 3b59adeef77fb1c03ff5381dbb9d68b0aaff3171",4933 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212" 4934 }, 4935 "dist": { 4936 "type": "zip", 4937 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/224e4a1329c03d8bad520e3fc4ec980034a4b212", 4938 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212", 4940 4939 "shasum": "" 4941 4940 }, … … 4984 4983 "source": "https://github.com/Yoast/PHPUnit-Polyfills" 4985 4984 }, 4986 "time": "2023-0 3-30T23:39:05+00:00"4985 "time": "2023-08-19T14:25:08+00:00" 4987 4986 } 4988 4987 ], -
captcha-eu/trunk/readme.txt
r2941141 r2962567 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.2 47 Stable tag: 1.0.25 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 12 12 13 13 == Description == 14 15 https://www.youtube.com/watch?v=VAaY32V1Ko4 14 16 15 17 Captcha.eu is the ultimate solution for GDPR compliant captcha protection. Our plugin is designed to safeguard your website against spam and unwanted bot traffic while ensuring compliance with EU data protection regulations. With Captcha.eu, you can protect all your forms, including login and signup forms, with ease. … … 59 61 60 62 == Changelog == 63 = 1.0.25 = 64 * update readme.txt - add video 61 65 = 1.0.24 = 62 66 * fixed php 8.2 deprecated dynamic properties -
captcha-eu/trunk/vendor/autoload.php
r2941141 r2962567 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b142::getLoader();25 return ComposerAutoloaderInitc6537ae706336734539418e7c25e7522::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_real.php
r2941141 r2962567 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b1425 class ComposerAutoloaderInitc6537ae706336734539418e7c25e7522 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b142', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc6537ae706336734539418e7c25e7522', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit d3a044b81bd9f395d5b965356cc7b142', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc6537ae706336734539418e7c25e7522', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitc6537ae706336734539418e7c25e7522::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r2941141 r2962567 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit d3a044b81bd9f395d5b965356cc7b1427 class ComposerStaticInitc6537ae706336734539418e7c25e7522 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit d3a044b81bd9f395d5b965356cc7b142::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInitc6537ae706336734539418e7c25e7522::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInitc6537ae706336734539418e7c25e7522::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInitc6537ae706336734539418e7c25e7522::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD
r2941141 r2962567 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 16 89924440+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> 16 89924440+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1693833695 +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> 1693833695 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main
r2941141 r2962567 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 16 89924440+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> 1693833695 +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
r2941141 r2962567 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 16 89924440+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> 1693833695 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/trunk/wp-captcha.php
r2941141 r2962567 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 46 * Version: 1.0.25 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset
for help on using the changeset viewer.