From e566bc2b9e59430f5fdec1100b5f825bf4e785d0 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 4 Oct 2016 11:08:47 -0400 Subject: [PATCH] Proper commenting data class, version bump Some data class entries for dataMemberInfo were not properly labeled with a comment. Also bumped the version number. --- classes/data/dataMemberInfo.php | 6 +++--- index.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/classes/data/dataMemberInfo.php b/classes/data/dataMemberInfo.php index fbe7ba78..5cc6d5e0 100644 --- a/classes/data/dataMemberInfo.php +++ b/classes/data/dataMemberInfo.php @@ -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', diff --git a/index.php b/index.php index bb372c9e..39eb7515 100644 --- 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 * @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 -- 2.17.1