| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: HTML Forms |
| 4 | 4 | Plugin URI: https://htmlformsplugin.com/ |
| 5 | 5 | Description: A simpler, faster, and smarter WordPress forms plugin. |
| 6 | -Version: 1.6.5 | |
| 6 | +Version: 1.5.3 | |
| 7 | 7 | Author: HTML Forms |
| 8 | 8 | Author URI: https://htmlformsplugin.com/ |
| 9 | 9 | License: GPL v3 |
| 10 | 10 | Text Domain: html-forms |
| @@ -47,14 +47,8 @@ | ||
| 47 | 47 | $hcaptcha = new Admin\Hcaptcha(); |
| 48 | 48 | $hcaptcha->hook(); |
| 49 | 49 | } |
| 50 | 50 | } |
| 51 | - | |
| 52 | - // Initialize Google reCAPTCHA v3 (needs to run on both frontend and backend) | |
| 53 | - if( \class_exists( 'HTML_Forms\Admin\Recaptcha' ) ) { | |
| 54 | - $recaptcha = new Admin\Recaptcha(); | |
| 55 | - $recaptcha->hook(); | |
| 56 | - } | |
| 57 | 51 | } |
| 58 | 52 | |
| 59 | 53 | function _hf_actions() { |
| 60 | 54 | $email_action = new Actions\Email(); |
| @@ -65,9 +59,9 @@ | ||
| 65 | 59 | $mailchimp_action->hook(); |
| 66 | 60 | } |
| 67 | 61 | } |
| 68 | 62 | |
| 69 | -define('HTML_FORMS_VERSION', '1.6.5'); | |
| 63 | +define('HTML_FORMS_VERSION', '1.5.3'); | |
| 70 | 64 | |
| 71 | 65 | if( ! function_exists( 'hf_get_form' ) ) { |
| 72 | 66 | require __DIR__ . '/vendor/autoload.php'; |
| 73 | 67 | } |