Releases: rtCamp/nginx-helper
Releases · rtCamp/nginx-helper
v2.2.5
- Add the capability to enable/disable purging of feeds. #281 - by Amaan Khan
- Fix undefined port error when Redis port is set to empty string. #333 - by Amaan Khan
v2.2.4
- Introduces the capability to specify the
NGINX_HELPER_LOG
constant, allowing users to activate the logging feature. #318 - by Vishal Kakadiya - Existing users employing the nginx-helper plugin with logging enabled will experience no disruptions. However, if logging is disabled, users must define the
NGINX_HELPER_LOG
constant to re-enable the logging feature. - Tested with WordPress 6.4.2
v2.2.3
- Add the URL being purged as parameter in rt_nginx_helper_purge_cached_file hook. #271 - by Arafat Islam
- Fix performance issue when saving nav menus. #112, #272 - by Arafat Islam
- Fix purging date archives for custom post types. #40, #268 - by Arafat Islam
- Fix pages and CPT URLs not being purged on moving to trash. #191, #267 - by Arafat Islam
- Fix notice - Undefined index: path #190, #251, #262 - by George Lagonikas
- PHP 8.1 compatibility #291, #302 - by Siddharth Tikekar
- Tested with WordPress 6.1 #285
v2.2.2
- Add action
rt_nginx_helper_after_purge_all
to fire after the entire cache has been purged whatever caching type is used. #232 - by Julien-prrs - Fix issue where settings not saved because the button's value localized (for any language). #236 - by umeshnevase
- Fix issue where "Custom Purge URL" option displays previous value. #240, #241 - by KirillGritcenko
- Tested with WordPress 5.4
2.2.1
2.2.0
2.2.0
- Add filter
rt_nginx_helper_fastcgi_purge_suffix
to change purge suffix for FastCGI cache. #141 - by stayallive - Add filter
rt_nginx_helper_fastcgi_purge_url_base
to change purge URL base for FastCGI cache. #141 - by stayallive - Update our code to be in line with WordPress Coding standards in various places. #209, #225 - by abhijitrakas, chandrapatel
- Check and verify purging is enabled before purging cache. #168 - by jaredwsmith
- Hide Purge Cache button in admin bar when purge is disabled. #218, #219 - by mbautista, chandrapatel
- Don't add Nginx Timestamp on WordPress login page. #204, #220 - by peixotorms, chandrapatel
2.1.0
2.1.0
- Add wildcard cache key deletion for device type cache purge. #203 - by pradeep910
- Add filter
rt_nginx_helper_purge_url
to filter the URL to be purged. #182 - by todeveni - Add filter
rt_nginx_helper_purge_cached_file
to filter the cached file name. #182 - by todeveni - Add filter
rt_nginx_helper_remote_purge_url
to filter remote URL to be purged. #182 - by todeveni - Add action
rt_nginx_helper_after_fastcgi_purge_all
to fire after the FastCGI cache has been purged. #182 - by todeveni - Add action
rt_nginx_helper_after_redis_purge_all
to fire after the Redis cache has been purged. #182 - by todeveni - Add action
rt_nginx_helper_purged_file
to fire an action after deleting file from cache. #182 - by todeveni - Add action
rt_nginx_helper_before_remote_purge_url
to fire an action before purging remote URL. #182 - by todeveni - Add action
rt_nginx_helper_after_remote_purge_url
to fire an action after remote purge request. #182 - by todeveni - Fix issue with post purge on new comments. #175 - by jinschoi
- Fix Nginx Timestamp being added to invalid content type. #200 - by thrijith
- Handle filesize exception while truncating nginx.log file. #206 - by peterjanes