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

Version Description

  • Frontend and backend css optimization by removing unnecessary codes.
Download this release

Release Info

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

Code changes from version 3.1.2 to 3.1.3

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.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.1.2' );
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.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.1.3' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
css/backend.css CHANGED
@@ -1,3 +1,5 @@
 
 
1
  .clear{
2
  clear:both;
3
  }
@@ -46,19 +48,11 @@ font-size: 20px;
46
  margin-right: 5px;
47
  }
48
 
49
- /*.apsl-settings-tabs-wrapper li{
50
- list-style: outside none none;
51
- }*/
52
-
53
  .apsl-settings-tabs-wrapper a{
54
  text-decoration:none;
55
  color:black;
56
  }
57
- /*
58
- .apsl-settings-tabs-wrapper.clearfix {
59
- margin-top: 1px;
60
- }
61
- */
62
  .apsl-active-tab a{
63
  color:#595959;
64
  border-bottom:1px #595959 solid;
@@ -381,16 +375,6 @@ input.apsl-reset-button.button.primary-button:hover {
381
 
382
  }
383
 
384
- /*#tab-apsl-theme-settings span.apsl-info-note {
385
- font-size: 13px;
386
- opacity: 0.5;
387
- font-style: italic;
388
- display: block;
389
- padding-top: -42px;
390
- margin-top: -19px;
391
- margin-bottom: 16px;
392
- }*/
393
-
394
  #tab-apsl-theme-settings .apsl-each-link-title-attribute {
395
 
396
  padding-left: 7px;
@@ -499,8 +483,6 @@ div#tab-apsl-theme-settings {
499
  }
500
  }
501
 
502
-
503
- /*Added by Gyan*/
504
  .apsl-outer-wrapper input[type="text"] {
505
  width: 50%;
506
  }
1
+ /* AccessPress Social login lite - Backend css */
2
+
3
  .clear{
4
  clear:both;
5
  }
48
  margin-right: 5px;
49
  }
50
 
 
 
 
 
51
  .apsl-settings-tabs-wrapper a{
52
  text-decoration:none;
53
  color:black;
54
  }
55
+
 
 
 
 
56
  .apsl-active-tab a{
57
  color:#595959;
58
  border-bottom:1px #595959 solid;
375
 
376
  }
377
 
 
 
 
 
 
 
 
 
 
 
378
  #tab-apsl-theme-settings .apsl-each-link-title-attribute {
379
 
380
  padding-left: 7px;
483
  }
484
  }
485
 
 
 
486
  .apsl-outer-wrapper input[type="text"] {
487
  width: 50%;
488
  }
css/frontend.css CHANGED
@@ -1,3 +1,5 @@
 
 
1
  div.social-networks a{
2
  border-bottom:none;
3
  text-decoration: none;
@@ -40,13 +42,10 @@ div.social-networks a{
40
  .theme-2 .fa.fa-foursquare:hover,.theme-2 .fa.fa-wordpress:hover, .theme-2 .fa-buffer:hover
41
 
42
  {background:none;
43
- /*opacity:0.5;
44
-
45
- color:black;*/
46
- -webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
47
- -moz-transition: all 1s ease;/* Firefox 4-15 */
48
- -o-transition: all 1s ease;/* Opera 10.5-12.00 */
49
- transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
50
  }
51
 
52
  .theme-3 .fa.fa-facebook:hover,.theme-3 .fa.fa-twitter:hover,.theme-3 .fa.fa-google:hover,
1
+ /* AccessPress Social Login lite - Frontend css */
2
+
3
  div.social-networks a{
4
  border-bottom:none;
5
  text-decoration: none;
42
  .theme-2 .fa.fa-foursquare:hover,.theme-2 .fa.fa-wordpress:hover, .theme-2 .fa-buffer:hover
43
 
44
  {background:none;
45
+ -webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
46
+ -moz-transition: all 1s ease;/* Firefox 4-15 */
47
+ -o-transition: all 1s ease;/* Opera 10.5-12.00 */
48
+ transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
 
 
 
49
  }
50
 
51
  .theme-3 .fa.fa-facebook:hover,.theme-3 .fa.fa-twitter:hover,.theme-3 .fa.fa-google:hover,
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.5
7
- Stable tag: 3.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -133,6 +133,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.2 =
137
  * Done the bug fixing for the facebook login if user don't allow to access email address.
138
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.5
7
+ Stable tag: 3.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
133
  4. Backend Other settings Section.
134
 
135
  == Changelog ==
136
+ = 3.1.3 =
137
+ * Frontend and backend css optimization by removing unnecessary codes.
138
+
139
  = 3.1.2 =
140
  * Done the bug fixing for the facebook login if user don't allow to access email address.
141