We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbb5b1 commit fcc2fdcCopy full SHA for fcc2fdc
includes/class-nginx-helper.php
@@ -77,7 +77,7 @@ class Nginx_Helper {
77
public function __construct() {
78
79
$this->plugin_name = 'nginx-helper';
80
- $this->version = '2.3.1';
+ $this->version = '2.3.2';
81
$this->minimum_wp = '3.0';
82
83
if ( ! $this->required_wp_version() ) {
nginx-helper.php
@@ -3,7 +3,7 @@
3
* Plugin Name: Nginx Helper
4
* Plugin URI: https://rtcamp.com/nginx-helper/
5
* 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
+ * Version: 2.3.2
7
* Author: rtCamp
8
* Author URI: https://rtcamp.com
9
* Text Domain: nginx-helper
0 commit comments