Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/nginx-he...
File: readme.txt
=== Nginx Helper ===
[0] Fix | Delete
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, iam404, rittesh.patel, vishalkakadiya, BhargavBhandari90, vincent-lu, murrayjbrown, bryant1410, 1gor, matt-h, pySilver, johan-chassaing, dotsam, sanketio, petenelson, nathanielks, rigagoogoo, dslatten, jinschoi, kelin1003, vaishuagola27, rahulsprajapati, Joel-James, utkarshpatel, gsayed786, shashwatmittal, sudhiryadav, thrijith, stayallive, jaredwsmith, abhijitrakas, umeshnevase
[1] Fix | Delete
Donate Link: http://rtcamp.com/donate/
[2] Fix | Delete
Tags: nginx, cache, purge, nginx map, nginx cache, maps, fastcgi, proxy, redis, redis-cache, rewrite, permalinks
[3] Fix | Delete
License: GPLv2 or later (of-course)
[4] Fix | Delete
License URI: http://www.gnu.org/licenses/gpl-2.0.html
[5] Fix | Delete
Requires at least: 3.0
[6] Fix | Delete
Tested up to: 5.4
[7] Fix | Delete
Stable tag: 2.2.2
[8] Fix | Delete
[9] Fix | Delete
Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.
[10] Fix | Delete
[11] Fix | Delete
== Description ==
[12] Fix | Delete
[13] Fix | Delete
1. Removes `index.php` from permalinks when using WordPress with nginx.
[14] Fix | Delete
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)
[15] Fix | Delete
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.
[16] Fix | Delete
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.
[17] Fix | Delete
[18] Fix | Delete
= Tutorials =
[19] Fix | Delete
[20] Fix | Delete
You will need to follow one or more tutorials below to get desired functionality:
[21] Fix | Delete
[22] Fix | Delete
* [Nginx Map + WordPress-Multisite + Static Files Handling](https://easyengine.io/wordpress-nginx/tutorials/multisite/static-files-handling/)
[23] Fix | Delete
* [Nginx + WordPress + fastcgi_purge_cache](https://easyengine.io/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/)
[24] Fix | Delete
* [Nginx + WordPress-Multisite (Subdirectories) + fastcgi_purge_cache](https://easyengine.io/wordpress-nginx/tutorials/multisite/subdirectories/fastcgi-cache-with-purging/)
[25] Fix | Delete
* [Nginx + WordPress-Multisite (Subdomains/domain-mapping) + fastcgi_purge_cache](https://easyengine.io/wordpress-nginx/tutorials/multisite/subdomains/fastcgi-cache-with-purging/)
[26] Fix | Delete
* [Other WordPress-Nginx Tutorials](https://easyengine.io/wordpress-nginx/tutorials/)
[27] Fix | Delete
[28] Fix | Delete
[29] Fix | Delete
== Installation ==
[30] Fix | Delete
[31] Fix | Delete
Automatic Installation
[32] Fix | Delete
[33] Fix | Delete
1. Log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
[34] Fix | Delete
1. In the search field type “Nginx Helper” and click Search Plugins. From the search results, pick Nginx Helper and click Install Now. Wordpress will ask you to confirm to complete the installation.
[35] Fix | Delete
[36] Fix | Delete
Manual Installation
[37] Fix | Delete
[38] Fix | Delete
1. Extract the zip file.
[39] Fix | Delete
1. Upload them to `/wp-content/plugins/` directory on your WordPress installation.
[40] Fix | Delete
1. Then activate the Plugin from Plugins page.
[41] Fix | Delete
[42] Fix | Delete
For proper configuration, check out our **tutorial list** in the [Description tab](http://wordpress.org/extend/plugins/nginx-helper).
[43] Fix | Delete
[44] Fix | Delete
== Frequently Asked Questions ==
[45] Fix | Delete
[46] Fix | Delete
**Important** - Please refer to [https://easyengine.io/nginx-helper/faq](https://easyengine.io/nginx-helper/faq) for up-to-date FAQs.
[47] Fix | Delete
[48] Fix | Delete
= FAQ - Installation/Comptability =
[49] Fix | Delete
[50] Fix | Delete
**Q. Will this work out of the box?**
[51] Fix | Delete
[52] Fix | Delete
No. You need to make some changes at the Nginx end. Please check our [tutorial list](https://easyengine.io/wordpress-nginx/tutorials/).
[53] Fix | Delete
[54] Fix | Delete
= FAQ - Nginx Fastcgi Cache Purge =
[55] Fix | Delete
[56] Fix | Delete
**Q. There's a 'purge all' button? Does it purge the whole site?**
[57] Fix | Delete
[58] Fix | Delete
Yes, it does. It physically empties the cache directory. It is set by default to `/var/run/nginx-cache/`.
[59] Fix | Delete
[60] Fix | Delete
If your cache directory is different, you can override this in your wp-config.php by adding
[61] Fix | Delete
`define('RT_WP_NGINX_HELPER_CACHE_PATH','/var/run/nginx-cache/');`
[62] Fix | Delete
[63] Fix | Delete
Replace the path with your own.
[64] Fix | Delete
[65] Fix | Delete
**Q. Does it work for custom posts and taxonomies?**
[66] Fix | Delete
[67] Fix | Delete
Yes. It handles all post-types the same way.
[68] Fix | Delete
[69] Fix | Delete
**Q. How do I know my Nginx config is correct for fastcgi purging?**
[70] Fix | Delete
[71] Fix | Delete
Manually purging any page from the cache, by following instructions in the previous answer.
[72] Fix | Delete
[73] Fix | Delete
Version 1.3.4 onwards, Nginx Helper adds a comment at the end of the HTML source ('view source' in your favourite browser):
[74] Fix | Delete
`<!--Cached using Nginx-Helper on 2012-10-08 07:01:45. It took 42 queries executed in 0.280 seconds.-->`. This shows the time when the page was last cached. This date/time will be reset whenever this page is purged and refreshed in the cache. Just check this comment before and after a manual purge.
[75] Fix | Delete
[76] Fix | Delete
As long as you don't purge the page (or make changes that purge it from the cache), the timestamp will remain as is, even if you keep refreshing the page. This means the page was served from the cache and it's working!
[77] Fix | Delete
[78] Fix | Delete
The rest shows you the database queries and time saved on loading this page. (This would have been the additional resource load, if you weren't using fast-cgi-cache.)
[79] Fix | Delete
[80] Fix | Delete
[81] Fix | Delete
**Q. I need to flush a cached page immediately! How do I do that?**
[82] Fix | Delete
[83] Fix | Delete
Nginx helper plugin handles usual scenarios, when a page in the cache will need purging. For example, when a post is edited or a comment is approved on a post.
[84] Fix | Delete
[85] Fix | Delete
To purge a page immediately, follow these instructions:
[86] Fix | Delete
[87] Fix | Delete
* Let's say we have a page at the following domain: http://yoursite.com/about.
[88] Fix | Delete
* Between the domain name and the rest of the URL, insert '/purge/'.
[89] Fix | Delete
* So, in the above example, the purge URL will be http://yoursite.com/purge/about.
[90] Fix | Delete
* Just open this in a browser and the page will be purged instantly.
[91] Fix | Delete
* Needless to say, this won't work, if you have a page or taxonomy called 'purge'.
[92] Fix | Delete
[93] Fix | Delete
= FAQ - Nginx Redis Cache =
[94] Fix | Delete
[95] Fix | Delete
**Q. Can I override the redis hostname, port and prefix?**
[96] Fix | Delete
[97] Fix | Delete
Yes, you can force override the redis hostname, port or prefix by defining constant in wp-config.php. For example:
[98] Fix | Delete
[99] Fix | Delete
```
[100] Fix | Delete
define('RT_WP_NGINX_HELPER_REDIS_HOSTNAME', '10.0.0.1');
[101] Fix | Delete
[102] Fix | Delete
define('RT_WP_NGINX_HELPER_REDIS_PORT', '6000');
[103] Fix | Delete
[104] Fix | Delete
define('RT_WP_NGINX_HELPER_REDIS_PREFIX', 'page-cache:');
[105] Fix | Delete
```
[106] Fix | Delete
[107] Fix | Delete
= FAQ - Nginx Map =
[108] Fix | Delete
[109] Fix | Delete
**Q. My multisite already uses `WPMU_ACCEL_REDIRECT`. Do I still need Nginx Map?**
[110] Fix | Delete
[111] Fix | Delete
Definitely. `WPMU_ACCEL_REDIRECT` reduces the load on PHP, but it still ask WordPress i.e. PHP/MySQL to do some work for static files e.g. images in your post. Nginx map lets nginx handle files on its own bypassing wordpress which gives you much better performance without using a CDN.
[112] Fix | Delete
[113] Fix | Delete
**Q. I am using X plugin. Will it work on Nginx?**
[114] Fix | Delete
[115] Fix | Delete
Most likely yes. A wordpress plugin, if not using explicitly any Apache-only mod, should work on Nginx. Some plugin may need some extra work.
[116] Fix | Delete
[117] Fix | Delete
[118] Fix | Delete
= Still need help! =
[119] Fix | Delete
[120] Fix | Delete
Please post your problem in [our free support forum](http://community.rtcamp.com/c/wordpress-nginx).
[121] Fix | Delete
[122] Fix | Delete
== Screenshots ==
[123] Fix | Delete
1. Nginx plugin settings
[124] Fix | Delete
2. Remaining settings
[125] Fix | Delete
[126] Fix | Delete
== Changelog ==
[127] Fix | Delete
[128] Fix | Delete
= 2.2.2 =
[129] Fix | Delete
* Add action `rt_nginx_helper_after_purge_all` to fire after the entire cache has been purged whatever caching type is used. [#232](https://github.com/rtCamp/nginx-helper/pull/232) - by [Julien-prrs](https://github.com/Julien-prrs)
[130] Fix | Delete
* Fix issue where settings not saved because the button's value localized (for any language). [#236](https://github.com/rtCamp/nginx-helper/pull/236) - by [umeshnevase](https://github.com/umeshnevase)
[131] Fix | Delete
* Fix issue where "Custom Purge URL" option displays previous value. [#240](https://github.com/rtCamp/nginx-helper/issues/240), [#241](https://github.com/rtCamp/nginx-helper/pull/241) - by [KirillGritcenko](https://github.com/KirillGritcenko)
[132] Fix | Delete
* Tested with WordPress 5.4
[133] Fix | Delete
[134] Fix | Delete
= 2.2.1 =
[135] Fix | Delete
* Fix timeout issue on FastCGI cache purge. [#229](https://github.com/rtCamp/nginx-helper/pull/229) - by [chandrapatel](https://github.com/chandrapatel), [thrijith](https://github.com/thrijith)
[136] Fix | Delete
[137] Fix | Delete
= 2.2.0 =
[138] Fix | Delete
* Add filter `rt_nginx_helper_fastcgi_purge_suffix` to change purge suffix for FastCGI cache. [#141](https://github.com/rtCamp/nginx-helper/pull/141) - by [stayallive](https://github.com/stayallive)
[139] Fix | Delete
* Add filter `rt_nginx_helper_fastcgi_purge_url_base` to change purge URL base for FastCGI cache. [#141](https://github.com/rtCamp/nginx-helper/pull/141) - by [stayallive](https://github.com/stayallive)
[140] Fix | Delete
* Update our code to be in line with WordPress Coding standards in various places. [#209](https://github.com/rtCamp/nginx-helper/pull/209), [#225](https://github.com/rtCamp/nginx-helper/pull/225) - by [abhijitrakas](https://github.com/abhijitrakas), [chandrapatel](https://github.com/chandrapatel)
[141] Fix | Delete
* Check and verify purging is enabled before purging cache. [#168](https://github.com/rtCamp/nginx-helper/pull/168) - by [jaredwsmith](https://github.com/jaredwsmith)
[142] Fix | Delete
* Hide Purge Cache button in admin bar when purge is disabled. [#218](https://github.com/rtCamp/nginx-helper/issues/218), [#219](https://github.com/rtCamp/nginx-helper/pull/219) - by [mbautista](https://github.com/mbautista), [chandrapatel](https://github.com/chandrapatel)
[143] Fix | Delete
* Don't add Nginx Timestamp on WordPress login page. [#204](https://github.com/rtCamp/nginx-helper/issues/204), [#220](https://github.com/rtCamp/nginx-helper/pull/220) - by [peixotorms](https://github.com/peixotorms), [chandrapatel](https://github.com/chandrapatel)
[144] Fix | Delete
[145] Fix | Delete
= 2.1.0 =
[146] Fix | Delete
* Add wildcard cache key deletion for device type cache purge. [#203](https://github.com/rtCamp/nginx-helper/pull/203) - by [pradeep910](https://github.com/pradeep910)
[147] Fix | Delete
* Add filter `rt_nginx_helper_purge_url` to filter the URL to be purged. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[148] Fix | Delete
* Add filter `rt_nginx_helper_purge_cached_file` to filter the cached file name. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[149] Fix | Delete
* Add filter `rt_nginx_helper_remote_purge_url` to filter remote URL to be purged. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[150] Fix | Delete
* Add action `rt_nginx_helper_after_fastcgi_purge_all` to fire after the FastCGI cache has been purged. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[151] Fix | Delete
* Add action `rt_nginx_helper_after_redis_purge_all` to fire after the Redis cache has been purged. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[152] Fix | Delete
* Add action `rt_nginx_helper_purged_file` to fire an action after deleting file from cache. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[153] Fix | Delete
* Add action `rt_nginx_helper_before_remote_purge_url` to fire an action before purging remote URL. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[154] Fix | Delete
* Add action `rt_nginx_helper_after_remote_purge_url` to fire an action after remote purge request. [#182](https://github.com/rtCamp/nginx-helper/pull/182) - by [todeveni](https://github.com/todeveni)
[155] Fix | Delete
* Fix issue with post purge on new comments. [#175](https://github.com/rtCamp/nginx-helper/pull/175) - by [jinschoi](https://github.com/jinschoi)
[156] Fix | Delete
* Fix Nginx Timestamp being added to invalid content type. [#200](https://github.com/rtCamp/nginx-helper/pull/200) - by [thrijith](https://github.com/thrijith)
[157] Fix | Delete
* Handle filesize exception while truncating nginx.log file. [#206](https://github.com/rtCamp/nginx-helper/pull/206) - by [peterjanes](https://github.com/peterjanes)
[158] Fix | Delete
[159] Fix | Delete
= 2.0.3 =
[160] Fix | Delete
* Update article link for fastcgi cache purge. [#187](https://github.com/rtCamp/nginx-helper/pull/187) - by [gagan0123](https://github.com/gagan0123)
[161] Fix | Delete
* Fix map generation issue on `SUBDOMAIN_INSTALL`. [#189](https://github.com/rtCamp/nginx-helper/pull/189) - by [ChrisHardie](https://github.com/ChrisHardie)
[162] Fix | Delete
[163] Fix | Delete
= 2.0.2 =
[164] Fix | Delete
* Fix undefined error when we install the plugin for the first time and if Redis is not available. [#162](https://github.com/rtCamp/nginx-helper/pull/162) - by [Joel-James](https://github.com/Joel-James)
[165] Fix | Delete
* Remove extra spacing for nginx map section. [#169](https://github.com/rtCamp/nginx-helper/pull/169) - by [ShashwatMittal](https://github.com/ShashwatMittal)
[166] Fix | Delete
* Purge Cache menu in front-end admibar now purge current page. [#173](https://github.com/rtCamp/nginx-helper/pull/173) - by [imranhsayed](https://github.com/imranhsayed)
[167] Fix | Delete
* Fix issue where cache is not cleared when page is swiched from publish to draft. [#174](https://github.com/rtCamp/nginx-helper/pull/174) - by [imranhsayed](https://github.com/imranhsayed)
[168] Fix | Delete
* Fix an issue where custom purge url option does not show newlines when using multiple urls. [#184](https://github.com/rtCamp/nginx-helper/issues/184) - by [mist-webit](https://github.com/mist-webit)
[169] Fix | Delete
[170] Fix | Delete
= 2.0.1 =
[171] Fix | Delete
* Fix settings url for multisite: use network_admin_url to get network correct settings url. [#163](https://github.com/rtCamp/nginx-helper/pull/163) - by [Joel-James](https://github.com/Joel-James)
[172] Fix | Delete
* Fix php error with arbitrary statement in empty - Prior to PHP 5.5. [#165](https://github.com/rtCamp/nginx-helper/pull/165) - by [PatelUtkarsh](https://github.com/PatelUtkarsh)
[173] Fix | Delete
[174] Fix | Delete
= 2.0.0 =
[175] Fix | Delete
* Fix typo causing failure to purge on trashed comment. [#159](https://github.com/rtCamp/nginx-helper/pull/159) - by [jinschoi](https://github.com/jinschoi)
[176] Fix | Delete
* Refactor Plugin structure and remove unused code. Initial code by [chandrapatel](https://github.com/chandrapatel), [#153](https://github.com/rtCamp/nginx-helper/pull/153) - by [jinschoi](https://github.com/kelin1003),
[177] Fix | Delete
* Run phpcs and fix warning. [#158](https://github.com/rtCamp/nginx-helper/pull/158)
[178] Fix | Delete
* Make compatible with EasyEngine v4.
[179] Fix | Delete
[180] Fix | Delete
= 1.9.12 =
[181] Fix | Delete
* Allow override Redis host/port/prefix by defining constant in wp-config.php [#152](https://github.com/rtCamp/nginx-helper/pull/152) - by [vincent-lu](https://github.com/vincent-lu)
[182] Fix | Delete
[183] Fix | Delete
= 1.9.11 =
[184] Fix | Delete
* Fixed issue where permalinks without trailing slash does not purging [#124](https://github.com/rtCamp/nginx-helper/issues/124) - by Patrick
[185] Fix | Delete
* Check whether role exist or not before removing capability. [#134](https://github.com/rtCamp/nginx-helper/pull/134) - by [1gor](https://github.com/1gor)
[186] Fix | Delete
[187] Fix | Delete
= 1.9.10 =
[188] Fix | Delete
* Fixed issue where Nginx cache folders deleted on purge. [#123](https://github.com/rtCamp/nginx-helper/pull/123) - by [johan-chassaing](https://github.com/johan-chassaing)
[189] Fix | Delete
* Fixed Redis purge all feature for installation where WordPress lives in a separate folder. [#130](https://github.com/rtCamp/nginx-helper/pull/130) - by [pySilver](https://github.com/pySilver)
[190] Fix | Delete
[191] Fix | Delete
= 1.9.9 =
[192] Fix | Delete
* Fix wp_redirect issue. [#131](https://github.com/rtCamp/nginx-helper/pull/131) - by [matt-h](https://github.com/matt-h)
[193] Fix | Delete
[194] Fix | Delete
= 1.9.8 =
[195] Fix | Delete
* Fixed homepage cache cleared when WPML plugin used [#116](https://github.com/rtCamp/nginx-helper/pull/116) - by [Niwreg](https://profiles.wordpress.org/niwreg/)
[196] Fix | Delete
* Fixed Purge Cache clears the whole Redis cache [#113](https://github.com/rtCamp/nginx-helper/issues/113) - by HansVanEijsden
[197] Fix | Delete
* One log file for all site in WPMU.
[198] Fix | Delete
* 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
[199] Fix | Delete
* Fixed notices and warnings.
[200] Fix | Delete
[201] Fix | Delete
= 1.9.7 =
[202] Fix | Delete
* Remove timestamp if cron or wp-cli [#114](https://github.com/rtCamp/nginx-helper/pull/114) - by [samedwards](https://profiles.wordpress.org/samedwards/)
[203] Fix | Delete
* Fixed notices and warnings.
[204] Fix | Delete
[205] Fix | Delete
= 1.9.6 =
[206] Fix | Delete
* Fixed cache purging on post publish.
[207] Fix | Delete
* Error fixed when redis server not installed.
[208] Fix | Delete
[209] Fix | Delete
= 1.9.5 =
[210] Fix | Delete
Added custom purge URL option.
[211] Fix | Delete
[212] Fix | Delete
= 1.9.4 =
[213] Fix | Delete
* Added redis server connection timeout.
[214] Fix | Delete
* Added RedisException handling.
[215] Fix | Delete
[216] Fix | Delete
= 1.9.3 =
[217] Fix | Delete
* Added PhpRedis API support.
[218] Fix | Delete
* Added redis-lua script support to purge complete cache very fast.
[219] Fix | Delete
* Added composer.json support
[220] Fix | Delete
* Fixed cache purging link in admin bar.
[221] Fix | Delete
* Updated the initial settings to include the 'purge_method' [#99](https://github.com/rtCamp/nginx-helper/pull/99) - by
[222] Fix | Delete
[gagan0123](https://github.com/gagan0123)
[223] Fix | Delete
[224] Fix | Delete
= 1.9.2 =
[225] Fix | Delete
Fix purging for Redis cache and FastCGI cache
[226] Fix | Delete
[227] Fix | Delete
= 1.9.1 =
[228] Fix | Delete
Fix purging for custom post types
[229] Fix | Delete
[230] Fix | Delete
= 1.9 =
[231] Fix | Delete
Added Redis cache purge support.
[232] Fix | Delete
[233] Fix | Delete
= 1.8.13 =
[234] Fix | Delete
Fixed PHP notice for an undefined index when "Enable Logging" is not set.
[235] Fix | Delete
[236] Fix | Delete
= 1.8.12 =
[237] Fix | Delete
Updated readme and changelog
[238] Fix | Delete
[239] Fix | Delete
= 1.8.11 =
[240] Fix | Delete
Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by
[241] Fix | Delete
[javisperez](https://github.com/javisperez)
[242] Fix | Delete
[243] Fix | Delete
= 1.8.10 =
[244] Fix | Delete
* Security bug fix
[245] Fix | Delete
[246] Fix | Delete
= 1.8.9 =
[247] Fix | Delete
* Default setting fix and wp-cli example correction - by [bcole808](https://profiles.wordpress.org/bcole808/)
[248] Fix | Delete
[249] Fix | Delete
= 1.8.8 =
[250] Fix | Delete
* Added option to purge cache without nginx purge module - by [bcole808](https://profiles.wordpress.org/bcole808/)
[251] Fix | Delete
[252] Fix | Delete
= 1.8.7 =
[253] Fix | Delete
* Added action `rt_nginx_helper_purge_all` to purge cache from other plugins - by [gungeekatx](https://profiles.wordpress.org/gungeekatx/)
[254] Fix | Delete
[255] Fix | Delete
= 1.8.6 =
[256] Fix | Delete
* Removed wercker.yml from plugin zip/svn.
[257] Fix | Delete
* Updated readme
[258] Fix | Delete
[259] Fix | Delete
= 1.8.5 =
[260] Fix | Delete
* Added WP_CLI support - by [Udit Desai](https://profiles.wordpress.org/desaiuditd/)
[261] Fix | Delete
[262] Fix | Delete
= 1.8.4 =
[263] Fix | Delete
* Fix undefined index issue and correct "purge_archive_on_del" key
[264] Fix | Delete
[265] Fix | Delete
= 1.8.3 =
[266] Fix | Delete
* Tested with WordPress 4.0
[267] Fix | Delete
* Fix issue #69
[268] Fix | Delete
[269] Fix | Delete
= 1.8.1 =
[270] Fix | Delete
* Tested with wordpress 3.9.1
[271] Fix | Delete
* Fix confilct with Mailchimp's Social plugin
[272] Fix | Delete
[273] Fix | Delete
= 1.8 =
[274] Fix | Delete
* New admin UI
[275] Fix | Delete
* Fix missing wp_sanitize_redirect function call
[276] Fix | Delete
[277] Fix | Delete
= 1.7.6 =
[278] Fix | Delete
* Update Backend UI
[279] Fix | Delete
* Added Language Support
[280] Fix | Delete
[281] Fix | Delete
= 1.7.5 =
[282] Fix | Delete
* Fixed option name mismatch issue to purge homepage on delete.
[283] Fix | Delete
[284] Fix | Delete
= 1.7.4 =
[285] Fix | Delete
* Disable purge and stamp by default.
[286] Fix | Delete
[287] Fix | Delete
= 1.7.3 =
[288] Fix | Delete
* Suppressed `unlink` related error-messages which can be safely ignored.
[289] Fix | Delete
* Fixed a bug in purge-all option.
[290] Fix | Delete
[291] Fix | Delete
= 1.7.2 =
[292] Fix | Delete
* [pjv](http://profiles.wordpress.org/pjv/) fixed bug in logging file.
[293] Fix | Delete
[294] Fix | Delete
= 1.7.1 =
[295] Fix | Delete
* Fixes bug in true purge and admin screen.
[296] Fix | Delete
[297] Fix | Delete
= 1.7 =
[298] Fix | Delete
* True full cache purge added.
[299] Fix | Delete
* Map file location changed to uploads' directory to fix http://rtcamp.com/support/topic/plugin-update-removes-map-file/
[300] Fix | Delete
* Log file location also changed to uploads' directory.
[301] Fix | Delete
[302] Fix | Delete
= 1.6.13 =
[303] Fix | Delete
* [pjv](http://profiles.wordpress.org/pjv/) changed the way home URL is accessed. Instead of site option, the plugin now uses home_URL() function.
[304] Fix | Delete
[305] Fix | Delete
= 1.6.12 =
[306] Fix | Delete
* [telofy](http://wordpress.org/support/profile/telofy) added purging of atom and RDF feeds.
[307] Fix | Delete
[308] Fix | Delete
= 1.6.11 =
[309] Fix | Delete
* Removed comments from Admin screens since, it was interfering with media uploads in 3.5 up.
[310] Fix | Delete
[311] Fix | Delete
= 1.6.10 =
[312] Fix | Delete
* Cleaned up code.
[313] Fix | Delete
* Added credits for code.
[314] Fix | Delete
* Improved attachment purging.
[315] Fix | Delete
[316] Fix | Delete
= 1.6.9 =
[317] Fix | Delete
* Added Faux to Purge all buttons, to avoid misleading users.
[318] Fix | Delete
[319] Fix | Delete
= 1.6.8 =
[320] Fix | Delete
* [daankortenbach](http://profiles.wordpress.org/daankortenbach) added Purge Cache link to wp-admin bar
[321] Fix | Delete
[322] Fix | Delete
= 1.6.7 =
[323] Fix | Delete
* [jk3us](http://profiles.wordpress.org/jk3us) added better content-type detection for cache verification comments
[324] Fix | Delete
[325] Fix | Delete
= 1.6.6 =
[326] Fix | Delete
* [darren-slatten](http://profiles.wordpress.org/darren-slatten/) added Manual 'Purge all URLs' functionality
[327] Fix | Delete
[328] Fix | Delete
= 1.6.5 =
[329] Fix | Delete
* Fixed typo that interfered with archive purge settings. Thanks to [Daan Kortenbach](http://profiles.wordpress.org/daankortenbach/) for pointing this out.
[330] Fix | Delete
[331] Fix | Delete
= 1.6.4 =
[332] Fix | Delete
* Improved code for map generation to better conventions since the nesting confused some servers.
[333] Fix | Delete
* Added map update process to admin_init for frequent refreshes.
[334] Fix | Delete
[335] Fix | Delete
= 1.6.3 =
[336] Fix | Delete
* Fixed duplicate entries.
[337] Fix | Delete
[338] Fix | Delete
= 1.6.2 =
[339] Fix | Delete
* Another bug fix in the revised code for improved multisite and multidomain mapping.
[340] Fix | Delete
[341] Fix | Delete
= 1.6.1 =
[342] Fix | Delete
* Fixed bug in the revised code for improved multisite and multidomain mapping.
[343] Fix | Delete
[344] Fix | Delete
= 1.6 =
[345] Fix | Delete
* Revised code for improved multisite and multidomain mapping.
[346] Fix | Delete
[347] Fix | Delete
= 1.5 =
[348] Fix | Delete
* Timestamp now only gets added to content-type text/html
[349] Fix | Delete
* Added option to toggle timestamp creation
[350] Fix | Delete
[351] Fix | Delete
= 1.4 =
[352] Fix | Delete
* Fixed bug related to nomenclature of comment status that caused purge to fail.
[353] Fix | Delete
[354] Fix | Delete
= 1.3.9 =
[355] Fix | Delete
* Removed extraneous headers.
[356] Fix | Delete
[357] Fix | Delete
= 1.3.8 =
[358] Fix | Delete
[359] Fix | Delete
* Fixed bug in single post/page/post-type purging code. Thanks to Greg for pointing this out here: http://rtcamp.com/support/topic/updating-post-nginx-helper-purge-cache-post/.
[360] Fix | Delete
[361] Fix | Delete
= 1.3.7 =
[362] Fix | Delete
[363] Fix | Delete
* Changed the action hook, back to 'shutdown' from 'wp_footer' to add verification comments.
[364] Fix | Delete
* Added a check to prevent adding comments to ajax requests,
[365] Fix | Delete
[366] Fix | Delete
= 1.3.6 =
[367] Fix | Delete
[368] Fix | Delete
* Changed the action hook, from 'shutdown' to 'wp_footer' to add verification comments. This was interfering with other plugins.
[369] Fix | Delete
[370] Fix | Delete
= 1.3.5 =
[371] Fix | Delete
[372] Fix | Delete
* Improved Readme.
[373] Fix | Delete
* Improved cache verification comments.
[374] Fix | Delete
[375] Fix | Delete
= 1.3.4 =
[376] Fix | Delete
[377] Fix | Delete
* Fixed duplicate entries generated for maps (Harmless, but doesn't look good!)
[378] Fix | Delete
* Added timestamp html comments for cache verification, as described here: http://rtcamp.com/wordpress-nginx/tutorials/checklist/
[379] Fix | Delete
[380] Fix | Delete
= 1.3.3 =
[381] Fix | Delete
[382] Fix | Delete
* Fixed map generation for multi domain installs using domain mapping plugin, where blog ids were not displayed.
[383] Fix | Delete
[384] Fix | Delete
= 1.3.2 =
[385] Fix | Delete
[386] Fix | Delete
* Fixed map generation for multi domain installs with domain mapping plugin.
[387] Fix | Delete
[388] Fix | Delete
= 1.3.1 =
[389] Fix | Delete
[390] Fix | Delete
* Minor fixes for directory structure and file names.
[391] Fix | Delete
[392] Fix | Delete
= 1.3 =
[393] Fix | Delete
[394] Fix | Delete
* Improved Readme.
[395] Fix | Delete
[396] Fix | Delete
= 1.2 =
[397] Fix | Delete
[398] Fix | Delete
* Fixed map generation error.
[399] Fix | Delete
* Fixed purging logic.
[400] Fix | Delete
* Fixed UI where purge settings were lost on disabling and re-enabling purge.
[401] Fix | Delete
* Minor Ui rearrangement.
[402] Fix | Delete
[403] Fix | Delete
= 1.1 =
[404] Fix | Delete
[405] Fix | Delete
* Improved readme.txt. Added Screenshots.
[406] Fix | Delete
[407] Fix | Delete
= 1.0 =
[408] Fix | Delete
[409] Fix | Delete
* First release
[410] Fix | Delete
[411] Fix | Delete
== Upgrade Notice ==
[412] Fix | Delete
[413] Fix | Delete
= 2.2.2 =
[414] Fix | Delete
Nginx Helper 2.2.2, Add new "rt_nginx_helper_after_purge_all" action and fixes issues where settings not saved because the button's value localized (for any language) and "Custom Purge URL" option displays previous value.
[415] Fix | Delete
[416] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function