Admin Custom Login - Version 2.6.5

Version Description

  • google fonts library URL update http to https
  • mix contents error fixed
Download this release

Release Info

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

Code changes from version 2.6.4 to 2.6.5

Files changed (3) hide show
  1. admin-custom-login.php +7 -9
  2. login-form-screen.php +1 -1
  3. readme.txt +7 -1
admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.6.4
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
@@ -106,9 +106,9 @@ function acl_admin_custom_login_css() {
106
  wp_enqueue_style('acl-dialog-jamie', WEBLIZAR_NALF_PLUGIN_URL.'css/dialog/dialog-jamie.css');
107
  wp_enqueue_style('acl-custom-css', WEBLIZAR_NALF_PLUGIN_URL.'css/custom.css');
108
 
109
- wp_enqueue_style('acl-googleapis-css_01', 'http://fonts.googleapis.com/css?family=Dosis:600,700,800');
110
- wp_enqueue_style('acl-googleapis-css_02', 'http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900');
111
- wp_enqueue_style('acl-googleapis-css_03', 'http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Montserrat:400,700');
112
  }
113
  }
114
 
@@ -200,8 +200,7 @@ function acl_footer_func() {
200
  if(isset($login_page['tagline_msg'])){
201
  $tagline_msg = $login_page['tagline_msg'];
202
  $edit_tagline_msg = stripslashes($tagline_msg);
203
- }
204
- else{
205
  $edit_tagline_msg = "";
206
  }
207
  ?>
@@ -346,7 +345,6 @@ function acl_export_settings() {
346
  $login_enable_gcaptcha = $g_page['login_enable_gcaptcha'];
347
  $acl_gcaptcha_theme = $g_page['acl_gcaptcha_theme'];
348
 
349
-
350
  $ACL_ALL_Settings= serialize(array(
351
  'dashboard_status' => $dashboard_status,
352
  'top_bg_type' => $top_bg_type,
@@ -485,9 +483,9 @@ function acl_import_settings() {
485
 
486
  // Retrieve the settings from the file.
487
  $settings = json_decode( file_get_contents( $import_file ) );
488
-
489
  $ACL_Settings = unserialize($settings);
490
-
491
  $dashboard_status = $ACL_Settings['dashboard_status'];
492
 
493
  $top_bg_type = $ACL_Settings['top_bg_type'];
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.6.5
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
106
  wp_enqueue_style('acl-dialog-jamie', WEBLIZAR_NALF_PLUGIN_URL.'css/dialog/dialog-jamie.css');
107
  wp_enqueue_style('acl-custom-css', WEBLIZAR_NALF_PLUGIN_URL.'css/custom.css');
108
 
109
+ wp_enqueue_style('acl-googleapis-css_01', 'https://fonts.googleapis.com/css?family=Dosis:600,700,800');
110
+ wp_enqueue_style('acl-googleapis-css_02', 'https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900');
111
+ wp_enqueue_style('acl-googleapis-css_03', 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Montserrat:400,700');
112
  }
113
  }
114
 
200
  if(isset($login_page['tagline_msg'])){
201
  $tagline_msg = $login_page['tagline_msg'];
202
  $edit_tagline_msg = stripslashes($tagline_msg);
203
+ } else {
 
204
  $edit_tagline_msg = "";
205
  }
206
  ?>
345
  $login_enable_gcaptcha = $g_page['login_enable_gcaptcha'];
346
  $acl_gcaptcha_theme = $g_page['acl_gcaptcha_theme'];
347
 
 
348
  $ACL_ALL_Settings= serialize(array(
349
  'dashboard_status' => $dashboard_status,
350
  'top_bg_type' => $top_bg_type,
483
 
484
  // Retrieve the settings from the file.
485
  $settings = json_decode( file_get_contents( $import_file ) );
486
+
487
  $ACL_Settings = unserialize($settings);
488
+
489
  $dashboard_status = $ACL_Settings['dashboard_status'];
490
 
491
  $top_bg_type = $ACL_Settings['top_bg_type'];
login-form-screen.php CHANGED
@@ -78,7 +78,7 @@ function acl_er_login_logo() {
78
  //require social icon css
79
  require_once('css/socialcss.php');
80
  ?>
81
- <script src="//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
82
  <script type="text/javascript">
83
  WebFont.load({
84
  google: {
78
  //require social icon css
79
  require_once('css/socialcss.php');
80
  ?>
81
+ <script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
82
  <script type="text/javascript">
83
  WebFont.load({
84
  google: {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.weblizar.com/
4
  Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
  Tested up to: 4.9.7
7
- Stable tag: 2.6.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,12 +34,14 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
34
  * Login Form Button Colour
35
  * Login Form Button Size
36
  * Login Form Background
 
37
  * Redirect Users like (All Subscribers, Editors, Authors and Contributors) on Custom URL After Login
38
  * Add Social Media Icons On Login Form
39
  * Social Media Icon Colour
40
  * Social Media Icon Size
41
  * Interactive Plugin Dashboard
42
  * Customize Login Form Positions
 
43
 
44
  ### Background Slide Show:
45
  This is our most key feature of this plugin. We have provide you our best to add slide show on your custom login background without any hesitation.
@@ -122,6 +124,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
122
 
123
  For more information, see [Weblizar](http://www.weblizar.com/)
124
 
 
 
 
 
125
  = 2.6.4 =
126
  * Logo Settings Label Revised
127
  * Login Form Social Icons Margin Fixed
4
  Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
  Tested up to: 4.9.7
7
+ Stable tag: 2.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
  * Login Form Button Colour
35
  * Login Form Button Size
36
  * Login Form Background
37
+ * Google reCaptcha
38
  * Redirect Users like (All Subscribers, Editors, Authors and Contributors) on Custom URL After Login
39
  * Add Social Media Icons On Login Form
40
  * Social Media Icon Colour
41
  * Social Media Icon Size
42
  * Interactive Plugin Dashboard
43
  * Customize Login Form Positions
44
+ * Import & Export All Plugin Settings
45
 
46
  ### Background Slide Show:
47
  This is our most key feature of this plugin. We have provide you our best to add slide show on your custom login background without any hesitation.
124
 
125
  For more information, see [Weblizar](http://www.weblizar.com/)
126
 
127
+ = 2.6.5 =
128
+ * google fonts library URL update http to https
129
+ * mix contents error fixed
130
+
131
  = 2.6.4 =
132
  * Logo Settings Label Revised
133
  * Login Form Social Icons Margin Fixed