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

Version Description

  • Added More WordPress Resources link.
Download this release

Release Info

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

Code changes from version 3.1.4 to 3.1.5

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.4
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.4' );
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.5
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.5' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
css/backend.css CHANGED
@@ -31,11 +31,11 @@
31
  .apsl-settings-tab {
32
  border: 1px solid #fff;
33
  float: left;
34
- font-size: 17px;
35
  height: 31px;
36
  list-style: outside none none;
37
- padding-left: 74px;
38
- padding-right: 74px;
39
  padding-top: 11px;
40
  background: #DADADA none repeat scroll 0 0;
41
 
31
  .apsl-settings-tab {
32
  border: 1px solid #fff;
33
  float: left;
34
+ font-size: 13px;
35
  height: 31px;
36
  list-style: outside none none;
37
+ padding-left: 51px;
38
+ padding-right: 51px;
39
  padding-top: 11px;
40
  background: #DADADA none repeat scroll 0 0;
41
 
inc/backend/main-page.php CHANGED
@@ -58,6 +58,7 @@ $options = get_option( APSL_SETTINGS );
58
  <li><a href='javascript: void(0);' id='apsl-theme-settings' class='apsl-settings-tab' ><?php _e( 'Other settings', 'accesspress-social-login-lite' ) ?></a></li>
59
  <li><a href='javascript: void(0);' id='apsl-how-to-use' class='apsl-settings-tab' ><?php _e( 'How to use', 'accesspress-social-login-lite' ) ?></a></li>
60
  <li><a href='javascript: void(0);' id='apsl-about' class='apsl-settings-tab' ><?php _e( 'About', 'accesspress-social-login-lite' ) ?></a></li>
 
61
  </ul>
62
  </div>
63
  <div class="clear"></div>
58
  <li><a href='javascript: void(0);' id='apsl-theme-settings' class='apsl-settings-tab' ><?php _e( 'Other settings', 'accesspress-social-login-lite' ) ?></a></li>
59
  <li><a href='javascript: void(0);' id='apsl-how-to-use' class='apsl-settings-tab' ><?php _e( 'How to use', 'accesspress-social-login-lite' ) ?></a></li>
60
  <li><a href='javascript: void(0);' id='apsl-about' class='apsl-settings-tab' ><?php _e( 'About', 'accesspress-social-login-lite' ) ?></a></li>
61
+ <li><a href='http://wpall.club/' target="_blank" id='apsl-resource' class='apsl-settings-tab' ><?php _e( 'More WordPress Resources', 'accesspress-social-login-lite' ) ?></a></li>
62
  </ul>
63
  </div>
64
  <div class="clear"></div>
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.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
 
@@ -106,6 +106,8 @@ For complete information and documentation regarding plugin, please visit below
106
 
107
  [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/)
108
 
 
 
109
 
110
  == Installation ==
111
  1. Unzip accesspress-social-login-lite.zip
@@ -133,6 +135,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.4 =
137
  * Fixed the error appearing for the buddypress.
138
 
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
 
106
 
107
  [Demo](http://demo.accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/)
108
 
109
+ [More WordPress Resources](http://wpall.club/)
110
+
111
 
112
  == Installation ==
113
  1. Unzip accesspress-social-login-lite.zip
135
  4. Backend Other settings Section.
136
 
137
  == Changelog ==
138
+ = 3.1.5 =
139
+ * Added More WordPress Resources link.
140
+
141
  = 3.1.4 =
142
  * Fixed the error appearing for the buddypress.
143