From: Chuck Scott Date: Mon, 21 Jan 2019 21:42:58 +0000 (-0500) Subject: Updated cookie info pop-up box to be visible in various themes. X-Git-Tag: v2.3.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d395f1ec92a672772ea86a67febe149a8f37b3ad;p=WP-Plugins%2Fglm-serverstats.git Updated cookie info pop-up box to be visible in various themes. --- diff --git a/index.php b/index.php index ed78d23..12c537e 100755 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Bandwidth * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Website Bandwidth Display and Reporting - * Version: 2.2.1 + * Version: 2.2.2 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmServerStats * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 2.2.1 + * @version 2.2.2 */ // Check that we're being called by WordPress. @@ -28,7 +28,7 @@ if (!defined('ABSPATH')) { die(); } -define('GLM_SERVERSTATS_PLUGIN_VERSION', '2.2.1'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '2.2.2'); // Required to be able to get user capabilities when being called as a filter from the main plugin require_once ABSPATH . 'wp-includes/pluggable.php'; diff --git a/models/frontCookiePopUp.php b/models/frontCookiePopUp.php index 2a5b292..9a7da01 100755 --- a/models/frontCookiePopUp.php +++ b/models/frontCookiePopUp.php @@ -3,22 +3,39 @@ $serverstatsConfig = get_option(GLM_SERVERSTATS_PLUGIN_CONFIG_OPTION); ?> -
+