Skip to content

Commit 196485c

Browse files
committed
release: bump the plugin version to 2.3.3
1 parent 5d63cd6 commit 196485c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Tested up to:** 6.7
1111

12-
**Stable tag:** 2.3.2
12+
**Stable tag:** 2.3.3
1313

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

@@ -161,6 +161,10 @@ Please post your problem in [our free support forum](https://github.com/rtCamp/n
161161

162162
## Changelog ##
163163

164+
### 2.3.3 ###
165+
166+
* Fix AMP Purge for method unlink. [#396](https://github.com/rtCamp/nginx-helper/issues/343) - by [Stefan Fisk](https://github.com/stefanfisk)
167+
164168
### 2.3.2 ###
165169

166170
* Update the contributors list for the plugin. [#343](https://github.com/rtCamp/nginx-helper/issues/343) - by [Vedant Gandhi](https://github.com/Vedant-Gandhi)

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.3.2';
80+
$this->version = '2.3.3';
8181
$this->minimum_wp = '3.0';
8282

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

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.3.2
6+
* Version: 2.3.3
77
* Author: rtCamp
88
* Author URI: https://rtcamp.com
99
* Text Domain: nginx-helper

readme.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ License: GPLv2 or later (of-course)
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88
Requires at least: 3.0
99
Tested up to: 6.7
10-
Stable tag: 2.3.2
10+
Stable tag: 2.3.3
1111

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

@@ -148,6 +148,11 @@ Please post your problem in [our free support forum](https://github.com/rtCamp/n
148148

149149
== Changelog ==
150150

151+
= 2.3.3 =
152+
153+
* Fix AMP Purge for method unlink. [#396](https://github.com/rtCamp/nginx-helper/issues/343) - by [Stefan Fisk](https://github.com/stefanfisk)
154+
155+
151156
= 2.3.2 =
152157

153158
* Update the contributors list for the plugin. [#343](https://github.com/rtCamp/nginx-helper/issues/343) - by [Vedant Gandhi](https://github.com/Vedant-Gandhi)

0 commit comments

Comments
 (0)