Skip to content

Commit 9663e64

Browse files
Merge pull request #403 from rtCamp/release/2.3.3
[v2.3.3] Bump Plugin Version and Update Readme Files [Master]
2 parents 5d63cd6 + 833e63a commit 9663e64

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
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() ) {

languages/nginx-helper.mo

0 Bytes
Binary file not shown.

languages/nginx-helper.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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.3.2\n"
5+
"Project-Id-Version: Nginx Helper 2.3.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nginx-helper\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-01-22T13:29:37+00:00\n"
12+
"POT-Creation-Date: 2025-03-13T06:47:39+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.11.0\n"
1515
"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.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)