Nextend Social Login and Register (Facebook, Google, Twitter) - Version 3.0.10

Version Description

  • Fix: display_post_states is static now
Download this release

Release Info

Developer nextendweb
Plugin Icon 128x128 Nextend Social Login and Register (Facebook, Google, Twitter)
Version 3.0.10
Comparing to
See all releases

Code changes from version 3.0.9 to 3.0.10

admin/admin.php CHANGED
@@ -649,7 +649,7 @@ class NextendSocialLoginAdmin {
649
  <?php
650
  }
651
 
652
- public function display_post_states($post_states, $post) {
653
  if (NextendSocialLogin::getProxyPage() === $post->ID) {
654
  $post_states['nsl_proxy_page'] = __('OAuth proxy page') . ' — NSL';
655
  }
649
  <?php
650
  }
651
 
652
+ public static function display_post_states($post_states, $post) {
653
  if (NextendSocialLogin::getProxyPage() === $post->ID) {
654
  $post_states['nsl_proxy_page'] = __('OAuth proxy page') . ' — NSL';
655
  }
nextend-facebook-connect.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Nextend Social Login
4
  Plugin URI: https://nextendweb.com/
5
  Description: Nextend Social Login displays social login buttons for Facebook, Google and Twitter.
6
- Version: 3.0.9
7
  Author: Nextendweb
8
  License: GPL2
9
  Text Domain: nextend-facebook-connect
3
  Plugin Name: Nextend Social Login
4
  Plugin URI: https://nextendweb.com/
5
  Description: Nextend Social Login displays social login buttons for Facebook, Google and Twitter.
6
+ Version: 3.0.10
7
  Author: Nextendweb
8
  License: GPL2
9
  Text Domain: nextend-facebook-connect
nextend-social-login.php CHANGED
@@ -16,7 +16,7 @@ require_once(NSL_PATH . '/compat.php');
16
 
17
  class NextendSocialLogin {
18
 
19
- public static $version = '3.0.9';
20
 
21
  public static $nslPROMinVersion = '3.0.8';
22
 
16
 
17
  class NextendSocialLogin {
18
 
19
+ public static $version = '3.0.10';
20
 
21
  public static $nslPROMinVersion = '3.0.8';
22
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social login, facebook, google, twitter, linkedin, register, login, social
4
  Donate link: https://www.facebook.com/nextendweb
5
  Requires at least: 4.5
6
  Tested up to: 4.9
7
- Stable tag: 3.0.9
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -114,6 +114,9 @@ Unfortunately, currently there are no BuddyPress specific settings. However your
114
 
115
  == Changelog ==
116
 
 
 
 
117
  = 3.0.9 =
118
  * Fix: Parse error for alternate login page
119
 
4
  Donate link: https://www.facebook.com/nextendweb
5
  Requires at least: 4.5
6
  Tested up to: 4.9
7
+ Stable tag: 3.0.10
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
114
 
115
  == Changelog ==
116
 
117
+ = 3.0.10 =
118
+ * Fix: display_post_states is static now
119
+
120
  = 3.0.9 =
121
  * Fix: Parse error for alternate login page
122