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

Version Description

  • 1 new template available now. Previously: 4 templates. Now: 5 total templates.
Download this release

Release Info

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

Code changes from version 3.3.8 to 3.3.9

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.3.8
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.3.8' );
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.3.9
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.3.9' );
16
  }
17
 
18
  if( !defined( 'APSL_IMAGE_DIR' ) ) {
css/frontend.css CHANGED
@@ -20,7 +20,9 @@ div.social-networks a{
20
  .theme-4 .apsl-login-text {
21
  display: none;
22
  }
23
-
 
 
24
  .apsl-icon-block {
25
  margin-bottom:10px;
26
 
@@ -541,4 +543,175 @@ span.apsl-login-new-text{
541
  display: block;
542
  }
543
 
544
- .apsl-icon-block:before{ display:none !important}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  .theme-4 .apsl-login-text {
21
  display: none;
22
  }
23
+ .theme-5 .apsl-long-login-text, .theme-5 .apsl-login-text {
24
+ display: none;
25
+ }
26
  .apsl-icon-block {
27
  margin-bottom:10px;
28
 
543
  display: block;
544
  }
545
 
546
+ .apsl-icon-block:before{ display:none !important}
547
+
548
+ /****************************
549
+ Theme 5
550
+ *****************************/
551
+
552
+ .theme-5 .fa.fa-facebook {
553
+ background: #4E4E4E none repeat scroll 0 0;
554
+ border-radius: 5px;
555
+ color: #3FA1DA;
556
+ text-align: center;
557
+ height: 39px;
558
+ font-size: 20px;
559
+ vertical-align: middle;
560
+ display: table-cell;
561
+ width: 40px;
562
+ font-size: 18px;
563
+ }
564
+
565
+ .theme-5 .fa.fa-buffer {
566
+ background: #4E4E4E url("../images/buffer.png") no-repeat scroll center center;
567
+ border-radius: 5px;
568
+ color: #3FA1DA;
569
+ text-align: center;
570
+ height: 39px;
571
+ font-size: 20px;
572
+ vertical-align: middle;
573
+ display: table-cell;
574
+ width: 40px;
575
+ }
576
+
577
+ .theme-5 .fa.fa-buffer:hover {
578
+ background: #4E4E4E url("../images/buffer.png") no-repeat scroll center center;
579
+ }
580
+
581
+ .theme-5 .fa.fa-twitter {
582
+ background: #4E4E4E none repeat scroll 0 0;
583
+ border-radius: 5px;
584
+ color: #01A8E8;
585
+ text-align: center;
586
+ height: 39px;
587
+ font-size: 20px;
588
+ vertical-align: middle;
589
+ display: table-cell;
590
+ width: 40px;
591
+ }
592
+
593
+ .theme-5 .fa.fa-google {
594
+ background: #4E4E4E none repeat scroll 0 0;
595
+ border-radius: 5px;
596
+ color: #e1584b;
597
+ margin-left: 0;
598
+ text-align: center;
599
+ height: 39px;
600
+ font-size: 20px;
601
+ vertical-align: middle;
602
+ display: table-cell;
603
+ width: 40px;
604
+ }
605
+
606
+ .theme-5 .fa.fa-linkedin {
607
+ background: #4E4E4E none repeat scroll 0 0;
608
+ border-radius: 5px;
609
+ color: #0083be;
610
+ margin-left: 1px;
611
+ text-align: center;
612
+ height: 39px;
613
+ font-size: 20px;
614
+ vertical-align: middle;
615
+ display: table-cell;
616
+ width: 40px;
617
+ }
618
+
619
+ .theme-5 .fa.fa-instagram {
620
+ background: #4E4E4E none repeat scroll 0 0;
621
+ border-radius: 5px;
622
+ color: #4997e3;
623
+ margin-left: 3px;
624
+ text-align: center;
625
+ height: 39px;
626
+ font-size: 20px;
627
+ vertical-align: middle;
628
+ display: table-cell;
629
+ width: 40px;
630
+ }
631
+
632
+ .theme-5 .fa.fa-vk {
633
+ background: #4E4E4E none repeat scroll 0 0;
634
+ border-radius: 5px;
635
+ color: #4c75a3;
636
+ margin-left: 3px;
637
+ text-align: center;
638
+ height: 39px;
639
+ font-size: 20px;
640
+ vertical-align: middle;
641
+ display: table-cell;
642
+ width: 40px;
643
+ }
644
+
645
+ .theme-5 .fa.fa-foursquare {
646
+ background: #4E4E4E none repeat scroll 0 0;
647
+ border-radius: 5px;
648
+ color: #f94877;
649
+ margin-left: 3px;
650
+ text-align: center;
651
+ height: 39px;
652
+ font-size: 20px;
653
+ vertical-align: middle;
654
+ display: table-cell;
655
+ width: 40px;
656
+ }
657
+
658
+ .theme-5 .fa.fa-wordpress {
659
+ background: #4E4E4E none repeat scroll 0 0;
660
+ border-radius: 5px;
661
+ color: #8f8f8f;
662
+ margin-left: 3px;
663
+ text-align: center;
664
+ height: 39px;
665
+ font-size: 20px;
666
+ vertical-align: middle;
667
+ display: table-cell;
668
+ width: 40px;
669
+ }
670
+
671
+ .theme-5 .fa.fa-facebook:hover {
672
+ background: #496399 none repeat scroll 0 0;
673
+ }
674
+
675
+ .theme-5 .fa.fa-twitter:hover {
676
+ background: #2fb1e4 none repeat scroll 0 0;
677
+ }
678
+
679
+ .theme-5 .fa.fa-google:hover {
680
+ background: #da4c3e none repeat scroll 0 0;
681
+ }
682
+
683
+ .theme-5 .fa.fa-instagram:hover {
684
+ background: #3f739a none repeat scroll 0 0;
685
+ }
686
+
687
+ .theme-5 .fa.fa-linkedin:hover {
688
+ background: #0e77a7 none repeat scroll 0 0;
689
+ }
690
+
691
+ .theme-5 .fa.fa-vk:hover {
692
+ background: #5e5959 none repeat scroll 0 0;
693
+ }
694
+
695
+ .theme-5 .fa.fa-wordpress:hover {
696
+ background: #8f8f8f none repeat scroll 0 0;
697
+ }
698
+
699
+ .theme-5 .fa.fa-foursquare:hover {
700
+ background: #f94777 none repeat scroll 0 0;
701
+ }
702
+
703
+ .theme-5 .fa.fa-buffer:hover {
704
+ background: #8f8f8f url("../images/buffer.png") no-repeat scroll center center;
705
+ }
706
+
707
+ .theme-5 .fa.fa-facebook:hover, .theme-5 .fa.fa-twitter:hover, .theme-5 .fa.fa-google:hover, .theme-5 .fa.fa-linkedin:hover, .theme-5 .fa.fa-instagram:hover, .theme-5 .fa.fa-vk:hover, .theme-5 .fa.fa-foursquare:hover, .theme-5 .fa.fa-wordpress:hover, .theme-5 .fa.fa-buffer:hover {
708
+ color: #fff;
709
+ -webkit-transition: all 1s ease;
710
+ /* Safari 3.2+, Chrome */
711
+ -moz-transition: all 1s ease;
712
+ /* Firefox 4-15 */
713
+ -o-transition: all 1s ease;
714
+ /* Opera 10.5-12.00 */
715
+ transition: all 1s ease;
716
+ /* Firefox 16+, Opera 12.50+ */
717
+ }
images/preview-1.jpg CHANGED
Binary file
images/preview-2.jpg CHANGED
Binary file
images/preview-3.jpg CHANGED
Binary file
images/preview-5.jpg ADDED
Binary file
inc/backend/main-page.php CHANGED
@@ -8,7 +8,6 @@
8
  <span class='plugin-version'><?php _e('version ' . APSL_VERSION, 'accesspress-social-login-lite'); ?></span>
9
  </div>
10
  </div>
11
-
12
  <div class="apsl-right-header-block">
13
  <div class="apsl-header-icons">
14
  <p>Follow us for new updates</p>
@@ -287,7 +286,7 @@
287
  <div class='apsl-themes-wrapper'>
288
  <div class="apsl-label"><?php _e('Available icon themes', 'accesspress-social-login-lite'); ?> <span class='apsl_show_hide'><i class="fa fa-caret-down"></i></span> </div>
289
  <div class='apsl_network_settings_wrapper' style='display:none'>
290
- <?php for ($i = 1; $i <= 4; $i++): ?>
291
  <div class='apsl-theme apsl-theme-<?php echo $i; ?>'>
292
  <label><input type="radio" id="apsl-theme-<?php echo $i; ?>" value="<?php echo $i; ?>" class="apsl-theme apsl-png-theme" name="apsl_icon_theme" <?php checked($i, $options['apsl_icon_theme']); ?> >
293
  <span><?php _e('Theme ' . $i, 'accesspress-social-login-lite'); ?></span></label>
8
  <span class='plugin-version'><?php _e('version ' . APSL_VERSION, 'accesspress-social-login-lite'); ?></span>
9
  </div>
10
  </div>
 
11
  <div class="apsl-right-header-block">
12
  <div class="apsl-header-icons">
13
  <p>Follow us for new updates</p>
286
  <div class='apsl-themes-wrapper'>
287
  <div class="apsl-label"><?php _e('Available icon themes', 'accesspress-social-login-lite'); ?> <span class='apsl_show_hide'><i class="fa fa-caret-down"></i></span> </div>
288
  <div class='apsl_network_settings_wrapper' style='display:none'>
289
+ <?php for ($i = 1; $i <= 5; $i++): ?>
290
  <div class='apsl-theme apsl-theme-<?php echo $i; ?>'>
291
  <label><input type="radio" id="apsl-theme-<?php echo $i; ?>" value="<?php echo $i; ?>" class="apsl-theme apsl-png-theme" name="apsl_icon_theme" <?php checked($i, $options['apsl_icon_theme']); ?> >
292
  <span><?php _e('Theme ' . $i, 'accesspress-social-login-lite'); ?></span></label>
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.9
7
- Stable tag: 3.3.8
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -12,6 +12,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  No WordPress account and user credentials to remember, login using any of the most popular 3 social media accounts!
13
 
14
  == Description ==
 
15
 
16
  [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/)
17
 
@@ -30,7 +31,7 @@ configure which social media option to display at login area.
30
  Just put a few authorization details for each option you want to enable. Select which login area you'd like to show the social login option ( login, registration, comments).
31
 
32
  <strong>Beautify your login page</strong>
33
- Select from 4 beautiful designs of social login buttons/icons.
34
 
35
  <strong>Your website visitors can now login using one of their favorite social account login. Easy, quick and convenient.</strong>
36
 
@@ -138,6 +139,9 @@ Yes. You can use the AccessPress social login lite anywhere by using the shortco
138
 
139
  == Changelog ==
140
 
 
 
 
141
  = 3.3.8 =
142
  * New section added for promotion text and other few changes in backend.
143
 
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: 5.0
7
+ Stable tag: 3.3.9
8
  Requires PHP: 5.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  No WordPress account and user credentials to remember, login using any of the most popular 3 social media accounts!
13
 
14
  == Description ==
15
+ Tested With 5.0
16
 
17
  [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/)
18
 
31
  Just put a few authorization details for each option you want to enable. Select which login area you'd like to show the social login option ( login, registration, comments).
32
 
33
  <strong>Beautify your login page</strong>
34
+ Select from 5 beautiful designs of social login buttons/icons.
35
 
36
  <strong>Your website visitors can now login using one of their favorite social account login. Easy, quick and convenient.</strong>
37
 
139
 
140
  == Changelog ==
141
 
142
+ = 3.3.9 =
143
+ * 1 new template available now. Previously: 4 templates. Now: 5 total templates.
144
+
145
  = 3.3.8 =
146
  * New section added for promotion text and other few changes in backend.
147