From 9bde07c02210276f0cec30f58525e2c6eafa73d3 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 10 Jan 2019 13:23:36 -0500 Subject: [PATCH] Fix admin_email for add event form. Remove the pattern for email input. --- readme.txt | 6 ++++++ views/front/events/frontAdd.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 9d65f2f..c45a902 100755 --- a/readme.txt +++ b/readme.txt @@ -25,6 +25,12 @@ e.g. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == += 1.7.15 = +* Fixed email format for the add event admin_email + += 1.7.14 = +* Update home page widget to use time instead of the date + = 1.7.9 = * When editing a location for an event and the map is still showing the default location, it will try to map the address and notify the user that it's doing this. diff --git a/views/front/events/frontAdd.html b/views/front/events/frontAdd.html index d1fe06b..bacd2f3 100644 --- a/views/front/events/frontAdd.html +++ b/views/front/events/frontAdd.html @@ -421,7 +421,7 @@
- +
-- 2.17.1