Version Description
- Fix the problem that a syntax error occurs in PHP5.6 or earlier
Download this release
Release Info
Developer | jp-secure |
Plugin | SiteGuard WP Plugin |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- classes/siteguard-base.php +1 -1
- readme.txt +3 -1
- siteguard.php +1 -1
classes/siteguard-base.php
CHANGED
@@ -132,7 +132,7 @@ class SiteGuard_Base {
|
|
132 |
}
|
133 |
return false;
|
134 |
}
|
135 |
-
function get_ip( )
|
136 |
if (
|
137 |
! isset($_SERVER['REMOTE_ADDR'])
|
138 |
|| ! is_string($_SERVER['REMOTE_ADDR'])
|
132 |
}
|
133 |
return false;
|
134 |
}
|
135 |
+
function get_ip( ) {
|
136 |
if (
|
137 |
! isset($_SERVER['REMOTE_ADDR'])
|
138 |
|| ! is_string($_SERVER['REMOTE_ADDR'])
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: -
|
|
4 |
Tags: security, waf, brute force, password list, login lock, login alert, captcha, pingback, fail once
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,6 +106,8 @@ If you have created your own language pack, or have an update of an existing one
|
|
106 |
[Japanese Page](https://www.jp-secure.com/siteguard_wp_plugin/faq/)
|
107 |
|
108 |
== Changelog ==
|
|
|
|
|
109 |
= 1.7.0 =
|
110 |
* Removed ability to get client IP address from X-Forwarded-For due to IP spoofing risk
|
111 |
= 1.6.1 =
|
4 |
Tags: security, waf, brute force, password list, login lock, login alert, captcha, pingback, fail once
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 1.7.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
[Japanese Page](https://www.jp-secure.com/siteguard_wp_plugin/faq/)
|
107 |
|
108 |
== Changelog ==
|
109 |
+
= 1.7.1 =
|
110 |
+
* Fix the problem that a syntax error occurs in PHP5.6 or earlier
|
111 |
= 1.7.0 =
|
112 |
* Removed ability to get client IP address from X-Forwarded-For due to IP spoofing risk
|
113 |
= 1.6.1 =
|
siteguard.php
CHANGED
@@ -7,7 +7,7 @@ Author: JP-Secure
|
|
7 |
Author URI: http://www.jp-secure.com/eng/
|
8 |
Text Domain: siteguard
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 1.7.
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2014 JP-Secure Inc
|
7 |
Author URI: http://www.jp-secure.com/eng/
|
8 |
Text Domain: siteguard
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 1.7.1
|
11 |
*/
|
12 |
|
13 |
/* Copyright 2014 JP-Secure Inc
|