Admin Custom Login - Version 2.4.5.2

Version Description

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Admin Custom Login
Version 2.4.5.2
Comparing to
See all releases

Code changes from version 2.4.5.1 to 2.4.5.2

Files changed (2) hide show
  1. admin-custom-login.php +1 -3
  2. readme.txt +5 -2
admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.4.5.1
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
@@ -11,7 +11,6 @@
11
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
12
  define("WEBLIZAR_ACL", "WEBLIZAR_ACL" );
13
 
14
-
15
  add_action('plugins_loaded', 'ACL_GetReadyTranslation');
16
  function ACL_GetReadyTranslation() {
17
  load_plugin_textdomain(WEBLIZAR_ACL, FALSE, dirname( plugin_basename(__FILE__)).'/languages/' );
@@ -153,7 +152,6 @@ function acl_export_settings() {
153
 
154
  if( ! current_user_can( 'manage_options' ) )
155
  return;
156
-
157
 
158
  // Get value of Dashboard page
159
  $dashboard_page = unserialize(get_option('Admin_custome_login_dashboard'));
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.4.5.2
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
11
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
12
  define("WEBLIZAR_ACL", "WEBLIZAR_ACL" );
13
 
 
14
  add_action('plugins_loaded', 'ACL_GetReadyTranslation');
15
  function ACL_GetReadyTranslation() {
16
  load_plugin_textdomain(WEBLIZAR_ACL, FALSE, dirname( plugin_basename(__FILE__)).'/languages/' );
152
 
153
  if( ! current_user_can( 'manage_options' ) )
154
  return;
 
155
 
156
  // Get value of Dashboard page
157
  $dashboard_page = unserialize(get_option('Admin_custome_login_dashboard'));
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: http://www.weblizar.com/
4
  Tags: admin, admin login, admin login page, customize, admin custom login, custom login, branding, custom login, custom login pro, customization, error, login, login error, logo, customization, themes, wordpress login, login form, admin login form, wordpress login, plugin, jquery form, jquery, customization, customizer, custom login plugin, background , sideshow, social form, social connect, social share, facebook, twitter, google plug, linkedin, background slideshow, image, logo, custom logo, wordpress admin login, wp login, wp-login, log in, admin, role, subscriber, captcha, security login, customize wordpress login form, wp login form, login form plugin, ogin page, logo, style log in, style login, themes, custom login page, css , html, form style,
5
  Requires at least: 3.5
6
- Tested up to: 4.5
7
- Stable tag: 2.4.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -115,6 +115,9 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
115
 
116
  For more information, see [Weblizar](http://wwww.weblizar.com/)
117
 
 
 
 
118
  = Version 2.4.5.1 15/04/2016 =
119
  * Improvements: Font Awesome Icon Library Updated 4.6.1
120
  * Fix: Font Awesome Position Centred into Login Form Inputs
3
  Donate link: http://www.weblizar.com/
4
  Tags: admin, admin login, admin login page, customize, admin custom login, custom login, branding, custom login, custom login pro, customization, error, login, login error, logo, customization, themes, wordpress login, login form, admin login form, wordpress login, plugin, jquery form, jquery, customization, customizer, custom login plugin, background , sideshow, social form, social connect, social share, facebook, twitter, google plug, linkedin, background slideshow, image, logo, custom logo, wordpress admin login, wp login, wp-login, log in, admin, role, subscriber, captcha, security login, customize wordpress login form, wp login form, login form plugin, ogin page, logo, style log in, style login, themes, custom login page, css , html, form style,
5
  Requires at least: 3.5
6
+ Tested up to: 4.5.2
7
+ Stable tag: 2.4.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
115
 
116
  For more information, see [Weblizar](http://wwww.weblizar.com/)
117
 
118
+ = Version 2.4.5.2 16/05/2016 =
119
+ * Small Update
120
+
121
  = Version 2.4.5.1 15/04/2016 =
122
  * Improvements: Font Awesome Icon Library Updated 4.6.1
123
  * Fix: Font Awesome Position Centred into Login Form Inputs