Skip to content

Commit

Permalink
Merge pull request #230 from rtCamp/release/2.2.1
Browse files Browse the repository at this point in the history
Version Update 2.2.1
  • Loading branch information
chandrapatel authored Jan 7, 2020
2 parents d53dd39 + 9815265 commit b6d5e37
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Tested up to:** 5.3.2

**Stable tag:** 2.2.0
**Stable tag:** 2.2.1

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

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

## Changelog ##

### 2.2.1 ###
* 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)

### 2.2.0 ###
* 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)
* 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)
Expand Down Expand Up @@ -419,9 +422,9 @@ Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by

## Upgrade Notice ##

### 2.2.0 ###
### 2.2.1 ###

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

## Does this interest you?

Expand Down
2 changes: 1 addition & 1 deletion includes/class-nginx-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Nginx_Helper {
public function __construct() {

$this->plugin_name = 'nginx-helper';
$this->version = '2.2.0';
$this->version = '2.2.1';
$this->minimum_wp = '3.0';

if ( ! $this->required_wp_version() ) {
Expand Down
4 changes: 2 additions & 2 deletions languages/nginx-helper.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This file is distributed under the same license as the Nginx Helper plugin.
msgid ""
msgstr ""
"Project-Id-Version: Nginx Helper 2.2.0\n"
"Project-Id-Version: Nginx Helper 2.2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nginx-helper\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-01-06T11:08:02+05:30\n"
"POT-Creation-Date: 2020-01-07T17:38:36+05:30\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: nginx-helper\n"
Expand Down
2 changes: 1 addition & 1 deletion nginx-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Nginx Helper
* Plugin URI: https://rtcamp.com/nginx-helper/
* Description: Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does few more things.
* Version: 2.2.0
* Version: 2.2.1
* Author: rtCamp
* Author URI: https://rtcamp.com
* Text Domain: nginx-helper
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ License: GPLv2 or later (of-course)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 3.0
Tested up to: 5.3.2
Stable tag: 2.2.0
Stable tag: 2.2.1

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

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

== Changelog ==

= 2.2.1 =
* 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)

= 2.2.0 =
* 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)
* 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)
Expand Down Expand Up @@ -403,5 +406,5 @@ Fix url escaping [#82](https://github.com/rtCamp/nginx-helper/pull/82) - by

== Upgrade Notice ==

= 2.2.0 =
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.
= 2.2.1 =
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 comments on commit b6d5e37

Please sign in to comment.