Version number bump. Required test commit.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 12 May 2017 19:26:00 +0000 (15:26 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 12 May 2017 19:26:00 +0000 (15:26 -0400)
index.php

index 7c39b3b..d9f5f90 100755 (executable)
--- 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);