Skip to content

Commit 5f4fc14

Browse files
committed
ver 6.6.20
1 parent 369f906 commit 5f4fc14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: security, performance, static
44
Requires at least: 3.2
55
Tested up to: 5.4.2
66
Requires PHP: 7.3
7-
Stable tag: 6.6.19
7+
Stable tag: 6.6.20
88

99
Publish your website as static HTML for improved performance and security.
1010

@@ -128,7 +128,7 @@ Everyone's WordPress hosting environment and configuration is unique, with diffe
128128

129129
== Changelog ==
130130

131-
= 6.6.19 =
131+
= 6.6.20 =
132132

133133
* don't force exclude wp-json from crawling
134134
* fix for password managers trying to fill plugin option fields

src/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Controller {
2828
*/
2929
public $wp_site;
3030

31-
const VERSION = '6.6.19';
31+
const VERSION = '6.6.20';
3232
const OPTIONS_KEY = 'statichtmloutput-options';
3333
const HOOK = 'statichtmloutput';
3434

static-html-output-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Static HTML Output
44
* Plugin URI: https://statichtmloutput.com
55
* Description: Security & Performance via static website publishing.
6-
* Version: 6.6.19
6+
* Version: 6.6.20
77
* Author: Leon Stafford
88
* Author URI: https://leonstafford.github.io
99
* Text Domain: static-html-output-plugin

0 commit comments

Comments
 (0)