From e17c380537f9c465d7b6975572f49d8f2187cbf8 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 12 Mar 2017 18:17:01 +1300 Subject: [PATCH] v1.5 - bugfix release --- library/StaticHtmlOutput.php | 2 +- publish_release.sh | 2 +- readme.txt | 10 +++++++++- wp-static-html-output.php | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/library/StaticHtmlOutput.php b/library/StaticHtmlOutput.php index 8cdc4acd..1e992d41 100644 --- a/library/StaticHtmlOutput.php +++ b/library/StaticHtmlOutput.php @@ -9,7 +9,7 @@ * WP Static HTML Output Plugin */ class StaticHtmlOutput { - const VERSION = '1.4'; + const VERSION = '1.5'; const OPTIONS_KEY = 'wp-static-html-output-options'; /** diff --git a/publish_release.sh b/publish_release.sh index 4632252a..617e7be4 100755 --- a/publish_release.sh +++ b/publish_release.sh @@ -2,7 +2,7 @@ PROJECT_ROOT=$(pwd) SVN_ROOT=/home/leon/svnplugindir -NEW_TAG=1.4 +NEW_TAG=1.5 # run from project root diff --git a/readme.txt b/readme.txt index dabb1fd0..d3987b47 100644 --- a/readme.txt +++ b/readme.txt @@ -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.4 +Stable tag: 1.5 Allows you to leverage WordPress as a great CMS, but benefit from the speed, security and portability that a static website provides. @@ -84,6 +84,10 @@ See the readme. In brief: you can't use dynamic WordPress functions such as comm == Changelog == += 1.5 = + + * bugfix for Dropbox export function not exporting all files + = 1.4 = * add Dropbox export option @@ -183,6 +187,10 @@ Initial release to Wordpress community == Upgrade Notice == += 1.5 = + + * bugfix for Dropbox export function not exporting all files + = 1.4 = * add Dropbox export option diff --git a/wp-static-html-output.php b/wp-static-html-output.php index c255c9da..5d5489ae 100644 --- a/wp-static-html-output.php +++ b/wp-static-html-output.php @@ -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.4 +Version: 1.5 Author: Leon Stafford Author URI: https://leonstafford.github.io Text Domain: static-html-output-plugin