Limit Login Attempts Reloaded - Version 2.20.6

Version Description

  • Multisite tab links fixed.
Download this release

Release Info

Developer wpchefgadget
Plugin Icon 128x128 Limit Login Attempts Reloaded
Version 2.20.6
Comparing to
See all releases

Code changes from version 2.20.5 to 2.20.6

core/LimitLoginAttempts.php CHANGED
@@ -588,7 +588,7 @@ class Limit_Login_Attempts {
588
  {
589
 
590
  if ( is_network_admin() )
591
- $uri = network_admin_url( 'options-general.php?page=limit-login-attempts' );
592
  else
593
  $uri = menu_page_url( $this->_options_page_slug, false );
594
 
588
  {
589
 
590
  if ( is_network_admin() )
591
+ $uri = network_admin_url( 'settings.php?page=' . $this->_options_page_slug );
592
  else
593
  $uri = menu_page_url( $this->_options_page_slug, false );
594
 
limit-login-attempts-reloaded.php CHANGED
@@ -5,7 +5,7 @@ Description: Limit the rate of login attempts for each IP address.
5
  Author: Limit Login Attempts Reloaded
6
  Author URI: https://www.limitloginattempts.com/
7
  Text Domain: limit-login-attempts-reloaded
8
- Version: 2.20.5
9
 
10
  Copyright 2008 - 2012 Johan Eenfeldt, 2016 - 2021 Limit Login Attempts Reloaded
11
  */
5
  Author: Limit Login Attempts Reloaded
6
  Author URI: https://www.limitloginattempts.com/
7
  Text Domain: limit-login-attempts-reloaded
8
+ Version: 2.20.6
9
 
10
  Copyright 2008 - 2012 Johan Eenfeldt, 2016 - 2021 Limit Login Attempts Reloaded
11
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/donate?hosted_button_id=FKD4MYFCMNVQQ
4
  Tags: brute force, login, security, firewall, protection
5
  Requires at least: 3.0
6
  Tested up to: 5.7
7
- Stable tag: 2.20.5
8
 
9
  Reloaded version of the original Limit Login Attempts plugin for Login Protection by a team of WordPress developers. GDPR compliant.
10
 
@@ -98,6 +98,9 @@ Please follow this link: <a href="https://www.limitloginattempts.com/resources/"
98
 
99
  == Changelog ==
100
 
 
 
 
101
  = 2.20.5 =
102
  * Option to show and hide the top-level menu item.
103
 
4
  Tags: brute force, login, security, firewall, protection
5
  Requires at least: 3.0
6
  Tested up to: 5.7
7
+ Stable tag: 2.20.6
8
 
9
  Reloaded version of the original Limit Login Attempts plugin for Login Protection by a team of WordPress developers. GDPR compliant.
10
 
98
 
99
  == Changelog ==
100
 
101
+ = 2.20.6 =
102
+ * Multisite tab links fixed.
103
+
104
  = 2.20.5 =
105
  * Option to show and hide the top-level menu item.
106