Custom Login Page Customizer | LoginPress - Version 1.1.12

Version Description

  • 2018-10-10 =
  • Bugfix: On load hide login form control if transparency enabled.
Download this release

Release Info

Developer hiddenpearls
Plugin Icon 128x128 Custom Login Page Customizer | LoginPress
Version 1.1.12
Comparing to
See all releases

Code changes from version 1.1.11 to 1.1.12

Files changed (3) hide show
  1. js/customize-controls.js +6 -1
  2. loginpress.php +2 -2
  3. readme.txt +7 -4
js/customize-controls.js CHANGED
@@ -1225,7 +1225,10 @@ jQuery(document).ready(function($) {
1225
  }
1226
  });
1227
  });
1228
-
 
 
 
1229
  $(window).on('load', function() {
1230
 
1231
  if ( $('#customize-control-loginpress_customization-setting_logo_display input[type="checkbox"]').is(":checked") ) {
@@ -1255,8 +1258,10 @@ jQuery(document).ready(function($) {
1255
 
1256
  if ( $('#customize-control-loginpress_customization-setting_form_display_bg input[type="checkbox"]').is(":checked") ) {
1257
  $('#customize-control-loginpress_customization-form_background_color').css( 'display', 'none' );
 
1258
  } else {
1259
  $('#customize-control-loginpress_customization-form_background_color').css( 'display', 'list-item' );
 
1260
  }
1261
 
1262
  if ( $('#customize-control-loginpress_customization-footer_display_text input[type="checkbox"]').is(":checked") ) {
1225
  }
1226
  });
1227
  });
1228
+ /**
1229
+ * @since 1.0.9
1230
+ * @version 1.0.12
1231
+ */
1232
  $(window).on('load', function() {
1233
 
1234
  if ( $('#customize-control-loginpress_customization-setting_logo_display input[type="checkbox"]').is(":checked") ) {
1258
 
1259
  if ( $('#customize-control-loginpress_customization-setting_form_display_bg input[type="checkbox"]').is(":checked") ) {
1260
  $('#customize-control-loginpress_customization-form_background_color').css( 'display', 'none' );
1261
+ $('#customize-control-loginpress_customization-setting_form_background').css( 'display', 'none' );
1262
  } else {
1263
  $('#customize-control-loginpress_customization-form_background_color').css( 'display', 'list-item' );
1264
+ $('#customize-control-loginpress_customization-setting_form_background').css( 'display', 'list-item' );
1265
  }
1266
 
1267
  if ( $('#customize-control-loginpress_customization-footer_display_text input[type="checkbox"]').is(":checked") ) {
loginpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href="https://wpbrigade.com/">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.
6
- * Version: 1.1.11
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
@@ -22,7 +22,7 @@ if ( ! class_exists( 'LoginPress' ) ) :
22
  /**
23
  * @var string
24
  */
25
- public $version = '1.1.11';
26
 
27
  /**
28
  * @var The single instance of the class
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href="https://wpbrigade.com/">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.
6
+ * Version: 1.1.12
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.12';
26
 
27
  /**
28
  * @var The single instance of the class
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tested up to: 4.9
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com
6
  Tags: wp-login, custom wp-login, login customizer, custom login, custom login logo, login customizer, custom login page, login error, login page style, loginpress
7
- Stable tag: 1.1.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -33,7 +33,7 @@ LoginPress plugin is built using The Customizer API which is getting popular for
33
 
34
  ** LoginPress Addons **
35
 
36
- We have a collection of great Free and Pro addons that makes loginpress more powerfull. Upgrade to Pro package and enjoy the show.
37
 
38
  * Login Logout Menu (FREE)
39
  * Social Login
@@ -205,6 +205,9 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
205
 
206
  == Changelog ==
207
 
 
 
 
208
  = 1.1.11 - 2018-09-19 =
209
  * Bugfix: Social Login CSS Confliction with Default Template.
210
  * Update: Arabic language.
@@ -285,7 +288,7 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
285
  * New Feature: Introducing Background Gallery with a selected set of HD Backgrounds for Login Screen.
286
  * New Feature: Launched LoginPress addons (Auto Login, Hide Login, Login Redirects, Social Login, Login Widget, Limit Login Attempts)
287
  * New Feature: Login Addons can be installed from addons page within the plugin.
288
- * New Feature: Launched login logout menu addon on wordpress.org can be installed from loginpress addons screen.
289
  * Bugfix: Custom Previewer Icon issue on Preview screen
290
  * Bugfix: Date_function() is deprecated
291
  * Enhancement: Code refactoring
@@ -415,5 +418,5 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
415
 
416
  == Upgrade Notice ==
417
 
418
- = 1.1.11 =
419
  * Important Release, upgrade immediately.
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com
6
  Tags: wp-login, custom wp-login, login customizer, custom login, custom login logo, login customizer, custom login page, login error, login page style, loginpress
7
+ Stable tag: 1.1.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
33
 
34
  ** LoginPress Addons **
35
 
36
+ We have a collection of great Free and Pro addons that makes LoginPress more powerfull. Upgrade to Pro package and enjoy the show.
37
 
38
  * Login Logout Menu (FREE)
39
  * Social Login
205
 
206
  == Changelog ==
207
 
208
+ = 1.1.12 - 2018-10-10 =
209
+ * Bugfix: On load hide login form control if transparency enabled.
210
+
211
  = 1.1.11 - 2018-09-19 =
212
  * Bugfix: Social Login CSS Confliction with Default Template.
213
  * Update: Arabic language.
288
  * New Feature: Introducing Background Gallery with a selected set of HD Backgrounds for Login Screen.
289
  * New Feature: Launched LoginPress addons (Auto Login, Hide Login, Login Redirects, Social Login, Login Widget, Limit Login Attempts)
290
  * New Feature: Login Addons can be installed from addons page within the plugin.
291
+ * New Feature: Launched login logout menu addon on wordpress.org can be installed from LoginPress addons screen.
292
  * Bugfix: Custom Previewer Icon issue on Preview screen
293
  * Bugfix: Date_function() is deprecated
294
  * Enhancement: Code refactoring
418
 
419
  == Upgrade Notice ==
420
 
421
+ = 1.1.12 =
422
  * Important Release, upgrade immediately.