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

Version Description

Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. accesspress-social-login-lite.php +4 -2
  2. readme.txt +4 -1
accesspress-social-login-lite.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: AccessPress Social Login Lite
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
6
  Description: A plugin to add various social logins to a site.
7
- version: 1.0.4
8
  Author: AccessPress Themes
9
  Author URI: https://accesspressthemes.com/
10
  Text Domain: apsl-lite
@@ -14,7 +14,7 @@ License: GPLv2 or later
14
 
15
  //Declearation of the necessary constants for plugin
16
  if(!defined ( 'APSL_VERSION' ) ){
17
- define ( 'APSL_VERSION', '1.0.4' );
18
  }
19
 
20
  if( !defined( 'APSL_IMAGE_DIR' ) ){
@@ -52,6 +52,7 @@ if(!defined('APSL_PLUGIN_DIR')){
52
  include_once('inc/backend/widget.php');
53
 
54
  // Redefine user notification function
 
55
  function wp_new_user_notification( $user_id, $plaintext_pass = '' ) {
56
  $user = new WP_User($user_id);
57
 
@@ -82,6 +83,7 @@ include_once('inc/backend/widget.php');
82
  wp_mail($user_email, sprintf(__('[%s] Your username and password'), get_option('blogname')), $message, $headers);
83
 
84
  }
 
85
 
86
  // Declaration of the class
87
  if( !class_exists( 'APSL_Lite_Class' ) ){
4
  Plugin name: AccessPress Social Login Lite
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
6
  Description: A plugin to add various social logins to a site.
7
+ version: 1.0.5
8
  Author: AccessPress Themes
9
  Author URI: https://accesspressthemes.com/
10
  Text Domain: apsl-lite
14
 
15
  //Declearation of the necessary constants for plugin
16
  if(!defined ( 'APSL_VERSION' ) ){
17
+ define ( 'APSL_VERSION', '1.0.5' );
18
  }
19
 
20
  if( !defined( 'APSL_IMAGE_DIR' ) ){
52
  include_once('inc/backend/widget.php');
53
 
54
  // Redefine user notification function
55
+ if(!function_exists('wp_new_user_notification')){
56
  function wp_new_user_notification( $user_id, $plaintext_pass = '' ) {
57
  $user = new WP_User($user_id);
58
 
83
  wp_mail($user_email, sprintf(__('[%s] Your username and password'), get_option('blogname')), $message, $headers);
84
 
85
  }
86
+ }
87
 
88
  // Declaration of the class
89
  if( !class_exists( 'APSL_Lite_Class' ) ){
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social, login, social login, facebook, twitter, google, social connect, s
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
- Stable tag: 1.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,9 @@ Yes. You can use the AccessPress social login lite anywhere by using shortcode i
131
  4. Backend Other settings Section.
132
 
133
  == Changelog ==
 
 
 
134
  = 1.0.4 =
135
  * Addition of the pluggable function wp_new_user_notification for custom email messages.
136
  * Addition of the additional info for making the facebook app live.
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
  4. Backend Other settings Section.
132
 
133
  == Changelog ==
134
+ = 2.0.5 =
135
+ * Bug fixing for the pluggable function wp_new_user_notification that is generating fatal error.
136
+
137
  = 1.0.4 =
138
  * Addition of the pluggable function wp_new_user_notification for custom email messages.
139
  * Addition of the additional info for making the facebook app live.