From 4bb117e45f62767108fbfd9b95ed971ca309f6b6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 12 Sep 2018 13:12:58 -0400 Subject: [PATCH] Changing the redirect when going to another member. Should be going to the dashboard. Was getting the member dashboard widget repeated several times instead of what they should be getting. --- index.php | 6 +++--- views/admin/profile/contactMemberSelect.html | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 6edcbee..379e989 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Contacts * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.1.10 + * Version: 1.1.11 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseContacts * @author Gaslight Media * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.1.10 + * @version 1.1.11 */ // Check that we're being called by WordPress. @@ -39,7 +39,7 @@ if (!defined('ABSPATH')) { * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.1.10'); +define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.1.11'); define('GLM_MEMBERS_CONTACTS_PLUGIN_DB_VERSION', '0.0.3'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/admin/profile/contactMemberSelect.html b/views/admin/profile/contactMemberSelect.html index 4b70f91..c52b597 100644 --- a/views/admin/profile/contactMemberSelect.html +++ b/views/admin/profile/contactMemberSelect.html @@ -4,8 +4,8 @@ {if $contactMembers} {foreach $contactMembers as $m}