|
1 | 1 | === Nginx Helper ===
|
2 |
| -Contributors: rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, Darren Slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel |
3 |
| -Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, rewrite, permalinks |
| 2 | +Contributors: rtcamp, rahul286, saurabhshukla, manishsongirkar36, faishal, desaiuditd, darren-slatten, jk3us, daankortenbach, telofy, pjv, llonchj, jinnko, weskoop, bcole808, gungeekatx, rohanveer, chandrapatel, gagan0123 |
| 3 | +Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, redis, redis-cache, rewrite, permalinks |
4 | 4 | Requires at least: 3.0
|
5 | 5 | Tested up to: 4.2.2
|
6 |
| -Stable tag: 1.9.3 |
7 |
| -later (of-.1course) |
8 |
| -Fix purging for custom post types |
9 |
| - |
| 6 | +Stable tag: 1.9.4 |
10 | 7 | License: GPLv2 or later (of-course)
|
11 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 | 9 | Donate Link: http://rtcamp.com/donate/
|
13 | 10 |
|
14 |
| -Cleans nginx's fastcgi/proxy cache whenever a post is edited/published. Also does a few more things. |
| 11 | +Cleans nginx's fastcgi/proxy cache or redis-cahce whenever a post is edited/published. Also does few more things. |
15 | 12 |
|
16 | 13 | == Description ==
|
17 | 14 |
|
18 | 15 | 1. Removes `index.php` from permalinks when using WordPress with nginx.
|
| 16 | +1. Adds support for purging redis-cache when used as full-page cache created using [nginx-srcache-module](https://github.com/openresty/srcache-nginx-module#caching-with-redis) |
19 | 17 | 1. Adds support for nginx fastcgi_cache_purge & proxy_cache_purge directive from [module](https://github.com/FRiCKLE/ngx_cache_purge "ngx_cache_purge module"). Provides settings so you can customize purging rules.
|
20 | 18 | 1. Adds support for nginx `map{..}` on a WordPress-multisite network installation. Using it, Nginx can serve PHP file uploads even if PHP/MySQL crashes. Please check the tutorial list below for related Nginx configurations.
|
21 | 19 |
|
@@ -118,7 +116,11 @@ Please post your problem in [our free support forum](http://community.rtcamp.com
|
118 | 116 |
|
119 | 117 | = 1.9.3 =
|
120 | 118 | * Added PhpRedis API support.
|
| 119 | +* Added redis-lua script support to purge complete cache very fast. |
| 120 | +* Added composer.json support |
121 | 121 | * Fixed cache purging link in admin bar.
|
| 122 | +* Updated the initial settings to include the 'purge_method' [#99](https://github.com/rtCamp/nginx-helper/pull/99) - by |
| 123 | +[gagan0123](https://github.com/gagan0123) |
122 | 124 |
|
123 | 125 | = 1.9.2 =
|
124 | 126 | Fix purging for Redis cache and FastCGI cache
|
|
0 commit comments