Nginx Helper - Version 1.9.9

Version Description

  • Fix wp_redirect issue. #131 - by matt-h
Download this release

Release Info

Developer chandrapatel
Plugin Icon 128x128 Nginx Helper
Version 1.9.9
Comparing to
See all releases

Code changes from version 1.9.8 to 1.9.9

Files changed (2) hide show
  1. nginx-helper.php +4 -2
  2. readme.txt +14 -15
nginx-helper.php CHANGED
@@ -3,12 +3,12 @@
3
  Plugin Name: Nginx Helper
4
  Plugin URI: https://rtcamp.com/nginx-helper/
5
  Description: Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.
6
- Version: 1.9.8
7
  Author: rtCamp
8
  Author URI: https://rtcamp.com
9
  Text Domain: nginx-helper
10
  Requires at least: 3.0
11
- Tested up to: 4.6
12
  */
13
 
14
  namespace rtCamp\WP\Nginx {
@@ -374,6 +374,8 @@ namespace {
374
  $location = wp_sanitize_redirect( $location );
375
  }
376
  header( 'Location: ' . $location, true, $status );
 
 
377
  }
378
 
379
  }
3
  Plugin Name: Nginx Helper
4
  Plugin URI: https://rtcamp.com/nginx-helper/
5
  Description: Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.
6
+ Version: 1.9.9
7
  Author: rtCamp
8
  Author URI: https://rtcamp.com
9
  Text Domain: nginx-helper
10
  Requires at least: 3.0
11
+ Tested up to: 4.7
12
  */
13
 
14
  namespace rtCamp\WP\Nginx {
374
  $location = wp_sanitize_redirect( $location );
375
  }
376
  header( 'Location: ' . $location, true, $status );
377
+
378
+ return true;
379
  }
380
 
381
  }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Nginx Helper ===
2
- Contributors: rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr
3
  Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, redis, redis-cache, rewrite, permalinks
4
  Requires at least: 3.0
5
  Tested up to: 4.7
6
- Stable tag: 1.9.8
7
  License: GPLv2 or later (of-course)
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Donate Link: http://rtcamp.com/donate/
@@ -21,11 +21,11 @@ Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/publ
21
 
22
  You will need to follow one or more tutorials below to get desired functionality:
23
 
