Social Login - Version 7.5.1

Version Description

  • Minor bug fix.
Download this release

Release Info

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

Code changes from version 7.5.0 to 7.5.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.5.0
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.5.0');
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');
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.5.1
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.5.1');
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');
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === WordPress Social Login (Discord, Google, Twitter, LinkedIn) ===
2
  Contributors: sociallogin, vkontakte, cyberlord92
3
  Donate link: https://www.miniorange.com
4
- Tags: social login, facebook, google, social sharing, twitter, linkedIn, user login, vkontakte login, 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.5.0
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
@@ -272,6 +272,9 @@ 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.5.0 =
276
  * Added Social login application Snapchat and Dribbble.
277
  * Updated font awesome icon with version 5.15.3
@@ -930,6 +933,9 @@ SECURITY FIXES
930
  * First version of Social Login, Social Sharing plugin.
931
 
932
  == Upgrade Notice ==
 
 
 
933
  = 7.5.0 =
934
  * Added Social login application Snapchat and Dribbble.
935
  * Updated font awesome icon with version 5.15.3
1
  === WordPress Social Login (Discord, Google, Twitter, LinkedIn) ===
2
  Contributors: sociallogin, vkontakte, cyberlord92
3
  Donate link: https://www.miniorange.com
4
+ Tags: social login, facebook login, google login, social sharing, twitter login, linkedIn, user login, vkontakte login, 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.5.1
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.5.1 =
276
+ * Minor bug fix.
277
+
278
  = 7.5.0 =
279
  * Added Social login application Snapchat and Dribbble.
280
  * Updated font awesome icon with version 5.15.3
933
  * First version of Social Login, Social Sharing plugin.
934
 
935
  == Upgrade Notice ==
936
+ = 7.5.1 =
937
+ * Minor bug fix.
938
+
939
  = 7.5.0 =
940
  * Added Social login application Snapchat and Dribbble.
941
  * Updated font awesome icon with version 5.15.3
view/config_apps/mo_openid_config_apps.php CHANGED
@@ -154,7 +154,6 @@ function mo_openid_show_apps()
154
  if (true) {
155
  if (a.checked == true) {
156
  if (app_name == 'facebook' || app_name == 'twitter' || app_name == 'instagram' || app_name == 'snapchat' || app_name == 'dribbble') {
157
- alert("cscs");
158
  jQuery.ajax({
159
  type: 'POST',
160
  url: '<?php echo admin_url("admin-ajax.php"); ?>',
154
  if (true) {
155
  if (a.checked == true) {
156
  if (app_name == 'facebook' || app_name == 'twitter' || app_name == 'instagram' || app_name == 'snapchat' || app_name == 'dribbble') {
 
157
  jQuery.ajax({
158
  type: 'POST',
159
  url: '<?php echo admin_url("admin-ajax.php"); ?>',