PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.5.3
HTML Forms – Simple WordPress Forms Plugin v1.5.3
trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 1.3.17 All 66 releases
← All changes | html-forms.php +2 -8 trunk1.5.3 View file →
@@ -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 }