Admin Custom Login - Version 2.9.0

Version Description

  • Minor issue fixed
  • header already send issue fixed
Download this release

Release Info

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

Code changes from version 2.8.9 to 2.9.0

Files changed (3) hide show
  1. admin-custom-login.php +1 -1
  2. login-form-screen.php +3 -3
  3. readme.txt +5 -1
admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.8.9
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.9.0
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
login-form-screen.php CHANGED
@@ -300,12 +300,12 @@ function acl_er_login_logo() {
300
  }
301
  </style>
302
  <?php
303
- // Message Above Login Form
304
  function acl_login_message( $message ) {
305
  $login_page = unserialize(get_option('Admin_custome_login_login'));
306
  if (!empty($login_page['log_form_above_msg']) ){
307
- $log_form_above_msg = $login_page['log_form_above_msg'];
308
- return "<p class='login-msg-above'>".html_entity_decode(stripslashes($log_form_above_msg))."</p>";
309
  } else {
310
  return $message;
311
  }
300
  }
301
  </style>
302
  <?php
303
+ /** Message Above Login Form ***/
304
  function acl_login_message( $message ) {
305
  $login_page = unserialize(get_option('Admin_custome_login_login'));
306
  if (!empty($login_page['log_form_above_msg']) ){
307
+ $log_form_above_msg = $login_page['log_form_above_msg'];
308
+ return "<p class='login-msg-above'>".html_entity_decode(stripslashes($log_form_above_msg))."</p>";
309
  } else {
310
  return $message;
311
  }
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: 5.1.1
7
- Stable tag: 2.8.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -172,6 +172,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
172
 
173
  For more information, see [Weblizar](http://www.weblizar.com/)
174
 
 
 
 
 
175
  = 2.8.9 =
176
  * Added separate settings for reCaptcha v3
177
 
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: 5.1.1
7
+ Stable tag: 2.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
172
 
173
  For more information, see [Weblizar](http://www.weblizar.com/)
174
 
175
+ = 2.9.0 =
176
+ * Minor issue fixed
177
+ * header already send issue fixed
178
+
179
  = 2.8.9 =
180
  * Added separate settings for reCaptcha v3
181