From 1fdade6765bf57e19281687cf5046b8486b13738 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 12 May 2017 15:26:00 -0400 Subject: [PATCH] Version number bump. Required test commit. --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.17.1