From 5f4fc14c45d4b69171f78ce1c6820fdd5020a8d0 Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 17 Jun 2020 08:26:06 +0930 Subject: [PATCH] ver 6.6.20 --- readme.txt | 4 ++-- src/Controller.php | 2 +- static-html-output-plugin.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 9a5bdd7a..ee1ac0c3 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: security, performance, static Requires at least: 3.2 Tested up to: 5.4.2 Requires PHP: 7.3 -Stable tag: 6.6.19 +Stable tag: 6.6.20 Publish your website as static HTML for improved performance and security. @@ -128,7 +128,7 @@ Everyone's WordPress hosting environment and configuration is unique, with diffe == Changelog == -= 6.6.19 = += 6.6.20 = * don't force exclude wp-json from crawling * fix for password managers trying to fill plugin option fields diff --git a/src/Controller.php b/src/Controller.php index 6d80b61e..2cfef25e 100755 --- a/src/Controller.php +++ b/src/Controller.php @@ -28,7 +28,7 @@ class Controller { */ public $wp_site; - const VERSION = '6.6.19'; + const VERSION = '6.6.20'; const OPTIONS_KEY = 'statichtmloutput-options'; const HOOK = 'statichtmloutput'; diff --git a/static-html-output-plugin.php b/static-html-output-plugin.php index 66e34623..a775f5a0 100755 --- a/static-html-output-plugin.php +++ b/static-html-output-plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Static HTML Output * Plugin URI: https://statichtmloutput.com * Description: Security & Performance via static website publishing. - * Version: 6.6.19 + * Version: 6.6.20 * Author: Leon Stafford * Author URI: https://leonstafford.github.io * Text Domain: static-html-output-plugin