Skip to content

Commit

Permalink
6.6.15 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed May 21, 2020
1 parent 0a66feb commit d259ade
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: security, performance, static
Requires at least: 3.2
Tested up to: 5.4.1
Requires PHP: 7.2
Stable tag: 6.6.15-dev
Stable tag: 6.6.15

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

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

== Changelog ==

= 6.6.14 =
= 6.6.15 =

* preserve font hex values in parsed stylesheets
* preserve desired link elements when using "Remove WP Tags" option
Expand Down
2 changes: 1 addition & 1 deletion src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Controller {
*/
public $wp_site;

const VERSION = '6.6.15-dev';
const VERSION = '6.6.15';
const OPTIONS_KEY = 'statichtmloutput-options';
const HOOK = 'statichtmloutput';

Expand Down
2 changes: 1 addition & 1 deletion static-html-output-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Static HTML Output
* Plugin URI: https://statichtmloutput.com
* Description: Security & Performance via static website publishing.
* Version: 6.6.15-dev
* Version: 6.6.15
* Author: Leon Stafford
* Author URI: https://leonstafford.github.io
* Text Domain: static-html-output-plugin
Expand Down
2 changes: 1 addition & 1 deletion tools/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cp -r $EXEC_DIR/*.php $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/*.css $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/src $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/vendor $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/README.txt $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/readme.txt $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/views $TMP_DIR/static-html-output-plugin/
cp -r $EXEC_DIR/wpassets $TMP_DIR/static-html-output-plugin/

Expand Down

0 comments on commit d259ade

Please sign in to comment.