Plugin Directory

Changeset 2911265


Ignore:
Timestamp:
05/11/2023 03:45:33 PM (3 years ago)
Author:
captchaeu
Message:

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

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

Legend:

Unmodified
Added
Removed
  • captcha-eu/tags/v1.0.19/assets/js/partials/contact-form-7.js

    r2906129 r2911265  
    77
    88            wpcf7.submit = ( form, options = {} ) => {
    9                 $btnSubmit = jQuery('.wpcf7-submit');
    10                 $btnSubmit.attr('disabled', true)
     9                if(form instanceof jQuery) {
     10                    form = form[0];
     11                }
     12
     13                $btnSubmit = jQuery(form).find('.wpcf7-submit');
     14                $btnSubmit.attr('disabled', true);
    1115                form.addEventListener( 'wpcf7submit', event => {
    1216                    $btnSubmit.attr('disabled', false)
     
    1620                    .then((sol) => {
    1721                        form.querySelector('.captcha_at_hidden_field').value = JSON.stringify(sol);
    18                         submit(form, options);
     22                        // trigger original submit
     23                        wpcf7.origSubmit(form, options);
    1924                });
    2025            };
  • captcha-eu/tags/v1.0.19/composer.lock

    r2906147 r2911265  
    16071607        {
    16081608            "name": "phpstan/phpdoc-parser",
    1609             "version": "1.20.3",
     1609            "version": "1.20.4",
    16101610            "source": {
    16111611                "type": "git",
    16121612                "url": "https://github.com/phpstan/phpdoc-parser.git",
    1613                 "reference": "6c04009f6cae6eda2f040745b6b846080ef069c2"
    1614             },
    1615             "dist": {
    1616                 "type": "zip",
    1617                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6c04009f6cae6eda2f040745b6b846080ef069c2",
    1618                 "reference": "6c04009f6cae6eda2f040745b6b846080ef069c2",
     1613                "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd"
     1614            },
     1615            "dist": {
     1616                "type": "zip",
     1617                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
     1618                "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
    16191619                "shasum": ""
    16201620            },
     
    16461646            "support": {
    16471647                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
    1648                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.3"
    1649             },
    1650             "time": "2023-04-25T09:01:03+00:00"
     1648                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4"
     1649            },
     1650            "time": "2023-05-02T09:19:37+00:00"
    16511651        },
    16521652        {
     
    19701970        {
    19711971            "name": "phpunit/phpunit",
    1972             "version": "9.6.7",
     1972            "version": "9.6.8",
    19731973            "source": {
    19741974                "type": "git",
    19751975                "url": "https://github.com/sebastianbergmann/phpunit.git",
    1976                 "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"
    1977             },
    1978             "dist": {
    1979                 "type": "zip",
    1980                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
    1981                 "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
     1976                "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e"
     1977            },
     1978            "dist": {
     1979                "type": "zip",
     1980                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e",
     1981                "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e",
    19821982                "shasum": ""
    19831983            },
     
    20532053                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    20542054                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    2055                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7"
     2055                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8"
    20562056            },
    20572057            "funding": [
     
    20692069                }
    20702070            ],
    2071             "time": "2023-04-14T08:58:40+00:00"
     2071            "time": "2023-05-11T05:14:45+00:00"
    20722072        },
    20732073        {
     
    28172817        {
    28182818            "name": "sebastian/diff",
    2819             "version": "4.0.4",
     2819            "version": "4.0.5",
    28202820            "source": {
    28212821                "type": "git",
    28222822                "url": "https://github.com/sebastianbergmann/diff.git",
    2823                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
    2824             },
    2825             "dist": {
    2826                 "type": "zip",
    2827                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
    2828                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
     2823                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
     2824            },
     2825            "dist": {
     2826                "type": "zip",
     2827                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
     2828                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
    28292829                "shasum": ""
    28302830            },
     
    28712871            "support": {
    28722872                "issues": "https://github.com/sebastianbergmann/diff/issues",
    2873                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
     2873                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
    28742874            },
    28752875            "funding": [
     
    28792879                }
    28802880            ],
    2881             "time": "2020-10-26T13:10:38+00:00"
     2881            "time": "2023-05-07T05:35:17+00:00"
    28822882        },
    28832883        {
  • captcha-eu/tags/v1.0.19/readme.txt

    r2906183 r2911265  
    55Tested up to: 6.2
    66Requires PHP: 7.0
    7 Stable tag: 1.0.18
     7Stable tag: 1.0.19
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
  • captcha-eu/tags/v1.0.19/vendor/autoload.php

    r2906183 r2911265  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc::getLoader();
     25return ComposerAutoloaderInitb536aa421f5c351c9aae52e657cb94b0::getLoader();
  • captcha-eu/tags/v1.0.19/vendor/composer/autoload_real.php

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

    r2906183 r2911265  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc
     7class ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • captcha-eu/tags/v1.0.19/vendor/composer/installers/.git/logs/HEAD

    r2906183 r2911265  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682801952 +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> 1682801952 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     22a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/tags/v1.0.19/vendor/composer/installers/.git/logs/refs/heads/main

    r2906183 r2911265  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682801952 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.19/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD

    r2906183 r2911265  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682801952 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.19/vendor/composer/installers/.git/objects/info/packs

    r2906183 r2911265  
    1 P pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack
     1P pack-d21b76c62704e563c9b10467f335ac32bbde6b9b.pack
    22
  • captcha-eu/tags/v1.0.19/wp-captcha.php

    r2906169 r2911265  
    44 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers.
    55 * Plugin URI:  https://www.captcha.eu
    6  * Version:     1.0.18
     6 * Version:     1.0.19
    77 * Author:      captchaeu
    88 * Author URI:  https://profiles.wordpress.org/captchaeu/
  • captcha-eu/trunk/assets/js/partials/contact-form-7.js

    r2906129 r2911265  
    77
    88            wpcf7.submit = ( form, options = {} ) => {
    9                 $btnSubmit = jQuery('.wpcf7-submit');
    10                 $btnSubmit.attr('disabled', true)
     9                if(form instanceof jQuery) {
     10                    form = form[0];
     11                }
     12
     13                $btnSubmit = jQuery(form).find('.wpcf7-submit');
     14                $btnSubmit.attr('disabled', true);
    1115                form.addEventListener( 'wpcf7submit', event => {
    1216                    $btnSubmit.attr('disabled', false)
     
    1620                    .then((sol) => {
    1721                        form.querySelector('.captcha_at_hidden_field').value = JSON.stringify(sol);
    18                         submit(form, options);
     22                        // trigger original submit
     23                        wpcf7.origSubmit(form, options);
    1924                });
    2025            };
  • captcha-eu/trunk/composer.lock

    r2906147 r2911265  
    16071607        {
    16081608            "name": "phpstan/phpdoc-parser",
    1609             "version": "1.20.3",
     1609            "version": "1.20.4",
    16101610            "source": {
    16111611                "type": "git",
    16121612                "url": "https://github.com/phpstan/phpdoc-parser.git",
    1613                 "reference": "6c04009f6cae6eda2f040745b6b846080ef069c2"
    1614             },
    1615             "dist": {
    1616                 "type": "zip",
    1617                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6c04009f6cae6eda2f040745b6b846080ef069c2",
    1618                 "reference": "6c04009f6cae6eda2f040745b6b846080ef069c2",
     1613                "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd"
     1614            },
     1615            "dist": {
     1616                "type": "zip",
     1617                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
     1618                "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd",
    16191619                "shasum": ""
    16201620            },
     
    16461646            "support": {
    16471647                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
    1648                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.3"
    1649             },
    1650             "time": "2023-04-25T09:01:03+00:00"
     1648                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.4"
     1649            },
     1650            "time": "2023-05-02T09:19:37+00:00"
    16511651        },
    16521652        {
     
    19701970        {
    19711971            "name": "phpunit/phpunit",
    1972             "version": "9.6.7",
     1972            "version": "9.6.8",
    19731973            "source": {
    19741974                "type": "git",
    19751975                "url": "https://github.com/sebastianbergmann/phpunit.git",
    1976                 "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"
    1977             },
    1978             "dist": {
    1979                 "type": "zip",
    1980                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
    1981                 "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
     1976                "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e"
     1977            },
     1978            "dist": {
     1979                "type": "zip",
     1980                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e",
     1981                "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e",
    19821982                "shasum": ""
    19831983            },
     
    20532053                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    20542054                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    2055                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7"
     2055                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8"
    20562056            },
    20572057            "funding": [
     
    20692069                }
    20702070            ],
    2071             "time": "2023-04-14T08:58:40+00:00"
     2071            "time": "2023-05-11T05:14:45+00:00"
    20722072        },
    20732073        {
     
    28172817        {
    28182818            "name": "sebastian/diff",
    2819             "version": "4.0.4",
     2819            "version": "4.0.5",
    28202820            "source": {
    28212821                "type": "git",
    28222822                "url": "https://github.com/sebastianbergmann/diff.git",
    2823                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
    2824             },
    2825             "dist": {
    2826                 "type": "zip",
    2827                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
    2828                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
     2823                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
     2824            },
     2825            "dist": {
     2826                "type": "zip",
     2827                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
     2828                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
    28292829                "shasum": ""
    28302830            },
     
    28712871            "support": {
    28722872                "issues": "https://github.com/sebastianbergmann/diff/issues",
    2873                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
     2873                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
    28742874            },
    28752875            "funding": [
     
    28792879                }
    28802880            ],
    2881             "time": "2020-10-26T13:10:38+00:00"
     2881            "time": "2023-05-07T05:35:17+00:00"
    28822882        },
    28832883        {
  • captcha-eu/trunk/readme.txt

    r2906183 r2911265  
    55Tested up to: 6.2
    66Requires PHP: 7.0
    7 Stable tag: 1.0.18
     7Stable tag: 1.0.19
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
  • captcha-eu/trunk/vendor/autoload.php

    r2906183 r2911265  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc::getLoader();
     25return ComposerAutoloaderInitb536aa421f5c351c9aae52e657cb94b0::getLoader();
  • captcha-eu/trunk/vendor/composer/autoload_real.php

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

    r2906183 r2911265  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc
     7class ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInitb536aa421f5c351c9aae52e657cb94b0::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD

    r2906183 r2911265  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682801952 +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> 1682801952 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     22a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main

    r2906183 r2911265  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682801952 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +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

    r2906183 r2911265  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682801952 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1683819912 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs

    r2906183 r2911265  
    1 P pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack
     1P pack-d21b76c62704e563c9b10467f335ac32bbde6b9b.pack
    22
  • captcha-eu/trunk/wp-captcha.php

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