Skip to content

Releases: rtCamp/nginx-helper

v2.2.5

16 Apr 07:54
b54a9e0
Compare
Choose a tag to compare
  • 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

18 Jan 07:20
Compare
Choose a tag to compare
  • 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

15 May 13:05
23f7b70
Compare
Choose a tag to compare

v2.2.2

04 May 08:38
58e6f0a
Compare
Choose a tag to compare
  • 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

07 Jan 12:20
2.2.1
b6d5e37
Compare
Choose a tag to compare

2.2.1

2.2.0

06 Jan 06:25
2.2.0
84679d2
Compare
Choose a tag to compare

2.2.0

2.1.0

31 Jul 10:33
2.1.0
8afd0f7
Compare
Choose a tag to compare

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