Plugin Directory

Changeset 3181755


Ignore:
Timestamp:
11/04/2024 07:24:44 PM (17 months ago)
Author:
captchaeu
Message:

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

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

Legend:

Unmodified
Added
Removed
  • captcha-eu/tags/v1.0.43/assets/js/partials/gravityforms.js

    r3072661 r3181755  
    11// Gravity Forms
    2 jQuery(document).ready(function() {
     2jQuery(document).ready(function () {
    33    var $forms = jQuery('.gform_wrapper form');
    44
    5     $forms.each(function() {
     5    $forms.each(function () {
    66        var $form = jQuery(this);
    7         if($form.hasClass("cpt_disable")) {
     7        if ($form.hasClass("cpt_disable")) {
    88            return;
    99        }
    1010        var $btn = $form.find(':submit');
    1111
     12
     13        if (captchaAt.plugins.includes("gravityforms-widget")) {
     14            $form.find(".gform_footer").before('<div class="cpt_widget" data-field-selector="#captcha_at_solution" style="background: transparent;" data-key="' + captchaAt.publicKey + '">aaa</div><input type="hidden" id="captcha_at_solution" name="captcha_at_solution">');
     15            KROT.init();
     16            return;
     17        }
     18
    1219        KROT.interceptForm($form[0]);
    1320
    14         $btn.click(function(e) {
     21        $btn.click(function (e) {
    1522            var $btn = jQuery(this);
    1623            var form = $btn.closest('form')[0];
     
    2330                    form.submit();
    2431                    $btn.attr('disabled', false);
    25             });
     32                });
    2633        })
    2734    });
  • captcha-eu/tags/v1.0.43/composer.lock

    r3174180 r3181755  
    12471247        {
    12481248            "name": "jms/serializer",
    1249             "version": "3.30.0",
     1249            "version": "3.31.1",
    12501250            "source": {
    12511251                "type": "git",
    12521252                "url": "https://github.com/schmittjoh/serializer.git",
    1253                 "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e"
    1254             },
    1255             "dist": {
    1256                 "type": "zip",
    1257                 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bf1105358123d7c02ee6cad08ea33ab535a09d5e",
    1258                 "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e",
     1253                "reference": "362503da26673f210221c25b99c795da718ad9aa"
     1254            },
     1255            "dist": {
     1256                "type": "zip",
     1257                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/362503da26673f210221c25b99c795da718ad9aa",
     1258                "reference": "362503da26673f210221c25b99c795da718ad9aa",
    12591259                "shasum": ""
    12601260            },
     
    12761276                "ocramius/proxy-manager": "^1.0 || ^2.0",
    12771277                "phpbench/phpbench": "^1.0",
    1278                 "phpstan/phpstan": "^1.0.2",
    1279                 "phpunit/phpunit": "^9.0 || ^10.0",
     1278                "phpstan/phpstan": "^1.10.57",
     1279                "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
    12801280                "psr/container": "^1.0 || ^2.0",
    1281                 "rector/rector": "^0.19.0",
     1281                "rector/rector": "^1.0.0",
    12821282                "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
    12831283                "symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
     
    13321332            "support": {
    13331333                "issues": "https://github.com/schmittjoh/serializer/issues",
    1334                 "source": "https://github.com/schmittjoh/serializer/tree/3.30.0"
     1334                "source": "https://github.com/schmittjoh/serializer/tree/3.31.1"
    13351335            },
    13361336            "funding": [
     
    13401340                }
    13411341            ],
    1342             "time": "2024-02-24T14:12:14+00:00"
     1342            "time": "2024-10-31T18:35:14+00:00"
    13431343        },
    13441344        {
     
    40904090        {
    40914091            "name": "symfony/console",
    4092             "version": "v5.4.44",
     4092            "version": "v5.4.45",
    40934093            "source": {
    40944094                "type": "git",
    40954095                "url": "https://github.com/symfony/console.git",
    4096                 "reference": "5b5a0aa66e3296e303e22490f90f521551835a83"
    4097             },
    4098             "dist": {
    4099                 "type": "zip",
    4100                 "url": "https://api.github.com/repos/symfony/console/zipball/5b5a0aa66e3296e303e22490f90f521551835a83",
    4101                 "reference": "5b5a0aa66e3296e303e22490f90f521551835a83",
     4096                "reference": "108d436c2af470858bdaba3257baab3a74172017"
     4097            },
     4098            "dist": {
     4099                "type": "zip",
     4100                "url": "https://api.github.com/repos/symfony/console/zipball/108d436c2af470858bdaba3257baab3a74172017",
     4101                "reference": "108d436c2af470858bdaba3257baab3a74172017",
    41024102                "shasum": ""
    41034103            },
     
    41694169            ],
    41704170            "support": {
    4171                 "source": "https://github.com/symfony/console/tree/v5.4.44"
     4171                "source": "https://github.com/symfony/console/tree/v5.4.45"
    41724172            },
    41734173            "funding": [
     
    41854185                }
    41864186            ],
    4187             "time": "2024-09-20T07:56:40+00:00"
     4187            "time": "2024-10-08T07:27:17+00:00"
    41884188        },
    41894189        {
     
    42564256        {
    42574257            "name": "symfony/event-dispatcher",
    4258             "version": "v5.4.40",
     4258            "version": "v5.4.45",
    42594259            "source": {
    42604260                "type": "git",
    42614261                "url": "https://github.com/symfony/event-dispatcher.git",
    4262                 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4"
    4263             },
    4264             "dist": {
    4265                 "type": "zip",
    4266                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4",
    4267                 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4",
     4262                "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
     4263            },
     4264            "dist": {
     4265                "type": "zip",
     4266                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9",
     4267                "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9",
    42684268                "shasum": ""
    42694269            },
     
    43214321            "homepage": "https://symfony.com",
    43224322            "support": {
    4323                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40"
     4323                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.45"
    43244324            },
    43254325            "funding": [
     
    43374337                }
    43384338            ],
    4339             "time": "2024-05-31T14:33:22+00:00"
     4339            "time": "2024-09-25T14:11:13+00:00"
    43404340        },
    43414341        {
     
    44204420        {
    44214421            "name": "symfony/filesystem",
    4422             "version": "v5.4.44",
     4422            "version": "v5.4.45",
    44234423            "source": {
    44244424                "type": "git",
    44254425                "url": "https://github.com/symfony/filesystem.git",
    4426                 "reference": "76c3818964e9d32be3862c9318ae3ba9aa280ddc"
    4427             },
    4428             "dist": {
    4429                 "type": "zip",
    4430                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/76c3818964e9d32be3862c9318ae3ba9aa280ddc",
    4431                 "reference": "76c3818964e9d32be3862c9318ae3ba9aa280ddc",
     4426                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
     4427            },
     4428            "dist": {
     4429                "type": "zip",
     4430                "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",
     4431                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
    44324432                "shasum": ""
    44334433            },
     
    44674467            "homepage": "https://symfony.com",
    44684468            "support": {
    4469                 "source": "https://github.com/symfony/filesystem/tree/v5.4.44"
     4469                "source": "https://github.com/symfony/filesystem/tree/v5.4.45"
    44704470            },
    44714471            "funding": [
     
    44834483                }
    44844484            ],
    4485             "time": "2024-09-16T14:52:48+00:00"
     4485            "time": "2024-10-22T13:05:35+00:00"
    44864486        },
    44874487        {
    44884488            "name": "symfony/finder",
    4489             "version": "v5.4.43",
     4489            "version": "v5.4.45",
    44904490            "source": {
    44914491                "type": "git",
    44924492                "url": "https://github.com/symfony/finder.git",
    4493                 "reference": "ae25a9145a900764158d439653d5630191155ca0"
    4494             },
    4495             "dist": {
    4496                 "type": "zip",
    4497                 "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0",
    4498                 "reference": "ae25a9145a900764158d439653d5630191155ca0",
     4493                "reference": "63741784cd7b9967975eec610b256eed3ede022b"
     4494            },
     4495            "dist": {
     4496                "type": "zip",
     4497                "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
     4498                "reference": "63741784cd7b9967975eec610b256eed3ede022b",
    44994499                "shasum": ""
    45004500            },
     
    45304530            "homepage": "https://symfony.com",
    45314531            "support": {
    4532                 "source": "https://github.com/symfony/finder/tree/v5.4.43"
     4532                "source": "https://github.com/symfony/finder/tree/v5.4.45"
    45334533            },
    45344534            "funding": [
     
    45464546                }
    45474547            ],
    4548             "time": "2024-08-13T14:03:51+00:00"
     4548            "time": "2024-09-28T13:32:08+00:00"
    45494549        },
    45504550        {
    45514551            "name": "symfony/options-resolver",
    4552             "version": "v5.4.40",
     4552            "version": "v5.4.45",
    45534553            "source": {
    45544554                "type": "git",
    45554555                "url": "https://github.com/symfony/options-resolver.git",
    4556                 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4"
    4557             },
    4558             "dist": {
    4559                 "type": "zip",
    4560                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4",
    4561                 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4",
     4556                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6"
     4557            },
     4558            "dist": {
     4559                "type": "zip",
     4560                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
     4561                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
    45624562                "shasum": ""
    45634563            },
     
    45994599            ],
    46004600            "support": {
    4601                 "source": "https://github.com/symfony/options-resolver/tree/v5.4.40"
     4601                "source": "https://github.com/symfony/options-resolver/tree/v5.4.45"
    46024602            },
    46034603            "funding": [
     
    46154615                }
    46164616            ],
    4617             "time": "2024-05-31T14:33:22+00:00"
     4617            "time": "2024-09-25T14:11:13+00:00"
    46184618        },
    46194619        {
     
    51695169        {
    51705170            "name": "symfony/process",
    5171             "version": "v5.4.44",
     5171            "version": "v5.4.45",
    51725172            "source": {
    51735173                "type": "git",
    51745174                "url": "https://github.com/symfony/process.git",
    5175                 "reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096"
    5176             },
    5177             "dist": {
    5178                 "type": "zip",
    5179                 "url": "https://api.github.com/repos/symfony/process/zipball/1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
    5180                 "reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
     5175                "reference": "95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4"
     5176            },
     5177            "dist": {
     5178                "type": "zip",
     5179                "url": "https://api.github.com/repos/symfony/process/zipball/95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4",
     5180                "reference": "95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4",
    51815181                "shasum": ""
    51825182            },
     
    52115211            "homepage": "https://symfony.com",
    52125212            "support": {
    5213                 "source": "https://github.com/symfony/process/tree/v5.4.44"
     5213                "source": "https://github.com/symfony/process/tree/v5.4.45"
    52145214            },
    52155215            "funding": [
     
    52275227                }
    52285228            ],
    5229             "time": "2024-09-17T12:46:43+00:00"
     5229            "time": "2024-09-25T14:11:13+00:00"
    52305230        },
    52315231        {
     
    53145314        {
    53155315            "name": "symfony/stopwatch",
    5316             "version": "v5.4.40",
     5316            "version": "v5.4.45",
    53175317            "source": {
    53185318                "type": "git",
    53195319                "url": "https://github.com/symfony/stopwatch.git",
    5320                 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625"
    5321             },
    5322             "dist": {
    5323                 "type": "zip",
    5324                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e9daf3b7c805c747638b2cc48f1649e594f9625",
    5325                 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625",
     5320                "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004"
     5321            },
     5322            "dist": {
     5323                "type": "zip",
     5324                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fb2c199cf302eb207f8c23e7ee174c1c31a5c004",
     5325                "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004",
    53265326                "shasum": ""
    53275327            },
     
    53565356            "homepage": "https://symfony.com",
    53575357            "support": {
    5358                 "source": "https://github.com/symfony/stopwatch/tree/v5.4.40"
     5358                "source": "https://github.com/symfony/stopwatch/tree/v5.4.45"
    53595359            },
    53605360            "funding": [
     
    53725372                }
    53735373            ],
    5374             "time": "2024-05-31T14:33:22+00:00"
     5374            "time": "2024-09-25T14:11:13+00:00"
    53755375        },
    53765376        {
    53775377            "name": "symfony/string",
    5378             "version": "v5.4.44",
     5378            "version": "v5.4.45",
    53795379            "source": {
    53805380                "type": "git",
    53815381                "url": "https://github.com/symfony/string.git",
    5382                 "reference": "832caa16b6d9aac6bf11747315225f5aba384c24"
    5383             },
    5384             "dist": {
    5385                 "type": "zip",
    5386                 "url": "https://api.github.com/repos/symfony/string/zipball/832caa16b6d9aac6bf11747315225f5aba384c24",
    5387                 "reference": "832caa16b6d9aac6bf11747315225f5aba384c24",
     5382                "reference": "7f6807add88b1e2635f3c6de5e1ace631ed7cad2"
     5383            },
     5384            "dist": {
     5385                "type": "zip",
     5386                "url": "https://api.github.com/repos/symfony/string/zipball/7f6807add88b1e2635f3c6de5e1ace631ed7cad2",
     5387                "reference": "7f6807add88b1e2635f3c6de5e1ace631ed7cad2",
    53885388                "shasum": ""
    53895389            },
     
    54425442            ],
    54435443            "support": {
    5444                 "source": "https://github.com/symfony/string/tree/v5.4.44"
     5444                "source": "https://github.com/symfony/string/tree/v5.4.45"
    54455445            },
    54465446            "funding": [
     
    54585458                }
    54595459            ],
    5460             "time": "2024-09-20T07:56:40+00:00"
     5460            "time": "2024-09-25T14:11:13+00:00"
    54615461        },
    54625462        {
  • captcha-eu/tags/v1.0.43/readme.txt

    r3175677 r3181755  
    55Tested up to: 6.5
    66Requires PHP: 7.0
    7 Stable tag: 1.0.41
     7Stable tag: 1.0.43
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
     
    6161
    6262== Changelog ==
     63= v1.0.43 =
     64gravity forms: improve re-try'ing and also add "widget" as an option!
    6365= v1.0.42 =
    6466fix woocommerce checkout
  • captcha-eu/tags/v1.0.43/src/Admin.php

    r3175677 r3181755  
    434434    }
    435435
    436     public function gform_abort_submission_with_confirmation($do_abort, $form)
    437     {
     436    public function gform_validation($validation_result)
     437    {
     438        $form = $validation_result['form'];
     439
    438440        // GFORM opt out, if CSS Class cpt_disable is added, we ignore the spam check
    439         // this, at first, might look like an easy bypass
    440         // JS logic is disabled
    441         // no sol arrives
    442         // config is loaded exclusivly from server-side
    443         if(isset($form["cssClass"]) && preg_match("/cpt_disable/", $form["cssClass"])) {
    444             return false;
    445         }
     441        if (isset($form["cssClass"]) && preg_match("/cpt_disable/", $form["cssClass"])) {
     442            return $validation_result;
     443        }
     444
    446445        // Allow short circuit by filter
    447446        $skipAbort = false;
    448447        $skipAbort = apply_filters('cpt_gform_skip_abort', $skipAbort, $form);
    449         // if filter canceled, abort the abort 🤣
    450         if($skipAbort) {
    451             return false;
    452         }
    453         if ($do_abort) {
    454             return $do_abort;
    455         }
    456         if (! isset($_POST['captcha_at_solution'])) {
    457             return true;
     448        if ($skipAbort) {
     449            return $validation_result;
     450        }
     451
     452        if (!isset($_POST['captcha_at_solution'])) {
     453            $validation_result['is_valid'] = false;
     454            add_filter('gform_validation_message', function ($message) {
     455                return __('Captcha.eu - Please try again (error: gravity-e0)', 'captcha-eu');
     456            });
     457            return $validation_result;
    458458        }
    459459
    460460        $allow = $this->core->validate(sanitize_text_field(wp_unslash($_POST['captcha_at_solution'])));
    461         if (! $allow) {
    462             return true;
    463         }
    464 
    465         return $do_abort;
    466     }
    467 
     461        if (!$allow) {
     462            $validation_result['is_valid'] = false;
     463            add_filter('gform_validation_message', function ($message) {
     464                return __('Captcha.eu - Please try again (error: gravity-e1)', 'captcha-eu');
     465            });
     466            return $validation_result;
     467        }
     468
     469        return $validation_result;
     470    }
    468471    public function ninja_forms_submit_data($formData)
    469472    {
     
    10881091        // Gravity Forms
    10891092        if (in_array('gravityforms', $selectedPlugins)) {
    1090             add_filter('gform_abort_submission_with_confirmation', [$this, 'gform_abort_submission_with_confirmation'], 10, 2);
    1091             add_filter('gform_confirmation', function ($confirmation, $form, $entry) {
    1092                 if (empty($entry) || 'spam' === rgar($entry, 'status')) {
    1093                     return __('Spam declined', 'captcha-eu');
    1094                 }
    1095 
    1096                 return $confirmation;
    1097             }, 11, 3);
     1093            add_filter('gform_validation', [$this, 'gform_validation'], 10, 1);
    10981094        }
    10991095
  • captcha-eu/tags/v1.0.43/src/partials/options-settings.php

    r3174180 r3181755  
    115115                        'choices' => [
    116116                            'gravityforms' => __('Enable', 'captcha-eu'),
     117                            'gravityforms-widget' => __('Use Widget', 'captcha-eu'),
    117118                        ],
    118119                    ],
  • captcha-eu/tags/v1.0.43/vendor/autoload.php

    r3175677 r3181755  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit3c89e272b7e550f2e3e8949316cc4758::getLoader();
     25return ComposerAutoloaderInitf09cbe0fe725f87368f504b60804f22d::getLoader();
  • captcha-eu/tags/v1.0.43/vendor/composer/autoload_real.php

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

    r3175677 r3181755  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758
     7class ComposerStaticInitf09cbe0fe725f87368f504b60804f22d
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3333    {
    3434        return \Closure::bind(function () use ($loader) {
    35             $loader->prefixLengthsPsr4 = ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758::$prefixLengthsPsr4;
    36             $loader->prefixDirsPsr4 = ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758::$prefixDirsPsr4;
    37             $loader->classMap = ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758::$classMap;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInitf09cbe0fe725f87368f504b60804f22d::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInitf09cbe0fe725f87368f504b60804f22d::$prefixDirsPsr4;
     37            $loader->classMap = ComposerStaticInitf09cbe0fe725f87368f504b60804f22d::$classMap;
    3838
    3939        }, null, ClassLoader::class);
  • captcha-eu/tags/v1.0.43/vendor/composer/installers/.git/logs/HEAD

    r3175677 r3181755  
    1 0000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
    2 a24c987073cb81d1116308fe1a5970b2908cb36f d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     2a24c987073cb81d1116308fe1a5970b2908cb36f d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/tags/v1.0.43/vendor/composer/installers/.git/logs/refs/heads/main

    r3175677 r3181755  
    1 0000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.43/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD

    r3175677 r3181755  
    1 0000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.43/vendor/composer/installers/.git/objects/info/packs

    r3175677 r3181755  
    1 P pack-acf89b3a0b33d91bb8629bd40fbfd27d5eec4cf2.pack
     1P pack-879077bfd396a73ba8357e3c4d380fa9d8440574.pack
    22
  • captcha-eu/tags/v1.0.43/wp-captcha.php

    r3175677 r3181755  
    44 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers.
    55 * Plugin URI:  https://www.captcha.eu
    6  * Version:     1.0.41
     6 * Version:     1.0.43
    77 * Author:      captchaeu
    88 * Author URI:  https://profiles.wordpress.org/captchaeu/
  • captcha-eu/trunk/assets/js/partials/gravityforms.js

    r3072661 r3181755  
    11// Gravity Forms
    2 jQuery(document).ready(function() {
     2jQuery(document).ready(function () {
    33    var $forms = jQuery('.gform_wrapper form');
    44
    5     $forms.each(function() {
     5    $forms.each(function () {
    66        var $form = jQuery(this);
    7         if($form.hasClass("cpt_disable")) {
     7        if ($form.hasClass("cpt_disable")) {
    88            return;
    99        }
    1010        var $btn = $form.find(':submit');
    1111
     12
     13        if (captchaAt.plugins.includes("gravityforms-widget")) {
     14            $form.find(".gform_footer").before('<div class="cpt_widget" data-field-selector="#captcha_at_solution" style="background: transparent;" data-key="' + captchaAt.publicKey + '">aaa</div><input type="hidden" id="captcha_at_solution" name="captcha_at_solution">');
     15            KROT.init();
     16            return;
     17        }
     18
    1219        KROT.interceptForm($form[0]);
    1320
    14         $btn.click(function(e) {
     21        $btn.click(function (e) {
    1522            var $btn = jQuery(this);
    1623            var form = $btn.closest('form')[0];
     
    2330                    form.submit();
    2431                    $btn.attr('disabled', false);
    25             });
     32                });
    2633        })
    2734    });
  • captcha-eu/trunk/composer.lock

    r3174180 r3181755  
    12471247        {
    12481248            "name": "jms/serializer",
    1249             "version": "3.30.0",
     1249            "version": "3.31.1",
    12501250            "source": {
    12511251                "type": "git",
    12521252                "url": "https://github.com/schmittjoh/serializer.git",
    1253                 "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e"
    1254             },
    1255             "dist": {
    1256                 "type": "zip",
    1257                 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bf1105358123d7c02ee6cad08ea33ab535a09d5e",
    1258                 "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e",
     1253                "reference": "362503da26673f210221c25b99c795da718ad9aa"
     1254            },
     1255            "dist": {
     1256                "type": "zip",
     1257                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/362503da26673f210221c25b99c795da718ad9aa",
     1258                "reference": "362503da26673f210221c25b99c795da718ad9aa",
    12591259                "shasum": ""
    12601260            },
     
    12761276                "ocramius/proxy-manager": "^1.0 || ^2.0",
    12771277                "phpbench/phpbench": "^1.0",
    1278                 "phpstan/phpstan": "^1.0.2",
    1279                 "phpunit/phpunit": "^9.0 || ^10.0",
     1278                "phpstan/phpstan": "^1.10.57",
     1279                "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
    12801280                "psr/container": "^1.0 || ^2.0",
    1281                 "rector/rector": "^0.19.0",
     1281                "rector/rector": "^1.0.0",
    12821282                "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
    12831283                "symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
     
    13321332            "support": {
    13331333                "issues": "https://github.com/schmittjoh/serializer/issues",
    1334                 "source": "https://github.com/schmittjoh/serializer/tree/3.30.0"
     1334                "source": "https://github.com/schmittjoh/serializer/tree/3.31.1"
    13351335            },
    13361336            "funding": [
     
    13401340                }
    13411341            ],
    1342             "time": "2024-02-24T14:12:14+00:00"
     1342            "time": "2024-10-31T18:35:14+00:00"
    13431343        },
    13441344        {
     
    40904090        {
    40914091            "name": "symfony/console",
    4092             "version": "v5.4.44",
     4092            "version": "v5.4.45",
    40934093            "source": {
    40944094                "type": "git",
    40954095                "url": "https://github.com/symfony/console.git",
    4096                 "reference": "5b5a0aa66e3296e303e22490f90f521551835a83"
    4097             },
    4098             "dist": {
    4099                 "type": "zip",
    4100                 "url": "https://api.github.com/repos/symfony/console/zipball/5b5a0aa66e3296e303e22490f90f521551835a83",
    4101                 "reference": "5b5a0aa66e3296e303e22490f90f521551835a83",
     4096                "reference": "108d436c2af470858bdaba3257baab3a74172017"
     4097            },
     4098            "dist": {
     4099                "type": "zip",
     4100                "url": "https://api.github.com/repos/symfony/console/zipball/108d436c2af470858bdaba3257baab3a74172017",
     4101                "reference": "108d436c2af470858bdaba3257baab3a74172017",
    41024102                "shasum": ""
    41034103            },
     
    41694169            ],
    41704170            "support": {
    4171                 "source": "https://github.com/symfony/console/tree/v5.4.44"
     4171                "source": "https://github.com/symfony/console/tree/v5.4.45"
    41724172            },
    41734173            "funding": [
     
    41854185                }
    41864186            ],
    4187             "time": "2024-09-20T07:56:40+00:00"
     4187            "time": "2024-10-08T07:27:17+00:00"
    41884188        },
    41894189        {
     
    42564256        {
    42574257            "name": "symfony/event-dispatcher",
    4258             "version": "v5.4.40",
     4258            "version": "v5.4.45",
    42594259            "source": {
    42604260                "type": "git",
    42614261                "url": "https://github.com/symfony/event-dispatcher.git",
    4262                 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4"
    4263             },
    4264             "dist": {
    4265                 "type": "zip",
    4266                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4",
    4267                 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4",
     4262                "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
     4263            },
     4264            "dist": {
     4265                "type": "zip",
     4266                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9",
     4267                "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9",
    42684268                "shasum": ""
    42694269            },
     
    43214321            "homepage": "https://symfony.com",
    43224322            "support": {
    4323                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40"
     4323                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.45"
    43244324            },
    43254325            "funding": [
     
    43374337                }
    43384338            ],
    4339             "time": "2024-05-31T14:33:22+00:00"
     4339            "time": "2024-09-25T14:11:13+00:00"
    43404340        },
    43414341        {
     
    44204420        {
    44214421            "name": "symfony/filesystem",
    4422             "version": "v5.4.44",
     4422            "version": "v5.4.45",
    44234423            "source": {
    44244424                "type": "git",
    44254425                "url": "https://github.com/symfony/filesystem.git",
    4426                 "reference": "76c3818964e9d32be3862c9318ae3ba9aa280ddc"
    4427             },
    4428             "dist": {
    4429                 "type": "zip",
    4430                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/76c3818964e9d32be3862c9318ae3ba9aa280ddc",
    4431                 "reference": "76c3818964e9d32be3862c9318ae3ba9aa280ddc",
     4426                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
     4427            },
     4428            "dist": {
     4429                "type": "zip",
     4430                "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",
     4431                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
    44324432                "shasum": ""
    44334433            },
     
    44674467            "homepage": "https://symfony.com",
    44684468            "support": {
    4469                 "source": "https://github.com/symfony/filesystem/tree/v5.4.44"
     4469                "source": "https://github.com/symfony/filesystem/tree/v5.4.45"
    44704470            },
    44714471            "funding": [
     
    44834483                }
    44844484            ],
    4485             "time": "2024-09-16T14:52:48+00:00"
     4485            "time": "2024-10-22T13:05:35+00:00"
    44864486        },
    44874487        {
    44884488            "name": "symfony/finder",
    4489             "version": "v5.4.43",
     4489            "version": "v5.4.45",
    44904490            "source": {
    44914491                "type": "git",
    44924492                "url": "https://github.com/symfony/finder.git",
    4493                 "reference": "ae25a9145a900764158d439653d5630191155ca0"
    4494             },
    4495             "dist": {
    4496                 "type": "zip",
    4497                 "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0",
    4498                 "reference": "ae25a9145a900764158d439653d5630191155ca0",
     4493                "reference": "63741784cd7b9967975eec610b256eed3ede022b"
     4494            },
     4495            "dist": {
     4496                "type": "zip",
     4497                "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
     4498                "reference": "63741784cd7b9967975eec610b256eed3ede022b",
    44994499                "shasum": ""
    45004500            },
     
    45304530            "homepage": "https://symfony.com",
    45314531            "support": {
    4532                 "source": "https://github.com/symfony/finder/tree/v5.4.43"
     4532                "source": "https://github.com/symfony/finder/tree/v5.4.45"
    45334533            },
    45344534            "funding": [
     
    45464546                }
    45474547            ],
    4548             "time": "2024-08-13T14:03:51+00:00"
     4548            "time": "2024-09-28T13:32:08+00:00"
    45494549        },
    45504550        {
    45514551            "name": "symfony/options-resolver",
    4552             "version": "v5.4.40",
     4552            "version": "v5.4.45",
    45534553            "source": {
    45544554                "type": "git",
    45554555                "url": "https://github.com/symfony/options-resolver.git",
    4556                 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4"
    4557             },
    4558             "dist": {
    4559                 "type": "zip",
    4560                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4",
    4561                 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4",
     4556                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6"
     4557            },
     4558            "dist": {
     4559                "type": "zip",
     4560                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
     4561                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
    45624562                "shasum": ""
    45634563            },
     
    45994599            ],
    46004600            "support": {
    4601                 "source": "https://github.com/symfony/options-resolver/tree/v5.4.40"
     4601                "source": "https://github.com/symfony/options-resolver/tree/v5.4.45"
    46024602            },
    46034603            "funding": [
     
    46154615                }
    46164616            ],
    4617             "time": "2024-05-31T14:33:22+00:00"
     4617            "time": "2024-09-25T14:11:13+00:00"
    46184618        },
    46194619        {
     
    51695169        {
    51705170            "name": "symfony/process",
    5171             "version": "v5.4.44",
     5171            "version": "v5.4.45",
    51725172            "source": {
    51735173                "type": "git",
    51745174                "url": "https://github.com/symfony/process.git",
    5175                 "reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096"
    5176             },
    5177             "dist": {
    5178                 "type": "zip",
    5179                 "url": "https://api.github.com/repos/symfony/process/zipball/1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
    5180                 "reference": "1b9fa82b5c62cd49da8c9e3952dd8531ada65096",
     5175                "reference": "95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4"
     5176            },
     5177            "dist": {
     5178                "type": "zip",
     5179                "url": "https://api.github.com/repos/symfony/process/zipball/95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4",
     5180                "reference": "95f3f19d0f8f06e4253c66a0828ddb69f8b8ede4",
    51815181                "shasum": ""
    51825182            },
     
    52115211            "homepage": "https://symfony.com",
    52125212            "support": {
    5213                 "source": "https://github.com/symfony/process/tree/v5.4.44"
     5213                "source": "https://github.com/symfony/process/tree/v5.4.45"
    52145214            },
    52155215            "funding": [
     
    52275227                }
    52285228            ],
    5229             "time": "2024-09-17T12:46:43+00:00"
     5229            "time": "2024-09-25T14:11:13+00:00"
    52305230        },
    52315231        {
     
    53145314        {
    53155315            "name": "symfony/stopwatch",
    5316             "version": "v5.4.40",
     5316            "version": "v5.4.45",
    53175317            "source": {
    53185318                "type": "git",
    53195319                "url": "https://github.com/symfony/stopwatch.git",
    5320                 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625"
    5321             },
    5322             "dist": {
    5323                 "type": "zip",
    5324                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e9daf3b7c805c747638b2cc48f1649e594f9625",
    5325                 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625",
     5320                "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004"
     5321            },
     5322            "dist": {
     5323                "type": "zip",
     5324                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fb2c199cf302eb207f8c23e7ee174c1c31a5c004",
     5325                "reference": "fb2c199cf302eb207f8c23e7ee174c1c31a5c004",
    53265326                "shasum": ""
    53275327            },
     
    53565356            "homepage": "https://symfony.com",
    53575357            "support": {
    5358                 "source": "https://github.com/symfony/stopwatch/tree/v5.4.40"
     5358                "source": "https://github.com/symfony/stopwatch/tree/v5.4.45"
    53595359            },
    53605360            "funding": [
     
    53725372                }
    53735373            ],
    5374             "time": "2024-05-31T14:33:22+00:00"
     5374            "time": "2024-09-25T14:11:13+00:00"
    53755375        },
    53765376        {
    53775377            "name": "symfony/string",
    5378             "version": "v5.4.44",
     5378            "version": "v5.4.45",
    53795379            "source": {
    53805380                "type": "git",
    53815381                "url": "https://github.com/symfony/string.git",
    5382                 "reference": "832caa16b6d9aac6bf11747315225f5aba384c24"
    5383             },
    5384             "dist": {
    5385                 "type": "zip",
    5386                 "url": "https://api.github.com/repos/symfony/string/zipball/832caa16b6d9aac6bf11747315225f5aba384c24",
    5387                 "reference": "832caa16b6d9aac6bf11747315225f5aba384c24",
     5382                "reference": "7f6807add88b1e2635f3c6de5e1ace631ed7cad2"
     5383            },
     5384            "dist": {
     5385                "type": "zip",
     5386                "url": "https://api.github.com/repos/symfony/string/zipball/7f6807add88b1e2635f3c6de5e1ace631ed7cad2",
     5387                "reference": "7f6807add88b1e2635f3c6de5e1ace631ed7cad2",
    53885388                "shasum": ""
    53895389            },
     
    54425442            ],
    54435443            "support": {
    5444                 "source": "https://github.com/symfony/string/tree/v5.4.44"
     5444                "source": "https://github.com/symfony/string/tree/v5.4.45"
    54455445            },
    54465446            "funding": [
     
    54585458                }
    54595459            ],
    5460             "time": "2024-09-20T07:56:40+00:00"
     5460            "time": "2024-09-25T14:11:13+00:00"
    54615461        },
    54625462        {
  • captcha-eu/trunk/readme.txt

    r3175677 r3181755  
    55Tested up to: 6.5
    66Requires PHP: 7.0
    7 Stable tag: 1.0.41
     7Stable tag: 1.0.43
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
     
    6161
    6262== Changelog ==
     63= v1.0.43 =
     64gravity forms: improve re-try'ing and also add "widget" as an option!
    6365= v1.0.42 =
    6466fix woocommerce checkout
  • captcha-eu/trunk/src/Admin.php

    r3175677 r3181755  
    434434    }
    435435
    436     public function gform_abort_submission_with_confirmation($do_abort, $form)
    437     {
     436    public function gform_validation($validation_result)
     437    {
     438        $form = $validation_result['form'];
     439
    438440        // GFORM opt out, if CSS Class cpt_disable is added, we ignore the spam check
    439         // this, at first, might look like an easy bypass
    440         // JS logic is disabled
    441         // no sol arrives
    442         // config is loaded exclusivly from server-side
    443         if(isset($form["cssClass"]) && preg_match("/cpt_disable/", $form["cssClass"])) {
    444             return false;
    445         }
     441        if (isset($form["cssClass"]) && preg_match("/cpt_disable/", $form["cssClass"])) {
     442            return $validation_result;
     443        }
     444
    446445        // Allow short circuit by filter
    447446        $skipAbort = false;
    448447        $skipAbort = apply_filters('cpt_gform_skip_abort', $skipAbort, $form);
    449         // if filter canceled, abort the abort 🤣
    450         if($skipAbort) {
    451             return false;
    452         }
    453         if ($do_abort) {
    454             return $do_abort;
    455         }
    456         if (! isset($_POST['captcha_at_solution'])) {
    457             return true;
     448        if ($skipAbort) {
     449            return $validation_result;
     450        }
     451
     452        if (!isset($_POST['captcha_at_solution'])) {
     453            $validation_result['is_valid'] = false;
     454            add_filter('gform_validation_message', function ($message) {
     455                return __('Captcha.eu - Please try again (error: gravity-e0)', 'captcha-eu');
     456            });
     457            return $validation_result;
    458458        }
    459459
    460460        $allow = $this->core->validate(sanitize_text_field(wp_unslash($_POST['captcha_at_solution'])));
    461         if (! $allow) {
    462             return true;
    463         }
    464 
    465         return $do_abort;
    466     }
    467 
     461        if (!$allow) {
     462            $validation_result['is_valid'] = false;
     463            add_filter('gform_validation_message', function ($message) {
     464                return __('Captcha.eu - Please try again (error: gravity-e1)', 'captcha-eu');
     465            });
     466            return $validation_result;
     467        }
     468
     469        return $validation_result;
     470    }
    468471    public function ninja_forms_submit_data($formData)
    469472    {
     
    10881091        // Gravity Forms
    10891092        if (in_array('gravityforms', $selectedPlugins)) {
    1090             add_filter('gform_abort_submission_with_confirmation', [$this, 'gform_abort_submission_with_confirmation'], 10, 2);
    1091             add_filter('gform_confirmation', function ($confirmation, $form, $entry) {
    1092                 if (empty($entry) || 'spam' === rgar($entry, 'status')) {
    1093                     return __('Spam declined', 'captcha-eu');
    1094                 }
    1095 
    1096                 return $confirmation;
    1097             }, 11, 3);
     1093            add_filter('gform_validation', [$this, 'gform_validation'], 10, 1);
    10981094        }
    10991095
  • captcha-eu/trunk/src/partials/options-settings.php

    r3174180 r3181755  
    115115                        'choices' => [
    116116                            'gravityforms' => __('Enable', 'captcha-eu'),
     117                            'gravityforms-widget' => __('Use Widget', 'captcha-eu'),
    117118                        ],
    118119                    ],
  • captcha-eu/trunk/vendor/autoload.php

    r3175677 r3181755  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit3c89e272b7e550f2e3e8949316cc4758::getLoader();
     25return ComposerAutoloaderInitf09cbe0fe725f87368f504b60804f22d::getLoader();
  • captcha-eu/trunk/vendor/composer/autoload_real.php

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

    r3175677 r3181755  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758
     7class ComposerStaticInitf09cbe0fe725f87368f504b60804f22d
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3333    {
    3434        return \Closure::bind(function () use ($loader) {
    35             $loader->prefixLengthsPsr4 = ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758::$prefixLengthsPsr4;
    36             $loader->prefixDirsPsr4 = ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758::$prefixDirsPsr4;
    37             $loader->classMap = ComposerStaticInit3c89e272b7e550f2e3e8949316cc4758::$classMap;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInitf09cbe0fe725f87368f504b60804f22d::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInitf09cbe0fe725f87368f504b60804f22d::$prefixDirsPsr4;
     37            $loader->classMap = ComposerStaticInitf09cbe0fe725f87368f504b60804f22d::$classMap;
    3838
    3939        }, null, ClassLoader::class);
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD

    r3175677 r3181755  
    1 0000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
    2 a24c987073cb81d1116308fe1a5970b2908cb36f d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     2a24c987073cb81d1116308fe1a5970b2908cb36f d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main

    r3175677 r3181755  
    1 0000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +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

    r3175677 r3181755  
    1 0000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1729860237 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 a24c987073cb81d1116308fe1a5970b2908cb36f Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1730748262 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs

    r3175677 r3181755  
    1 P pack-acf89b3a0b33d91bb8629bd40fbfd27d5eec4cf2.pack
     1P pack-879077bfd396a73ba8357e3c4d380fa9d8440574.pack
    22
  • captcha-eu/trunk/wp-captcha.php

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