Social Login - Version 3.6

Version Description

  • Debug Output Removed
Download this release

Release Info

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

Code changes from version 3.5 to 3.6

Files changed (2) hide show
  1. oa-social-login.php +3 -3
  2. readme.txt +9 -6
oa-social-login.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Social Login
4
  Plugin URI: http://www.oneall.com/
5
  Description: Allow your visitors to <strong>comment, login and register with 20+ social networks</strong> like Twitter, Facebook, LinkedIn, Hyves, Вконтакте, Google or Yahoo.
6
- Version: 3.5
7
  Author: Claude Schlesser
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', '3.5');
15
 
16
  /**
17
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
@@ -75,4 +75,4 @@ require_once(dirname (__FILE__) . '/includes/widget.php');
75
  /**
76
  * Initialise
77
  */
78
- add_action ('init', 'oa_social_login_init', 2000);
3
  Plugin Name: Social Login
4
  Plugin URI: http://www.oneall.com/
5
  Description: Allow your visitors to <strong>comment, login and register with 20+ social networks</strong> like Twitter, Facebook, LinkedIn, Hyves, Вконтакте, Google or Yahoo.
6
+ Version: 3.6
7
  Author: Claude Schlesser
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', '3.6');
15
 
16
  /**
17
  * Check technical requirements before activating the plugin (Wordpress 3.0 or newer required)
75
  /**
76
  * Initialise
77
  */
78
+ add_action ('init', 'oa_social_login_init', 9);
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: ClaudeSchlesser
3
  Tags: social login, social connect, facebook login, linkedin, livejournal, google, yahoo, twitter login, openid, paypal, vkontakte, hyves, widget, plugin, social network login, comments
4
  Requires at least: 3.0
5
- Tested up to: 3.4.1
6
- Stable tag: 3.5
7
 
8
  Allow your visitors to comment and login with social networks like Twitter, Facebook, Paypal, LinkedIn, LiveJournal, OpenID, VKontakte, Google, Yahoo
9
 
@@ -116,6 +116,9 @@ http://docs.oneall.com/plugins/guide/social-login-wordpress/
116
 
117
  == Changelog ==
118
 
 
 
 
119
  = 3.5 =
120
  * Identity Provider "Foursquare.com" added
121
  * Github 16x16px icon fixed
@@ -227,6 +230,10 @@ http://docs.oneall.com/plugins/guide/social-login-wordpress/
227
 
228
  <strong>Used by thousands of users around the world!</strong>
229
 
 
 
 
 
230
  <em>This is cool. Nice work. I'm *VERY* impressed. You've made this about as painless as it gets and the value it adds is incredible.</em>
231
  <strong>Jason M.</strong>
232
 
@@ -283,9 +290,5 @@ for putting together such a great product that so many users can implement with
283
  <em>Thanks for a such a great plugin! I was really impressed with the simplicity of the installation directions and the clean design.</em>
284
  <strong>Janae S.</strong>
285
 
286
- <em>You have no idea how it THRILLED me to integrate oneall. It was SO amazingly easy, your team has simplified the whole process of signing up for
287
- authorization on multiple social media sites. I HAD NO QUESTIONS/STEPS THAT YOU HADN'T ALREADY ANTICIPATED. It saved me HOURS of work!</em>
288
- <strong>Kelly C.</strong>
289
-
290
  <em>I love your service the way it is, it's amazing how easy the logging-in-via-social-network is integrated into a wordpress website!</em>
291
  <strong>Martin S.</strong>
2
  Contributors: ClaudeSchlesser
3
  Tags: social login, social connect, facebook login, linkedin, livejournal, google, yahoo, twitter login, openid, paypal, vkontakte, hyves, widget, plugin, social network login, comments
4
  Requires at least: 3.0
5
+ Tested up to: 3.4.2
6
+ Stable tag: 3.6
7
 
8
  Allow your visitors to comment and login with social networks like Twitter, Facebook, Paypal, LinkedIn, LiveJournal, OpenID, VKontakte, Google, Yahoo
9
 
116
 
117
  == Changelog ==
118
 
119
+ = 3.6 =
120
+ * Debug Output Removed
121
+
122
  = 3.5 =
123
  * Identity Provider "Foursquare.com" added
124
  * Github 16x16px icon fixed
230
 
231
  <strong>Used by thousands of users around the world!</strong>
232
 
233
+ <em>You have no idea how it THRILLED me to integrate oneall. It was SO amazingly easy, your team has simplified the whole process of signing up for
234
+ authorization on multiple social media sites. I HAD NO QUESTIONS/STEPS THAT YOU HADN'T ALREADY ANTICIPATED. It saved me HOURS of work!</em>
235
+ <strong>Kelly C.</strong>
236
+
237
  <em>This is cool. Nice work. I'm *VERY* impressed. You've made this about as painless as it gets and the value it adds is incredible.</em>
238
  <strong>Jason M.</strong>
239
 
290
  <em>Thanks for a such a great plugin! I was really impressed with the simplicity of the installation directions and the clean design.</em>
291
  <strong>Janae S.</strong>
292
 
 
 
 
 
293
  <em>I love your service the way it is, it's amazing how easy the logging-in-via-social-network is integrated into a wordpress website!</em>
294
  <strong>Martin S.</strong>