Skip to content

Commit b6d5e37

Browse files
authored
Merge pull request #230 from rtCamp/release/2.2.1
Version Update 2.2.1
2 parents d53dd39 + 9815265 commit b6d5e37

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Tested up to:** 5.3.2
1111

12-
**Stable tag:** 2.2.0
12+
**Stable tag:** 2.2.1
1313

1414
**License:** GPLv2 or later (of-course)
1515

@@ -142,6 +142,9 @@ Please post your problem in [our free support forum](http://community.rtcamp.com
142142

143143
## Changelog ##
144144

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+
145148
### 2.2.0 ###
146149
* 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)
147150
* 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
419422

420423
## Upgrade Notice ##
421424

422-
### 2.2.0 ###
425+
### 2.2.1 ###
423426

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.
425428

426429
## Does this interest you?
427430

includes/class-nginx-helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Nginx_Helper {
7777
public function __construct() {
7878

7979
$this->plugin_name = 'nginx-helper';
80-
$this->version = '2.2.0';
80+
$this->version = '2.2.1';
8181
$this->minimum_wp = '3.0';
8282

8383
if ( ! $this->required_wp_version() ) {

languages/nginx-helper.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# This file is distributed under the same license as the Nginx Helper plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Nginx Helper 2.2.0\n"
5+
"Project-Id-Version: Nginx Helper 2.2.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nginx-helper\n"
77
"MIME-Version: 1.0\n"
88
"Content-Type: text/plain; charset=UTF-8\n"
99
"Content-Transfer-Encoding: 8bit\n"
10-
"POT-Creation-Date: 2020-01-06T11:08:02+05:30\n"
10+
"POT-Creation-Date: 2020-01-07T17:38:36+05:30\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"X-Generator: WP-CLI 2.4.0\n"
1313
"X-Domain: nginx-helper\n"

nginx-helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Nginx Helper
44
* Plugin URI: https://rtcamp.com/nginx-helper/
55
* Description: Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does few more things.
6-
* Version: 2.2.0
6+
* Version: 2.2.1
77
* Author: rtCamp
88
* Author URI: https://rtcamp.com
99
* Text Domain: nginx-helper

readme.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: GPLv2 or later (of-course)
66
License URI: http://www.gnu.org/licenses/gpl-2.0.html
77
Requires at least: 3.0
88
Tested up to: 5.3.2
9-
Stable tag: 2.2.0
9+
Stable tag: 2.2.1
1010

1111
Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.
1212

@@ -127,6 +127,9 @@ Please post your problem in [our free support forum](http://community.rtcamp.com
127127

128128
== Changelog ==
129129

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+
130133
= 2.2.0 =
131134
* 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)
132135
* 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
403406

404407
== Upgrade Notice ==
405408

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

Comments
 (0)