From 556dad723966bb4aecd7db2b78ea9aec39ee16b9 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 21 Jan 2019 16:42:58 -0500 Subject: [PATCH] Updated cookie info pop-up box to be visible in various themes. --- index.php | 6 +-- models/frontCookiePopUp.php | 61 +++++++++++++++++-------------- readme.txt | 3 ++ views/adminServerStatsConfig.html | 2 +- 4 files changed, 40 insertions(+), 32 deletions(-) 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); ?> -
+