Social Login - Version 7.3.12

Version Description

  • Compatable with WordPress version 5.5
  • Compatable with BuddyBoss Platform.
  • Added Meetup attributes in premium plugin.
  • Added BuddyBoss display options.
  • Minor UI changes.
Download this release

Release Info

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

Code changes from version 7.3.11 to 7.3.12

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.3.11
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.3.11');
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.3.12
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.3.12');
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: vkontakte, sociallogin, cyberlord92
3
  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.4
7
- Stable tag: 7.3.11
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
@@ -185,6 +185,13 @@ Please email us at info@miniorange.com. You can also submit your query from the
185
 
186
  ==Changelog==
187
 
 
 
 
 
 
 
 
188
  = 7.3.11 =
189
  * Updated Facebook Api for Profile picture updated.
190
  * Instructions updated for Facebook, Google, Linkedin, Twitter, Windows Live.
@@ -746,6 +753,13 @@ SECURITY FIXES
746
 
747
  == Upgrade Notice ==
748
 
 
 
 
 
 
 
 
749
  = 7.3.11 =
750
  * Updated Facebook Api for Profile picture updated.
751
  * Instructions updated for Facebook, Google, Linkedin, Twitter, Windows Live.
3
  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.5
7
+ Stable tag: 7.3.12
8
  License: GPLv2 or later
9
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
 
185
 
186
  ==Changelog==
187
 
188
+ = 7.3.12 =
189
+ * Compatable with WordPress version 5.5
190
+ * Compatable with BuddyBoss Platform.
191
+ * Added Meetup attributes in premium plugin.
192
+ * Added BuddyBoss display options.
193
+ * Minor UI changes.
194
+
195
  = 7.3.11 =
196
  * Updated Facebook Api for Profile picture updated.
197
  * Instructions updated for Facebook, Google, Linkedin, Twitter, Windows Live.
753
 
754
  == Upgrade Notice ==
755
 
756
+ = 7.3.12 =
757
+ * Compatable with WordPress version 5.5
758
+ * Compatable with BuddyBoss Platform.
759
+ * Added Meetup attributes in premium plugin.
760
+ * Added BuddyBoss display options.
761
+ * Minor UI changes.
762
+
763
  = 7.3.11 =
764
  * Updated Facebook Api for Profile picture updated.
765
  * Instructions updated for Facebook, Google, Linkedin, Twitter, Windows Live.
view/disp_options/mo_openid_dispopt.php CHANGED
@@ -88,9 +88,9 @@ function mo_openid_disp_opt()
88
  <span class="mo_openid_checkbox_checkmark_disable"></span>
89
  </label>
90
  <br/>
91
- <b style="font-size: 17px;"><?php echo mo_sl('BuddyPress display options');?> <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></b><br><br>
92
 
93
- <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('Before BuddyPress Registration Form');?>
94
  <input type="checkbox" /><br>
95
  <span class="mo_openid_checkbox_checkmark_disable"></span>
96
  </label>
@@ -100,7 +100,7 @@ function mo_openid_disp_opt()
100
  <span class="mo_openid_checkbox_checkmark_disable"></span>
101
  </label>
102
 
103
- <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('After BuddyPress Registration Form');?>
104
  <input type="checkbox" /><br><br>
105
  <span class="mo_openid_checkbox_checkmark_disable"></span>
106
  </label>
88
  <span class="mo_openid_checkbox_checkmark_disable"></span>
89
  </label>
90
  <br/>
91
+ <b style="font-size: 17px;"><?php echo mo_sl('BuddyPress / BuddyBoss display options');?> <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></b><br><br>
92
 
93
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('Before BuddyPress / BuddyBoss Registration Form');?>
94
  <input type="checkbox" /><br>
95
  <span class="mo_openid_checkbox_checkmark_disable"></span>
96
  </label>
100
  <span class="mo_openid_checkbox_checkmark_disable"></span>
101
  </label>
102
 
103
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('After BuddyPress / BuddyBoss Registration Form');?>
104
  <input type="checkbox" /><br><br>
105
  <span class="mo_openid_checkbox_checkmark_disable"></span>
106
  </label>
view/integration/mo_openid_integrate.php CHANGED
@@ -40,7 +40,7 @@ function mo_openid_integrations(){
40
  <tr>
41
  <td>
42
  <div class="mo_openid_highlight">
43
- <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('BuddyPress Extended Attributes Mapping');?></h3>
44
  </div>
45
  <br/>
46
  <label><b> <span style="color: red">*</span><?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>
40
  <tr>
41
  <td>
42
  <div class="mo_openid_highlight">
43
+ <h3 style="margin-left: 2%;line-height: 210%;color: white;"><?php echo mo_sl('BuddyPress / BuddyBoss Extended Attributes Mapping');?></h3>
44
  </div>
45
  <br/>
46
  <label><b> <span style="color: red">*</span><?php echo mo_sl('This feature is available in premium version only. To use this feature, please upgrade to premium plugin.');?></b></label>