Skip to content

Commit 0711a9d

Browse files
committed
pre 6.6.15-dev
1 parent c88044f commit 0711a9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
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.2
7-
Stable tag: 6.6.14
7+
Stable tag: 6.6.15-dev
88

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

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

0 commit comments

Comments
 (0)