Erident Custom Login and Dashboard - Version 3.4.1

Version Description

  • Fixed function for php older version
Download this release

Release Info

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

Code changes from version 3.4 to 3.4.1

Files changed (2) hide show
  1. er-custom-login.php +5 -4
  2. readme.txt +6 -3
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.4
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -63,10 +63,11 @@ function right_admin_footer_text_output($er_right) {
63
  }
64
 
65
  /* Adding media uploader */
66
- add_action ( 'admin_enqueue_scripts', function () {
67
- if (is_admin ())
68
  wp_enqueue_media ();
69
- } );
 
70
 
71
  /* Login Logo */
72
  function er_login_logo() {
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.4.1
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
63
  }
64
 
65
  /* Adding media uploader */
66
+ function er_admin_enqueue_script(){
67
+ if (is_admin ())
68
  wp_enqueue_media ();
69
+ }
70
+ add_action('admin_enqueue_scripts', 'er_admin_enqueue_script');
71
 
72
  /* Login Logo */
73
  function er_login_logo() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.libin.in
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.2.2
7
- Stable tag: 3.4
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -123,6 +123,9 @@ You can achieve it by either using a transparent png/gif image or you can use th
123
  4. Another example of a custom login page. <a href="https://www.flickr.com/groups/erident-login/" rel="nofollow">Check more designs</a>.
124
 
125
  == Changelog ==
 
 
 
126
 
127
  = 3.4 =
128
  * Supports WordPress media uploader inside the settings page
@@ -207,5 +210,5 @@ You can achieve it by either using a transparent png/gif image or you can use th
207
 
208
  == Upgrade Notice ==
209
 
210
- = 3.4 =
211
- Supports media uploader and new translations
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.2.2
7
+ Stable tag: 3.4.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
123
  4. Another example of a custom login page. <a href="https://www.flickr.com/groups/erident-login/" rel="nofollow">Check more designs</a>.
124
 
125
  == Changelog ==
126
+
127
+ = 3.4.1 =
128
+ * Fixed function for php older version
129
 
130
  = 3.4 =
131
  * Supports WordPress media uploader inside the settings page
210
 
211
  == Upgrade Notice ==
212
 
213
+ = 3.4.1 =
214
+ Fixed function for php older version