From: Laury GvR Date: Fri, 12 May 2017 19:26:00 +0000 (-0400) Subject: Version number bump. Required test commit. X-Git-Tag: v1.6.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1fdade6765bf57e19281687cf5046b8486b13738;p=WP-Plugins%2FGaslightify.git Version number bump. Required test commit. --- diff --git a/index.php b/index.php index 7c39b3b..d9f5f90 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: Gaslightify * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates * Description: A gasline to a Wordpress website. - * Version: 1.6.3 + * Version: 1.6.4 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com * License: Gaslight Media @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Gaslight Media * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.6.3 + * @version 1.6.4 */ //function basic_content_replace ($text){ @@ -31,7 +31,7 @@ require_once 'defines.php'; -define('GLM_GASLIGHTIFY_PLUGIN_VERSION', '1.6.3'); +define('GLM_GASLIGHTIFY_PLUGIN_VERSION', '1.6.4'); if (GLM_GASLIGHTIFY_PLUGIN_VERSION != get_option('GaslightifyPluginVersion')) { update_option('GaslightifyPluginVersion', GLM_GASLIGHTIFY_PLUGIN_VERSION);