Social Login - Version 5.5.1

Version Description

  • Notice fixed
Download this release

Release Info

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

Code changes from version 5.5.0 to 5.5.1

Files changed (3) hide show
  1. includes/toolbox.php +1 -1
  2. oa-social-login.php +2 -2
  3. readme.txt +4 -1
includes/toolbox.php CHANGED
@@ -277,7 +277,7 @@ function oa_social_login_get_num_users ()
277
  {
278
  GLOBAL $wpdb;
279
  $sql = "SELECT COUNT(user_id) AS tot FROM " . $wpdb->usermeta . " AS um WHERE um.meta_key = 'oa_social_login_user_token'";
280
- return $wpdb->get_var ($wpdb->prepare ($sql, null));
281
  }
282
 
283
 
277
  {
278
  GLOBAL $wpdb;
279
  $sql = "SELECT COUNT(user_id) AS tot FROM " . $wpdb->usermeta . " AS um WHERE um.meta_key = 'oa_social_login_user_token'";
280
+ return $wpdb->get_var ($sql);
281
  }
282
 
283
 
oa-social-login.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Login
4
  * Plugin URI: http://www.oneall.com/
5
  * Description: Social Login allows your users to <strong>comment, login and register with 40+ social networks</strong> like Twitter, Facebook, LinkedIn, Instagram, Вконтакте, Google or Yahoo.
6
- * Version: 5.5.0
7
  * Author: OneAll Social Login <support@oneall.com>
8
  * Author URI: https://www.oneall.com/services/social-network-integration/social-login/
9
  * License: GPL2
@@ -12,7 +12,7 @@
12
 
13
  define ('OA_SOCIAL_LOGIN_PLUGIN_URL', plugins_url () . '/' . basename (dirname (__FILE__)));
14
  define ('OA_SOCIAL_LOGIN_BASE_PATH', dirname (plugin_basename (__FILE__)));
15
- define ('OA_SOCIAL_LOGIN_VERSION', '5.5.0');
16
 
17
  /**
18
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
3
  * Plugin Name: Social Login
4
  * Plugin URI: http://www.oneall.com/
5
  * Description: Social Login allows your users to <strong>comment, login and register with 40+ social networks</strong> like Twitter, Facebook, LinkedIn, Instagram, Вконтакте, Google or Yahoo.
6
+ * Version: 5.5.1
7
  * Author: OneAll Social Login <support@oneall.com>
8
  * Author URI: https://www.oneall.com/services/social-network-integration/social-login/
9
  * License: GPL2
12
 
13
  define ('OA_SOCIAL_LOGIN_PLUGIN_URL', plugins_url () . '/' . basename (dirname (__FILE__)));
14
  define ('OA_SOCIAL_LOGIN_BASE_PATH', dirname (plugin_basename (__FILE__)));
15
+ define ('OA_SOCIAL_LOGIN_VERSION', '5.5.1');
16
 
17
  /**
18
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: OneAll.com, ClaudeSchlesser, socialloginoneall
3
  Tags: social login, social network login, social connect, facebook login, twitter login, linkedin login
4
  Requires at least: 3.0
5
  Tested up to: 5.2
6
- Stable tag: 5.5.0
7
  License: GPLv2 or later
8
 
9
  Social Login allows your users to login, register and comment with 40+ Social Networks. Professional development and support included.
@@ -161,6 +161,9 @@ http://docs.oneall.com/plugins/guide/social-login-wordpress/
161
 
162
  == Changelog ==
163
 
 
 
 
164
  = 5.5.0 =
165
  * Text domain fixed
166
  * German translations updated
3
  Tags: social login, social network login, social connect, facebook login, twitter login, linkedin login
4
  Requires at least: 3.0
5
  Tested up to: 5.2
6
+ Stable tag: 5.5.1
7
  License: GPLv2 or later
8
 
9
  Social Login allows your users to login, register and comment with 40+ Social Networks. Professional development and support included.
161
 
162
  == Changelog ==
163
 
164
+ = 5.5.1 =
165
+ * Notice fixed
166
+
167
  = 5.5.0 =
168
  * Text domain fixed
169
  * German translations updated