Social Login - Version 7.1.1

Version Description

  • Fixed "the plugin generated 2 characters of unexpected output during activation"
  • Fixed issue of tour restart every time for Firefox
Download this release

Release Info

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

Code changes from version 7.1.0 to 7.1.1

class-mo-openid-login-widget.php CHANGED
@@ -2781,9 +2781,5 @@ Thank you.';
2781
  $username = preg_replace( '|\s+|', ' ', $username );
2782
  return $username;
2783
  }
2784
-
2785
-
2786
-
2787
-
2788
  }
2789
  ?>
2781
  $username = preg_replace( '|\s+|', ' ', $username );
2782
  return $username;
2783
  }
 
 
 
 
2784
  }
2785
  ?>
class-mo-openid-sso-customer.php CHANGED
@@ -485,4 +485,4 @@ class CustomerOpenID {
485
  curl_close($ch);
486
  return $content;
487
  }
488
- }?>
485
  curl_close($ch);
486
  return $content;
487
  }
488
+ }?>
miniorange_openid_sso_settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://www.miniorange.com/social-login
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.1.0
7
  * Author: social login (miniOrange)
8
  * Author URI: https://www.miniorange.com/social-login
9
  * License: GPL2
@@ -14,7 +14,7 @@ include_once dirname( __FILE__ ) . '/class-mo-openid-login-widget.php';
14
  require('class-mo-openid-sso-customer.php');
15
  require('class-mo-openid-sso-shortcode-buttons.php');
16
  require('class-mo-openid-social-comment.php');
17
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.1.0');
18
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
19
  class Miniorange_OpenID_SSO {
20
 
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://www.miniorange.com/social-login
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.1.1
7
  * Author: social login (miniOrange)
8
  * Author URI: https://www.miniorange.com/social-login
9
  * License: GPL2
14
  require('class-mo-openid-sso-customer.php');
15
  require('class-mo-openid-sso-shortcode-buttons.php');
16
  require('class-mo-openid-social-comment.php');
17
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.1.1');
18
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
19
  class Miniorange_OpenID_SSO {
20
 
miniorange_openid_sso_settings_page.php CHANGED
@@ -1,7 +1,5 @@
1
  <?php
2
  ob_start();
3
-
4
-
5
  function mo_register_openid() {
6
 
7
 
@@ -142,17 +140,16 @@ function mo_register_openid() {
142
  tour1.end();
143
  }
144
  function end_tour1() {
145
- var aassd = "plugin_tour";
146
  jQuery.ajax({
147
  url:base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=pricing', //the page containing php script
148
  method: "POST", //request type,
149
- data: {update_tour_status: aassd},
150
  dataType: 'text',
151
  success:function(result){
152
 
153
  }
154
  });
155
- window.location = base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=pricing'
156
 
157
  }
158
 
@@ -4420,6 +4417,4 @@ function mo_pop_show_verify_password_page() {
4420
  </script>
4421
  <?php
4422
  }
4423
- ?>
4424
-
4425
-
1
  <?php
2
  ob_start();
 
 
3
  function mo_register_openid() {
4
 
5
 
140
  tour1.end();
141
  }
142
  function end_tour1() {
143
+ var tour_variable = "plugin_tour";
144
  jQuery.ajax({
145
  url:base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=pricing', //the page containing php script
146
  method: "POST", //request type,
147
+ data: {update_tour_status: tour_variable},
148
  dataType: 'text',
149
  success:function(result){
150
 
151
  }
152
  });
 
153
 
154
  }
155
 
4417
  </script>
4418
  <?php
4419
  }
4420
+ ?>
 
 
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: 4.9.8
7
- Stable tag: 7.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -176,6 +176,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
176
 
177
 
178
  == Changelog ==
 
 
 
 
179
  = 7.1.0 =
180
  * Added plugin tour buttons to give an overview of features
181
  * Updated registration flow for better visibility
@@ -588,6 +592,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
588
  * First version of Social Login, Social Sharing plugin.
589
 
590
  == Upgrade Notice ==
 
 
 
 
591
  = 7.1.0 =
592
  * Added plugin tour buttons to give an overview of features
593
  * Updated registration flow for better visibility
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: 4.9.8
7
+ Stable tag: 7.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
176
 
177
 
178
  == Changelog ==
179
+ = 7.1.1 =
180
+ * Fixed "the plugin generated 2 characters of unexpected output during activation"
181
+ * Fixed issue of tour restart every time for Firefox
182
+
183
  = 7.1.0 =
184
  * Added plugin tour buttons to give an overview of features
185
  * Updated registration flow for better visibility
592
  * First version of Social Login, Social Sharing plugin.
593
 
594
  == Upgrade Notice ==
595
+ = 7.1.1 =
596
+ * Fixed "the plugin generated 2 characters of unexpected output during activation"
597
+ * Fixed issue of tour restart every time for Firefox
598
+
599
  = 7.1.0 =
600
  * Added plugin tour buttons to give an overview of features
601
  * Updated registration flow for better visibility