v1.9 files

Former-commit-id: 0cf7cc560d
This commit is contained in:
Leon Stafford 2017-04-02 08:50:20 +12:00
parent 8a0da20754
commit da9d5bb93d
4 changed files with 17 additions and 2 deletions

View file

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

View file

@ -19,6 +19,7 @@ rm $SVN_ROOT/trunk/Gemfile*
rm $SVN_ROOT/trunk/readme.md rm $SVN_ROOT/trunk/readme.md
rm -r $SVN_ROOT/trunk/wpassets rm -r $SVN_ROOT/trunk/wpassets
rm -r $SVN_ROOT/trunk/php53tests rm -r $SVN_ROOT/trunk/php53tests
rm -r $SVN_ROOT/trunk/php5testvm
# image assets (for WP official pages) need to go into /assets, not /trunk # image assets (for WP official pages) need to go into /assets, not /trunk
cp -r $PROJECT_ROOT/wpassets/* $SVN_ROOT/assets/ cp -r $PROJECT_ROOT/wpassets/* $SVN_ROOT/assets/

View file

@ -85,6 +85,12 @@ See the readme. In brief: you can't use dynamic WordPress functions such as comm
== Changelog == == Changelog ==
= 1.9 =
* Bugfix: Plugin now works on PHP 5.3
Though this is no longer an officially supported PHP version, many of this plugin's users are running PHP 5.3 or earlier. This fix should once again allow them to use the plugin, which has not been possible for them since about version 1.2. If you are one of these affected users, please now upgrade and enjoy all the new useful features!
= 1.8 = = 1.8 =
* Bugfix: improved URL rewriting * Bugfix: improved URL rewriting
@ -203,6 +209,14 @@ Initial release to Wordpress community
== Upgrade Notice == == Upgrade Notice ==
= 1.9 =
Critical update for many users~!
* Bugfix: Plugin now works on PHP 5.3
Though this is no longer an officially supported PHP version, many of this plugin's users are running PHP 5.3 or earlier. This fix should once again allow them to use the plugin, which has not been possible for them since about version 1.2. If you are one of these affected users, please now upgrade and enjoy all the new useful features!
= 1.8 = = 1.8 =
* Bugfix: improved URL rewriting * Bugfix: improved URL rewriting

View file

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