Social Login - Version 7.4.4

Version Description

  • Removed banner.
  • Minor UI Changes.
Download this release

Release Info

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

Code changes from version 7.4.3 to 7.4.4

includes/images/icons/sale_offer/Christmas.png DELETED
Binary file
includes/images/icons/sale_offer/banner3.png DELETED
Binary file
includes/images/icons/sale_offer/mo_icon1.gif DELETED
Binary file
includes/images/icons/sale_offer/mo_icons.gif DELETED
Binary file
includes/images/icons/sale_offer/santa_sale.gif DELETED
Binary file
miniorange_openid_sso_settings.php CHANGED
@@ -4,12 +4,12 @@
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, Apple, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 7.4.3
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.3');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
@@ -67,9 +67,7 @@ class miniorange_openid_sso_settings
67
 
68
  add_option('mo_openid_rateus_activation','0');
69
  add_option('check_ten_rate_us','0');
70
- //for christmas offer
71
- add_action( 'admin_notices', array( $this, 'mo_openid_christmas_sale_offer' ) );
72
- add_option('mo_openid_christmas_sale_status',1);
73
  //add shortcode
74
  add_shortcode( 'miniorange_social_login', array($this, 'mo_get_output') );
75
  add_shortcode( 'miniorange_social_sharing', array($this, 'mo_get_sharing_output') );
@@ -778,15 +776,6 @@ Thank you.';
778
  mo_openid_show_success_message();
779
  }
780
  break;
781
- case 'mo_openid_christmas_sale_status':
782
- $nonce = sanitize_text_field($_POST['mo_openid_christmas_sale_status-nonce']);
783
- if (!wp_verify_nonce($nonce, 'mo_openid_christmas_sale_status-nonce')) {
784
- wp_die('<strong>ERROR</strong>: Please Go back and Refresh the page and try again!<br/>If you still face the same issue please contact your Administrator.');
785
- } else {
786
- update_option('mo_openid_christmas_sale_status',isset($_POST['mo_openid_christmas_sale_status'])? sanitize_text_field($_POST['mo_openid_christmas_sale_status']):0);
787
- }
788
- break;
789
-
790
  }
791
  }
792
 
@@ -1043,34 +1032,6 @@ Thank you.';
1043
  load_plugin_textdomain( 'miniorange-login-openid', FALSE, dirname( plugin_basename(__FILE__) ) . '/lang/' );
1044
 
1045
  }
1046
- function mo_openid_christmas_sale_offer(){
1047
- if(get_option("mo_openid_christmas_sale_status")==1){
1048
- ?>
1049
-
1050
- <div id= "christmas_sale" class="notice notice-warning " style="background-image: url(<?php echo(plugins_url( 'includes/images/icons/sale_offer/banner3.png', __FILE__ )); ?>); background-repeat: no-repeat;background-size: 100% 100%; border-left-color: #FF0000;font-family: cursive;" >
1051
- <form id="mo_openid_christmas_sale" name="mo_openid_christmas_sale" method="post" action="">
1052
- <input type="hidden" name="option" value="mo_openid_christmas_sale_status" />
1053
- <input type="hidden" name="mo_openid_christmas_sale_status-nonce" value="<?php echo wp_create_nonce( 'mo_openid_christmas_sale_status-nonce' ); ?>"/>
1054
- <button type="submit" id="mo-wc-close-christmas" class="dashicons dashicons-dismiss" onclick="myfunction()" value="1" aria-label="Dismiss this Notice" style="float:right;color: #000000;background-color: Transparent; border:none;">
1055
- </button>
1056
- </form>
1057
- <img src="<?php echo(plugins_url( 'includes/images/icons/sale_offer/Christmas.png', __FILE__ )); ?>" style="height: 110px;width: 110px;float:right;padding-right: 10%;">
1058
- <img src="<?php echo(plugins_url( 'includes/images/icons/sale_offer/santa_sale.gif', __FILE__ )); ?>" style="height: 110px;width: 110px;float:right;">
1059
- <p style="color: #8B0000; padding: 0px;font-size: 25px;font-weight: 100"> <b>mini<img src="<?php echo(plugins_url( 'includes/images/icons/sale_offer/mo_icon1.gif', __FILE__ )); ?>" style="height: 35px;width: 35px;">range Social Login Christmas offer </b></p>
1060
- <h1 style="color: #8B0000; font-size: 60px;font-weight: 100; padding-top: 0px;padding-bottom: 0px;>" <b>CHRISTMAS SALE!!!</b></h1>
1061
- <h2 >Click here.
1062
- <a id="pricing" style="background: #FF0000;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
1063
- </div>
1064
- <script type="text/javascript">
1065
- function myfunction() {
1066
- jQuery("#christmas_sale").hide();
1067
- }
1068
- </script>
1069
- <?php
1070
-
1071
- }
1072
-
1073
- }
1074
  }
