Custom Login Page Customizer | LoginPress - Version 1.1.19

Version Description

  • 2018-01-22 =
  • Enhancement: Code refactoring.
  • Compatibility: Compatible with WordPress 5.0
Download this release

Release Info

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

Code changes from version 1.1.18 to 1.1.19

classes/class-loginpress-notifications.php CHANGED
@@ -240,7 +240,7 @@ if ( ! class_exists( 'LoginPress_Notification' ) ) :
240
 
241
  if ( ! has_action( 'loginpress_pro_add_template' ) ) :
242
  // add_action( 'admin_notices' , array( $this, 'loginpress_friday_sale_notice_text' ) );
243
- add_action( 'admin_notices', array( $this, 'new_loginpress_friday_sale_notice_text' ) );
244
  endif;
245
  }
246
 
240
 
241
  if ( ! has_action( 'loginpress_pro_add_template' ) ) :
242
  // add_action( 'admin_notices' , array( $this, 'loginpress_friday_sale_notice_text' ) );
243
+ // add_action( 'admin_notices', array( $this, 'new_loginpress_friday_sale_notice_text' ) ); // turn off on update 1.1.19
244
  endif;
245
  }
246
 
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.18
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.18';
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.19
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.19';
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.18
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -205,6 +205,10 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
205
 
206
  == Changelog ==
207
 
 
 
 
 
208
  = 1.1.18 - 2018-12-29 =
209
  * Bugfix: Login Form box-shadow.
210
 
@@ -444,5 +448,5 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
444
 
445
  == Upgrade Notice ==
446
 
447
- = 1.1.18 =
448
  * 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.19
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.19 - 2018-01-22 =
209
+ * Enhancement: Code refactoring.
210
+ * Compatibility: Compatible with WordPress 5.0
211
+
212
  = 1.1.18 - 2018-12-29 =
213
  * Bugfix: Login Form box-shadow.
214
 
448
 
449
  == Upgrade Notice ==
450
 
451
+ = 1.1.19 =
452
  * Important Release, upgrade immediately.