From: Steve Sutton Date: Thu, 18 Oct 2018 20:27:54 +0000 (-0400) Subject: More fields in event admin edit that need escaping X-Git-Tag: v1.7.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8a387338a74161304069a35a21b7f568e6839ab7;p=WP-Plugins%2Fglm-member-db-events.git More fields in event admin edit that need escaping Applying the |escape to the input values in the edit event form. --- diff --git a/index.php b/index.php index 21a34f2..17dc957 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Associate - Events Add-On * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.7.1 + * Version: 1.7.2 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseEventsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.7.1 + * @version 1.7.2 */ // Check that we're being called by WordPress. @@ -43,7 +43,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.7.1'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.7.2'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.7'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/admin/events/editStatus.html b/views/admin/events/editStatus.html index 3d1ce8a..57fd231 100644 --- a/views/admin/events/editStatus.html +++ b/views/admin/events/editStatus.html @@ -308,13 +308,13 @@ Contact Phone: - + Contact Email: - + @@ -331,7 +331,7 @@ Description of Cost: - + {if $event.fieldFail.cost}

{$event.fieldFail.cost}

{/if}
@@ -356,20 +356,20 @@ Admin Contact Organization: - + Admin Contact E-Mail: - + {if $event.fieldFail.admin_email}

{$event.fieldFail.admin_name}

{/if}
Admin Contact Phone: - + {if $event.fieldFail.admin_phone}

{$event.fieldFail.admin_phone}

{/if}