Erident Custom Login and Dashboard - Version 3.5.7

Version Description

(23 Jun 2019) = * Complete shadow removal for forms * Updating deprecated function login_headertitle

Download this release

Release Info

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

Code changes from version 3.5.6 to 3.5.7

Files changed (2) hide show
  1. er-custom-login.php +2 -2
  2. readme.txt +5 -3
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.6
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -220,7 +220,7 @@ function er_login_logo_url_title() {
220
  $er_options = get_option('plugin_erident_settings');
221
  return stripslashes($er_options['dashboard_power_text']);
222
  }
223
- add_filter( 'login_headertitle', 'er_login_logo_url_title' );
224
 
225
 
226
  /**
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.7
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
220
  $er_options = get_option('plugin_erident_settings');
221
  return stripslashes($er_options['dashboard_power_text']);
222
  }
223
+ add_filter( 'login_headertext', 'er_login_logo_url_title' );
224
 
225
 
226
  /**
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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,8 +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.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
@@ -246,5 +247,6 @@ You can achieve it by either using a transparent png/gif image or you can use th
246
 
247
  == Upgrade Notice ==
248
 
249
- = 3.5.6 =
250
  Complete shadow removal for forms.
 
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.7
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.7 (23 Jun 2019) =
136
  * Complete shadow removal for forms
137
+ * Updating deprecated function login_headertitle
138
 
139
  = 3.5.5 (29 Nov 2017) =
140
  * Option to add Login button's text color
247
 
248
  == Upgrade Notice ==
249
 
250
+ = 3.5.7 =
251
  Complete shadow removal for forms.
252
+ Updating deprecated function login_headertitle