Admin Custom Login - Version 2.8.5

Version Description

  • Minor issue fixed
  • version update + Compatible with wordpress 5.1.1
  • Compatible with php7
Download this release

Release Info

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

Code changes from version 2.8.4 to 2.8.5

Files changed (2) hide show
  1. admin-custom-login.php +2 -2
  2. readme.txt +6 -2
admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.8.4
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/
@@ -14,7 +14,7 @@
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
16
  define("WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE", plugin_dir_path(__FILE__));
17
- define("WEBLIZAR_ACL", "admin-custom-login", true);
18
 
19
  final class WL_ACL_FREE {
20
  private static $instance = null;
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.8.5
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/
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
16
  define("WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE", plugin_dir_path(__FILE__));
17
+ define("WEBLIZAR_ACL", "admin-custom-login");
18
 
19
  final class WL_ACL_FREE {
20
  private static $instance = null;
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  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
7
- Stable tag: 2.8.4
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
 
176
  = 2.8.4 =
177
  * Minor issue fixed
3
  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.5
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.8.5 =
176
+ * Minor issue fixed
177
+ * version update + Compatible with wordpress 5.1.1
178
+ * Compatible with php7
179
 
180
  = 2.8.4 =
181
  * Minor issue fixed