Custom Login Page Customizer | LoginPress - Version 1.0.4

Version Description

  • 2017-01-12 =
  • Bug fix: Default background path fixed.
  • Bug fix: bugfix for PHP 5.3
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

Files changed (3) hide show
  1. css/style-login.php +1 -3
  2. loginpress.php +3 -4
  3. readme.txt +14 -10
css/style-login.php CHANGED
@@ -1,6 +1,4 @@
1
  <?php
2
- // testing error notices OFF
3
- // ini_set("display_errors", 0);
4
  /**
5
  * Get option and check the key exists in it.
6
  *
@@ -86,7 +84,7 @@ body.login {
86
  <?php if ( isset( $loginpress_background_img ) ) : ?>
87
  background-image: url(<?php echo $loginpress_background_img; ?>) !important;
88
  <?php else : ?>
89
- background-image: url(<?php echo plugins_url( 'img/bg.jpg', __FILE__ ); ?>) !important;
90
  <?php endif; ?>
91
  <?php if ( ! empty( $loginpress_background_color ) ) : ?>
92
  background-color: <?php echo $loginpress_background_color; ?> !important;
1
  <?php
 
 
2
  /**
3
  * Get option and check the key exists in it.
4
  *
84
  <?php if ( isset( $loginpress_background_img ) ) : ?>
85
  background-image: url(<?php echo $loginpress_background_img; ?>) !important;
86
  <?php else : ?>
87
+ background-image: url(<?php echo plugins_url( 'img/bg.jpg', dirname(__FILE__) ); ?>) !important;
88
  <?php endif; ?>
89
  <?php if ( ! empty( $loginpress_background_color ) ) : ?>
90
  background-color: <?php echo $loginpress_background_color; ?> !important;
loginpress.php CHANGED
@@ -3,11 +3,11 @@
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.3
7
  * Author: WPBrigade
8
  * Author URI: http://www.WPBrigade.com/
9
  * Requires at least: 4.0
10
- * Tested up to: 4.7.0
11
  * Text Domain: loginpress
12
  * Domain Path: /languages
13
  *
@@ -138,8 +138,7 @@ if ( ! class_exists( 'LoginPress' ) ) :
138
  add_theme_page( __( 'LoginPress', 'loginpress' ),
139
  __( 'LoginPress', 'loginpress' ),
140
  'manage_options',
141
- "abw",
142
- array( $this , '__return_null' ) );
143
  }
144
  public function _row_meta( $links, $file ) {
145
 
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
10
+ * Tested up to: 4.7.1
11
  * Text Domain: loginpress
12
  * Domain Path: /languages
13
  *
138
  add_theme_page( __( 'LoginPress', 'loginpress' ),
139
  __( 'LoginPress', 'loginpress' ),
140
  'manage_options',
141
+ "abw");
 
142
  }
143
  public function _row_meta( $links, $file ) {
144
 
readme.txt CHANGED
@@ -1,26 +1,26 @@
1
- === Login ===
2
- Version: 1.0.3
3
  Requires at least: 4.0
4
- Tested up to: 4.7.0
5
  Contributors: WPBrigade, hiddenpearls, abdulwahab610
6
  Author URI: https://wpbrigade.com
7
- Tags: login, customizer, logo, login logo, login customizer, login page, admin, branding, customization, custom login, forgot password, welcome message, error, login error, custom login pro, plugin, custom login style, widget, loginpress
8
- Stable tag: 1.0.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- LoginPress allows you to easily customize the layout of login, admin login, client login, register and forgot password forms/pages.
13
 
14
  == Description ==
15
 
16
- [LoginPress](http://www.WPBrigade.com/wordpress/plugins/loginpress/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) holds a lot of customization fields to change the layout of the login page of WordPress. You can modify the look and feel of login page completely even the login error messages, forgot error messages, registration error messages and many more.
17
- LoginPress would give you and your users a feeling that it is a custom login page and a part of the site layout. You must checkout the Demo video of how you can customize WordPress login page.
18
 
19
  **Getting Started video for customizing login page using LoginPress**
20
 
21
  `[youtube https://www.youtube.com/watch?v=GMAwsHomJlE]`
22
 
23
- LoginPress is built using The Customizer API which is getting popular for live-previewing any changes to the layouts of WordPress. So, with LoginPress you can preview your login page changes instantly. This login customizer plugin is easy enough & required no coding skills. Just have options for each element on the login form and make a new customized login page within seconds.
24
 
25
 
26
  **Features:**
@@ -143,6 +143,10 @@ Please visit <a target="_blank" rel="friend" href="http://www.WPBrigade.com/word
143
 
144
  == Changelog ==
145
 
 
 
 
 
146
  = 1.0.3 - 2017-01-06 =
147
  * Bug fix: Default background.
148
  * Bug fix: Responsive layout.
@@ -158,5 +162,5 @@ Please visit <a target="_blank" rel="friend" href="http://www.WPBrigade.com/word
158
 
159
  == Upgrade Notice ==
160
 
161
- = 1.0.3 =
162
  * Bug fix release, please update Immediately.
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
 
12
+ LOGIN allows you to easily customize the layout of login, admin login, client login, register and forgot password forms/pages.
13
 
14
  == Description ==
15
 
16
+ [Login Plugin](http://www.WPBrigade.com/wordpress/plugins/loginpress/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) holds a lot of customization fields to change the layout of the login page of WordPress. You can modify the look and feel of login page completely even the login error messages, forgot error messages, registration error messages and many more.
17
+ Login Plugin would give you and your users a feeling that it is a custom login page and a part of the site layout. You must checkout the Demo video of how you can customize WordPress login page.
18
 
19
  **Getting Started video for customizing login page using LoginPress**
20
 
21
  `[youtube https://www.youtube.com/watch?v=GMAwsHomJlE]`
22
 
23
+ Login plugin is built using The Customizer API which is getting popular for live-previewing any changes to the layouts of WordPress. So, with LoginPress you can preview your login page changes instantly. This login customizer plugin is easy enough & required no coding skills. Just have options for each element on the login form and make a new customized login page within seconds.
24
 
25
 
26
  **Features:**
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
149
+
150
  = 1.0.3 - 2017-01-06 =
151
  * Bug fix: Default background.
152
  * Bug fix: Responsive layout.
162
 
163
  == Upgrade Notice ==
164
 
165
+ = 1.0.4 =
166
  * Bug fix release, please update Immediately.