Social Login - Version 6.6.7

Version Description

  • Fixed security warning in Chrome related to GDPR.
Download this release

Release Info

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

Code changes from version 6.6.6 to 6.6.7

class-mo-openid-login-widget.php CHANGED
@@ -656,12 +656,9 @@ if(mo_openid_is_customer_registered()) {
656
  jQuery(".btn-mo").prop("disabled",false);
657
  </script>
658
  <?php }
659
-
660
  ?>
661
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
662
  <script type="text/javascript">
663
-
664
-
665
  function mo_openid_on_consent_change(checkbox,value){
666
 
667
  if (value == 0) {
656
  jQuery(".btn-mo").prop("disabled",false);
657
  </script>
658
  <?php }
659
+ echo '<script src="' . plugins_url( 'includes/js/jquery.cookie.min.js', __FILE__ ) . '" ></script>';
660
  ?>
 
661
  <script type="text/javascript">
 
 
662
  function mo_openid_on_consent_change(checkbox,value){
663
 
664
  if (value == 0) {
miniorange_openid_sso_settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 6.6.6
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
@@ -15,7 +15,7 @@ include_once dirname( __FILE__ ) . '/class-mo-openid-login-widget.php';
15
  require('class-mo-openid-sso-customer.php');
16
  require('class-mo-openid-sso-shortcode-buttons.php');
17
  require('class-mo-openid-social-comment.php');
18
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '6.6.6');
19
 
20
  class Miniorange_OpenID_SSO {
21
 
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 6.6.7
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
15
  require('class-mo-openid-sso-customer.php');
16
  require('class-mo-openid-sso-shortcode-buttons.php');
17
  require('class-mo-openid-social-comment.php');
18
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '6.6.7');
19
 
20
  class Miniorange_OpenID_SSO {
21
 
readme.txt CHANGED
@@ -4,11 +4,11 @@ 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.6
7
- Stable tag: 6.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Social Login is GDPR compliant & enables social login, sharing, comment using social apps like Google, Facebook, Twitter, Vkontakte, LinkedIn. QUICKEST setup.
12
 
13
  == Description ==
14
 
@@ -16,7 +16,7 @@ Social Login enables social login, social sharing, social comments using social
16
 
17
  = Free Social Login Features =
18
 
19
- * Social Login is GDPR compliant.
20
  * Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce
21
  * **NO SETUP required for default social login apps.**
22
  * Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter.
@@ -166,6 +166,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
166
 
167
 
168
  == Changelog ==
 
 
 
169
  = 6.6.6 =
170
  * Updated Readme
171
 
@@ -535,6 +538,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
535
  * First version of Social Login, Social Sharing plugin.
536
 
537
  == Upgrade Notice ==
 
 
 
538
  = 6.6.6 =
539
  * Updated Readme
540
 
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.6
7
+ Stable tag: 6.6.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Social Login with Google, Facebook, Twitter, Vkontakte, LinkedIn and more. GDPR compliant. Social sharing and social comments. Quickest setup.
12
 
13
  == Description ==
14
 
16
 
17
  = Free Social Login Features =
18
 
19
+ * GDPR compliant Social Login.
20
  * Social Login with Facebook, Google, Twitter, Vkontakte, LinkedIn, Instagram, Amazon, Windows Live & Salesforce
21
  * **NO SETUP required for default social login apps.**
22
  * Setup your own social login application with APP ID and APP Secret for Facebook, Google, Twitter.
166
 
167
 
168
  == Changelog ==
169
+ = 6.6.7 =
170
+ * Fixed security warning in Chrome related to GDPR.
171
+
172
  = 6.6.6 =
173
  * Updated Readme
174
 
538
  * First version of Social Login, Social Sharing plugin.
539
 
540
  == Upgrade Notice ==
541
+ = 6.6.7 =
542
+ * Fixed security warning in Chrome related to GDPR.
543
+
544
  = 6.6.6 =
545
  * Updated Readme
546