From cbf4624fdf11ee9458b693f87ca3fa952a01e400 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 12 May 2017 12:54:34 -0400 Subject: [PATCH] Add a define for the plugin version number, so the updater may read it. --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 9a5f061..3cdd28b 100755 --- 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 */ -- 2.17.1