diff --git a/readme.txt b/readme.txt index 6004c30..2be5b44 100644 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,12 @@ === Zarza Real IP === -Contributors: zarzacorp -Donate link: https://zarza.com -Tags: varnish, nginx, cloudflare, incapsula, cloudlayer, real ip, comments, spam, ip, proxy, ip-address, load balancer -Requires at least: 2.7 -Tested up to: 4.3 -Stable tag: 1.0.2 -License: GPLv3 or later -License URI: http://www.gnu.org/licenses/gpl.html +Contributors: zarzacorp +Donate link: https://zarza.com +Tags: varnish, nginx, cloudflare, incapsula, cloudlayer, real ip, comments, spam, ip, proxy, ip-address, load balancer +Requires at least: 2.7 +Tested up to: 4.3 +Stable tag: 1.0.3 +License: GPLv3 or later +License URI: http://www.gnu.org/licenses/gpl.html This useful and free plugin corrects automatically the user's IP address if you're behind a proxy. @@ -16,11 +16,14 @@ Thank you for your interest in Zarza Real IP. This useful and free plugin correc [ZARZA](https://zarza.com/software/) | AHEAD OF OUR TIME == Changelog == += 1.0.3 = +* Updated: Minor documentation updates. + = 1.0.2 = -* Added $_SERVER["HTTP_CF_VISITOR"] verification to turn $_SERVER['HTTPS'] = 'on' if CloudFlare report it on. +* Improved: Added $_SERVER["HTTP_CF_VISITOR"] verification to turn $_SERVER['HTTPS'] = 'on' if CloudFlare report it on. = 1.0.1 = -* Documentation fixes +* Updated: Minor documentation updates. = 1.0 = * Initial Release Launched @@ -37,7 +40,7 @@ Automatic installation: Manual installation: -1. Download the Zarza Real IP plugin from https://wordpress.org/plugins/zarza-real-ip/ +1. Download the __Zarza Real IP__ plugin from https://wordpress.org/plugins/zarza-real-ip/ 2. Extract the contents of the zip file 3. Upload the `zarza-real-ip` folder to the `/wp-content/plugins/` directory -4. Activate the Zarza Real IP plugin through the 'Plugins' menu in WordPress \ No newline at end of file +4. Activate the __Zarza Real IP__ plugin through the __Plugins__ menu in WordPress \ No newline at end of file diff --git a/zarza-real-ip.php b/zarza-real-ip.php index 9c814fe..b415583 100644 --- a/zarza-real-ip.php +++ b/zarza-real-ip.php @@ -1,23 +1,22 @@