Custom Login Page Customizer | LoginPress - Version 1.5.10

Version Description

2021-12-10 = * Enhancement: Code refactoring.

Download this release

Release Info

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

Code changes from version 1.5.9 to 1.5.10

classes/class-loginpress-notifications.php CHANGED
@@ -8,7 +8,7 @@ if ( ! defined( 'ABSPATH' ) ) {
8
  * Handling all the Notification calls in LoginPress.
9
  *
10
  * @since 1.1.14
11
- * @version 1.1.15
12
  * @class LoginPress_Notification
13
  */
14
 
@@ -28,12 +28,12 @@ if ( ! class_exists( 'LoginPress_Notification' ) ) :
28
  /**
29
  * Hook into actions and filters
30
  * @since 1.0.0
31
- * @version 1.2.1
32
  */
33
  private function _hooks() {
34
  add_action( 'admin_init', array( $this, 'loginpress_review_notice' ) );
35
  // add_action( 'admin_init' , array( $this, 'loginpress_addon_notice' ) );
36
- add_action( 'admin_init', array( $this, 'loginpress_friday_sale_notice' ) );
37
  // add_action( 'admin_init', array( $this, 'loginpress_appsumo_notice' ) );
38
  }
39
 
@@ -223,7 +223,7 @@ if ( ! class_exists( 'LoginPress_Notification' ) ) :
223
  * Ask users to review our plugin on wordpress.org
224
  *
225
  * @since 1.1.3
226
- * @version 1.2.1
227
  * @return boolean false
228
  */
229
  public function loginpress_friday_sale_notice() {
@@ -236,7 +236,7 @@ if ( ! class_exists( 'LoginPress_Notification' ) ) :
236
  if ( 'yes' == $addon_dismissal ) return;
237
 
238
  if ( ! has_action( 'loginpress_pro_add_template' ) ) :
239
- add_action( 'admin_notices' , array( $this, 'loginpress_friday_sale_notice_text' ) );
240
  // add_action( 'admin_notices', array( $this, 'new_loginpress_friday_sale_notice_text' ) ); // turn off on update 1.1.19
241
  endif;
242
  }
8
  * Handling all the Notification calls in LoginPress.
9
  *
10
  * @since 1.1.14
11
+ * @version 1.5.10
12
  * @class LoginPress_Notification
13
  */
14
 
28
  /**
29
  * Hook into actions and filters
30
  * @since 1.0.0
31
+ * @version 1.5.10
32
  */
33
  private function _hooks() {
34
  add_action( 'admin_init', array( $this, 'loginpress_review_notice' ) );
35
  // add_action( 'admin_init' , array( $this, 'loginpress_addon_notice' ) );
36
+ // add_action( 'admin_init', array( $this, 'loginpress_friday_sale_notice' ) );
37
  // add_action( 'admin_init', array( $this, 'loginpress_appsumo_notice' ) );
38
  }
39
 
223
  * Ask users to review our plugin on wordpress.org
224
  *
225
  * @since 1.1.3
226
+ * @version 1.5.10
227
  * @return boolean false
228
  */
229
  public function loginpress_friday_sale_notice() {
236
  if ( 'yes' == $addon_dismissal ) return;
237
 
238
  if ( ! has_action( 'loginpress_pro_add_template' ) ) :
239
+ // add_action( 'admin_notices' , array( $this, 'loginpress_friday_sale_notice_text' ) ); // turn off on update v1.5.10
240
  // add_action( 'admin_notices', array( $this, 'new_loginpress_friday_sale_notice_text' ) ); // turn off on update 1.1.19
241
  endif;
242
  }
loginpress.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
- * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://loginpress.pro/?utm_source=loginpress-lite&utm_medium=plugin-inside&utm_campaign=pro-upgrade&utm_content=plugin_uri
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.5.9
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.5.9';
26
 
27
  /**
28
  * @var The single instance of the class
1
  <?php
2
  /**
3
+ * Plugin Name: LoginPress - Customizing the WordPress Login Screen.
4
  * Plugin URI: https://loginpress.pro/?utm_source=loginpress-lite&utm_medium=plugin-inside&utm_campaign=pro-upgrade&utm_content=plugin_uri
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.5.10
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.5.10';
26
 
27
  /**
28
  * @var The single instance of the class
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Custom Login Page Customizer | LoginPress ===
2
  Requires at least: 4.0
3
  Tested up to: 5.8
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com/?utm_source=loginpress-lite&utm_medium=author-url-link
6
  Tags: wp-login, login, login customizer, custom login, wordpress login,
7
- Stable tag: 1.5.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -220,6 +220,9 @@ Please visit <a target="_blank" rel="friend" href="https://loginpress.pro?utm_so
220
 
221
  == Changelog ==
222
 
 
 
 
223
  = 1.5.9 – 2021-11-26 =
224
  * BugFix: Only administrator can view the review banner now.
225
 
@@ -628,5 +631,5 @@ Please visit <a target="_blank" rel="friend" href="https://loginpress.pro?utm_so
628
 
629
  == Upgrade Notice ==
630
 
631
- = 1.5.9 =
632
  * Important Release, upgrade immediately. Compatible with 5.8
1
+ === LoginPress | Custom Login Page Customizer ===
2
  Requires at least: 4.0
3
  Tested up to: 5.8
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com/?utm_source=loginpress-lite&utm_medium=author-url-link
6
  Tags: wp-login, login, login customizer, custom login, wordpress login,
7
+ Stable tag: 1.5.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
220
 
221
  == Changelog ==
222
 
223
+ = 1.5.10 – 2021-12-10 =
224
+ * Enhancement: Code refactoring.
225
+
226
  = 1.5.9 – 2021-11-26 =
227
  * BugFix: Only administrator can view the review banner now.
228
 
631
 
632
  == Upgrade Notice ==
633
 
634
+ = 1.5.10 =
635
  * Important Release, upgrade immediately. Compatible with 5.8