Social Login - Version 7.5.2

Version Description

  • Compatible with WordPress 5.8
  • Minor UI changes.
Download this release

Release Info

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

Code changes from version 7.5.1 to 7.5.2

Files changed (2) hide show
  1. miniorange_openid_sso_settings.php +2 -2
  2. readme.txt +10 -2
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.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');
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.2
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.2');
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
@@ -3,8 +3,8 @@ 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,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.5.1 =
276
  * Minor bug fix.
277
 
@@ -933,6 +937,10 @@ SECURITY FIXES
933
  * First version of Social Login, Social Sharing plugin.
934
 
935
  == Upgrade Notice ==
 
 
 
 
936
  = 7.5.1 =
937
  * Minor bug fix.
938
 
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.8
7
+ Stable tag: 7.5.2
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.2 =
276
+ * Compatible with WordPress 5.8
277
+ * Minor UI changes.
278
+
279
  = 7.5.1 =
280
  * Minor bug fix.
281
 
937
  * First version of Social Login, Social Sharing plugin.
938
 
939
  == Upgrade Notice ==
940
+ = 7.5.2 =
941
+ * Compatible with WordPress 5.8
942
+ * Minor UI changes.
943
+
944
  = 7.5.1 =
945
  * Minor bug fix.
946