From 7b699207be4ecbd3d4e65dd1053653d555cf36fd Mon Sep 17 00:00:00 2001 From: laury Date: Fri, 3 Jun 2016 15:09:09 -0400 Subject: [PATCH] Styles for members password lost form --- css/front.css | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/front.css b/css/front.css index 249590b9..aca4bc3d 100644 --- a/css/front.css +++ b/css/front.css @@ -51,7 +51,7 @@ padding: 6px; } -/* Member Log In Form */ +/* Members Only */ /*#glm-member-login-notification { }*/ #glm-member-login-form { diff --git a/index.php b/index.php index 78eb0bcd..565e7daa 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.0.3 + * Version: 2.0.5 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.0.3'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.0.5'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.7'); // Check if plugin version is not current in WordPress option and if needed updated it -- 2.17.1