Social Login - Version 7.0.2

Version Description

  • Slider Issue fixed.
  • CSS Issue Fixed
  • Minor bug fixes.
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Social Login
Version 7.0.2
Comparing to
See all releases

Code changes from version 7.0.1 to 7.0.2

class-mo-openid-login-widget.php CHANGED
@@ -36,12 +36,14 @@ if(mo_openid_is_customer_registered()) {
36
 
37
  public function openidloginForm(){
38
 
39
- ?>
40
- <script
41
- src="https://code.jquery.com/jquery-1.12.4.js"
42
- integrity="sha256-Qw82+bXyGq6MydymqBxNPYTaUXXq7c8v3CwiYwLLNXU="
43
- crossorigin="anonymous"></script>
44
- <?php
 
 
45
 
46
  $selected_theme = get_option('mo_openid_login_theme');
47
  $appsConfigured = get_option('mo_openid_google_enable') | get_option('mo_openid_salesforce_enable') | get_option('mo_openid_facebook_enable') | get_option('mo_openid_linkedin_enable') | get_option('mo_openid_instagram_enable') | get_option('mo_openid_amazon_enable') | get_option('mo_openid_windowslive_enable') | get_option('mo_openid_twitter_enable') | get_option('mo_openid_vkontakte_enable');
36
 
37
  public function openidloginForm(){
38
 
39
+ if ( $GLOBALS['pagenow'] === 'wp-login.php' ) {
40
+ ?>
41
+ <script
42
+ src="https://code.jquery.com/jquery-1.12.4.js"
43
+ integrity="sha256-Qw82+bXyGq6MydymqBxNPYTaUXXq7c8v3CwiYwLLNXU="
44
+ crossorigin="anonymous"></script>
45
+ <?php
46
+ }
47
 
48
  $selected_theme = get_option('mo_openid_login_theme');
49
  $appsConfigured = get_option('mo_openid_google_enable') | get_option('mo_openid_salesforce_enable') | get_option('mo_openid_facebook_enable') | get_option('mo_openid_linkedin_enable') | get_option('mo_openid_instagram_enable') | get_option('mo_openid_amazon_enable') | get_option('mo_openid_windowslive_enable') | get_option('mo_openid_twitter_enable') | get_option('mo_openid_vkontakte_enable');
miniorange_openid_sso_settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://www.miniorange.com
5
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
6
- * Version: 7.0.1
7
  * Author: miniOrange
8
  * Author URI: https://www.miniorange.com
9
  * License: GPL2
@@ -14,7 +14,7 @@ include_once dirname( __FILE__ ) . '/class-mo-openid-login-widget.php';
14
  require('class-mo-openid-sso-customer.php');
15
  require('class-mo-openid-sso-shortcode-buttons.php');
16
  require('class-mo-openid-social-comment.php');
17
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.0.1');
18
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
19
  class Miniorange_OpenID_SSO {
20
 
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://www.miniorange.com
5
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
6
+ * Version: 7.0.2
7
  * Author: miniOrange
8
  * Author URI: https://www.miniorange.com
9
  * License: GPL2
14
  require('class-mo-openid-sso-customer.php');
15
  require('class-mo-openid-sso-shortcode-buttons.php');
16
  require('class-mo-openid-social-comment.php');
17
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.0.2');
18
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
19
  class Miniorange_OpenID_SSO {
20
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, social, facebook, twitter, google, login, facebook login, google login, google, twitter login, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.7
7
- Stable tag: 7.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -166,9 +166,14 @@ Please email us at info@miniorange.com. You can also submit your query from the
166
 
167
 
168
  == Changelog ==
169
- = 7.0.1 =
 
 
170
  * Minor bug fixes.
171
 
 
 
 
172
  = 7.0.0 =
173
  * Minor bug fixes.
174
  * Increased resolution of Facebook profile picture.
@@ -555,9 +560,14 @@ Please email us at info@miniorange.com. You can also submit your query from the
555
  * First version of Social Login, Social Sharing plugin.
556
 
557
  == Upgrade Notice ==
558
- = 7.0.1 =
 
 
559
  * Minor bug fixes.
560
 
 
 
 
561
  = 7.0.0 =
562
  * Minor bug fixes.
563
  * Increased resolution of Facebook profile picture.
4
  Tags: social login, social, facebook, twitter, google, login, facebook login, google login, google, twitter login, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.7
7
+ Stable tag: 7.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
166
 
167
 
168
  == Changelog ==
169
+ = 7.0.2 =
170
+ * Slider Issue fixed.
171
+ * CSS Issue Fixed
172
  * Minor bug fixes.
173
 
174
+ = 7.0.1 =
175
+ * Fixed GDPR related bug.
176
+
177
  = 7.0.0 =
178
  * Minor bug fixes.
179
  * Increased resolution of Facebook profile picture.
560
  * First version of Social Login, Social Sharing plugin.
561
 
562
  == Upgrade Notice ==
563
+ = 7.0.2 =
564
+ * Slider Issue fixed.
565
+ * CSS Issue Fixed
566
  * Minor bug fixes.
567
 
568
+ = 7.0.1 =
569
+ * Fixed GDPR related bug.
570
+
571
  = 7.0.0 =
572
  * Minor bug fixes.
573
  * Increased resolution of Facebook profile picture.