Skip to content

Commit fcc2fdc

Browse files
committed
doc: update the plugin version.
1 parent 2dbb5b1 commit fcc2fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1';
80+
$this->version = '2.3.2';
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.1
6+
* Version: 2.3.2
77
* Author: rtCamp
88
* Author URI: https://rtcamp.com
99
* Text Domain: nginx-helper

0 commit comments

Comments
 (0)