v1.8 files

This commit is contained in:
Leon 2017-03-22 22:02:29 +13:00
parent e11eb32ae6
commit 65861e5e1b
4 changed files with 16 additions and 4 deletions

View file

@ -6,7 +6,7 @@
*/
class StaticHtmlOutput {
const VERSION = '1.7';
const VERSION = '1.8';
const OPTIONS_KEY = 'wp-static-html-output-options';
const HOOK = 'wp-static-html-output';

View file

@ -2,7 +2,7 @@
PROJECT_ROOT=$(pwd)
SVN_ROOT=/home/leon/svnplugindir
NEW_TAG=1.7
NEW_TAG=1.8
# run from project root

View file

@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: static,html,export,performance,security,portable
Requires at least: 3.2
Tested up to: 4.7.3
Stable tag: 1.7
Stable tag: 1.8
Allows you to leverage WordPress as a great CMS, but benefit from the speed, security and portability that a static website provides.
@ -85,6 +85,12 @@ See the readme. In brief: you can't use dynamic WordPress functions such as comm
== Changelog ==
= 1.8 =
* Bugfix: improved URL rewriting
Plugin now ensures that formatted versions of your site's URL, ie //mydomain.com or http:\/\/mydomain.com\/ or the https/http equivalent are detected and rewritten to your target Base URL. The rewriting should now also work within CSS and JavaScript files.
= 1.7 =
* Bugfix: index.html contents empty for some users' themes/setups
@ -197,6 +203,12 @@ Initial release to Wordpress community
== Upgrade Notice ==
= 1.8 =
* Bugfix: improved URL rewriting
Plugin now ensures that formatted versions of your site's URL, ie //mydomain.com or http:\/\/mydomain.com\/ or the https/http equivalent are detected and rewritten to your target Base URL. The rewriting should now also work within CSS and JavaScript files.
= 1.7 =
* Bugfix: index.html contents empty for some users' themes/setups

View file

@ -3,7 +3,7 @@
Plugin Name: WP Static HTML Output
Plugin URI: https://leonstafford.github.io
Description: Benefit from WordPress as a CMS but with the speed, performance and portability of a static site
Version: 1.7
Version: 1.8
Author: Leon Stafford
Author URI: https://leonstafford.github.io
Text Domain: static-html-output-plugin