Admin Custom Login - Version 2.6.3

Version Description

  • Add Donate Link tab in dashboard setting
  • Generate new token of google web-font
  • Version Update + Compatible upto wp 4.9.7
Download this release

Release Info

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

Code changes from version 2.6.2 to 2.6.3

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.6.2
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
@@ -179,9 +179,9 @@ function acl_footer_func() {
179
  <?php }?>
180
 
181
  <?php
182
- $g_page = unserialize(get_option('Admin_custome_login_gcaptcha'));
183
- $site_key = $g_page['site_key'];
184
- $secret_key = $g_page['secret_key'];
185
  ?>
186
 
187
  <?php if ($top_page['top_bg_type'] == "slider-background"){ ?>
@@ -791,7 +791,6 @@ function acl_import_settings() {
791
  ));
792
  update_option('Admin_custome_login_Slidshow', $Slidshow_image);
793
 
794
-
795
  $g_page= serialize(array(
796
  'site_key' => $site_key,
797
  'secret_key' => $secret_key,
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.6.3
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
179
  <?php }?>
180
 
181
  <?php
182
+ $g_page = unserialize(get_option('Admin_custome_login_gcaptcha'));
183
+ $site_key = $g_page['site_key'];
184
+ $secret_key = $g_page['secret_key'];
185
  ?>
186
 
187
  <?php if ($top_page['top_bg_type'] == "slider-background"){ ?>
791
  ));
792
  update_option('Admin_custome_login_Slidshow', $Slidshow_image);
