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

Version Description

  • Done the addition of the documentation link to how to use section.
Download this release

Release Info

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

Code changes from version 3.1.5 to 3.1.6

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.5
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.5' );
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.6
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.6' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
inc/backend/how-to-use.php CHANGED
@@ -42,6 +42,9 @@
42
  </li>
43
  </ul>
44
  </dd>
 
 
 
45
 
46
  </dl>
47
 
42
  </li>
43
  </ul>
44
  </dd>
45
+ <dd>
46
+ <p>For the complete documentation please visit:<br /> <a href='https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-login-lite/' target="_blank">https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-login-lite/</a></p>
47
+ </dd>
48
 
49
  </dl>
50
 
readme.txt CHANGED
@@ -4,13 +4,15 @@ 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.6
7
- Stable tag: 3.1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  No WordPress account and user credentials to remember, login using any of the most popular 3 social media accounts!
12
 
13
  == Description ==
 
 
14
  AccessPress <strong>Social Login<strong> lite - is a perfect <strong>Free WordPress plugin</strong> to allow your website users to register/login to the website using one of their favorite social website accounts.
15
 
16
  As a website owner you can easily configure which social accounts to enable/disable for login, which areas of the website social login should be displayed (login, registration, comments). Also you can select the social login buttons/icons from 4 beautifully designed templates to fit them with your website's overall design/theme. Your website will fetch real data of the user's social profile!
@@ -135,6 +137,9 @@ Yes. You can use the AccessPress social login lite anywhere by using shortcode i
135
  4. Backend Other settings Section.
136
 
137
  == Changelog ==
 
 
 
138
  = 3.1.5 =
139
  * Added More WordPress Resources link.
140
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.6
7
+ Stable tag: 3.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  No WordPress account and user credentials to remember, login using any of the most popular 3 social media accounts!
12
 
13
  == Description ==
14
+ [Homepage](https://accesspressthemes.com/) | [Documentation](https://accesspressthemes.com/documentation/documentationplugin-instruction-accesspress-social-login-lite/) | [Support](https://accesspressthemes.com/support) | [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/) | [Premium Version](https://accesspressthemes.com/wordpress-plugins/accesspress-social-login/)
15
+
16
  AccessPress <strong>Social Login<strong> lite - is a perfect <strong>Free WordPress plugin</strong> to allow your website users to register/login to the website using one of their favorite social website accounts.
17
 
18
  As a website owner you can easily configure which social accounts to enable/disable for login, which areas of the website social login should be displayed (login, registration, comments). Also you can select the social login buttons/icons from 4 beautifully designed templates to fit them with your website's overall design/theme. Your website will fetch real data of the user's social profile!
137
  4. Backend Other settings Section.
138
 
139
  == Changelog ==
140
+ = 3.1.6 =
141
+ * Done the addition of the documentation link to how to use section.
142
+
143
  = 3.1.5 =
144
  * Added More WordPress Resources link.
145