version bump to 1.2.0

This commit is contained in:
Leon Stafford 2016-12-29 17:31:57 +13:00
parent 65c7b8475b
commit 7e28f97fbd
3 changed files with 27 additions and 11 deletions

View file

@ -13,7 +13,7 @@ class StaticHtmlOutput
/** /**
* Plugin version * Plugin version
*/ */
const VERSION = '1.1.3'; const VERSION = '1.2.0';
/** /**
* The lookup key used to locate the options record in the wp_options table * The lookup key used to locate the options record in the wp_options table

View file

@ -4,25 +4,33 @@ Donate link: http://leonstafford.github.io
Tags: static,html,export,performance,security,portable Tags: static,html,export,performance,security,portable
Requires at least: 3.2 Requires at least: 3.2
Tested up to: 4.7 Tested up to: 4.7
Stable tag: 1.1.3 Stable tag: 1.2.0
Allows you to leverage WordPress as a great CMS, but benefit from the speed, security and portability that a static website provides. Allows you to leverage WordPress as a great CMS, but benefit from the speed, security and portability that a static website provides.
== Description == == Description ==
[About the author](http://leonstafford.github.io/) ## Features
This plugin produces a static HTML version of your wordpress install, incredibly useful for anyone who would like the publishing power of wordpress but whose webhost doesn't allow dynamic PHP driven sites - such as MobileMe. You can run your development site on a different domain or offline, and the plugin will change all relevant URLs when you publish your site. It's a simple but powerful plugin, and after hitting the publish button, the plugin will output a ZIP file of your entire site, ready to upload straight to it's new home. - generates a standalone, static html copy of your whole WordPress website
- specify extra files to include in the output (ie, dynamically loaded assets)
- 1-click static site creation and publishing to an FTP server
- multi-language support (English/Japanese currently)
This plugin produces a static HTML version of your wordpress install, incredibly useful for anyone who would like the publishing power of wordpress but whose webhost doesn't allow dynamic PHP driven sites - such as Dropbox. You can run your development site on a different domain or offline, and the plugin will change all relevant URLs when you publish your site. It's a simple but powerful plugin, and after hitting the publish button, the plugin will output a ZIP file of your entire site, ready to upload straight to it's new home.
Limitations: Limitations:
* The nature of a static site implies that any dynamic elements of your wordpress install that reply upon Wordpress plugins or internal functions to operate dynamically will no longer work. Significantly, this means comments. You can workaround this by including a non-Wordpress version of an external comments provider into your theme code, such as the Disqus comment system. Any page elements that rely upon Javascript will function normally.
* inability to correctly capture some relative links in posts - The nature of a static site implies that any dynamic elements of your wordpress install that reply upon Wordpress plugins or internal functions to operate dynamically will no longer work. Significantly, this means comments. You can workaround this by including a non-Wordpress version of an external comments provider into your theme code, such as the Disqus comment system. Any page elements that rely upon Javascript will function normally.
* inability to detect assets dynamically loaded via javascript after page load, these will need to specified separately (but will work) - inability to correctly capture some relative links in posts
- inability to detect assets dynamically loaded via javascript after page load, these will need to specified separately (but will work)
Planned upgrades: Planned upgrades:
* one-click transfer to your destination server via FTP,SFTP,WebDAV, etc<br />
* progress meter to show % of .ZIP creation - progress meter to show % of .ZIP creation
* speed improvements - speed improvements
- selectively export only changed pages since last output
- 1-click deployment your static files via sFTP, SCP, Dropbox, etc
Developed by [**Leon Stafford**](http://leonstafford.github.io). If you have any questions about this plugin's usage, installation or development, please email me at: [leon.stafford@mac.com](mailto:leon.stafford@mac.com) Developed by [**Leon Stafford**](http://leonstafford.github.io). If you have any questions about this plugin's usage, installation or development, please email me at: [leon.stafford@mac.com](mailto:leon.stafford@mac.com)
@ -56,6 +64,14 @@ See the readme. In brief: you can't use dynamic WordPress functions such as comm
2. The main interface (Japanese) 2. The main interface (Japanese)
== Changelog == == Changelog ==
= 1.2.0 =
Good to be back into developing the plugin again. This release brings some good functionality, though may be some bugs. If so, please contact me to fix: [mailto:lionhive@gmail.com](lionhive@gmail.com) - Cheers, Leon
- 1-click generation and exporting to an FTP server
- improved user experience when saving and exporting sites (no more white screen of boredom!)
= 1.1.3 = = 1.1.3 =
* Now able to choose whether to strip unneeded meta tags from generated source code. * Now able to choose whether to strip unneeded meta tags from generated source code.

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.1.3 Version: 1.2.0
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