Add a define for the plugin version number, so the updater may read it.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 12 May 2017 16:54:34 +0000 (12:54 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 12 May 2017 16:54:34 +0000 (12:54 -0400)
index.php

index 9a5f061..3cdd28b 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
 Plugin Name: Gaslightify
 Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
 Description: A gasline to a Wordpress website.
-Version: 1.6.1
+Version: 1.6.2
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 License: Gaslight Media
@@ -19,6 +19,7 @@ License: Gaslight Media
 
 require_once 'defines.php';
 
+define('GLM_GASLIGHTIFY_PLUGIN_VERSION', '1.6.2');
  /*
   * Plugin Update Support - uses Gaslight Media update server
   */