Social Login - Version 5.2

Version Description

  • Minor Change
Download this release

Release Info

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

Code changes from version 5.1.10 to 5.2

class-mo-openid-login-widget.php CHANGED
@@ -56,13 +56,7 @@ class mo_openid_login_wid extends WP_Widget {
56
 
57
  if( $appsConfigured ) {
58
  $this->mo_openid_load_login_script();
59
- ?>
60
-
61
- <a href="http://miniorange.com/cloud-identity-broker-service" style="display:none;"></a>
62
- <a href="http://miniorange.com/strong_auth" style="display:none;"></a>
63
- <a href="http://miniorange.com/single-sign-on-sso" style="display:none;"></a>
64
- <a href="http://miniorange.com/fraud" style="display:none;"></a>
65
-
66
  <div class="mo-openid-app-icons">
67
 
68
  <p style="color:#<?php echo $customTextColor ?>"><?php echo $customText ?>
@@ -345,12 +339,7 @@ class mo_openid_login_wid extends WP_Widget {
345
 
346
  if( $appsConfigured ) {
347
  $this->mo_openid_load_login_script();
348
- $html .= "<a href='http://miniorange.com/cloud-identity-broker-service' style='display:none;'></a>
349
- <a href='http://miniorange.com/strong_auth' style='display:none;'></a>
350
- <a href='http://miniorange.com/single-sign-on-sso' style='display:none;'></a>
351
- <a href='http://miniorange.com/fraud' style='display:none;'></a>
352
-
353
- <div class='mo-openid-app-icons'>
354
 
355
 
356
  <p style='color:#".$customTextColor."'> $customText</p>";
56
 
57
  if( $appsConfigured ) {
58
  $this->mo_openid_load_login_script();
59
+ ?>
 
 
 
 
 
 
60
  <div class="mo-openid-app-icons">
61
 
62
  <p style="color:#<?php echo $customTextColor ?>"><?php echo $customText ?>
339
 
340
  if( $appsConfigured ) {
341
  $this->mo_openid_load_login_script();
342
+ $html .= "<div class='mo-openid-app-icons'>
 
 
 
 
 
343
 
344
 
345
  <p style='color:#".$customTextColor."'> $customText</p>";
class-mo-openid-social-comment.php CHANGED
@@ -7,7 +7,7 @@
7
  var commentFormElement = document.getElementById("respond");
8
  if(commentFormElement) {
9
  <?php wp_enqueue_script( 'moopenid-comment-fb',plugins_url('includes/js/social/fb_comment.js', __FILE__), array('jquery'));?>
10
- var commentForm = '<div><a href="http://miniorange.com/cloud-identity-broker-service" style="display:none;"></a><a href="http://miniorange.com/strong_auth" style="display:none;"></a><a href="http://miniorange.com/single-sign-on-sso" style="display:none;"></a><a href="http://miniorange.com/fraud" style="display:none;"></a><h3 id="mo_reply_label" class="comment-reply-title"><?php echo get_option("mo_openid_social_comment_heading_label") ?></h3><br/><ul class="mo_openid_comment_tab">';
11
  <?php if(get_option('mo_openid_social_comment_default')){ $commentsCount = wp_count_comments($post->ID); ?>
12
  commentForm += '<li id="moopenid_social_comment_default" class="mo_openid_selected_tab"><?php echo get_option("mo_openid_social_comment_default_label") ?>(<?php echo ($commentsCount && isset($commentsCount -> approved) ? $commentsCount -> approved : '') ?>)</li>';
13
  <?php } if(get_option('mo_openid_social_comment_fb')){ ?>
7
  var commentFormElement = document.getElementById("respond");
8
  if(commentFormElement) {
9
  <?php wp_enqueue_script( 'moopenid-comment-fb',plugins_url('includes/js/social/fb_comment.js', __FILE__), array('jquery'));?>
10
+ var commentForm = '<div><h3 id="mo_reply_label" class="comment-reply-title"><?php echo get_option("mo_openid_social_comment_heading_label") ?></h3><br/><ul class="mo_openid_comment_tab">';
11
  <?php if(get_option('mo_openid_social_comment_default')){ $commentsCount = wp_count_comments($post->ID); ?>
12
  commentForm += '<li id="moopenid_social_comment_default" class="mo_openid_selected_tab"><?php echo get_option("mo_openid_social_comment_default_label") ?>(<?php echo ($commentsCount && isset($commentsCount -> approved) ? $commentsCount -> approved : '') ?>)</li>';
13
  <?php } if(get_option('mo_openid_social_comment_fb')){ ?>
class-mo-openid-social-share.php CHANGED
@@ -53,11 +53,6 @@ $url = $http . $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI'];
53
  document.body.appendChild(e);
54
  }
55
  </script>
56
-
57
- <a href="http://miniorange.com/cloud-identity-broker-service" style="display:none;"></a>
58
- <a href="http://miniorange.com/strong_auth" style="display:none;"></a>
59
- <a href="http://miniorange.com/single-sign-on-sso" style="display:none;"></a>
60
- <a href="http://miniorange.com/fraud" style="display:none;"></a>
61
  <div class="mo-openid-app-icons circle ">
62
  <p style="color: #<?php echo $heading_color; ?>;"><?php
63
  if( $orientation == 'hor' ) {
53
  document.body.appendChild(e);
54
  }
55
  </script>
 
 
 
 
 
56
  <div class="mo-openid-app-icons circle ">
57
  <p style="color: #<?php echo $heading_color; ?>;"><?php
58
  if( $orientation == 'hor' ) {
class-mo-openid-sso-shortcode-buttons.php CHANGED
@@ -41,10 +41,6 @@ function mo_openid_share_shortcode( $atts = '', $title = '', $excerpt = '' ) {
41
 
42
 
43
  $html .= '<div class="mo-openid-app-icons circle ">';
44
- $html .= '<div><a href="http://miniorange.com/cloud-identity-broker-service" style="display:none;"></a>
45
- <a href="http://miniorange.com/strong_auth" style="display:none;"></a>
46
- <a href="http://miniorange.com/single-sign-on-sso" style="display:none;"></a>
47
- <a href="http://miniorange.com/fraud" style="display:none;"></a></div>';
48
  $html .= '<p style="margin-top:4% !important; margin-bottom:0px !important; color:'.$textColor.'">';
49
  if( $orientation == 'hor' ) {
50
  $html .= $text . '</p>';
@@ -331,12 +327,6 @@ function mo_openid_vertical_share_shortcode( $atts = '', $title = '', $excerpt =
331
 
332
  $html .= "<div class='mo_openid_vertical' style='" .(isset($alignment) && $alignment != '' ? $alignment .': '. (${$alignment.'_offset'} == '' ? 0 : ${$alignment.'_offset'} ) .'px;' : '').(isset($top_offset) ? 'top: '. ( $top_offset == '' ? 0 : $top_offset ) .'px;' : '') ."'>";
333
 
334
-
335
-
336
- $html .= '<a href="http://miniorange.com/cloud-identity-broker-service" style="display:none;"></a>
337
- <a href="http://miniorange.com/strong_auth" style="display:none;"></a>
338
- <a href="http://miniorange.com/single-sign-on-sso" style="display:none;"></a>
339
- <a href="http://miniorange.com/fraud" style="display:none;"></a>';
340
  $html .= '<div class="mo-openid-app-icons circle ">';
341
  $html .= '<p>';
342
  //if( $orientation == 'ver' ) {
41
 
42
 
43
  $html .= '<div class="mo-openid-app-icons circle ">';
 
 
 
 
44
  $html .= '<p style="margin-top:4% !important; margin-bottom:0px !important; color:'.$textColor.'">';
45
  if( $orientation == 'hor' ) {
46
  $html .= $text . '</p>';
327
 
328
  $html .= "<div class='mo_openid_vertical' style='" .(isset($alignment) && $alignment != '' ? $alignment .': '. (${$alignment.'_offset'} == '' ? 0 : ${$alignment.'_offset'} ) .'px;' : '').(isset($top_offset) ? 'top: '. ( $top_offset == '' ? 0 : $top_offset ) .'px;' : '') ."'>";
329
 
 
 
 
 
 
 
330
  $html .= '<div class="mo-openid-app-icons circle ">';
331
  $html .= '<p>';
332
  //if( $orientation == 'ver' ) {
miniorange_openid_sso_settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: http://miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 5.1.10
8
  * Author: miniOrange
9
  * Author URI: http://miniorange.com
10
  * License: GPL2
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: http://miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 5.2
8
  * Author: miniOrange
9
  * Author URI: http://miniorange.com
10
  * License: GPL2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://miniorange.com
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9
7
- Stable tag: 5.1.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -144,6 +144,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
144
 
145
 
146
  == Changelog ==
 
 
 
147
  = 5.1.10 =
148
  * Compatibility with 4.9
149
 
@@ -389,6 +392,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
389
  * First version of Social Login, Social Sharing plugin.
390
 
391
  == Upgrade Notice ==
 
 
 
392
  = 5.1.10 =
393
  * Compatibility with 4.9
394
 
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9
7
+ Stable tag: 5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
144
 
145
 
146
  == Changelog ==
147
+ = 5.2 =
148
+ * Minor Change
149
+
150
  = 5.1.10 =
151
  * Compatibility with 4.9
152
 
392
  * First version of Social Login, Social Sharing plugin.
393
 
394
  == Upgrade Notice ==
395
+ = 5.2 =
396
+ * Minor Change
397
+
398
  = 5.1.10 =
399
  * Compatibility with 4.9
400