Version Description
- Fix wp_redirect issue. #131 - by matt-h
Download this release
Release Info
Developer | chandrapatel |
Plugin | Nginx Helper |
Version | 1.9.9 |
Comparing to | |
See all releases |
Code changes from version 1.9.8 to 1.9.9
- nginx-helper.php +4 -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.
|
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.
|
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.
|
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](
|
25 |
-
* [Nginx + WordPress + fastcgi_purge_cache](
|
26 |
-
* [Nginx + WordPress-Multisite (Subdirectories) + fastcgi_purge_cache](
|
27 |
-
* [Nginx + WordPress-Multisite (Subdomains/domain-mapping) + fastcgi_purge_cache](
|
28 |
-
* [Other 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 [
|
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](
|
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.
|
337 |
-
*
|
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)
|
|
|
|
|
|
|
|