You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
**Tested up to:** 5.3.2
11
11
12
-
**Stable tag:** 2.2.0
12
+
**Stable tag:** 2.2.1
13
13
14
14
**License:** GPLv2 or later (of-course)
15
15
@@ -142,6 +142,9 @@ Please post your problem in [our free support forum](http://community.rtcamp.com
142
142
143
143
## Changelog ##
144
144
145
+
### 2.2.1 ###
146
+
* 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)
147
+
145
148
### 2.2.0 ###
146
149
* 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)
147
150
* 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)
@@ -419,9 +422,9 @@ Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by
419
422
420
423
## Upgrade Notice ##
421
424
422
-
### 2.2.0 ###
425
+
### 2.2.1 ###
423
426
424
-
Nginx Helper 2.2.0, introduces new Hooks to extend FastCGI cache purge, Adds check for verifying purge status before purging and other bug fixes.
427
+
Nginx Helper 2.2.1, introduces new Hooks to extend FastCGI cache purge, Adds check for verifying purge status before purging and other bug fixes.
Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.
12
12
@@ -127,6 +127,9 @@ Please post your problem in [our free support forum](http://community.rtcamp.com
127
127
128
128
== Changelog ==
129
129
130
+
= 2.2.1 =
131
+
* 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)
132
+
130
133
= 2.2.0 =
131
134
* 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)
132
135
* 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)
@@ -403,5 +406,5 @@ Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by
403
406
404
407
== Upgrade Notice ==
405
408
406
-
= 2.2.0 =
407
-
Nginx Helper 2.2.0, introduces new Hooks to extend FastCGI cache purge, Adds check for verifying purge status before purging and other bug fixes.
409
+
= 2.2.1 =
410
+
Nginx Helper 2.2.1, introduces new Hooks to extend FastCGI cache purge, Adds check for verifying purge status before purging and other bug fixes.
0 commit comments