From: Chuck Scott Date: Fri, 13 Jan 2017 20:24:25 +0000 (-0500) Subject: Fixed display of menu icon X-Git-Tag: v1.0.10~1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1ff947ba632ed957fffa6db3649b7a389f745015;p=WP-Plugins%2Fglm-serverstats.git Fixed display of menu icon --- diff --git a/index.php b/index.php index ef7854c..31848fb 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM ServerStats - Stand Alone * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Server Stats Display. - * Version: 1.0.7 + * Version: 1.0.8 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,10 +19,10 @@ * @package glmServerStats * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.7 + * @version 1.0.8 */ -define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.7'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.8'); // Check that we're being called by WordPress. if (!defined('ABSPATH')) { diff --git a/setup/adminMenus.php b/setup/adminMenus.php index e5257da..c46cc8a 100644 --- a/setup/adminMenus.php +++ b/setup/adminMenus.php @@ -23,7 +23,7 @@ if (current_user_can('editor') || current_user_can('administrator')) { function() { serverStatsController('adminServerStats'); }, - GLM_MEMBERS_PLUGIN_ASSETS_URL.'/flame.png', + GLM_SERVERSTATS_PLUGIN_ASSETS_URL.'/flame.png', '3.100' ); }