Custom Login Page Customizer | LoginPress - Version 1.1.1

Version Description

  • 2018-01-19 =
  • Compatibility: Compatible with WordPress 4.9.
  • Bugfix: default background fixed
Download this release

Release Info

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

Code changes from version 1.1.0 to 1.1.1

Files changed (3) hide show
  1. custom.php +1 -1
  2. loginpress.php +2 -2
  3. readme.txt +6 -2
custom.php CHANGED
@@ -361,7 +361,7 @@ class LoginPress_Entities {
361
  * @since 1.1.0
362
  */
363
  $wp_customize->add_setting( 'loginpress_customization[gallery_background]', array(
364
- 'default' => plugins_url( "img/thumbnail/default-1.png", LOGINPRESS_ROOT_FILE ),
365
  'type' => 'option',
366
  'capability' => 'manage_options',
367
  'transport' => 'postMessage'
361
  * @since 1.1.0
362
  */
363
  $wp_customize->add_setting( 'loginpress_customization[gallery_background]', array(
364
+ 'default' => plugins_url( "img/gallery/img-1.jpg", LOGINPRESS_ROOT_FILE ),
365
  'type' => 'option',
366
  'capability' => 'manage_options',
367
  'transport' => 'postMessage'
loginpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: http://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.0
7
  * Author: WPBrigade
8
  * Author URI: http://WPBrigade.com/
9
  * Text Domain: loginpress
@@ -22,7 +22,7 @@ if ( ! class_exists( 'LoginPress' ) ) :
22
  /**
23
  * @var string
24
  */
25
- public $version = '1.1.0';
26
 
27
  /**
28
  * @var The single instance of the class
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: http://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.1
7
  * Author: WPBrigade
8
  * Author URI: http://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.1';
26
 
27
  /**
28
  * @var The single instance of the class
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tested up to: 4.9
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.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -204,6 +204,10 @@ Please visit <a target="_blank" rel="friend" href="http://WPBrigade.com/wordpres
204
 
205
  == Changelog ==
206
 
 
 
 
 
207
  = 1.1.0 - 2018-01-19 =
208
  * Compatibility: Compatible with WordPress 4.9.
209
  * New Feature: Introducing Background Gallery with a selected set of HD Backgrounds for Login Screen.
@@ -339,5 +343,5 @@ Please visit <a target="_blank" rel="friend" href="http://WPBrigade.com/wordpres
339
 
340
  == Upgrade Notice ==
341
 
342
- = 1.1.0 =
343
  * Launched LoginPress addons - (Auto Login, Hide Login, Login Redirects, Social Login, Login Widget, Limit Login Attempts)
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.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
204
 
205
  == Changelog ==
206
 
207
+ = 1.1.1 - 2018-01-19 =
208
+ * Compatibility: Compatible with WordPress 4.9.
209
+ * Bugfix: default background fixed
210
+
211
  = 1.1.0 - 2018-01-19 =
212
  * Compatibility: Compatible with WordPress 4.9.
213
  * New Feature: Introducing Background Gallery with a selected set of HD Backgrounds for Login Screen.
343
 
344
  == Upgrade Notice ==
345
 
346
+ = 1.1.1 =
347
  * Launched LoginPress addons - (Auto Login, Hide Login, Login Redirects, Social Login, Login Widget, Limit Login Attempts)