Version Description
- Fixed Astra Theme Comment Issue
Download this release
Release Info
Developer | dnesscarkey |
Plugin | WP Armour – Honeypot Anti Spam |
Version | 1.9.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.1 to 1.9.2
- includes/js/wpa.js +5 -0
- includes/wpa_config.php +1 -1
- readme.txt +6 -2
- wp-armour.php +1 -1
includes/js/wpa.js
CHANGED
@@ -50,6 +50,7 @@ function wpa_add_honeypot_field(){
|
|
50 |
jQuery('.bbp-topic-form form').append(wpa_hidden_field); // BBPRESS TOPIC
|
51 |
jQuery('.bbp-reply-form form').append(wpa_hidden_field); // BBPRESS REPLY
|
52 |
jQuery('form#commentform').append(wpa_hidden_field); // WP COMMENT
|
|
|
53 |
jQuery('form.wpcf7-form').append(wpa_hidden_field); // CONTACT FORM 7
|
54 |
jQuery('form.wpforms-form').append(wpa_hidden_field); // WPFFORMS
|
55 |
jQuery('.gform_wrapper form').append(wpa_hidden_field); // GRAVITY FORMS
|
@@ -59,6 +60,10 @@ function wpa_add_honeypot_field(){
|
|
59 |
jQuery('form.et_pb_contact_form').append(wpa_hidden_field); // Divi Form
|
60 |
jQuery('form.elementor-form').append(wpa_hidden_field); // FOR Elementor
|
61 |
jQuery('form.form-contribution').append(wpa_hidden_field); //WooCommerce Reviews Pro
|
|
|
|
|
|
|
|
|
62 |
|
63 |
// FOR FLUENT FORMS
|
64 |
jQuery('form.frm-fluent-form').append(wpa_hidden_field); // FOR Fluent Forms
|
50 |
jQuery('.bbp-topic-form form').append(wpa_hidden_field); // BBPRESS TOPIC
|
51 |
jQuery('.bbp-reply-form form').append(wpa_hidden_field); // BBPRESS REPLY
|
52 |
jQuery('form#commentform').append(wpa_hidden_field); // WP COMMENT
|
53 |
+
jQuery('form#ast-commentform').append(wpa_hidden_field); // Astra Comment Form
|
54 |
jQuery('form.wpcf7-form').append(wpa_hidden_field); // CONTACT FORM 7
|
55 |
jQuery('form.wpforms-form').append(wpa_hidden_field); // WPFFORMS
|
56 |
jQuery('.gform_wrapper form').append(wpa_hidden_field); // GRAVITY FORMS
|
60 |
jQuery('form.et_pb_contact_form').append(wpa_hidden_field); // Divi Form
|
61 |
jQuery('form.elementor-form').append(wpa_hidden_field); // FOR Elementor
|
62 |
jQuery('form.form-contribution').append(wpa_hidden_field); //WooCommerce Reviews Pro
|
63 |
+
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
|
68 |
// FOR FLUENT FORMS
|
69 |
jQuery('form.frm-fluent-form').append(wpa_hidden_field); // FOR Fluent Forms
|
includes/wpa_config.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
-
$GLOBALS['wpa_version'] = '1.9.
|
4 |
$GLOBALS['wpa_field_name'] = get_option('wpa_field_name');
|
5 |
$GLOBALS['wpa_error_message'] = get_option('wpa_error_message');
|
6 |
$GLOBALS['wpa_disable_test_widget'] = get_option('wpa_disable_test_widget');
|
1 |
<?php
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
+
$GLOBALS['wpa_version'] = '1.9.2';
|
4 |
$GLOBALS['wpa_field_name'] = get_option('wpa_field_name');
|
5 |
$GLOBALS['wpa_error_message'] = get_option('wpa_error_message');
|
6 |
$GLOBALS['wpa_disable_test_widget'] = get_option('wpa_disable_test_widget');
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: dnesscarkey
|
|
3 |
Donate link: https://dineshkarki.com.np/wp-armour-anti-spam
|
4 |
Tags: anti spam, spam checker, spam filter, gravity forms, contact form 7
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -136,6 +136,10 @@ With WP Armour - Honeypot Anti Spam plugin it is No. But if you want you can use
|
|
136 |
|
137 |
== Changelog ==
|
138 |
|
|
|
|
|
|
|
|
|
139 |
= = 1.9.1 =
|
140 |
* Removed alert msg error.
|
141 |
|
3 |
Donate link: https://dineshkarki.com.np/wp-armour-anti-spam
|
4 |
Tags: anti spam, spam checker, spam filter, gravity forms, contact form 7
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 5.9.3
|
7 |
+
Stable tag: 1.9.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
136 |
|
137 |
== Changelog ==
|
138 |
|
139 |
+
= = 1.9.2 =
|
140 |
+
* Fixed Astra Theme Comment Issue
|
141 |
+
|
142 |
+
|
143 |
= = 1.9.1 =
|
144 |
* Removed alert msg error.
|
145 |
|
wp-armour.php
CHANGED
@@ -5,7 +5,7 @@ Plugin Name: WP Armour - Honeypot Anti Spam
|
|
5 |
Plugin URI: http://wordpress.org/plugins/honeypot/
|
6 |
Description: Add honeypot anti spam protection.
|
7 |
Author: Dnesscarkey
|
8 |
-
Version: 1.9.
|
9 |
Author URI: https://dineshkarki.com.np/wp-armour-anti-spam
|
10 |
*/
|
11 |
|
5 |
Plugin URI: http://wordpress.org/plugins/honeypot/
|
6 |
Description: Add honeypot anti spam protection.
|
7 |
Author: Dnesscarkey
|
8 |
+
Version: 1.9.2
|
9 |
Author URI: https://dineshkarki.com.np/wp-armour-anti-spam
|
10 |
*/
|
11 |
|