Social Login - Version 6.4.1

Version Description

  • Fix for issue in sending OTP during registration
Download this release

Release Info

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

Code changes from version 6.4.0 to 6.4.1

class-mo-openid-sso-customer.php CHANGED
@@ -229,7 +229,8 @@ class CustomerOpenID {
229
  exit ();
230
  }
231
  curl_close ( $ch );
232
- return $content;
 
233
  }
234
 
235
  function check_customer_valid(){
229
  exit ();
230
  }
231
  curl_close ( $ch );
232
+ $currentTimeInMillis = round( microtime( true ) * 1000 );
233
+ return empty( $content ) ? number_format($currentTimeInMillis, 0, '', ''): $content;
234
  }
235
 
236
  function check_customer_valid(){
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.4.0
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
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.4.1
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.4
7
- Stable tag: 6.4.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -165,6 +165,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
165
 
166
 
167
  == Changelog ==
 
 
 
168
  = 6.4.0 =
169
  * Fix for Facebook registration issue
170
 
@@ -493,6 +496,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
493
  * First version of Social Login, Social Sharing plugin.
494
 
495
  == Upgrade Notice ==
 
 
 
496
  = 6.4.0 =
497
  * Fix for Facebook registration issue
498
 
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.4
7
+ Stable tag: 6.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
165
 
166
 
167
  == Changelog ==
168
+ = 6.4.1 =
169
+ * Fix for issue in sending OTP during registration
170
+
171
  = 6.4.0 =
172
  * Fix for Facebook registration issue
173
 
496
  * First version of Social Login, Social Sharing plugin.
497
 
498
  == Upgrade Notice ==
499
+ = 6.4.1 =
500
+ * Fix for issue in sending OTP during registration
501
+
502
  = 6.4.0 =
503
  * Fix for Facebook registration issue
504