Custom Login Page Customizer | LoginPress - Version 1.1.17

Version Description

  • 2018-12-11 =
  • Bugfix: Custom CSS.
Download this release

Release Info

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

Code changes from version 1.1.16 to 1.1.17

Files changed (3) hide show
  1. css/style-login.php +2 -2
  2. loginpress.php +2 -2
  3. readme.txt +6 -3
css/style-login.php CHANGED
@@ -3,7 +3,7 @@
3
  * Get option and check the key exists in it.
4
  *
5
  * @since 1.0.0
6
- * @version 1.1.16
7
  * * * * * * * * * * * * * * * */
8
 
9
 
@@ -18,7 +18,7 @@ function loginpress_get_option_key( $loginpress_key, $loginpress_array ) {
18
 
19
  if ( array_key_exists( $loginpress_key, $loginpress_array ) ) {
20
 
21
- if ( 'loginpress_custom_js' == $loginpress_key ) {
22
  return $loginpress_array[ $loginpress_key ];
23
  } else {
24
  return esc_js( $loginpress_array[ $loginpress_key ] );
3
  * Get option and check the key exists in it.
4
  *
5
  * @since 1.0.0
6
+ * @version 1.1.17
7
  * * * * * * * * * * * * * * * */
8
 
9
 
18
 
19
  if ( array_key_exists( $loginpress_key, $loginpress_array ) ) {
20
 
21
+ if ( 'loginpress_custom_js' == $loginpress_key || 'loginpress_custom_css' == $loginpress_key ) {
22
  return $loginpress_array[ $loginpress_key ];
23
  } else {
24
  return esc_js( $loginpress_array[ $loginpress_key ] );
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.16
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.16';
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.17
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.17';
26
 
27
  /**
28
  * @var The single instance of the class
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tested up to: 5.0
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.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -205,6 +205,9 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
205
 
206
  == Changelog ==
207
 
 
 
 
208
  = 1.1.16 - 2018-12-07 =
209
  * Bugfix: CapsLock JS issue.
210
  * Enhancement: Important Security update.
@@ -438,5 +441,5 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
438
 
439
  == Upgrade Notice ==
440
 
441
- = 1.1.16 =
442
- * Important Security 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.17
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
205
 
206
  == Changelog ==
207
 
208
+ = 1.1.17 - 2018-12-11 =
209
+ * Bugfix: Custom CSS.
210
+
211
  = 1.1.16 - 2018-12-07 =
212
  * Bugfix: CapsLock JS issue.
213
  * Enhancement: Important Security update.
441
 
442
  == Upgrade Notice ==
443
 
444
+ = 1.1.17 =
445
+ * Important Release, upgrade immediately.