Skip to content

Commit

Permalink
doc: update the latest plugin version in stable tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant-Gandhi committed Dec 30, 2024
1 parent 026028c commit 0207385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion includes/class-nginx-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() ) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0207385

Please sign in to comment.