24
- * [Nginx Map + WordPress-Multisite + Static Files Handling](http://rtcamp.com/tutorials/nginx-maps-wordpress-multisite-static-files-handling/)
25
- * [Nginx + WordPress + fastcgi_purge_cache](http://rtcamp.com/tutorials/wordpress-nginx-fastcgi-cache-purge-conditional/)
26
- * [Nginx + WordPress-Multisite (Subdirectories) + fastcgi_purge_cache](http://rtcamp.com/tutorials/wordpress-multisite-subdirectories-nginx-fastcgi-cache-purge/)
27
- * [Nginx + WordPress-Multisite (Subdomains/domain-mapping) + fastcgi_purge_cache](http://rtcamp.com/tutorials/wordpress-multisite-subdomains-domain-mapping-nginx-fastcgi-cache-purge/)
28
- * [Other WordPress-Nginx Tutorials](http://rtcamp.com/wordpress-nginx/tutorials/)
29
 
30
 
31
  == Installation ==
@@ -45,13 +45,13 @@ For proper configuration, check out our **tutorial list** in the [Description ta
45
 
46
  == Frequently Asked Questions ==
47
 
48
- **Important** - Please refer to [http://rtcamp.com/nginx-helper/faq](http://rtcamp.com/nginx-helper/faq) for up-to-date FAQs.
49
 
50
  = FAQ - Installation/Comptability =
51
 
52
  **Q. Will this work out of the box?**
53
 
54
- No. You need to make some changes at the Nginx end. Please check our [tutorial list](http://rtcamp.com/wordpress-nginx/tutorials).
55
 
56
  = FAQ - Nginx Fastcgi Cache Purge =
57
 
@@ -114,6 +114,9 @@ Please post your problem in [our free support forum](http://community.rtcamp.com
114
 
115
  == Changelog ==
116
 
 
 
 
117
  = 1.9.8 =
118
  * Fixed homepage cache cleared when WPML plugin used [#116](https://github.com/rtCamp/nginx-helper/pull/116) - by [Niwreg](https://profiles.wordpress.org/niwreg/)
119
  * Fixed Purge Cache clears the whole Redis cache [#113](https://github.com/rtCamp/nginx-helper/issues/113) - by HansVanEijsden
@@ -333,9 +336,5 @@ Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by
333
 
334
  == Upgrade Notice ==
335
 
336
- = 1.9.8 =
337
- * Fixed homepage cache cleared when WPML plugin used [#116](https://github.com/rtCamp/nginx-helper/pull/116) - by [Niwreg](https://profiles.wordpress.org/niwreg/)
338
- * Fixed Purge Cache clears the whole Redis cache [#113](https://github.com/rtCamp/nginx-helper/issues/113) - by HansVanEijsden
339
- * One log file for all site in WPMU.
340
- * Single site Redis cache purge when click on Purge Cache button in WPMU [#122](https://github.com/rtCamp/nginx-helper/pull/122) - by Lars Støttrup Nielsen
341
- * Fixed notices and warnings.
1
  === Nginx Helper ===
2
+ Contributors: rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123, ravanh, michaelbeil, samedwards, niwreg, entr, nuvoPoint
3
  Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, redis, redis-cache, rewrite, permalinks
4
  Requires at least: 3.0
5
  Tested up to: 4.7
6
+ Stable tag: 1.9.9
7
  License: GPLv2 or later (of-course)
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Donate Link: http://rtcamp.com/donate/
21
 
22
  You will need to follow one or more tutorials below to get desired functionality:
23
 
24
+ * [Nginx Map + WordPress-Multisite + Static Files Handling](https://easyengine.io/wordpress-nginx/tutorials/multisite/static-files-handling/)
25
+ * [Nginx + WordPress + fastcgi_purge_cache](https://easyengine.io/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/)
26
+ * [Nginx + WordPress-Multisite (Subdirectories) + fastcgi_purge_cache](https://easyengine.io/wordpress-nginx/tutorials/multisite/subdirectories/fastcgi-cache-with-purging/)
27
+ * [Nginx + WordPress-Multisite (Subdomains/domain-mapping) + fastcgi_purge_cache](https://easyengine.io/wordpress-nginx/tutorials/multisite/subdomains/fastcgi-cache-with-purging/)
28
+ * [Other WordPress-Nginx Tutorials](https://easyengine.io/wordpress-nginx/tutorials/)
29
 
30
 
31
  == Installation ==
45
 
46
  == Frequently Asked Questions ==
47
 
48
+ **Important** - Please refer to [https://easyengine.io/nginx-helper/faq](https://easyengine.io/nginx-helper/faq) for up-to-date FAQs.
49
 
50
  = FAQ - Installation/Comptability =
51
 
52
  **Q. Will this work out of the box?**
53
 
54
+ No. You need to make some changes at the Nginx end. Please check our [tutorial list](https://easyengine.io/wordpress-nginx/tutorials/).
55
 
56
  = FAQ - Nginx Fastcgi Cache Purge =
57
 
114
 
115
  == Changelog ==
116
 
117
+ = 1.9.9 =
118
+ * Fix wp_redirect issue. [#131](https://github.com/rtCamp/nginx-helper/pull/131) - by [matt-h](https://github.com/matt-h)
119
+
120
  = 1.9.8 =
121
  * Fixed homepage cache cleared when WPML plugin used [#116](https://github.com/rtCamp/nginx-helper/pull/116) - by [Niwreg](https://profiles.wordpress.org/niwreg/)
122
  * Fixed Purge Cache clears the whole Redis cache [#113](https://github.com/rtCamp/nginx-helper/issues/113) - by HansVanEijsden
336
 
337
  == Upgrade Notice ==
338
 
339
+ = 1.9.9 =
340
+ * Fix wp_redirect issue. [#131](https://github.com/rtCamp/nginx-helper/pull/131) - by [matt-h](https://github.com/matt-h)