Custom Login Page Customizer | LoginPress - Version 1.1.11

Version Description

  • 2018-09-19 =
  • Bugfix: Social Login CSS Confliction with Default Template.
  • Update: Arabic language.
Download this release

Release Info

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

Code changes from version 1.1.10 to 1.1.11

css/style-login.php CHANGED
@@ -394,6 +394,7 @@ body.login {
394
  <?php if ( ! empty( $loginpress_login_button_bottom ) ) : ?>
395
  padding-bottom: <?php echo $loginpress_login_button_bottom . 'px;' ?>;
396
  <?php endif; ?>
 
397
  }
398
  #loginform {
399
 
394
  <?php if ( ! empty( $loginpress_login_button_bottom ) ) : ?>
395
  padding-bottom: <?php echo $loginpress_login_button_bottom . 'px;' ?>;
396
  <?php endif; ?>
397
+ float: none;
398
  }
399
  #loginform {
400
 
languages/loginpress-ar.mo CHANGED
Binary file
languages/loginpress-ar.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
  "POT-Creation-Date: 2018-08-28 15:37+0500\n"
5
- "PO-Revision-Date: 2018-08-28 15:40+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ar\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.9\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -730,11 +730,11 @@ msgstr "مشغل بواسطة:"
730
 
731
  #: ../custom.php:1634 ../include/template-loginpress.php:469
732
  msgid "Username"
733
- msgstr ""
734
 
735
  #: ../custom.php:1636
736
  msgid "Email Address"
737
- msgstr ""
738
 
739
  #: ../custom.php:1703 ../include/template-loginpress.php:370
740
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
  "POT-Creation-Date: 2018-08-28 15:37+0500\n"
5
+ "PO-Revision-Date: 2018-09-14 12:31+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ar\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
730
 
731
  #: ../custom.php:1634 ../include/template-loginpress.php:469
732
  msgid "Username"
733
+ msgstr "اسم المستخدم"
734
 
735
  #: ../custom.php:1636
736
  msgid "Email Address"
737
+ msgstr "البريد الالكتروني"
738
 
739
  #: ../custom.php:1703 ../include/template-loginpress.php:370
740
  msgid ""
loginpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://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.10
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.1.10';
26
 
27
  /**
28
  * @var The single instance of the class
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://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.11
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.11';
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.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -205,6 +205,10 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
205
 
206
  == Changelog ==
207
 
 
 
 
 
208
  = 1.1.10 - 2018-09-11 =
209
  * Update: language files.
210
  * Update: Documentation link in readme.txt
@@ -411,5 +415,5 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
411
 
412
  == Upgrade Notice ==
413
 
414
- = 1.1.10 =
415
  * Important Release, upgrade immediately.
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.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
205
 
206
  == Changelog ==
207
 
208
+ = 1.1.11 - 2018-09-19 =
209
+ * Bugfix: Social Login CSS Confliction with Default Template.
210
+ * Update: Arabic language.
211
+
212
  = 1.1.10 - 2018-09-11 =
213
  * Update: language files.
214
  * Update: Documentation link in readme.txt
415
 
416
  == Upgrade Notice ==
417
 
418
+ = 1.1.11 =
419
  * Important Release, upgrade immediately.