Social Login - Version 5.4.3

Version Description

  • Warning missing quotes fixed
Download this release

Release Info

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

Code changes from version 5.4.2 to 5.4.3

Files changed (3) hide show
  1. includes/widget.php +1 -1
  2. oa-social-login.php +2 -2
  3. readme.txt +4 -1
includes/widget.php CHANGED
@@ -123,4 +123,4 @@ function oa_social_login_init_widget ()
123
  {
124
  return register_widget('oa_social_login_widget');
125
  }
126
- add_action ('widgets_init', oa_social_login_init_widget);
123
  {
124
  return register_widget('oa_social_login_widget');
125
  }
126
+ add_action ('widgets_init', 'oa_social_login_init_widget');
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 35+ social networks</strong> like Twitter, Facebook, LinkedIn, Instagram, Вконтакте, Google or Yahoo.
6
- Version: 5.4.2
7
  Author: OneAll - Social Network Integration <support@oneall.com>
8
  Author URI: http://www.oneall.com/
9
  License: GPL2
@@ -11,7 +11,7 @@ License: GPL2
11
 
12
  define ('OA_SOCIAL_LOGIN_PLUGIN_URL', plugins_url () . '/' . basename (dirname (__FILE__)));
13
  define ('OA_SOCIAL_LOGIN_BASE_PATH', dirname (plugin_basename (__FILE__)));
14
- define ('OA_SOCIAL_LOGIN_VERSION', '5.4.2');
15
 
16
  /**
17
  * 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 35+ social networks</strong> like Twitter, Facebook, LinkedIn, Instagram, Вконтакте, Google or Yahoo.
6
+ Version: 5.4.3
7
  Author: OneAll - Social Network Integration <support@oneall.com>
8
  Author URI: http://www.oneall.com/
9
  License: GPL2
11
 
12
  define ('OA_SOCIAL_LOGIN_PLUGIN_URL', plugins_url () . '/' . basename (dirname (__FILE__)));
13
  define ('OA_SOCIAL_LOGIN_BASE_PATH', dirname (plugin_basename (__FILE__)));
14
+ define ('OA_SOCIAL_LOGIN_VERSION', '5.4.3');
15
 
16
  /**
17
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: OneAll.com, ClaudeSchlesser
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: 4.9.7
6
- Stable tag: 5.4.2
7
  License: GPLv2 or later
8
 
9
  Social Login is fully GDPR compliant and allows your users to login, register and comment with 35+ Social Networks.
@@ -148,6 +148,9 @@ http://docs.oneall.com/plugins/guide/social-login-wordpress/
148
 
149
  == Changelog ==
150
 
 
 
 
151
  = 5.4.2 =
152
  * PHP 7.2+ compatibility fixes.
153
 
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: 4.9.7
6
+ Stable tag: 5.4.3
7
  License: GPLv2 or later
8
 
9
  Social Login is fully GDPR compliant and allows your users to login, register and comment with 35+ Social Networks.
148
 
149
  == Changelog ==
150
 
151
+ = 5.4.3 =
152
+ * Warning missing quotes fixed
153
+
154
  = 5.4.2 =
155
  * PHP 7.2+ compatibility fixes.
156