793
 
 
794
  $g_page= serialize(array(
795
  'site_key' => $site_key,
796
  'secret_key' => $secret_key,
includes/content.php CHANGED
@@ -74,6 +74,7 @@ Fonts
74
  <span class="dashicons dashicons-star-filled"></span>
75
  <span class="dashicons dashicons-star-filled"></span>
76
  </a>
 
77
  </li>
78
 
79
  <li>
@@ -199,7 +200,7 @@ Fonts
199
  <i class="fa fa-square fa-stack-2x text-primary"></i>
200
  <i class="fa fa-star fa-stack-1x fa-inverse"></i>
201
  </span>
202
- <span class="sidebar-item-title"><?php _e('Please rate us', WEBLIZAR_ACL)?></span>
203
  <span class="sidebar-item-subtitle"><?php _e('If you like us', WEBLIZAR_ACL)?></span>
204
  </a>
205
  </li>
74
  <span class="dashicons dashicons-star-filled"></span>
75
  <span class="dashicons dashicons-star-filled"></span>
76
  </a>
77
+
78
  </li>
79
 
80
  <li>
200
  <i class="fa fa-square fa-stack-2x text-primary"></i>
201
  <i class="fa fa-star fa-stack-1x fa-inverse"></i>
202
  </span>
203
+ <span class="sidebar-item-title"><?php _e('rate & donate us', WEBLIZAR_ACL)?></span>
204
  <span class="sidebar-item-subtitle"><?php _e('If you like us', WEBLIZAR_ACL)?></span>
205
  </a>
206
  </li>
includes/dashboard/dashboard.php CHANGED
@@ -56,7 +56,30 @@ if ( ! defined( 'ABSPATH' ) ) exit;
56
  </tr>
57
  </table>
58
  </div>
59
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  <button data-dialog="somedialog" class="dialog-button" style="display:none">Open Dialog</button>
61
  <div id="somedialog" class="dialog" style="position: fixed; z-index: 9999;">
62
  <div class="dialog__overlay"></div>
@@ -97,6 +120,12 @@ if ( ! defined( 'ABSPATH' ) ) exit;
97
  </div>
98
  </div>
99
  <!-- /row -->
 
 
 
 
 
 
100
  <script>
101
  function Custom_login_dashboard(Action, id) {
102
  if(Action == "dashboardSave") {
56
  </tr>
57
  </table>
58
  </div>
59
+ </div>
60
+
61
+ <div class="panel panel-primary panel-default content-panel">
62
+ <div class="panel-body">
63
+ <table class="form-table">
64
+ <tr>
65
+ <th scope="row" ><?php _e('Donate Us', WEBLIZAR_ACL)?></th>
66
+ <td></td>
67
+ </tr>
68
+ <tr class="radio-span" style="border-bottom:none;">
69
+ <td class="colcent">
70
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
71
+ <input type="hidden" name="cmd" value="_s-xclick">
72
+ <input type="hidden" name="hosted_button_id" value="9MXDU3NKPCR5Y">
73
+ <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
74
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
75
+ </form>
76
+ </td>
77
+
78
+ </tr>
79
+ </table>
80
+ </div>
81
+ </div>
82
+
83
  <button data-dialog="somedialog" class="dialog-button" style="display:none">Open Dialog</button>
84
  <div id="somedialog" class="dialog" style="position: fixed; z-index: 9999;">
85
  <div class="dialog__overlay"></div>
120
  </div>
121
  </div>
122
  <!-- /row -->
123
+ <style type="text/css">
124
+ .colcent{
125
+ width:100% !important;
126
+ text-align: center !important;
127
+ }
128
+ </style>
129
  <script>
130
  function Custom_login_dashboard(Action, id) {
131
  if(Action == "dashboardSave") {
includes/design/text_and_color.php CHANGED
@@ -301,7 +301,7 @@ jQuery(document).ready(function(){
301
  <optgroup label="Google Fonts">
302
  <?php
303
  // fetch the Google font list
304
- $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyAccXEBQEkF2rMcxcanpJKQ6y9n2lz6avM';
305
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
306
  if(!is_wp_error( $response_font_api ) ) {
307
  $fonts_list = json_decode($response_font_api, true);
@@ -362,7 +362,7 @@ jQuery(document).ready(function(){
362
  <optgroup label="Google Fonts">
363
  <?php
364
  // fetch the Google font list
365
- $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyAccXEBQEkF2rMcxcanpJKQ6y9n2lz6avM';
366
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
367
  if(!is_wp_error( $response_font_api ) ) {
368
  $fonts_list = json_decode($response_font_api, true);
@@ -421,7 +421,7 @@ jQuery(document).ready(function(){
421
  <optgroup label="Google Fonts">
422
  <?php
423
  // fetch the Google font list
424
- $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyAccXEBQEkF2rMcxcanpJKQ6y9n2lz6avM';
425
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
426
  if(!is_wp_error( $response_font_api ) ) {
427
  $fonts_list = json_decode($response_font_api, true);
@@ -481,7 +481,7 @@ jQuery(document).ready(function(){
481
  <optgroup label="Google Fonts">
482
  <?php
483
  // fetch the Google font list
484
- $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyAccXEBQEkF2rMcxcanpJKQ6y9n2lz6avM';
485
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
486
  if(!is_wp_error( $response_font_api ) ) {
487
  $fonts_list = json_decode($response_font_api, true);
301
  <optgroup label="Google Fonts">
302
  <?php
303
  // fetch the Google font list
304
+ $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyDVBuDznbRvMf7ckomKRcsbgHuJ1Elf0LI';
305
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
306
  if(!is_wp_error( $response_font_api ) ) {
307
  $fonts_list = json_decode($response_font_api, true);
362
  <optgroup label="Google Fonts">
363
  <?php
364
  // fetch the Google font list
365
+ $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyDVBuDznbRvMf7ckomKRcsbgHuJ1Elf0LI';
366
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
367
  if(!is_wp_error( $response_font_api ) ) {
368
  $fonts_list = json_decode($response_font_api, true);
421
  <optgroup label="Google Fonts">
422
  <?php
423
  // fetch the Google font list
424
+ $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyDVBuDznbRvMf7ckomKRcsbgHuJ1Elf0LI';
425
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
426
  if(!is_wp_error( $response_font_api ) ) {
427
  $fonts_list = json_decode($response_font_api, true);
481
  <optgroup label="Google Fonts">
482
  <?php
483
  // fetch the Google font list
484
+ $google_api_url = 'https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyDVBuDznbRvMf7ckomKRcsbgHuJ1Elf0LI';
485
  $response_font_api = wp_remote_retrieve_body( wp_remote_get($google_api_url, array('sslverify' => false )));
486
  if(!is_wp_error( $response_font_api ) ) {
487
  $fonts_list = json_decode($response_font_api, true);
includes/help/rate.php CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
- <?php _e('Rate Us', WEBLIZAR_ACL)?>
16
  </div>
17
  </div>
18
  </div>
@@ -40,7 +40,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
40
  <td></td>
41
  </tr>
42
  <tr class="radio-span" style="border-bottom:none;">
43
- <td>
44
 
45
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="http://wordpress.org/support/view/plugin-reviews/admin-custom-login" target="_blank">
46
  <span class="dashicons dashicons-star-filled"></span>
@@ -54,5 +54,33 @@ if ( ! defined( 'ABSPATH' ) ) exit;
54
  </table>
55
  </div>
56
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </div>
58
- <!-- /row -->
 
 
 
 
 
 
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
+ <?php _e('Rate & Donate Us', WEBLIZAR_ACL)?>
16
  </div>
17
  </div>
18
  </div>
40
  <td></td>
41
  </tr>
42
  <tr class="radio-span" style="border-bottom:none;">
43
+ <td class="colcent">
44
 
45
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="http://wordpress.org/support/view/plugin-reviews/admin-custom-login" target="_blank">
46
  <span class="dashicons dashicons-star-filled"></span>
54
  </table>
55
  </div>
56
  </div>
57
+
58
+ <div class="panel panel-primary panel-default content-panel">
59
+ <div class="panel-body">
60
+ <table class="form-table">
61
+ <tr>
62
+ <th scope="row" ><?php _e('Donate Us', WEBLIZAR_ACL)?></th>
63
+ <td></td>
64
+ </tr>
65
+ <tr class="radio-span" style="border-bottom:none;">
66
+ <td class="colcent">
67
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
68
+ <input type="hidden" name="cmd" value="_s-xclick">
69
+ <input type="hidden" name="hosted_button_id" value="9MXDU3NKPCR5Y">
70
+ <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
71
+ <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
72
+ </form>
73
+ </td>
74
+
75
+ </tr>
76
+ </table>
77
+ </div>
78
+ </div>
79
  </div>
80
+ <!-- /row -->
81
+ <style type="text/css">
82
+ .colcent{
83
+ width:100% !important;
84
+ text-align: center !important;
85
+ }
86
+ </style>
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: 4.9.6
7
- Stable tag: 2.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -122,6 +122,11 @@ 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.2 - Bug fixed undefined variables in log file + Add Google Captcha Theme Settings
126
  = 2.6.1 - Bug fixed undefined variables + Social icon color bug fixed.
127
  = 2.6.0 - Add Google Captcha settings + Update Font Awesome Library + Update code of google font family + Add Offers Page + Add Display note to user above login form setting + Add tagline message below login form setting + Plugin tested with latest WordPress 4.9.6 version update
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: 4.9.7
7
+ Stable tag: 2.6.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
122
 
123
  For more information, see [Weblizar](http://www.weblizar.com/)
124
 
125
+ = 2.6.3 =
126
+ * Add Donate Link tab in dashboard setting
127
+ * Generate new token of google web-font
128
+ * Version Update + Compatible upto wp 4.9.7
129
+
130
  = 2.6.2 - Bug fixed undefined variables in log file + Add Google Captcha Theme Settings
131
  = 2.6.1 - Bug fixed undefined variables + Social icon color bug fixed.
132
  = 2.6.0 - Add Google Captcha settings + Update Font Awesome Library + Update code of google font family + Add Offers Page + Add Display note to user above login form setting + Add tagline message below login form setting + Plugin tested with latest WordPress 4.9.6 version update