From 11be1c89165f62e67edcd3f56c28038d7ab89bda Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 12 May 2017 12:09:36 -0400 Subject: [PATCH] Fixed the Plugin Slug define as used by the update server --- defines.php | 2 ++ Gaslightify.php => index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename Gaslightify.php => index.php (99%) diff --git a/defines.php b/defines.php index b05512a..485f667 100755 --- a/defines.php +++ b/defines.php @@ -11,5 +11,7 @@ define('GLM_GASLIGHTIFY_PLUGIN_UPDATE_SERVER', 'http://www.gaslightmedia.com/update_server'); define('GLM_GASLIGHTIFY_PLUGIN_PATH', dirname(__FILE__)); + define('GLM_GASLIGHTIFY_PLUGIN_SLUG', 'Gaslightify'); + define('GLM_GASLIGHTIFY_PLUGIN_LIB_PATH', GLM_GASLIGHTIFY_PLUGIN_PATH.'/lib'); //define('GLM_GASLIGHTIFY_PLUGIN_LIB_PATH', ''); \ No newline at end of file diff --git a/Gaslightify.php b/index.php similarity index 99% rename from Gaslightify.php rename to index.php index 4025f1e..9a5f061 100755 --- a/Gaslightify.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.0 +Version: 1.6.1 Author: Gaslight Media Author URI: http://www.gaslightmedia.com License: Gaslight Media -- 2.17.1