Proper commenting data class, version bump
authorLaury GvR <laury@gaslightmedia.com>
Tue, 4 Oct 2016 15:08:47 +0000 (11:08 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 4 Oct 2016 15:08:47 +0000 (11:08 -0400)
Some data class entries for dataMemberInfo were not properly
labeled with a comment. Also bumped the version number.

classes/data/dataMemberInfo.php
index.php

index fbe7ba7..5cc6d5e 100644 (file)
@@ -383,21 +383,21 @@ class GlmDataMemberInfo extends GlmDataAbstract
                 'use' => 'a'
             ),
             
-            // Live Cam Url
+            // Live Cam URL
             'live_cam_url' => array (
                 'field' => 'live_cam_url',
                 'type' => 'text',
                 'use' => 'a'
             ),
             
-            // Live Cam Url
+            // Live Cam Title
             'live_cam_title' => array (
                 'field' => 'live_cam_title',
                 'type' => 'text',
                 'use' => 'a'
             ),
             
-            // Live Cam Url
+            // Live Cam Description
             'live_cam_descr' => array (
                 'field' => 'live_cam_descr',
                 'type' => 'text',
index bb372c9..39eb751 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 2.6.2
+ * Version: 2.6.4
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.6.2
+ * @version 2.6.4
  */
 
 /*
@@ -38,7 +38,7 @@
  *
  */
 
-define('GLM_MEMBERS_PLUGIN_VERSION', '2.6.2');
+define('GLM_MEMBERS_PLUGIN_VERSION', '2.6.4');
 define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.19');
 
 // Check if plugin version is not current in WordPress option and if needed updated it