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

Version Description

  • Modified facebook app creation note section.
Download this release

Release Info

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

Code changes from version 3.0.7 to 3.0.8

accesspress-social-login-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin name: 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.0.7
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.0.7' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
3
  Plugin name: 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.0.8
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.0.8' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
inc/backend/main-page.php CHANGED
@@ -117,11 +117,13 @@ $options = get_option( APSL_SETTINGS );
117
  <li><b>Please note:</b> We have now updated our facbook sdk version to 5.0 so to make the facebook login work you need to have PHP version 5.4 at least.</li>
118
  <li>Go to <a href='https://developers.facebook.com/apps' target='_blank'>https://developers.facebook.com/apps</a>.</li>
119
  <li>Click on 'Add a New App' button. A popup will open. Then choose website.</li>
120
- <li>Add the required informations and don't forget to make your app live. This is very important otherwise your app will not work for all users.</li>
121
- <li>Then Click the "Create App" button and follow the instructions, your new app will be created. </li>
122
- <li>To make app live please go to settings menu and enter your email address there. Click save changes.</li>
123
- <li>Now go the 'status and reviews' menu and make the app live.</li>
124
- <li>Copy and Paste "App ID" and "App Secret" here.</li>
 
 
125
  <li>Site url: <input type='text' value='<?php echo site_url(); ?>' readonly='readonly' /></li>
126
  </ul>
127
  </div>
117
  <li><b>Please note:</b> We have now updated our facbook sdk version to 5.0 so to make the facebook login work you need to have PHP version 5.4 at least.</li>
118
  <li>Go to <a href='https://developers.facebook.com/apps' target='_blank'>https://developers.facebook.com/apps</a>.</li>
119
  <li>Click on 'Add a New App' button. A popup will open. Then choose website.</li>
120
+ <li>Now please enter the name of the app as you wish. And please click on “Create New Facebook App ID” button, Again a popup will appear</li>
121
+ <li>Please enter your contact Email and category as you need.</li>
122
+ <li>Now click on “Create App ID’ button.</li>
123
+ <li>Now the popup will disappear and please scroll down and there you will find a input field for your Site URL, there Please enter your site url and enter “Next” button. Now the app is created successfully.</li>
124
+ <li>Now go to <a href='https://developers.facebook.com/apps' target='_blank'>https://developers.facebook.com/apps</a> there you will find your newly created app and click on the app that you have created. You will be redirected to app dashboard.</li>
125
+ <li>In the landing page you will find the API version, App ID, App Secret. To view your App secret please click on “Show” button. Those are the required App ID and App Secret to be entered in our plugin settings.</li>
126
+ <li>After that please go to App Review link just below the alert link there you will find an option to make the app public and select YES. This is very important otherwise your app will not work for all users.</li>
127
  <li>Site url: <input type='text' value='<?php echo site_url(); ?>' readonly='readonly' /></li>
128
  </ul>
129
  </div>
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.3
7
- Stable tag: 3.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -31,6 +31,8 @@ Select from 4 beautiful designs of social login buttons/icons.
31
 
32
  <strong>Your website visitors can now login using one of their favorite social account login. Easy, quick and convenient.<strong>
33
 
 
 
34
  = Free Features: =
35
  * Login with the most popular 3 social media.
36
  * Configure each social accounts by setting up a few authorization details.
@@ -50,7 +52,7 @@ Select from 4 beautiful designs of social login buttons/icons.
50
  - Dedicated email, forum support.
51
 
52
  = Supported Networks: =
53
- * Facebook
54
  * Twitter
55
  * Google
56
 
@@ -131,6 +133,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
  = 3.0.7 =
135
  * Done the modification of plugin to set the username to firstname.
136
 
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.0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
31
 
32
  <strong>Your website visitors can now login using one of their favorite social account login. Easy, quick and convenient.<strong>
33
 
34
+ <strong> This plugin requires PHP version 5.4 or Higher. </strong>
35
+
36
  = Free Features: =
37
  * Login with the most popular 3 social media.
38
  * Configure each social accounts by setting up a few authorization details.
52
  - Dedicated email, forum support.
53
 
54
  = Supported Networks: =
55
+ * Facebook
56
  * Twitter
57
  * Google
58
 
133
  4. Backend Other settings Section.
134
 
135
  == Changelog ==
136
+ = 3.0.8 =
137
+ * Modified facebook app creation note section.
138
+
139
  = 3.0.7 =
140
  * Done the modification of plugin to set the username to firstname.
141