Skip to content

Commit e71b926

Browse files
committed
release 6.6.18
1 parent d40aace commit e71b926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1
66
Requires PHP: 7.3
7-
Stable tag: 6.6.17
7+
Stable tag: 6.6.18
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.17 =
131+
= 6.6.18 =
132132

133133
* progress indicator on WP_CLI generate cmd
134134
* finally supporting UTF/multibyte URLs!

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.17';
31+
const VERSION = '6.6.18';
3232
const OPTIONS_KEY = 'statichtmloutput-options';
3333
const HOOK = 'statichtmloutput';
3434

0 commit comments

Comments
 (0)