From e121f7daf035e6709024dfabad52f923315b2e91 Mon Sep 17 00:00:00 2001 From: Leon Date: Mon, 9 Nov 2020 14:38:49 +1030 Subject: [PATCH] ver 7.1.4 --- wp2static.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp2static.php b/wp2static.php index f7cc5f6eb..c37d83e3b 100755 --- a/wp2static.php +++ b/wp2static.php @@ -3,7 +3,7 @@ * Plugin Name: WP2Static * Plugin URI: https://wp2static.com * Description: Static site generator functionality for WordPress. - * Version: 7.1.4-dev + * Version: 7.1.4 * Author: WP2Static * Author URI: https://wp2static.com * Text Domain: wp2static @@ -15,7 +15,7 @@ die; } -define( 'WP2STATIC_VERSION', '7.1.4-dev' ); +define( 'WP2STATIC_VERSION', '7.1.4' ); define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) ); if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {