<?php
-
-/*
-Plugin Name: Gaslightify
-Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
-Description: A gasline to a Wordpress website.
-Version: 1.6.2
-Author: Gaslight Media
-Author URI: http://www.gaslightmedia.com
-License: Gaslight Media
-*/
+/**
+ * Plugin Name: Gaslightify
+ * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
+ * Description: A gasline to a Wordpress website.
+ * Version: 1.6.3
+ * Author: Gaslight Media
+ * Author URI: http://www.gaslightmedia.com
+ * License: Gaslight Media
+ */
+
+/**
+ * Gaslightify
+ * Index
+ *
+ * PHP version 5.5
+ *
+ * @category glmWordPressPlugin
+ * @package glmMembersDatabase
+ * @author Gaslight Media
+ * @license http://www.gaslightmedia.com Gaslightmedia
+ * @version 1.6.3
+ */
//function basic_content_replace ($text){
//$text = str_replace(‘Old’,’New’,$text)
require_once 'defines.php';
-define('GLM_GASLIGHTIFY_PLUGIN_VERSION', '1.6.2');
+define('GLM_GASLIGHTIFY_PLUGIN_VERSION', '1.6.3');
+
+if (GLM_GASLIGHTIFY_PLUGIN_VERSION != get_option('GaslightifyPluginVersion')) {
+ update_option('GaslightifyPluginVersion', GLM_GASLIGHTIFY_PLUGIN_VERSION);
+}
/*
* Plugin Update Support - uses Gaslight Media update server
*/