1075
 
1076
 
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, Apple, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 7.4.4
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.4.4');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
67
 
68
  add_option('mo_openid_rateus_activation','0');
69
  add_option('check_ten_rate_us','0');
70
+
 
 
71
  //add shortcode
72
  add_shortcode( 'miniorange_social_login', array($this, 'mo_get_output') );
73
  add_shortcode( 'miniorange_social_sharing', array($this, 'mo_get_sharing_output') );
776
  mo_openid_show_success_message();
777
  }
778
  break;
 
 
 
 
 
 
 
 
 
779
  }
780
  }
781
 
1032
  load_plugin_textdomain( 'miniorange-login-openid', FALSE, dirname( plugin_basename(__FILE__) ) . '/lang/' );
1033
 
1034
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1035
  }
1036
 
1037
 
miniorange_openid_sso_settings_page.php CHANGED
@@ -39,7 +39,19 @@ require ('view/soc_sha/twitter_btn/mo_twitter_btn.php');
39
  require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
40
 
41
  function mo_register_openid() {
42
-
 
 
 
 
 
 
 
 
 
 
 
 
43
  if( isset( $_GET[ 'tab' ]) && $_GET[ 'tab' ] !== 'register' ) {
44
  $active_tab = $_GET[ 'tab' ];
45
  } else {
@@ -479,6 +491,19 @@ function mo_register_openid() {
479
 
480
  function mo_register_sharing_openid()
481
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  if (isset($_GET['tab']) && $_GET['tab'] !== 'register') {
483
  $active_tab = $_GET['tab'];
484
  } else {
39
  require('view/soc_sha/soc_med_ser/mo_openid_social_media_services.php');
40
 
41
  function mo_register_openid() {
42
+ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_general_settings&tab=licensing_plans")) {
43
+ ?>
44
+ <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
45
+ <p style="font-family: cursive;font-size: xx-large;"><b><span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020</b>
46
+ <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
47
+ <br>
48
+ </p>
49
+ <p style="font-size: larger"><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
50
+ <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
51
+ </p>
52
+ </div>
53
+ <?php
54
+ }
55
  if( isset( $_GET[ 'tab' ]) && $_GET[ 'tab' ] !== 'register' ) {
56
  $active_tab = $_GET[ 'tab' ];
57
  } else {
491
 
492
  function mo_register_sharing_openid()
493
  {
494
+ if(!strpos($_SERVER['REQUEST_URI'], "mo_openid_social_sharing_settings&tab=licensing_plans")) {
495
+ ?>
496
+ <div id="upgrade_notice" class="mo_openid_notice mo_openid_notice-warning" >
497
+ <p style="font-family: cursive;font-size: xx-large;"><b><span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020</b>
498
+ <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
499
+ <br>
500
+ </p>
501
+ <p style="font-size: larger"><b>New SOCIAL SHARING PLUGIN </b>is available with attractive features.
502
+ <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_social_sharing_settings&tab=licensing_plans'; ?>"><?php echo mo_sl('Upgrade Now');?></a>
503
+ </p>
504
+ </div>
505
+ <?php
506
+ }
507
  if (isset($_GET['tab']) && $_GET['tab'] !== 'register') {
508
  $active_tab = $_GET['tab'];
509
  } else {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.6
7
- Stable tag: 7.4.3
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
@@ -219,6 +219,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
219
  12. Social Sharing icons without background.
220
 
221
  ==Changelog==
 
 
 
 
222
  = 7.4.3 =
223
  * Compatible with WordPress version 5.5
224
  * New Christmas offer released.
@@ -812,6 +816,10 @@ SECURITY FIXES
812
  * First version of Social Login, Social Sharing plugin.
813
 
814
  == Upgrade Notice ==
 
 
 
 
815
  = 7.4.3 =
816
  * Compatible with WordPress version 5.5
817
  * New Christmas offer released.
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
  Tested up to: 5.6
7
+ Stable tag: 7.4.4
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
219
  12. Social Sharing icons without background.
220
 
221
  ==Changelog==
222
+ = 7.4.4 =
223
+ * Removed banner.
224
+ * Minor UI Changes.
225
+
226
  = 7.4.3 =
227
  * Compatible with WordPress version 5.5
228
  * New Christmas offer released.
816
  * First version of Social Login, Social Sharing plugin.
817
 
818
  == Upgrade Notice ==
819
+ = 7.4.4 =
820
+ * Removed banner.
821
+ * Minor UI Changes.
822
+
823
  = 7.4.3 =
824
  * Compatible with WordPress version 5.5
825
  * New Christmas offer released.
view/licensing_plans/mo_openid_lic_plans.php CHANGED
@@ -4,7 +4,11 @@ function mo_openid_licensing_plans()
4
  {
5
  ?>
6
  <td style="vertical-align:top;width:100%;">
7
-
 
 
 
 
8
  <div style="float: left">
9
  <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
10
  <div>
@@ -186,7 +190,7 @@ function mo_openid_licensing_plans()
186
  <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">29 - 1 Instance</h1>
187
  </h1>
188
  <h1>
189
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">189 - 10 Instance</h1>
190
  </h1>
191
  <h3>(Features and plans)</h3>
192
  </th>
@@ -273,7 +277,7 @@ function mo_openid_licensing_plans()
273
  <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">49 - 1 Instance</h1>
274
  </h1>
275
  <h1>
276
- <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">249 - 10 Instance</h1>
277
  </h1>
278
  <h3>(Features and plans)</h3>
279
  </th>
@@ -520,7 +524,13 @@ function mo_openid_licensing_plan_sharing()
520
  {
521
  ?>
522
  <td style="vertical-align:top;width:100%;">
523
-
 
 
 
 
 
 
524
  <div style="float: left">
525
  <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
526
  <div>
4
  {
5
  ?>
6
  <td style="vertical-align:top;width:100%;">
7
+ <br/>
8
+ <div style="margin-left: 10%;font-family: cursive;font-size: xx-large;">
9
+ <span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020
10
+ </div>
11
+ <br/>
12
  <div style="float: left">
13
  <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
14
  <div>
190
  <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">29 - 1 Instance</h1>
191
  </h1>
192
  <h1>
193
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">169 - 10 Instance</h1>
194
  </h1>
195
  <h3>(Features and plans)</h3>
196
  </th>
277
  <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">49 - 1 Instance</h1>
278
  </h1>
279
  <h1>
280
+ <img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__))); ?>includes/images/dollar.png" style="width:20px;height:20px;">199 - 10 Instance</h1>
281
  </h1>
282
  <h3>(Features and plans)</h3>
283
  </th>
524
  {
525
  ?>
526
  <td style="vertical-align:top;width:100%;">
527
+ <br/>
528
+ <div style="margin-left: 10%;font-family: cursive;font-size: xx-large;">
529
+ <span style="color: red">Christmas Sale..!!</span> Offer valid till 31<sup>st</sup> December 2020
530
+ </div>
531
+ <p style="margin-left: 25%; font-size: x-large">
532
+ <a id="social_login_pricing" href="<?php echo site_url().'/wp-admin/admin.php?page=mo_openid_general_settings&tab=licensing_plans' ?>"><?php echo mo_sl('Click here to go to Social Login Licensing plans');?></a>
533
+ </p>
534
  <div style="float: left">
535
  <div class="mo_openid_table_layout" id="mo_openid_single" style="min-height: min-content; margin-top: 1%;width: 31%; float: left; display: inline-block">
536
  <div>
view/soc_sha/soc_apps/mo_openid_sharing.php CHANGED
@@ -203,8 +203,8 @@ function mo_openid_share_apps()
203
  <td style="width:20%">
204
 
205
 
206
- <label class="mo_openid_checkbox_container"><?php echo mo_sl('Amazon_wishlist');?>
207
- <input disabled type="checkbox" id="mo_openid_amazon_wishlist_share_enable" />
208
  <span class="mo_openid_checkbox_checkmark"></span>
209
  <a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a>
210
  </label>
203
  <td style="width:20%">
204
 
205
 
206
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('Amazon_wishlist');?>
207
+ <input type="checkbox" id="mo_openid_amazon_wishlist_share_enable" disabled/>
208
  <span class="mo_openid_checkbox_checkmark"></span>
209
  <a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a>
210
  </label>