Social Login - Version 1.3.3

Version Description

  • Multisite issues with Widget fixed
Download this release

Release Info

Developer ClaudeSchlesser
Plugin Icon 128x128 Social Login
Version 1.3.3
Comparing to
See all releases

Code changes from version 1.3.2 to 1.3.3

Files changed (2) hide show
  1. includes/user_interface.php +4 -2
  2. readme.txt +7 -4
includes/user_interface.php CHANGED
@@ -155,6 +155,8 @@ function oa_social_login_render_login_form ($args = null)
155
 
156
  if (count ($providers) > 0)
157
  {
 
 
158
  ?>
159
  <div class="oneall_social_login">
160
  <?php
@@ -165,9 +167,9 @@ function oa_social_login_render_login_form ($args = null)
165
  <?php
166
  }
167
  ?>
168
- <div class="oneall_social_login_providers"></div>
169
  <script type="text/javascript">
170
- oneall.api.plugins.social_login.build("oneall_social_login_providers", {
171
  'providers' : ['<?php echo implode ("','", $providers); ?>'],
172
  'callback_uri': <?php echo $redirect_url; ?>,
173
  'css_theme_uri' : '<?php echo $css_theme_uri; ?>'
155
 
156
  if (count ($providers) > 0)
157
  {
158
+ //Random integer
159
+ $rand = mt_rand(99999, 9999999);
160
  ?>
161
  <div class="oneall_social_login">
162
  <?php
167
  <?php
168
  }
169
  ?>
170
+ <div class="oneall_social_login_providers" id="oneall_social_login_providers_<?php echo $rand; ?>"></div>
171
  <script type="text/javascript">
172
+ oneall.api.plugins.social_login.build("oneall_social_login_providers_<?php echo $rand; ?>", {
173
  'providers' : ['<?php echo implode ("','", $providers); ?>'],
174
  'callback_uri': <?php echo $redirect_url; ?>,
175
  'css_theme_uri' : '<?php echo $css_theme_uri; ?>'
readme.txt CHANGED
@@ -3,15 +3,15 @@ Contributors: ClaudeSchlesser
3
  Tags: facebook, linkedin, google, yahoo, twitter, openid, wordpress.com, vkontakte, hyves, social connect, social login
4
  Requires at least: 3.0
5
  Tested up to: 3.2.1
6
- Stable tag: 1.3.2
7
 
8
  Allow your visitors to comment and login with social networks like Twitter, Facebook, LinkedIn, Hyves, OpenID, Вконтакте, Google, Yahoo
9
 
10
  == Description ==
11
 
12
- The Social Login Plugin is a professional though free plugin that allows your<br />
13
- visitors to comment, login and register with social networks like Twitter, Facebook,<br />
14
- LinkedIn, Hyves, Вконтакте, Google or Yahoo. <br /><br />
15
 
16
  <strong>Choose where to add the social login feature:</strong>
17
  <ul>
@@ -92,3 +92,6 @@ http://www.oneall.com/company/contact-us/
92
 
93
  = 1.3.2 =
94
  * Stable Version
 
 
 
3
  Tags: facebook, linkedin, google, yahoo, twitter, openid, wordpress.com, vkontakte, hyves, social connect, social login
4
  Requires at least: 3.0
5
  Tested up to: 3.2.1
6
+ Stable tag: 1.3.3
7
 
8
  Allow your visitors to comment and login with social networks like Twitter, Facebook, LinkedIn, Hyves, OpenID, Вконтакте, Google, Yahoo
9
 
10
  == Description ==
11
 
12
+ The Social Login Plugin is a professional though free plugin that allows your visitors to comment,
13
+ login and register with social networks like Twitter, Facebook, LinkedIn, Hyves, Вконтакте, Google or
14
+ Yahoo. <br />
15
 
16
  <strong>Choose where to add the social login feature:</strong>
17
  <ul>
92
 
93
  = 1.3.2 =
94
  * Stable Version
95
+
96
+ = 1.3.3 =
97
+ * Multisite issues with Widget fixed