Erident Custom Login and Dashboard - Version 1.5.1

Version Description

  • Fixed a small bug
  • Help texts improved and added new FAQ question
Download this release

Release Info

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

Code changes from version 1.5 to 1.5.1

Files changed (2) hide show
  1. er-custom-login.php +6 -6
  2. readme.txt +26 -9
er-custom-login.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
- Version: 1.4
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
10
  */
11
 
12
- /* Copyright 2012 Erident Technologies (email : support@eridenttech.com)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
@@ -162,10 +162,10 @@ register_deactivation_hook( __FILE__, 'wp_erident_dashboard_remove' );
162
 
163
  function wp_erident_dashboard_install() {
164
  /* Creates new database field */
165
- add_option("wp_erident_dashboard_data_left", 'Powered by Erident Technologies', '', 'yes');
166
- add_option("wp_erident_dashboard_data_right", '© 2012 All Rights Reserved', '', 'yes');
167
  add_option("wp_erident_dashboard_image_logo", plugins_url('images/default-logo.png', __FILE__), '', 'yes');
168
- add_option("wp_erident_dashboard_power_text", 'Powered by Erident Technologies', '', 'yes');
169
 
170
  add_option("wp_erident_dashboard_login_width", '350', '', 'yes');
171
  add_option("wp_erident_dashboard_login_radius", '10', '', 'yes');
@@ -400,7 +400,7 @@ value="<?php echo get_option('wp_erident_top_bg_ypos'); ?>" />
400
  <td><input class="er-textfield" name="wp_erident_dashboard_image_logo" type="text" id="wp_erident_dashboard_image_logo"
401
  value="<?php echo get_option('wp_erident_dashboard_image_logo'); ?>" /> <span class="description">Default Logo Size 274px × 63px</span>
402
  <br />
