Social Login - Version 7.2.2

Version Description

  • Updated Facebook button UI as per Facebook branding guidelines.
  • Updated Google button UI as per Google branding guidelines.
  • Fixed update custom app credentials issue.
  • Fixed Logout text issue.
  • Fixed OTP email template issue.
Download this release

Release Info

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

Code changes from version 7.2.1 to 7.2.2

class-mo-openid-login-widget.php CHANGED
@@ -57,7 +57,7 @@ include "class-mo-openid-social-login-functions.php";
57
  $customTextofTitle = esc_attr(get_option('mo_openid_login_button_customize_text'));
58
  $customBoundary = esc_attr(get_option('mo_login_icon_custom_boundary'));
59
  $customLogoutName = esc_attr(get_option('mo_openid_login_widget_customize_logout_name_text'));
60
- $customLogoutLink = esc_url(get_option('mo_openid_login_widget_customize_logout_text'));
61
  $customTextColor= esc_attr(get_option('mo_login_openid_login_widget_customize_textcolor'));
62
  $customText = esc_html(get_option('mo_openid_login_widget_customize_text'));
63
 
@@ -71,7 +71,6 @@ include "class-mo-openid-social-login-functions.php";
71
  $amazon_custom_app = esc_attr($this->if_custom_app_exists('amazon'));
72
  $instagram_custom_app = esc_attr($this->if_custom_app_exists('instagram'));
73
  $yahoo_custom_app = esc_attr($this->if_custom_app_exists('yahoo'));
74
-
75
  if (get_option('mo_openid_gdpr_consent_enable')) {
76
  $gdpr_setting = "disabled='disabled'";
77
  } else
@@ -113,18 +112,12 @@ include "class-mo-openid-social-login-functions.php";
113
 
114
  ?>
115
 
116
- <a rel='nofollow' <?php echo $gdpr_setting; ?>
117
- onClick="moOpenIdLogin('facebook','<?php echo $facebook_custom_app ?>');"
118
- style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;"
119
- class="btn-mo btn btn-block btn-social btn-facebook btn-custom-size login-button">
120
- <i style="padding-top:<?php echo $customHeight - 35 ?>px !important"
121
- class="fa fa-facebook"></i><?php
122
- echo get_option('mo_openid_login_button_customize_text'); ?> Facebook</a>
123
  <?php
124
 
125
  } else {
126
  ?>
127
-
128
  <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
129
  echo "dis";
130
  } ?> login-button" rel='nofollow'
@@ -146,11 +139,10 @@ include "class-mo-openid-social-login-functions.php";
146
 
147
  <a rel='nofollow' <?php echo $gdpr_setting; ?>
148
  onClick="moOpenIdLogin('google','<?php echo $google_custom_app ?>');"
149
- style='width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;'
150
  class='btn-mo btn btn-block btn-social btn-google btn-custom-size login-button'>
