Social Login WordPress Plugin – AccessPress Social Login Lite - Version 3.1.4

Version Description

  • Fixed the error appearing for the buddypress.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Login WordPress Plugin – AccessPress Social Login Lite
Version 3.1.4
Comparing to
See all releases

Code changes from version 3.1.3 to 3.1.4

accesspress-social-login-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin name: Social Login WordPress Plugin - AccessPress Social Login Lite
4
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
5
  Description: A plugin to add various social logins to a site.
6
- version: 3.1.3
7
  Author: AccessPress Themes
8
  Author URI: https://accesspressthemes.com/
9
  Text Domain: accesspress-social-login-lite
@@ -12,7 +12,7 @@
12
  */
13
  //Declearation of the necessary constants for plugin
14
  if( !defined( 'APSL_VERSION' ) ) {
15
- define( 'APSL_VERSION', '3.1.3' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
3
  Plugin name: Social Login WordPress Plugin - AccessPress Social Login Lite
4
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
5
  Description: A plugin to add various social logins to a site.
6
+ version: 3.1.4
7
  Author: AccessPress Themes
8
  Author URI: https://accesspressthemes.com/
9
  Text Domain: accesspress-social-login-lite
12
  */
13
  //Declearation of the necessary constants for plugin
14
  if( !defined( 'APSL_VERSION' ) ) {
15
+ define( 'APSL_VERSION', '3.1.4' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
inc/frontend/login_check.php CHANGED
@@ -794,9 +794,9 @@ if( !class_exists( 'APSL_Lite_Login_Check_Class' ) ) {
794
  $user_profile_details = $result;
795
  $wpdb->insert($table_name, $submit_array );
796
 
797
- if(function_exists('bp_has_profile')){
798
- self:: apsl_buddypress_xprofile_mapping($id, $user_profile_details->deutype, $user_profile_details);
799
- }
800
  if(!$result){
801
  echo "Data insertion failed";
802
  // die(mysql_error());
794
  $user_profile_details = $result;
795
  $wpdb->insert($table_name, $submit_array );
796
 
797
+ // if(function_exists('bp_has_profile')){
798
+ // self:: apsl_buddypress_xprofile_mapping($id, $user_profile_details->deutype, $user_profile_details);
799
+ // }
800
  if(!$result){
801
  echo "Data insertion failed";
802
  // die(mysql_error());
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Access Keys
3
  Tags: social, login, social login, facebook, twitter, google, social connect, social network login, register, login with, signin, oauth, authorize, oauth
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
- Tested up to: 4.5
7
- Stable tag: 3.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -133,6 +133,9 @@ Yes. You can use the AccessPress social login lite anywhere by using shortcode i
133
  4. Backend Other settings Section.
134
 
135
  == Changelog ==
 
 
 
136
  = 3.1.3 =
137
  * Frontend and backend css optimization by removing unnecessary codes.
138
 
3
  Tags: social, login, social login, facebook, twitter, google, social connect, social network login, register, login with, signin, oauth, authorize, oauth
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
+ Tested up to: 4.6
7
+ Stable tag: 3.1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
133
  4. Backend Other settings Section.
134
 
135
  == Changelog ==
136
+ = 3.1.4 =
137
+ * Fixed the error appearing for the buddypress.
138
+
139
  = 3.1.3 =
140
  * Frontend and backend css optimization by removing unnecessary codes.
141