Skip to content

Commit abc3872

Browse files
authoredDec 30, 2024··
Merge pull request #382 from rtCamp/release/2.3.1
[v2.3.1] Bump Plugin Version and Update Readme Files [Develop]
2 parents 094c452 + 2838c2e commit abc3872

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.0
12+
**Stable tag:** 2.3.1
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.1 ###
165+
166+
* Update the contributors list and tags for the plugin. [#378](https://github.com/rtCamp/nginx-helper/issues/378) - by [Vedant Gandhi](https://github.com/Vedant-Gandhi)
167+
164168
### 2.3.0 ###
165169

166170
* Disable the purge functionality when importing data. [#52](https://github.com/rtCamp/nginx-helper/pull/52) - 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.0';
80+
$this->version = '2.3.1';
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.0\n"
5+
"Project-Id-Version: Nginx Helper 2.3.1\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 <LL@li.org>\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: 2024-12-19T06:01:42+00:00\n"
12+
"POT-Creation-Date: 2024-12-30T06:30:46+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.0
6+
* Version: 2.3.1
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
@@ -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: 6.7
9-
Stable tag: 2.3.0
9+
Stable tag: 2.3.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

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

148148
== Changelog ==
149149

150+
= 2.3.1 =
151+
152+
* Update the contributors list and tags for the plugin. [#378](https://github.com/rtCamp/nginx-helper/issues/378) - by [Vedant Gandhi](https://github.com/Vedant-Gandhi)
153+
154+
150155
= 2.3.0 =
151156

152157
* Disable the purge functionality when importing data. [#52](https://github.com/rtCamp/nginx-helper/pull/52) - by [Vedant Gandhi](https://github.com/Vedant-Gandhi)

0 commit comments

Comments
 (0)
Please sign in to comment.