Social Login - Version 7.4.10

Version Description

  • Removed unused JS file
  • Resolved load time issue
Download this release

Release Info

Developer unsolvedcontriver
Plugin Icon 128x128 Social Login
Version 7.4.10
Comparing to
See all releases

Code changes from version 7.4.9 to 7.4.10

Files changed (2) hide show
  1. miniorange_openid_sso_settings.php +9 -9
  2. readme.txt +9 -1
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.9
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.9');
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');
@@ -60,7 +60,7 @@ class miniorange_openid_sso_settings
60
  add_action('wp_ajax_mo_check_restrict_user', 'mo_openid_restrict_user');
61
  add_action('wp_ajax_mo_disable_app', 'mo_disable_app');
62
  add_action( 'admin_footer', array( $this,'mo_openid_feedback_request' ));
63
- add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
64
 
65
  //for addon
66
  add_action('wp_ajax_verify_addon_licience', 'mo_openid_show_verify_addon_license_page');
@@ -312,7 +312,7 @@ Thank you.';
312
 
313
  function mo_openid_add_social_login(){
314
 
315
- add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
316
 
317
  if(!is_user_logged_in() && strpos( $_SERVER['QUERY_STRING'], 'disable-social-login' ) == false){
318
  $mo_login_widget = new mo_openid_login_wid();
@@ -335,11 +335,11 @@ Thank you.';
335
  }
336
  }
337
 
338
- function mo_openid_plugin_script() {
339
-
340
- wp_enqueue_script( 'js-cookie-script',plugins_url('includes/js/mo_openid_jquery.cookie.min.js', __FILE__), array('jquery'));
341
- wp_enqueue_script( 'mo-social-login-script',plugins_url('includes/js/mo-openid-social_login.js', __FILE__), array('jquery') );
342
- }
343
 
344
  function miniorange_openid_save_settings()
345
  {
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.10
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.10');
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');
60
  add_action('wp_ajax_mo_check_restrict_user', 'mo_openid_restrict_user');
61
  add_action('wp_ajax_mo_disable_app', 'mo_disable_app');
62
  add_action( 'admin_footer', array( $this,'mo_openid_feedback_request' ));
63
+ // add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
64
 
65
  //for addon
66
  add_action('wp_ajax_verify_addon_licience', 'mo_openid_show_verify_addon_license_page');
312
 
313
  function mo_openid_add_social_login(){
314
 
315
+ add_action( 'wp_enqueue_scripts', array( $this, 'mo_openid_plugin_script' ) ,5);
316
 
317
  if(!is_user_logged_in() && strpos( $_SERVER['QUERY_STRING'], 'disable-social-login' ) == false){
318
  $mo_login_widget = new mo_openid_login_wid();
335
  }
336
  }
337
 
338
+ // function mo_openid_plugin_script() {
339
+ //
340
+ // wp_enqueue_script( 'js-cookie-script',plugins_url('includes/js/mo_openid_jquery.cookie.min.js', __FILE__), array('jquery'));
341
+ // wp_enqueue_script( 'mo-social-login-script',plugins_url('includes/js/mo-openid-social_login.js', __FILE__), array('jquery') );
342
+ // }
343
 
344
  function miniorange_openid_save_settings()
345
  {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, social sharing, twitter login, user login, vkontakte login, linkedIn, social comments, social commenting, woocommerce login, facebook, twitter, google, social connect, social network login, social plugin, windows, microsoft,
5
  Requires at least: 2.0.2
6
  Tested up to: 5.7
7
- Stable tag: 7.4.9
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
@@ -272,6 +272,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
272
  12. Social Sharing icons without background.
273
 
274
  ==Changelog==
 
 
 
 
275
  = 7.4.9 =
276
  * Resolved blank page redirection issue.
277
  * Updated Instructions for Facebook and Google.
@@ -920,6 +924,10 @@ SECURITY FIXES
920
  * First version of Social Login, Social Sharing plugin.
921
 
922
  == Upgrade Notice ==
 
 
 
 
923
  = 7.4.9 =
924
  * Resolved blank page redirection issue.
925
  * Updated Instructions for Facebook and Google.
4
  Tags: social login, facebook login, google login, social sharing, twitter login, user login, vkontakte login, linkedIn, social comments, social commenting, woocommerce login, facebook, twitter, google, social connect, social network login, social plugin, windows, microsoft,
5
  Requires at least: 2.0.2
6
  Tested up to: 5.7
7
+ Stable tag: 7.4.10
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
272
  12. Social Sharing icons without background.
273
 
274
  ==Changelog==
275
+ = 7.4.10 =
276
+ * Removed unused JS file
277
+ * Resolved load time issue
278
+
279
  = 7.4.9 =
280
  * Resolved blank page redirection issue.
281
  * Updated Instructions for Facebook and Google.
924
  * First version of Social Login, Social Sharing plugin.
925
 
926
  == Upgrade Notice ==
927
+ = 7.4.10 =
928
+ * Removed unused JS file
929
+ * Resolved load time issue
930
+
931
  = 7.4.9 =
932
  * Resolved blank page redirection issue.
933
  * Updated Instructions for Facebook and Google.