Remove member phone from event detail page.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 6 Nov 2017 13:20:04 +0000 (08:20 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 6 Nov 2017 13:21:21 +0000 (08:21 -0500)
Removing per Charis request. Task #36937

index.php
views/front/events/detail.html

index 5b0206e..ce1fffa 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
 
- * Version: 1.6.70
+ * Version: 1.6.71
 
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
@@ -22,7 +22,7 @@
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
 
- * @version 1.6.70
+ * @version 1.6.71
 
  */
 
@@ -47,7 +47,7 @@ if (!defined('ABSPATH')) {
  *  so that we're sure the other add-ons see an up to date
  *  version from this plugin.
  */
-define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.70');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.71');
 define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.4');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.
index ce3474d..8f84d39 100644 (file)
                                     {if $event.member.addr1} {$event.member.addr1}<br> {/if}
                                     {if $event.member.city}{$event.member.city}{/if}{if $event.member.state.value}, {$event.member.state.value}{/if}
                                     {if $event.member.zip} {$event.member.zip} {/if}
-                                    {if $event.member.phone} {apply_filters('glm_associate_phone_filter', $event.member.phone)} {/if}
                                     </div>
                                 {/if}
                             {/if}