Social Login - Version 6.6.4

Version Description

  • Css fix in login button related to GDPR Compliance
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Social Login
Version 6.6.4
Comparing to
See all releases

Code changes from version 6.6.3 to 6.6.4

class-mo-openid-login-widget.php CHANGED
@@ -457,9 +457,9 @@ if(mo_openid_is_customer_registered()) {
457
 
458
  if( get_option('mo_openid_facebook_enable') ) {
459
  if($selected_theme == 'longbutton'){
460
- $html .= "<a rel='nofollow' disabled='".$gdpr_setting."' style='width: " . $customWidth . "px !important;padding-top:" . ($customHeight-29) . "px !important;padding-bottom:" . ($customHeight-29) . "px !important;margin-bottom: " . ($spacebetweenicons-5) . "px !important;border-radius: " .$customBoundary. "px !important;' class='btn btn-mo btn-block btn-social btn-facebook btn-custom-dec login-button' onClick=\"moOpenIdLogin('facebook','" .$facebook_custom_app."');\"> <i style='padding-top:" . ($customHeight-35) . "px !important' class='fa fa-facebook'></i>" . $buttonText . " Facebook</a>"; }
461
  else{
462
- $html .= "<a rel='nofollow' disabled='".$gdpr_setting."' title= ' ".$customTextofTitle." Facebook' onClick=\"moOpenIdLogin('facebook','" .$facebook_custom_app."');\" ><img alt='Facebook' style='width:" . $customSize ."px !important;height: " . $customSize ."px !important;margin-left: " . ($spacebetweenicons) ."px !important' src='" . plugins_url( 'includes/images/icons/facebook.png', __FILE__ ) . "' class='btn-mo login-button " .$selected_theme . "' ></a>";
463
  }
464
 
465
  }
457
 
458
  if( get_option('mo_openid_facebook_enable') ) {
459
  if($selected_theme == 'longbutton'){
460
+ $html .= "<a rel='nofollow' ".$gdpr_setting." style='width: " . $customWidth . "px !important;padding-top:" . ($customHeight-29) . "px !important;padding-bottom:" . ($customHeight-29) . "px !important;margin-bottom: " . ($spacebetweenicons-5) . "px !important;border-radius: " .$customBoundary. "px !important;' class='btn btn-mo btn-block btn-social btn-facebook btn-custom-dec login-button' onClick=\"moOpenIdLogin('facebook','" .$facebook_custom_app."');\"> <i style='padding-top:" . ($customHeight-35) . "px !important' class='fa fa-facebook'></i>" . $buttonText . " Facebook</a>"; }
461
  else{
462
+ $html .= "<a rel='nofollow' ".$gdpr_setting." title= ' ".$customTextofTitle." Facebook' onClick=\"moOpenIdLogin('facebook','" .$facebook_custom_app."');\" ><img alt='Facebook' style='width:" . $customSize ."px !important;height: " . $customSize ."px !important;margin-left: " . ($spacebetweenicons) ."px !important' src='" . plugins_url( 'includes/images/icons/facebook.png', __FILE__ ) . "' class='btn-mo login-button " .$selected_theme . "' ></a>";
463
  }
464
 
465
  }
miniorange_openid_sso_settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 6.6.3
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
@@ -15,7 +15,7 @@ include_once dirname( __FILE__ ) . '/class-mo-openid-login-widget.php';
15
  require('class-mo-openid-sso-customer.php');
16
  require('class-mo-openid-sso-shortcode-buttons.php');
17
  require('class-mo-openid-social-comment.php');
18
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '6.6.3');
19
 
20
  class Miniorange_OpenID_SSO {
21
 
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 6.6.4
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
15
  require('class-mo-openid-sso-customer.php');
16
  require('class-mo-openid-sso-shortcode-buttons.php');
17
  require('class-mo-openid-social-comment.php');
18
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '6.6.4');
19
 
20
  class Miniorange_OpenID_SSO {
21
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, social, facebook, twitter, login, facebook login, google login, google, twitter login, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.6
7
- Stable tag: 6.6.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -167,6 +167,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
167
 
168
  == Changelog ==
169
 
 
 
 
170
  = 6.6.3 =
171
  * GDPR Compliance
172
  * Fix for issue in login (International Characters)
@@ -527,6 +530,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
527
  * First version of Social Login, Social Sharing plugin.
528
 
529
  == Upgrade Notice ==
 
 
 
530
  = 6.6.3 =
531
  * GDPR Compliance
532
  * Fix for issue in login (International Characters)
4
  Tags: social login, social, facebook, twitter, login, facebook login, google login, google, twitter login, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.6
7
+ Stable tag: 6.6.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
167
 
168
  == Changelog ==
169
 
170
+ = 6.6.4 =
171
+ * Css fix in login button related to GDPR Compliance
172
+
173
  = 6.6.3 =
174
  * GDPR Compliance
175
  * Fix for issue in login (International Characters)
530
  * First version of Social Login, Social Sharing plugin.
531
 
532
  == Upgrade Notice ==
533
+ = 6.6.4 =
534
+ * Css fix in login button related to GDPR Compliance
535
+
536
  = 6.6.3 =
537
  * GDPR Compliance
538
  * Fix for issue in login (International Characters)