Changeset 2906183
- Timestamp:
- 04/29/2023 08:59:26 PM (3 years ago)
- Location:
- captcha-eu
- Files:
-
- 4 added
- 4 deleted
- 18 edited
- 1 copied
-
tags/v1.0.18 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.18/readme.txt (modified) (2 diffs)
-
tags/v1.0.18/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.18/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.18/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/v1.0.18/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.18/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.18/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.18/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.18/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
tags/v1.0.18/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.idx (added)
-
tags/v1.0.18/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack (added)
-
tags/v1.0.18/vendor/composer/installers/.git/objects/pack/pack-c42a3f8f09adde782f9bb95db85d602f8f07edad.idx (deleted)
-
tags/v1.0.18/vendor/composer/installers/.git/objects/pack/pack-c42a3f8f09adde782f9bb95db85d602f8f07edad.pack (deleted)
-
trunk/readme.txt (modified) (2 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/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.idx (added)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack (added)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-c42a3f8f09adde782f9bb95db85d602f8f07edad.idx (deleted)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-c42a3f8f09adde782f9bb95db85d602f8f07edad.pack (deleted)
Legend:
- Unmodified
- Added
- Removed
-
captcha-eu/tags/v1.0.18/readme.txt
r2906169 r2906183 12 12 13 13 == Description == 14 Captcha.eu is a GDPR compliant captcha solution. It offers protection against spam and other unwanted bot traffic while ensuring compliance with EU data protection regulations.15 14 16 This plugin is specifically designed to protect the login, signup, and other forms on your website. Captcha.eu provides out-of-the-box support for popular form plugins including Ninja Forms, Contact Form 7, Elementor Pro, and Divi. This makes it easy to use, even for those who are not tech-savvy.15 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. 17 16 18 the plugin requires an active subscription on www.captcha.eu 19 for support and custom plans reach out to us at: hello@captcha.eu 17 Our plugin provides out-of-the-box support for popular form plugins such as Ninja Forms, Contact Form 7, Elementor Pro, Gravity Forms, WooCommerce, Mailchimp for WordPress, and Divi. This means you can use Captcha.eu even if you have no technical expertise. 18 19 To start using our plugin, simply subscribe to our service on www.captcha.eu. If you need support or custom plans, you can contact us at hello@captcha.eu. 20 21 In today's digital age, online security is a top priority for businesses and individuals alike. With the increasing prevalence of spam and unwanted bot traffic, it's more important than ever to have a reliable and effective captcha solution. Captcha.eu offers just that, with its GDPR compliant plugin designed to provide maximum protection while ensuring compliance with EU data protection regulations. 20 22 21 23 = Languages = … … 44 46 - Contact Form 7 45 47 - Gravity Forms 48 - Elementor Pro 49 - Divi 46 50 - Ninja Forms 47 51 - WP Forms Lite -
captcha-eu/tags/v1.0.18/vendor/autoload.php
r2906169 r2906183 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a72::getLoader();25 return ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc::getLoader(); -
captcha-eu/tags/v1.0.18/vendor/composer/autoload_real.php
r2906169 r2906183 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a725 class ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a72', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a72', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.18/vendor/composer/autoload_static.php
r2906169 r2906183 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a727 class ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
captcha-eu/tags/v1.0.18/vendor/composer/installers/.git/logs/HEAD
r2906169 r2906183 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682 795083+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> 1682 795083+0000 checkout: moving from main to v1.12.01 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 -
captcha-eu/tags/v1.0.18/vendor/composer/installers/.git/logs/refs/heads/main
r2906169 r2906183 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682 795083+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> 1682801952 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.18/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD
r2906169 r2906183 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682 795083+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> 1682801952 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.18/vendor/composer/installers/.git/objects/info/packs
r2906169 r2906183 1 P pack- c42a3f8f09adde782f9bb95db85d602f8f07edad.pack1 P pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack 2 2 -
captcha-eu/trunk/readme.txt
r2906169 r2906183 12 12 13 13 == Description == 14 Captcha.eu is a GDPR compliant captcha solution. It offers protection against spam and other unwanted bot traffic while ensuring compliance with EU data protection regulations.15 14 16 This plugin is specifically designed to protect the login, signup, and other forms on your website. Captcha.eu provides out-of-the-box support for popular form plugins including Ninja Forms, Contact Form 7, Elementor Pro, and Divi. This makes it easy to use, even for those who are not tech-savvy.15 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. 17 16 18 the plugin requires an active subscription on www.captcha.eu 19 for support and custom plans reach out to us at: hello@captcha.eu 17 Our plugin provides out-of-the-box support for popular form plugins such as Ninja Forms, Contact Form 7, Elementor Pro, Gravity Forms, WooCommerce, Mailchimp for WordPress, and Divi. This means you can use Captcha.eu even if you have no technical expertise. 18 19 To start using our plugin, simply subscribe to our service on www.captcha.eu. If you need support or custom plans, you can contact us at hello@captcha.eu. 20 21 In today's digital age, online security is a top priority for businesses and individuals alike. With the increasing prevalence of spam and unwanted bot traffic, it's more important than ever to have a reliable and effective captcha solution. Captcha.eu offers just that, with its GDPR compliant plugin designed to provide maximum protection while ensuring compliance with EU data protection regulations. 20 22 21 23 = Languages = … … 44 46 - Contact Form 7 45 47 - Gravity Forms 48 - Elementor Pro 49 - Divi 46 50 - Ninja Forms 47 51 - WP Forms Lite -
captcha-eu/trunk/vendor/autoload.php
r2906169 r2906183 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a72::getLoader();25 return ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_real.php
r2906169 r2906183 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a725 class ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a72', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 709a89651bc9dbe2f941850b1e5e1a72', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitd9ac0e07cf0ddad07b26b55b4c171cbc', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r2906169 r2906183 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a727 class ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 709a89651bc9dbe2f941850b1e5e1a72::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInitd9ac0e07cf0ddad07b26b55b4c171cbc::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD
r2906169 r2906183 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682 795083+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> 1682 795083+0000 checkout: moving from main to v1.12.01 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 -
captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main
r2906169 r2906183 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682 795083+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> 1682801952 +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
r2906169 r2906183 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1682 795083+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> 1682801952 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs
r2906169 r2906183 1 P pack- c42a3f8f09adde782f9bb95db85d602f8f07edad.pack1 P pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack 2 2
Note: See TracChangeset
for help on using the changeset viewer.