Update index
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 1 Oct 2019 17:28:16 +0000 (13:28 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 1 Oct 2019 17:28:16 +0000 (13:28 -0400)
Remove the cron_add_minute function

index.php
readme.txt

index caa49e9..c43aa92 100755 (executable)
--- 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.5
+ * Version: 4.1.6
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmServerStats
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 4.1.5
+ * @version 4.1.6
  */
 
 // Check that we're being called by WordPress.
@@ -28,7 +28,7 @@ if (!defined('ABSPATH')) {
     die();
 }
 
-define('GLM_SERVERSTATS_PLUGIN_VERSION', '4.1.5');
+define('GLM_SERVERSTATS_PLUGIN_VERSION', '4.1.6');
 
 define('GLM_SERVERSTATS_PLUGIN_DB_VERSION', '0.0.1');
 
@@ -376,14 +376,14 @@ add_action('glm_serverstats_notify_cron', 'doGlmServerUsageCron');
  * Normally this would use the "hourly" schedule. This may be commented out if not in use.
  * To use this schedule for testing, see the commented out code in the next block of code.
  */
-function cron_add_minute( $schedules ) {
-    // Adds once weekly to the existing schedules.
-    $schedules['minute'] = array(
-        'interval' => 60,
-        'display' => __( 'Every Minute' )
-    );
-    return $schedules;
-}
+// function cron_add_minute( $schedules ) {
+//     // Adds once weekly to the existing schedules.
+//     $schedules['minute'] = array(
+//         'interval' => 60,
+//         'display' => __( 'Every Minute' )
+//     );
+//     return $schedules;
+// }
 
 
 /*
index efa95c2..879a0cf 100755 (executable)
@@ -29,6 +29,9 @@ e.g.
 1. Activate the plugin through the 'Plugins' menu in WordPress
 
 == Changelog ==
+= 4.1.5 =
+* Comment out add cron minute function.
+
 = 4.1.5 =
 * Delete any old notices not found on main relay plugin when doing updates to
   cache.