From: Steve Sutton Date: Tue, 8 Oct 2019 20:23:09 +0000 (-0400) Subject: Update for wp_footer action X-Git-Tag: v4.1.8^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f597c46e66247de5abc76eefb1c69c81e34c7629;p=WP-Plugins%2Fglm-serverstats.git Update for wp_footer action Release for 4.1.8 --- diff --git a/index.php b/index.php index 1ac9154..1f82c74 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: 4.1.7 + * Version: 4.1.8 * 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 4.1.7 + * @version 4.1.8 */ // Check that we're being called by WordPress. @@ -28,7 +28,7 @@ if (!defined('ABSPATH')) { die(); } -define('GLM_SERVERSTATS_PLUGIN_VERSION', '4.1.7'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '4.1.8'); define('GLM_SERVERSTATS_PLUGIN_DB_VERSION', '0.0.1'); diff --git a/readme.txt b/readme.txt index 7740fec..0ceccb7 100755 --- a/readme.txt +++ b/readme.txt @@ -29,6 +29,9 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 4.1.7 = +* Update to use wp_footer action for cookie pop ups. + = 4.1.7 = * Update so it is not trying to get the cache if plugin is being activated.