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

Version Description

  • Done the modifications for the google 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.3
Comparing to
See all releases

Code changes from version 3.0.2 to 3.0.3

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.2
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.2' );
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.3
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.3' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
inc/backend/main-page.php CHANGED
@@ -191,15 +191,17 @@ $options = get_option( APSL_SETTINGS );
191
  <span class='apsl-info-content'>You need to create new google API application to setup the google login. Please follow the instructions to create new application.</span>
192
  <ul class='apsl-info-lists'>
193
  <li>Go to <a href='https://console.developers.google.com/project' target='_blank'>https://console.developers.google.com/project.</a> </li>
194
- <li>Click on "Create Project" button.</li>
195
- <li>A pop up will appear.</li>
196
  <li>Please enter Project name and click on "Create" button.</li>
197
- <li>Now go to API Manager.</li>
198
- <li>In the Social APIs section click on Google+ API and click "Enable API" button. It is very important to enable it for the google login to work.</li>
 
199
  <li>Now click on Credentials section and go to OAuth consent screen and enter the app details there.</li>
200
- <li>Now click on Credentials tab and click on "Add credentials" button, a selection will appear and click on OAuth 2.0 client ID</li>
201
- <li>Please choose "Web application" as Application type and enter the necessary details. In the authorized redirect URIs please enter the details provided in the note section from plugin and click create button.</li>
202
- <li>In the popup you will get Client ID and client secret and please enter those credentials above.</li>
 
 
203
  <li>Rediret uri setup:<br />
204
  Please use <input type='text' value='<?php echo site_url(); ?>/wp-login.php?apsl_login_id=google_check' readonly='readonly'/> - for wordpress login page.<br />
205
  Please use <input type='text' value='<?php echo site_url(); ?>/index.php?apsl_login_id=google_check' readonly='readonly'/> - if you have used the shortcode or widget in frontend.
191
  <span class='apsl-info-content'>You need to create new google API application to setup the google login. Please follow the instructions to create new application.</span>
192
  <ul class='apsl-info-lists'>
193
  <li>Go to <a href='https://console.developers.google.com/project' target='_blank'>https://console.developers.google.com/project.</a> </li>
194
+ <li>Click on "Create Project" button. A popup will appear.</li>
 
195
  <li>Please enter Project name and click on "Create" button.</li>
196
+ <li>A App will be created and a dashobard will appear.</li>
197
+ <li>In the blue box please click on Enable and manage APIs link. A new page will load.</li>
198
+ <li>Now In the Social APIs section click on Google+ API and click "Enable API" button. Then the Google+ API will be activated.</li>
199
  <li>Now click on Credentials section and go to OAuth consent screen and enter the app details there.</li>
200
+ <li>Click on Credentials tab and click on "New credentials" or "Add credentials" if you have already created one, a selection will appear and click on "OAuth client ID".</li>
201
+ <li>A new page will load. Please select Application type to Web application and click "create" button. Further forms will loaded up and enter the details there.</li>
202
+ <li>In the authorized redirect URIs please enter the details provided in the note section from plugin and click save button.</li>
203
+ <li>In the popup you will get Client ID and client secret.</li>
204
+ <li>And please enter those credentials in the google setting in our plugin.</li>
205
  <li>Rediret uri setup:<br />
206
  Please use <input type='text' value='<?php echo site_url(); ?>/wp-login.php?apsl_login_id=google_check' readonly='readonly'/> - for wordpress login page.<br />
207
  Please use <input type='text' value='<?php echo site_url(); ?>/index.php?apsl_login_id=google_check' readonly='readonly'/> - if you have used the shortcode or widget in frontend.
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.3
7
- Stable tag: 3.0.2
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
  = 3.0.2 =
135
  * Removal of unnecessary comments from the plugin's files.
136
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.3
7
+ Stable tag: 3.0.3
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
+ = 3.0.3 =
135
+ * Done the modifications for the google app creation note section.
136
+
137
  = 3.0.2 =
138
  * Removal of unnecessary comments from the plugin's files.
139