All In One WP Security & Firewall - Version 4.3.9.3

Version Description

  • Fixed another captcha bug related to comment form.
Download this release

Release Info

Developer wpsolutions
Plugin Icon 128x128 All In One WP Security & Firewall
Version 4.3.9.3
Comparing to
See all releases

Code changes from version 4.3.9.2 to 4.3.9.3

classes/wp-security-general-init-tasks.php CHANGED
@@ -225,8 +225,7 @@ class AIOWPSecurity_General_Init_Tasks
225
  if (AIOWPSecurity_Utility::is_multisite_install()){
226
  $blog_id = get_current_blog_id();
227
  switch_to_blog($blog_id);
228
- if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1' ||
229
- $aio_wp_security->configs->get_value('aiowps_enable_custom_login_captcha') == '1'){
230
  if (!is_user_logged_in()) {
231
  if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
232
  add_action('wp_head', array(&$this, 'add_recaptcha_script'));
@@ -238,8 +237,7 @@ class AIOWPSecurity_General_Init_Tasks
238
  }
239
  restore_current_blog();
240
  }else{
241
- if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1' ||
242
- $aio_wp_security->configs->get_value('aiowps_enable_custom_login_captcha') == '1'){
243
  if (!is_user_logged_in()) {
244
  if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
245
  add_action('wp_head', array(&$this, 'add_recaptcha_script'));
225
  if (AIOWPSecurity_Utility::is_multisite_install()){
226
  $blog_id = get_current_blog_id();
227
  switch_to_blog($blog_id);
228
+ if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1'){
 
229
  if (!is_user_logged_in()) {
230
  if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
231
  add_action('wp_head', array(&$this, 'add_recaptcha_script'));
237
  }
238
  restore_current_blog();
239
  }else{
240
+ if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1'){
 
241
  if (!is_user_logged_in()) {
242
  if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
243
  add_action('wp_head', array(&$this, 'add_recaptcha_script'));
readme.txt CHANGED
@@ -186,6 +186,9 @@ https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin
186
  None
187
 
188
  == Changelog ==
 
 
 
189
  = 4.3.9.2 =
190
  - Fixed various captcha bugs: woocommerce lost password page, custom login form page, etc
191
 
186
  None
187
 
188
  == Changelog ==
189
+ = 4.3.9.3 =
190
+ - Fixed another captcha bug related to comment form.
191
+
192
  = 4.3.9.2 =
193
  - Fixed various captcha bugs: woocommerce lost password page, custom login form page, etc
194
 
wp-security-core.php CHANGED
@@ -7,7 +7,7 @@ if ( !defined('ABSPATH') ) {
7
  if (!class_exists('AIO_WP_Security')){
8
 
9
  class AIO_WP_Security{
10
- var $version = '4.3.9.2';
11
  var $db_version = '1.9';
12
  var $plugin_url;
13
  var $plugin_path;
7
  if (!class_exists('AIO_WP_Security')){
8
 
9
  class AIO_WP_Security{
10
+ var $version = '4.3.9.3';
11
  var $db_version = '1.9';
12
  var $plugin_url;
13
  var $plugin_path;
wp-security.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: All In One WP Security
4
- Version: 4.3.9.2
5
  Plugin URI: https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin
6
  Author: Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy
7
  Author URI: https://www.tipsandtricks-hq.com/
1
  <?php
2
  /*
3
  Plugin Name: All In One WP Security
4
+ Version: 4.3.9.3
5
  Plugin URI: https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin
6
  Author: Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy
7
  Author URI: https://www.tipsandtricks-hq.com/