Skip to content

Commit d259ade

Browse files
committed
6.6.15 readme
1 parent 0a66feb commit d259ade

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2
7-
Stable tag: 6.6.15-dev
7+
Stable tag: 6.6.15
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.14 =
131+
= 6.6.15 =
132132

133133
* preserve font hex values in parsed stylesheets
134134
* preserve desired link elements when using "Remove WP Tags" option

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

tools/build_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cp -r $EXEC_DIR/*.php $TMP_DIR/static-html-output-plugin/
3232
cp -r $EXEC_DIR/*.css $TMP_DIR/static-html-output-plugin/
3333
cp -r $EXEC_DIR/src $TMP_DIR/static-html-output-plugin/
3434
cp -r $EXEC_DIR/vendor $TMP_DIR/static-html-output-plugin/
35-
cp -r $EXEC_DIR/README.txt $TMP_DIR/static-html-output-plugin/
35+
cp -r $EXEC_DIR/readme.txt $TMP_DIR/static-html-output-plugin/
3636
cp -r $EXEC_DIR/views $TMP_DIR/static-html-output-plugin/
3737
cp -r $EXEC_DIR/wpassets $TMP_DIR/static-html-output-plugin/
3838

0 commit comments

Comments
 (0)