From 020738512db6fefcd6120a5147ce9878e85194c1 Mon Sep 17 00:00:00 2001 From: Vedant Gandhi Date: Mon, 30 Dec 2024 11:38:40 +0530 Subject: [PATCH] doc: update the latest plugin version in stable tags. --- README.md | 2 +- includes/class-nginx-helper.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41a14da..7470bc5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ **Tested up to:** 6.7 -**Stable tag:** 2.3.0 +**Stable tag:** 2.3.1 **License:** GPLv2 or later (of-course) diff --git a/includes/class-nginx-helper.php b/includes/class-nginx-helper.php index da16232..682359d 100644 --- a/includes/class-nginx-helper.php +++ b/includes/class-nginx-helper.php @@ -77,7 +77,7 @@ class Nginx_Helper { public function __construct() { $this->plugin_name = 'nginx-helper'; - $this->version = '2.3.0'; + $this->version = '2.3.1'; $this->minimum_wp = '3.0'; if ( ! $this->required_wp_version() ) { diff --git a/readme.txt b/readme.txt index bf10aba..475de8a 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ License: GPLv2 or later (of-course) License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires at least: 3.0 Tested up to: 6.7 -Stable tag: 2.3.0 +Stable tag: 2.3.1 Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.