Erident Custom Login and Dashboard - Version 3.5.4

Version Description

(9 Mar 2017) = * Fixed the function names which may conflict with other plugins

Download this release

Release Info

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

Code changes from version 3.5.3 to 3.5.4

Files changed (2) hide show
  1. er-custom-login.php +5 -5
  2. readme.txt +8 -5
er-custom-login.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashb
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.3
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -29,12 +29,12 @@ License: GPL
29
 
30
  load_plugin_textdomain('erident-custom-login-and-dashboard', false, basename( dirname( __FILE__ ) ) . '/languages/' );
31
 
32
- function my_admin_head() {
33
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('er-admin.css', __FILE__). '">';
34
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('farbtastic/farbtastic.css', __FILE__). '">';
35
  }
36
 
37
- add_action('admin_head', 'my_admin_head');
38
  /* Add Settings link to plugins */
39
  function er_add_settings_link($links, $file) {
40
  static $this_plugin;
@@ -196,10 +196,10 @@ function er_login_logo() {
196
  add_action( 'login_enqueue_scripts', 'er_login_logo' );
197
 
198
  /* Login Links */
199
- function my_login_logo_url() {
200
  return get_bloginfo( 'url' );
201
  }
202
- add_filter( 'login_headerurl', 'my_login_logo_url' );
203
 
204
  function er_login_logo_url_title() {
205
  /*Get all options from db */
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.4
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
29
 
30
  load_plugin_textdomain('erident-custom-login-and-dashboard', false, basename( dirname( __FILE__ ) ) . '/languages/' );
31
 
32
+ function er_admin_head() {
33
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('er-admin.css', __FILE__). '">';
34
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('farbtastic/farbtastic.css', __FILE__). '">';
35
  }
36
 
37
+ add_action('admin_head', 'er_admin_head');
38
  /* Add Settings link to plugins */
39
  function er_add_settings_link($links, $file) {
40
  static $this_plugin;
196
  add_action( 'login_enqueue_scripts', 'er_login_logo' );
197
 
198
  /* Login Links */
199
+ function er_login_logo_url() {
200
  return get_bloginfo( 'url' );
201
  }
202
+ add_filter( 'login_headerurl', 'er_login_logo_url' );
203
 
204
  function er_login_logo_url_title() {
205
  /*Get all options from db */
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
  Donate link: https://www.paypal.me/LibinVBabu/25
4
- Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
- Tested up to: 4.7.2
7
- Stable tag: 3.5.3
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,9 @@ You can achieve it by either using a transparent png/gif image or you can use th
131
 
132
  == Changelog ==
133
 
 
 
 
134
  = 3.5.3 (6 Feb 2017) =
135
  * Fixed warning in dashboard
136
  * Minor CSS improvement on register page
@@ -235,5 +238,5 @@ You can achieve it by either using a transparent png/gif image or you can use th
235
 
236
  == Upgrade Notice ==
237
 
238
- = 3.5.3 =
239
- Fixed warning in dashboard and minor css improvement
1
  === Erident Custom Login and Dashboard ===
2
  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.7.3
7
+ Stable tag: 3.5.4
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
 
132
  == Changelog ==
133
 
134
+ = 3.5.4 (9 Mar 2017) =
135
+ * Fixed the function names which may conflict with other plugins
136
+
137
  = 3.5.3 (6 Feb 2017) =
138
  * Fixed warning in dashboard
139
  * Minor CSS improvement on register page
238
 
239
  == Upgrade Notice ==
240
 
241
+ = 3.5.4 =
242
+ Fixed the function names which may conflict with other plugins