From: laury Date: Fri, 3 Jun 2016 19:09:09 +0000 (-0400) Subject: Styles for members password lost form X-Git-Tag: v2.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7b699207be4ecbd3d4e65dd1053653d555cf36fd;p=WP-Plugins%2Fglm-member-db.git Styles for members password lost form --- 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