Custom Login Page Customizer | LoginPress - Version 1.0.5

Version Description

  • 2017-01-13 =
  • Bug fix: Redirect 404 page error.
Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. loginpress.php +4 -3
  2. readme.txt +7 -4
loginpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: http://www.WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best Login Page Customizer in WordPress which allows you to completely change the layout of login, register and forgot password forms.
6
- * Version: 1.0.4
7
  * Author: WPBrigade
8
  * Author URI: http://www.WPBrigade.com/
9
  * Requires at least: 4.0
@@ -22,7 +22,7 @@ if ( ! class_exists( 'LoginPress' ) ) :
22
  /**
23
  * @var string
24
  */
25
- public $version = '1.0.2';
26
 
27
  /**
28
  * @var The single instance of the class
@@ -138,7 +138,8 @@ if ( ! class_exists( 'LoginPress' ) ) :
138
  add_theme_page( __( 'LoginPress', 'loginpress' ),
139
  __( 'LoginPress', 'loginpress' ),
140
  'manage_options',
141
- "abw");
 
142
  }
143
  public function _row_meta( $links, $file ) {
144
 
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: http://www.WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best Login Page Customizer in WordPress which allows you to completely change the layout of login, register and forgot password forms.
6
+ * Version: 1.0.5
7
  * Author: WPBrigade
8
  * Author URI: http://www.WPBrigade.com/
9
  * Requires at least: 4.0
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.0.5';
26
 
27
  /**
28
  * @var The single instance of the class
138
  add_theme_page( __( 'LoginPress', 'loginpress' ),
139
  __( 'LoginPress', 'loginpress' ),
140
  'manage_options',
141
+ "abw",
142
+ '__return_null' );
143
  }
144
  public function _row_meta( $links, $file ) {
145
 
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
- === Login ===
2
- Version: 1.0.4
3
  Requires at least: 4.0
4
  Tested up to: 4.7.1
5
  Contributors: WPBrigade, hiddenpearls, abdulwahab610
6
  Author URI: https://wpbrigade.com
7
  Tags: customizer, custom login, login logo, login customizer, custom login page, admin, branding, customization, forgot password, login error, login page style, loginpress
8
- Stable tag: 1.0.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -143,6 +143,9 @@ Please visit <a target="_blank" rel="friend" href="http://www.WPBrigade.com/word
143
 
144
  == Changelog ==
145
 
 
 
 
146
  = 1.0.4 - 2017-01-12 =
147
  * Bug fix: Default background path fixed.
148
  * Bug fix: bugfix for PHP 5.3
@@ -162,5 +165,5 @@ Please visit <a target="_blank" rel="friend" href="http://www.WPBrigade.com/word
162
 
163
  == Upgrade Notice ==
164
 
165
- = 1.0.4 =
166
  * Bug fix release, please update Immediately.
1
+ === Login ===
2
+ Version: 1.0.5
3
  Requires at least: 4.0
4
  Tested up to: 4.7.1
5
  Contributors: WPBrigade, hiddenpearls, abdulwahab610
6
  Author URI: https://wpbrigade.com
7
  Tags: customizer, custom login, login logo, login customizer, custom login page, admin, branding, customization, forgot password, login error, login page style, loginpress
8
+ Stable tag: 1.0.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
143
 
144
  == Changelog ==
145
 
146
+ = 1.0.5 - 2017-01-13 =
147
+ * Bug fix: Redirect 404 page error.
148
+
149
  = 1.0.4 - 2017-01-12 =
150
  * Bug fix: Default background path fixed.
151
  * Bug fix: bugfix for PHP 5.3
165
 
166
  == Upgrade Notice ==
167
 
168
+ = 1.0.5 =
169
  * Bug fix release, please update Immediately.