151
- <i style='padding-top:<?php echo $customHeight - 35 ?>px !important'
152
- class='fa fa-google'></i><?php
153
- echo get_option('mo_openid_login_button_customize_text'); ?> Google</a>
154
  <?php } else { ?>
155
  <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
156
  echo "dis";
@@ -382,7 +374,7 @@ include "class-mo-openid-social-login-functions.php";
382
  style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;background:<?php echo "#" . $customBackground ?> !important;border-radius:<?php echo $customBoundary ?>px !important;"
383
  class="btn-mo btn btn-block btn-social btn-facebook btn-custom-size login-button">
384
  <i style="padding-top:<?php echo $customHeight - 35 ?>px !important"
385
- class="fa fa-facebook"></i><?php
386
  echo get_option('mo_openid_login_button_customize_text'); ?> Facebook</a>
387
  <?php } else { ?>
388
 
@@ -684,7 +676,7 @@ include "class-mo-openid-social-login-functions.php";
684
  $logoutUrl = esc_url(wp_logout_url(site_url()));
685
  $customBoundary = isset( $atts['edge'] )? esc_attr($atts['edge']) : esc_attr(get_option('mo_login_icon_custom_boundary'));
686
  $customLogoutName = esc_attr(get_option('mo_openid_login_widget_customize_logout_name_text'));
687
- $customLogoutLink = esc_url(get_option('mo_openid_login_widget_customize_logout_text'));
688
  $customTextColor= isset( $atts['color'] )? esc_attr($atts['color']) : esc_attr(get_option('mo_login_openid_login_widget_customize_textcolor'));
689
  $customText=isset( $atts['heading'] )? esc_html($atts['heading']) :esc_html(get_option('mo_openid_login_widget_customize_text'));
690
 
@@ -743,7 +735,7 @@ include "class-mo-openid-social-login-functions.php";
743
 
744
  if (get_option('mo_openid_facebook_enable')) {
745
  if ($selected_theme == 'longbutton') {
746
- $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>";
747
  } else {
748
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' 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='" . $dis . " login-button " . $selected_theme . "' ></a>";
749
  }
@@ -752,7 +744,7 @@ include "class-mo-openid-social-login-functions.php";
752
 
753
  if (get_option('mo_openid_google_enable')) {
754
  if ($selected_theme == 'longbutton') {
755
- $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-google btn-custom-dec login-button' onClick=\"moOpenIdLogin('google','" . $google_custom_app . "');\"> <i style='padding-top:" . ($customHeight - 35) . "px !important' class='fa fa-google'></i>" . $buttonText . " Google</a>";
756
  } else {
757
 
758
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' onClick=\"moOpenIdLogin('google','" . $google_custom_app . "');\" title= ' " . $customTextofTitle . " Google'><img alt='Google' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/google.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
57
  $customTextofTitle = esc_attr(get_option('mo_openid_login_button_customize_text'));
58
  $customBoundary = esc_attr(get_option('mo_login_icon_custom_boundary'));
59
  $customLogoutName = esc_attr(get_option('mo_openid_login_widget_customize_logout_name_text'));
60
+ $customLogoutLink = (get_option('mo_openid_login_widget_customize_logout_text'));
61
  $customTextColor= esc_attr(get_option('mo_login_openid_login_widget_customize_textcolor'));
62
  $customText = esc_html(get_option('mo_openid_login_widget_customize_text'));
63
 
71
  $amazon_custom_app = esc_attr($this->if_custom_app_exists('amazon'));
72
  $instagram_custom_app = esc_attr($this->if_custom_app_exists('instagram'));
73
  $yahoo_custom_app = esc_attr($this->if_custom_app_exists('yahoo'));
 
74
  if (get_option('mo_openid_gdpr_consent_enable')) {
75
  $gdpr_setting = "disabled='disabled'";
76
  } else
112
 
113
  ?>
114
 
115
+ <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('facebook','<?php echo $facebook_custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-facebook btn-custom-size login-button" ><svg xmlns="http://www.w3.org/2000/svg" style="padding-top: <?php echo $customHeight-30?>px;border-right:none;margin-left: 2%;" ><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg><?php
116
+ echo get_option('mo_openid_login_button_customize_text'); ?> Facebook</a>
 
 
 
 
 
117
  <?php
118
 
119
  } else {
120
  ?>
 
121
  <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
122
  echo "dis";
123
  } ?> login-button" rel='nofollow'
139
 
140
  <a rel='nofollow' <?php echo $gdpr_setting; ?>
141
  onClick="moOpenIdLogin('google','<?php echo $google_custom_app ?>');"
142
+ style='width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;border-color: rgba(110, 100, 100, 0.2);border-bottom-width: initial;'
143
  class='btn-mo btn btn-block btn-social btn-google btn-custom-size login-button'>
144
+ <i style='border-right:none;padding-top:<?php echo $customHeight - 35 ?>px !important'
145
+ class='fa'><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48" ><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"/><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"/><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"/><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"/></svg></i><span style="color:#000000;font-weight: 600;"><?php echo get_option('mo_openid_login_button_customize_text'); ?> Google</span></a>
 
146
  <?php } else { ?>
147
  <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
148
  echo "dis";
374
  style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;background:<?php echo "#" . $customBackground ?> !important;border-radius:<?php echo $customBoundary ?>px !important;"
375
  class="btn-mo btn btn-block btn-social btn-facebook btn-custom-size login-button">
376
  <i style="padding-top:<?php echo $customHeight - 35 ?>px !important"
377
+ class="fa"><svg xmlns="http://www.w3.org/2000/svg" style="padding-top:12%;border-right:none;margin-left: 2%;" ><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg></i><?php
378
  echo get_option('mo_openid_login_button_customize_text'); ?> Facebook</a>
379
  <?php } else { ?>
380
 
676
  $logoutUrl = esc_url(wp_logout_url(site_url()));
677
  $customBoundary = isset( $atts['edge'] )? esc_attr($atts['edge']) : esc_attr(get_option('mo_login_icon_custom_boundary'));
678
  $customLogoutName = esc_attr(get_option('mo_openid_login_widget_customize_logout_name_text'));
679
+ $customLogoutLink = (get_option('mo_openid_login_widget_customize_logout_text'));
680
  $customTextColor= isset( $atts['color'] )? esc_attr($atts['color']) : esc_attr(get_option('mo_login_openid_login_widget_customize_textcolor'));
681
  $customText=isset( $atts['heading'] )? esc_html($atts['heading']) :esc_html(get_option('mo_openid_login_widget_customize_text'));
682
 
735
 
736
  if (get_option('mo_openid_facebook_enable')) {
737
  if ($selected_theme == 'longbutton') {
738
+ $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 . "');\"> <svg xmlns=\"http://www.w3.org/2000/svg\" style=\"padding-top:".($customHeight-30)."px;border-right:none;margin-left: 2%;\" ><path fill=\"#fff\" d=\"M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z\"/></svg>" . $buttonText . " Facebook</a>";
739
  } else {
740
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' 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='" . $dis . " login-button " . $selected_theme . "' ></a>";
741
  }
744
 
745
  if (get_option('mo_openid_google_enable')) {
746
  if ($selected_theme == 'longbutton') {
747
+ $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;border-color: rgba(110, 100, 100, 0.2);border-bottom-width: initial;' class='btn btn-mo btn-block btn-social btn-google btn-custom-dec login-button' onClick=\"moOpenIdLogin('google','" . $google_custom_app . "');\"> <i style='padding-top:" . ($customHeight - 35) . "px !important;border-right:none;' class='fa'><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\" ><defs><path id=\"a\" d=\"M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z\"/></defs><clipPath id=\"b\"><use xlink:href=\"#a\" overflow=\"visible\"/></clipPath><path clip-path=\"url(#b)\" fill=\"#FBBC05\" d=\"M0 37V11l17 13z\"/><path clip-path=\"url(#b)\" fill=\"#EA4335\" d=\"M0 11l17 13 7-6.1L48 14V0H0z\"/><path clip-path=\"url(#b)\" fill=\"#34A853\" d=\"M0 37l30-23 7.9 1L48 0v48H0z\"/><path clip-path=\"url(#b)\" fill=\"#4285F4\" d=\"M48 48L17 24l-4-3 35-10z\"/></svg></i><span style=\"color:#000000;font-weight: 600;\">" . $buttonText . " Google</span></a>";
748
  } else {
749
 
750
  $html .= "<a class='" . $dis . " login-button' rel='nofollow' onClick=\"moOpenIdLogin('google','" . $google_custom_app . "');\" title= ' " . $customTextofTitle . " Google'><img alt='Google' style='width:" . $customSize . "px !important;height: " . $customSize . "px !important;margin-left: " . ($spacebetweenicons) . "px !important' src='" . plugins_url('includes/images/icons/google.png', __FILE__) . "' class='" . $dis . " login-button " . $selected_theme . "' ></a>";
class-mo-openid-social-login-functions.php CHANGED
@@ -761,7 +761,7 @@ function mo_openid_process_custom_app_callback(){
761
 
762
  if($appname != "twitter"){
763
 
764
-
765
  if($appname == "google")
766
  {
767
  $headers = array("Content-Type"=>"application/x-www-form-urlencoded");
761
 
762
  if($appname != "twitter"){
763
 
764
+ $headers='';
765
  if($appname == "google")
766
  {
767
  $headers = array("Content-Type"=>"application/x-www-form-urlencoded");
includes/css/bootstrap-social.css CHANGED
@@ -31,10 +31,10 @@
31
  .btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
32
  .btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;}
33
  .btn-dropbox .badge{color:#1087dd;background-color:#fff}
34
- .btn-facebook{color:#fff !important;background-color:#3b5998;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3b5998,#3b5998) !important;}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#2d4373,#2d4373) !important;}
35
  .btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
36
- .btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3b5998,#3b5998) !important;}
37
- .btn-facebook .badge{color:#3b5998;background-color:#fff}
38
  .btn-flickr{color:#fff !important;background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cc006a,#cc006a) !important;}
39
  .btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
40
  .btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}
@@ -47,10 +47,10 @@
47
  .btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
48
  .btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}
49
  .btn-github .badge{color:#444;background-color:#fff}
50
- .btn-google{color:#fff !important;background-color:#dd4b39;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#dd4b39,#dd4b39) !important;}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#c23321,#c23321) !important;}
51
  .btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
52
- .btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#dd4b39,#dd4b39) !important;}
53
- .btn-google .badge{color:#dd4b39;background-color:#fff}
54
  .btn-instagram{color:#fff!important;background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#305777,#305777) !important;}
55
  .btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
56
  .btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}
31
  .btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
32
  .btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#1087dd,#1087dd) !important;}
33
  .btn-dropbox .badge{color:#1087dd;background-color:#fff}
34
+ .btn-facebook{color:#fff !important;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}
35
  .btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
36
+ .btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#4267B2;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#4267B2,#4267B2) !important;}
37
+ .btn-facebook .badge{color:#4267B2;background-color:#fff}
38
  .btn-flickr{color:#fff !important;background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#cc006a,#cc006a) !important;}
39
  .btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
40
  .btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#ff0084,#ff0084) !important;}
47
  .btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
48
  .btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#444,#444) !important;}
49
  .btn-github .badge{color:#444;background-color:#fff}
50
+ .btn-google{color:#fff !important;background-color:##fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,##fff,##fff) !important;}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#fff,#fff) !important;}
51
  .btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
52
+ .btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:##fff;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,##fff,##fff) !important;}
53
+ .btn-google .badge{color:##fff;background-color:#fff}
54
  .btn-instagram{color:#fff!important;background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#305777,#305777) !important;}
55
  .btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
56
  .btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2);background-image: linear-gradient(to bottom,#3f729b,#3f729b) !important;}
includes/images/icons/facebook.png CHANGED
Binary file
miniorange_openid_sso_settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://plugins.miniorange.com/social-login-social-sharing
5
  * Description: Allow your users to login, comment and share with social login apps like Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
6
- * Version: 7.2.1
7
  * Author: social login (miniOrange)
8
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
9
  */
@@ -13,7 +13,7 @@ include_once dirname( __FILE__ ) . '/class-mo-openid-login-widget.php';
13
  require('class-mo-openid-sso-customer.php');
14
  require('class-mo-openid-sso-shortcode-buttons.php');
15
  require('class-mo-openid-social-comment.php');
16
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.2.1');
17
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
18
  class Miniorange_OpenID_SSO {
19
 
@@ -1016,7 +1016,7 @@ Thank you.';
1016
  update_option('mo_email_verify_wrong_otp', sanitize_text_field($_POST['mo_email_verify_wrong_otp']));
1017
 
1018
  $_POST['custom_otp_msg']=stripslashes( $_POST['custom_otp_msg']);
1019
- update_option('custom_otp_msg',sanitize_text_field($_POST['custom_otp_msg']));
1020
  }
1021
  //account-linking
1022
  update_option( 'mo_openid_account_linking_enable', isset( $_POST['mo_openid_account_linking_enable']) ? sanitize_text_field($_POST['mo_openid_account_linking_enable']) : 0);
@@ -1032,7 +1032,7 @@ Thank you.';
1032
  }
1033
 
1034
  update_option('mo_openid_login_widget_customize_logout_name_text',sanitize_text_field($_POST['mo_openid_login_widget_customize_logout_name_text']));
1035
- update_option( 'mo_openid_login_widget_customize_logout_text',sanitize_text_field($_POST['mo_openid_login_widget_customize_logout_text']));
1036
  update_option('moopenid_logo_check', isset( $_POST['moopenid_logo_check']) ? sanitize_text_field($_POST['moopenid_logo_check']) : 0);
1037
  update_option('mo_login_openid_login_widget_customize_textcolor',sanitize_text_field($_POST['mo_login_openid_login_widget_customize_textcolor']));
1038
  update_option('mo_openid_login_theme',sanitize_text_field($_POST['mo_openid_login_theme'] ));
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://plugins.miniorange.com/social-login-social-sharing
5
  * Description: Allow your users to login, comment and share with social login apps like Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
6
+ * Version: 7.2.2
7
  * Author: social login (miniOrange)
8
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
9
  */
13
  require('class-mo-openid-sso-customer.php');
14
  require('class-mo-openid-sso-shortcode-buttons.php');
15
  require('class-mo-openid-social-comment.php');
16
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.2.2');
17
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
18
  class Miniorange_OpenID_SSO {
19
 
1016
  update_option('mo_email_verify_wrong_otp', sanitize_text_field($_POST['mo_email_verify_wrong_otp']));
1017
 
1018
  $_POST['custom_otp_msg']=stripslashes( $_POST['custom_otp_msg']);
1019
+ update_option('custom_otp_msg',($_POST['custom_otp_msg']));
1020
  }
1021
  //account-linking
1022
  update_option( 'mo_openid_account_linking_enable', isset( $_POST['mo_openid_account_linking_enable']) ? sanitize_text_field($_POST['mo_openid_account_linking_enable']) : 0);
1032
  }
1033
 
1034
  update_option('mo_openid_login_widget_customize_logout_name_text',sanitize_text_field($_POST['mo_openid_login_widget_customize_logout_name_text']));
1035
+ update_option( 'mo_openid_login_widget_customize_logout_text',$_POST['mo_openid_login_widget_customize_logout_text']);
1036
  update_option('moopenid_logo_check', isset( $_POST['moopenid_logo_check']) ? sanitize_text_field($_POST['moopenid_logo_check']) : 0);
1037
  update_option('mo_login_openid_login_widget_customize_textcolor',sanitize_text_field($_POST['mo_login_openid_login_widget_customize_textcolor']));
1038
  update_option('mo_openid_login_theme',sanitize_text_field($_POST['mo_openid_login_theme'] ));
miniorange_openid_sso_settings_page.php CHANGED
@@ -571,10 +571,10 @@ function mo_openid_apps_config() {
571
  </div>
572
 
573
  <div>
574
- <a id="mo_login_button_preview_facebook" class="btn btn-block btn-defaulttheme btn-social btn-facebook btn-custom-size"> <i class="fa fa-facebook"></i><?php
575
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Facebook</a>
576
- <a id="mo_login_button_preview_google" class="btn btn-block btn-defaulttheme btn-social btn-google btn-custom-size"> <i class="fa fa-google"></i><?php
577
- echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Google</a>
578
  <a id="mo_login_button_preview_vkontakte" class="btn btn-block btn-defaulttheme btn-social btn-vk btn-custom-size"> <i class="fa fa-vk"></i><?php
579
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Vkontakte</a>
580
  <a id="mo_login_button_preview_twitter" class="btn btn-block btn-defaulttheme btn-social btn-twitter btn-custom-size"> <i class="fa fa-twitter"></i><?php
@@ -606,7 +606,7 @@ function mo_openid_apps_config() {
606
  <i class="mo_custom_login_icon_preview fa fa-yahoo" id="mo_custom_login_icon_preview_yahoo" style="color:#ffffff;text-align:center;margin-top:5px;" ></i>
607
  </div>
608
  <div>
609
- <a id="mo_custom_login_button_preview_facebook" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="fa fa-facebook"></i><?php
610
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Facebook</a>
611
  <a id="mo_custom_login_button_preview_google" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="fa fa-google"></i><?php
612
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Google</a>
@@ -681,7 +681,7 @@ function mo_openid_apps_config() {
681
  <tr>
682
  <td><b>Enter text to show as logout link:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
683
  <input class="mo_openid_table_textbox" style="width:50%" type="text" name="mo_openid_login_widget_customize_logout_text"
684
- value="<?php echo esc_attr(get_option('mo_openid_login_widget_customize_logout_text')); ?>" /></td>
685
  </tr>
686
 
687
  <tr><td>
@@ -4087,8 +4087,8 @@ function update_custom_app($appname){
4087
  </div>
4088
  <form id="form-common" name="form-common" method="post" action="admin.php?page=mo_openid_settings&tab=custom_app">
4089
  <input type="hidden" name="option" value="mo_openid_add_custom_app" />
4090
- <input type="hidden" name="mo_openid_custom_app_nonce"
4091
- value="<?php echo wp_create_nonce( 'mo-openid-custom-app-nonce' ); ?>"/>
4092
  <table class="mo_settings_table">
4093
  <tr>
4094
  <td><strong><font color="#FF0000">*</font>Application:</strong></td>
571
  </div>
572
 
573
  <div>
574
+ <a id="mo_login_button_preview_facebook" class="btn btn-block btn-defaulttheme btn-social btn-facebook btn-custom-size"> <i class="fa" style="border-right:none;"><svg xmlns="http://www.w3.org/2000/svg" style="margin-top:12%;margin-left: 2%;" ><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg></i><?php
575
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Facebook</a>
576
+ <a style="border-color: rgba(110, 100, 100, 0.2);border-bottom-width: initial;" id="mo_login_button_preview_google" class="btn btn-block btn-defaulttheme btn-social btn-google btn-custom-size"> <i class="fa"style="border-right:none;"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48" ><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"/><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"/><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"/><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"/></svg></i><?php
577
+ ?> <span style="color:#000000;font-weight: 600;"><?php echo esc_html(get_option('mo_openid_login_button_customize_text'));?> Google</span></a>
578
  <a id="mo_login_button_preview_vkontakte" class="btn btn-block btn-defaulttheme btn-social btn-vk btn-custom-size"> <i class="fa fa-vk"></i><?php
579
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Vkontakte</a>
580
  <a id="mo_login_button_preview_twitter" class="btn btn-block btn-defaulttheme btn-social btn-twitter btn-custom-size"> <i class="fa fa-twitter"></i><?php
606
  <i class="mo_custom_login_icon_preview fa fa-yahoo" id="mo_custom_login_icon_preview_yahoo" style="color:#ffffff;text-align:center;margin-top:5px;" ></i>
607
  </div>
608
  <div>
609
+ <a id="mo_custom_login_button_preview_facebook" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="fa" style="border-right:none;"><svg xmlns="http://www.w3.org/2000/svg" style="margin-top:12%;margin-left: 2%;" ><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg></i><?php
610
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Facebook</a>
611
  <a id="mo_custom_login_button_preview_google" class="btn btn-block btn-customtheme btn-social btn-custom-size"> <i class="fa fa-google"></i><?php
612
  echo esc_html(get_option('mo_openid_login_button_customize_text')); ?> Google</a>
681
  <tr>
682
  <td><b>Enter text to show as logout link:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
683
  <input class="mo_openid_table_textbox" style="width:50%" type="text" name="mo_openid_login_widget_customize_logout_text"
684
+ value="<?php echo (get_option('mo_openid_login_widget_customize_logout_text')); ?>" /></td>
685
  </tr>
686
 
687
  <tr><td>
4087
  </div>
4088
  <form id="form-common" name="form-common" method="post" action="admin.php?page=mo_openid_settings&tab=custom_app">
4089
  <input type="hidden" name="option" value="mo_openid_add_custom_app" />
4090
+ <input type="hidden" name="mo_openid_add_custom_nonce"
4091
+ value="<?php echo wp_create_nonce( 'mo-openid-add-custom-app-nonce' ); ?>"/>
4092
  <table class="mo_settings_table">
4093
  <tr>
4094
  <td><strong><font color="#FF0000">*</font>Application:</strong></td>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.1
7
- Stable tag: 7.2.1
8
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
9
 
10
  Social Login with Google, Facebook, Twitter, Vkontakte, LinkedIn and more. GDPR compliant. Social sharing and social comments. Quickest setup.
@@ -175,6 +175,13 @@ Please email us at info@miniorange.com. You can also submit your query from the
175
 
176
 
177
  == Changelog ==
 
 
 
 
 
 
 
178
  = 7.2.1 =
179
  SECURITY FIXES
180
  * Fixed sanitization issues
@@ -625,6 +632,13 @@ SECURITY FIXES
625
  * First version of Social Login, Social Sharing plugin.
626
 
627
  == Upgrade Notice ==
 
 
 
 
 
 
 
628
  = 7.2.1 =
629
  SECURITY FIXES
630
  * Fixed sanitization issues
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.1
7
+ Stable tag: 7.2.2
8
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
9
 
10
  Social Login with Google, Facebook, Twitter, Vkontakte, LinkedIn and more. GDPR compliant. Social sharing and social comments. Quickest setup.
175
 
176
 
177
  == Changelog ==
178
+ = 7.2.2 =
179
+ * Updated Facebook button UI as per Facebook branding guidelines.
180
+ * Updated Google button UI as per Google branding guidelines.
181
+ * Fixed update custom app credentials issue.
182
+ * Fixed Logout text issue.
183
+ * Fixed OTP email template issue.
184
+
185
  = 7.2.1 =
186
  SECURITY FIXES
187
  * Fixed sanitization issues
632
  * First version of Social Login, Social Sharing plugin.
633
 
634
  == Upgrade Notice ==
635
+ = 7.2.2 =
636
+ * Updated Facebook button UI as per Facebook branding guidelines.
637
+ * Updated Google button UI as per Google branding guidelines.
638
+ * Fixed update custom app credentials issue.
639
+ * Fixed Logout text issue.
640
+ * Fixed OTP email template issue.
641
+
642
  = 7.2.1 =
643
  SECURITY FIXES
644
  * Fixed sanitization issues