403
- <span class="description">(URL path to image to replace default WordPress Logo. (You can upload your image with the media uploader)</span>
404
  </td>
405
  </tr>
406
  <tr valign="top">
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
  Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
+ Version: 1.5.1
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
10
  */
11
 
12
+ /* Copyright 2013 Libin V Babu (email : libin@libin.in)
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
162
 
163
  function wp_erident_dashboard_install() {
164
  /* Creates new database field */
165
+ add_option("wp_erident_dashboard_data_left", 'Powered by www.libin.in', '', 'yes');
166
+ add_option("wp_erident_dashboard_data_right", '&copy; 2013 All Rights Reserved', '', 'yes');
167
  add_option("wp_erident_dashboard_image_logo", plugins_url('images/default-logo.png', __FILE__), '', 'yes');
168
+ add_option("wp_erident_dashboard_power_text", 'Powered by www.libin.in', '', 'yes');
169
 
170
  add_option("wp_erident_dashboard_login_width", '350', '', 'yes');
171
  add_option("wp_erident_dashboard_login_radius", '10', '', 'yes');
400
  <td><input class="er-textfield" name="wp_erident_dashboard_image_logo" type="text" id="wp_erident_dashboard_image_logo"
401
  value="<?php echo get_option('wp_erident_dashboard_image_logo'); ?>" /> <span class="description">Default Logo Size 274px × 63px</span>
402
  <br />
403
+ <span class="description">(URL path to image to replace default WordPress Logo. (You can upload your image with the WordPress media uploader)</span>
404
  </td>
405
  </tr>
406
  <tr valign="top">
readme.txt CHANGED
@@ -1,18 +1,23 @@
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
- Donate link: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, branding
5
  Requires at least: 3.0.0
6
- Tested up to: 3.5
7
- Stable tag: 1.4
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Customize completely your WordPress Login Screen and Dashboard easily. Add your logo, change background image, colors, styles, Dashboard footer etc.
 
 
12
 
13
  == Description ==
14
 
15
- Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding.
 
 
 
16
 
17
  **Features:**
18
 
@@ -70,7 +75,8 @@ Enjoy your completely branded WordPress Version. Don't forget to rate the plugin
70
 
71
  This section describes how to install the plugin and get it working.
72
 
73
- 1. Upload the entire contents of the zip file to your plugin directory '/wp-content/plugins/'
 
74
  1. Activate the plugin through the 'Plugins' menu in WordPress
75
  1. Go to the plugins options page in the WordPress admin ('Settings' -> 'Custom Login and Dashboard')
76
  1. Change the footer texts, images, colors, styles as you desire
@@ -84,11 +90,18 @@ Yes. WordPress gives you the permission to change whole login screen and dashboa
84
 
85
  = How can I add my own image to use as Login screen's background? =
86
 
87
- Simply upload your image using WordPress uploader and copy the image link from there and paste it in the Custom Login and Dashboard Settings page.
 
 
88
 
89
  = On next update will I lose my previous settings? =
90
  By default you will not lose any of your previous settings. Check the Plugin Un-install Settings.
91
 
 
 
 
 
 
92
  == Screenshots ==
93
 
94
  1. The complete options on the settings page.
@@ -96,6 +109,10 @@ By default you will not lose any of your previous settings. Check the Plugin Un-
96
 
97
  == Changelog ==
98
 
 
 
 
 
99
  = 1.4 =
100
  * Added an option for Login Form label and input text's font size
101
  * Added an option for Login Form input text color
@@ -120,5 +137,5 @@ By default you will not lose any of your previous settings. Check the Plugin Un-
120
 
121
  == Upgrade Notice ==
122
 
123
- = 1.4 =
124
- This version fixed a small bug and added new features. Upgrade now.
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
+ Donate link: http://www.libin.in
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, branding
5
  Requires at least: 3.0.0
6
+ Tested up to: 3.5.1
7
+ Stable tag: 1.5.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Customize completely your WordPress Login Screen and Dashboard easily. Add your logo, change background image, colors, styles,
12
+
13
+ Dashboard footer etc.
14
 
15
  == Description ==
16
 
17
+ TOP RATED PLUGIN for Login Page Customization. Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding.
18
+
19
+ Fastest support for the plugin. If you have any queries,
20
+ visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
21
 
22
  **Features:**
23
 
75
 
76
  This section describes how to install the plugin and get it working.
77
 
78
+ 1. Goto WordPress Dashboard -> Add new plugin and search "erident"
79
+ 1. Click Install button on "Erident Custom Login and Dashboard"
80
  1. Activate the plugin through the 'Plugins' menu in WordPress
81
  1. Go to the plugins options page in the WordPress admin ('Settings' -> 'Custom Login and Dashboard')
82
  1. Change the footer texts, images, colors, styles as you desire
90
 
91
  = How can I add my own image to use as Login screen's background? =
92
 
93
+ Simply upload your image using WordPress uploader and copy the image link from there and paste it in the Custom Login and Dashboard
94
+
95
+ Settings page.
96
 
97
  = On next update will I lose my previous settings? =
98
  By default you will not lose any of your previous settings. Check the Plugin Un-install Settings.
99
 
100
+ = I want some custom changes. How can I do that? =
101
+ You can edit the plugin's php file through WordPress plugin editor. But once you made an update the changes you made will disappear. So
102
+
103
+ make sure to backup your changes before updating.
104
+
105
  == Screenshots ==
106
 
107
  1. The complete options on the settings page.
109
 
110
  == Changelog ==
111
 
112
+ = 1.5.1 =
113
+ * Fixed a small bug
114
+ * Help texts improved and added new FAQ question
115
+
116
  = 1.4 =
117
  * Added an option for Login Form label and input text's font size
118
  * Added an option for Login Form input text color
137
 
138
  == Upgrade Notice ==
139
 
140
+ = 1.5.1 =
141
+ This version fixed a small bug and updated some texts. Upgrade now.