mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-31 12:36:57 +08:00
v1.5 - bugfix release
This commit is contained in:
parent
0f54df45d7
commit
e17c380537
4 changed files with 12 additions and 4 deletions
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROJECT_ROOT=$(pwd)
|
||||
SVN_ROOT=/home/leon/svnplugindir
|
||||
NEW_TAG=1.4
|
||||
NEW_TAG=1.5
|
||||
|
||||
# run from project root
|
||||
|
||||
|
|
10
readme.txt
10
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue