Erident Custom Login and Dashboard - Version 3.5.6

Version Description

(23 Jun 2019) = * Complete shadow removal for forms

Download this release

Release Info

Developer libinvbabu
Plugin Icon 128x128 Erident Custom Login and Dashboard
Version 3.5.6
Comparing to
See all releases

Code changes from version 3.5.5 to 3.5.6

Files changed (2) hide show
  1. er-custom-login.php +4 -4
  2. readme.txt +7 -4
er-custom-login.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.libin.in/
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
  Text Domain: erident-custom-login-and-dashboard
7
  Domain Path: /languages
8
- Version: 3.5.5
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -171,9 +171,9 @@ function er_login_logo() {
171
  border-radius:<?php echo $er_options['dashboard_login_radius'] ?>px;
172
  border:<?php echo $er_options['dashboard_border_thick'] ?>px <?php echo $er_options['dashboard_login_border'] ?> <?php echo $er_options['dashboard_border_color'] ?>;
173
  background:rgba(<?php echo $loginbg['red'];?>,<?php echo $loginbg['green']?>,<?php echo $loginbg['blue']?>,<?php echo $er_login_default_opacity; ?>) url(<?php echo $er_options['login_bg_image'] ?>) <?php echo $er_options['login_bg_repeat'] ?> <?php echo $er_options['login_bg_xpos'] ?> <?php echo $er_options['login_bg_ypos'] ?> !important;
174
- -moz-box-shadow: <?php echo $er_login_form_shadow ?>;
175
- -webkit-box-shadow: <?php echo $er_login_form_shadow ?>;
176
- box-shadow: <?php echo $er_login_form_shadow ?>;
177
  }
178
  body.login div#login form p label, p#reg_passmail {
179
  color:<?php echo $er_options['dashboard_text_color'] ?>;
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
  Text Domain: erident-custom-login-and-dashboard
7
  Domain Path: /languages
8
+ Version: 3.5.6
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
171
  border-radius:<?php echo $er_options['dashboard_login_radius'] ?>px;
172
  border:<?php echo $er_options['dashboard_border_thick'] ?>px <?php echo $er_options['dashboard_login_border'] ?> <?php echo $er_options['dashboard_border_color'] ?>;
173
  background:rgba(<?php echo $loginbg['red'];?>,<?php echo $loginbg['green']?>,<?php echo $loginbg['blue']?>,<?php echo $er_login_default_opacity; ?>) url(<?php echo $er_options['login_bg_image'] ?>) <?php echo $er_options['login_bg_repeat'] ?> <?php echo $er_options['login_bg_xpos'] ?> <?php echo $er_options['login_bg_ypos'] ?> !important;
174
+ -moz-box-shadow: <?php echo $er_login_form_shadow ?> !important;
175
+ -webkit-box-shadow: <?php echo $er_login_form_shadow ?> !important;
176
+ box-shadow: <?php echo $er_login_form_shadow ?> !important;
177
  }
178
  body.login div#login form p label, p#reg_passmail {
179
  color:<?php echo $er_options['dashboard_text_color'] ?>;
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: libinvbabu
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
5
  Requires at least: 3.0.0
6
- Tested up to: 4.9
7
- Stable tag: 3.5.5
8
  Requires PHP: 5.2
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -132,6 +132,9 @@ You can achieve it by either using a transparent png/gif image or you can use th
132
 
133
  == Changelog ==
134
 
 
 
 
135
  = 3.5.5 (29 Nov 2017) =
136
  * Option to add Login button's text color
137
  * Removed conflicting css
@@ -243,5 +246,5 @@ You can achieve it by either using a transparent png/gif image or you can use th
243
 
244
  == Upgrade Notice ==
245
 
246
- = 3.5.5 =
247
- Option to add Login button's text color and removed css conflicts.
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom login, form, logo, customize, branding, login customizer, CSS, admin login, white label, login background, custom login page
5
  Requires at least: 3.0.0
6
+ Tested up to: 5.2.2
7
+ Stable tag: 3.5.6
8
  Requires PHP: 5.2
9
  License: GPLv2
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
132
 
133
  == Changelog ==
134
 
135
+ = 3.5.6 (23 Jun 2019) =
136
+ * Complete shadow removal for forms
137
+
138
  = 3.5.5 (29 Nov 2017) =
139
  * Option to add Login button's text color
140
  * Removed conflicting css
246
 
247
  == Upgrade Notice ==
248
 
249
+ = 3.5.6 =
250
+ Complete shadow removal for forms.