Custom Login Page Customizer | LoginPress - Version 1.0.1

Version Description

  • 2016-11-08 =
  • Changing menu name to LoginPress in WordPress Customizer
Download this release

Release Info

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

Code changes from version 1.0.0 to 1.0.1

Files changed (3) hide show
  1. custom.php +3 -3
  2. loginpress.php +5 -5
  3. readme.txt +34 -10
custom.php CHANGED
@@ -17,7 +17,7 @@ class LoginPress_Entities {
17
 
18
  $this->loginpress_key = get_option( 'loginpress_customization' );
19
  $this->_hooks();
20
- }
21
 
22
 
23
  /**
@@ -52,8 +52,8 @@ class LoginPress_Entities {
52
  // = Panel for the LoginPress =
53
  // =============================
54
  $wp_customize->add_panel( 'loginpress_panel', array(
55
- 'title' => __( 'Login Page Customizer', 'loginpress' ),
56
- 'description' => __( 'Customize Your Site Login Page with LoginPress :)', 'loginpress' ),
57
  'priority' => 30,
58
  ));
59
 
17
 
18
  $this->loginpress_key = get_option( 'loginpress_customization' );
19
  $this->_hooks();
20
+ }
21
 
22
 
23
  /**
52
  // = Panel for the LoginPress =
53
  // =============================
54
  $wp_customize->add_panel( 'loginpress_panel', array(
55
+ 'title' => __( 'LoginPress', 'loginpress' ),
56
+ 'description' => __( 'Customize Your WordPress Login Page with LoginPress :)', 'loginpress' ),
57
  'priority' => 30,
58
  ));
59
 
loginpress.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /**
3
- * Plugin Name: LoginPress - Login Page Customizer
4
  * Plugin URI: http://www.WPBrigade.com/wordpress/plugins/loginpress/
5
- * Description: LoginPress - Login Page Customizer allows you to completely change the layout of login, register and forgot password forms.
6
- * Version: 1.0.0
7
  * Author: WPBrigade
8
  * Author URI: http://www.WPBrigade.com/
9
  * Requires at least: 4.0
@@ -134,8 +134,8 @@ if ( ! class_exists( 'LoginPress' ) ) :
134
  * Add new page in Apperance to customize Login Page
135
  */
136
  public function register_options_page() {
137
- add_theme_page( __( 'Login Page Customizer', 'loginpress' ),
138
- __( 'Login Page Customizer', 'loginpress' ),
139
  'manage_options',
140
  "abw",
141
  array( $this , '__return_null' ) );
1
  <?php
2
  /**
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.1
7
  * Author: WPBrigade
8
  * Author URI: http://www.WPBrigade.com/
9
  * Requires at least: 4.0
134
  * Add new page in Apperance to customize Login Page
135
  */
136
  public function register_options_page() {
137
+ add_theme_page( __( 'LoginPress', 'loginpress' ),
138
+ __( 'LoginPress', 'loginpress' ),
139
  'manage_options',
140
  "abw",
141
  array( $this , '__return_null' ) );
readme.txt CHANGED
@@ -1,23 +1,43 @@
1
- === LoginPress - Login Page Customizer ===
2
- Version: 1.0.0
3
  Requires at least: 4.0
4
  Tested up to: 4.6
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, custom login style
8
- Stable tag: 1.0.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
- LoginPress -> login page customizer allows you to completely change the layout of login, register and forgot password forms.
13
 
14
  == Description ==
15
 
16
- LoginPress Login Page Customizer holds a lot of customization fields for the login page of WordPress. You can modify the login error messages, forgot error messages, registration error messages.
 
17
 
18
- This is the ONLY plugin introduces the use of Navigation menus at login screen which no other plugin does.
19
 
20
- This plugin would give you users a feeling that It is a custom login page and part of the site layout.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  == Installation ==
23
 
@@ -28,7 +48,7 @@ This plugin would give you users a feeling that It is a custom login page and pa
28
 
29
  = How to use customizer? =
30
 
31
- In your WordPress Dashboard, navigate to Appearance > Login Page Customizer to get started.
32
 
33
  = How to donate or contribute? =
34
 
@@ -41,7 +61,11 @@ Please visit <a target="_blank" rel="friend" href="http://www.WPBrigade.com/word
41
 
42
  == Changelog ==
43
 
 
 
 
44
  = 1.0.0 - 2016-09-08 =
45
  * Initial Release.
46
 
47
  == Upgrade Notice ==
 
1
+ === LoginPress - Customizing the WordPress Login ===
2
+ Version: 1.0.1
3
  Requires at least: 4.0
4
  Tested up to: 4.6
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
8
+ Stable tag: 1.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
12
+ LoginPress -> Allows you to completely change the layout of login, register and forgot password forms.
13
 
14
  == Description ==
15
 
16
+ LoginPress hold a lot of customization fields for the login page of WordPress. You can modify 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.
18
 
19
+ **Getting Started video for login**
20
 
21
+ https://www.youtube.com/watch?v=GMAwsHomJlE
22
+
23
+
24
+ **Features: **
25
+
26
+ *Logo:* Can change the login logo {image, width, height, padding, URL and Title}.
27
+
28
+ *Background:* You can customize background Image or Color. Set its position, Size and repeatable property.
29
+
30
+ *Login Form:* Even you can customize the login form {image or color, width, height, padding and border}. More over customize Input Text Field {width, margin, text color, label color and background color}.
31
+
32
+ *Forget Form:* Beauty of the plugin here you can change the background or color of the forget form.
33
+
34
+ *Button:* You can set the color of your button WYSIWYG.
35
+
36
+ Error Messages: Main Feature of the plugin. You can change the error log messages as you want to show users form LoginPress → Error Messages.
37
+
38
+ *Welcome Messages:* Same as error log messages you can customize the welcome messages from LoginPress → Welcome Messages.
39
+
40
+ *Form Footer:* After the login Button, here is form footer. You can customize the footer {text, display, text decoration, text color, text hover color and text size}. In this section you can also customize the page footer text.
41
 
42
  == Installation ==
43
 
48
 
49
  = How to use customizer? =
50
 
51
+ In your WordPress Dashboard, navigate to Appearance > LoginPress to get started.
52
 
53
  = How to donate or contribute? =
54
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.0.1 - 2016-11-08 =
65
+ * Changing menu name to LoginPress in WordPress Customizer
66
+
67
  = 1.0.0 - 2016-09-08 =
68
  * Initial Release.
69
 
70
  == Upgrade Notice ==
71
+ Important update - Changing menu name to LoginPress in WordPress Customizer