Skip to content

Commit 14945c0

Browse files
committed
ver 6.6.19
1 parent b7ce8a5 commit 14945c0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

readme.txt

Lines changed: 4 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.18
7+
Stable tag: 6.6.19
88

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

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

129129
== Changelog ==
130130

131-
= 6.6.18 =
131+
= 6.6.19 =
132132

133+
* granular crawl and deploy progress indicators
134+
* no more txt files polluting uploads dir, slowing things down
133135
* progress indicator on WP_CLI generate cmd
134136
* finally supporting UTF/multibyte URLs!
135137
* preserve font hex values in parsed stylesheets

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.18';
31+
const VERSION = '6.6.19';
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.18
6+
* Version: 6.6.19
77
* Author: Leon Stafford
88
* Author URI: https://leonstafford.github.io
99
* Text Domain: static-html-output-plugin

0 commit comments

Comments
 (0)