From: Laury GvR Date: Fri, 12 May 2017 16:54:34 +0000 (-0400) Subject: Add a define for the plugin version number, so the updater may read it. X-Git-Tag: v1.6.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cbf4624fdf11ee9458b693f87ca3fa952a01e400;p=WP-Plugins%2FGaslightify.git Add a define for the plugin version number, so the updater may read it. --- 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 */