Social Login - Version 6.3.2

Version Description

  • Added upgrade link to Premium Plugin
Download this release

Release Info

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

Code changes from version 6.3.1 to 6.3.2

class-mo-openid-login-widget.php CHANGED
@@ -2495,7 +2495,7 @@ if(mo_openid_is_customer_registered()) {
2495
  $stringToHash = $customerKey . $otp;
2496
  $transactionId = hash("sha512", $stringToHash);
2497
  //wp_email function will come here
2498
- $subject= '['.get_bloginfo('name').'] Verification code validation link';
2499
  $message='Dear User,
2500
 
2501
  Your verification code for completing your profile is: '.$otp.'
2495
  $stringToHash = $customerKey . $otp;
2496
  $transactionId = hash("sha512", $stringToHash);
2497
  //wp_email function will come here
2498
+ $subject= '['.get_bloginfo('name').'] Verify your email';
2499
  $message='Dear User,
2500
 
2501
  Your verification code for completing your profile is: '.$otp.'
miniorange_openid_sso_settings.php CHANGED
@@ -4,7 +4,7 @@
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, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 6.3.1
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
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, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 6.3.2
8
  * Author: miniOrange
9
  * Author URI: https://www.miniorange.com
10
  * License: GPL2
miniorange_openid_sso_settings_page.php CHANGED
@@ -2456,16 +2456,13 @@ function mo_openid_pricing_info(){
2456
  <th class="text-center" width="25%"><h3><font color="#ffffff">Standard</h3><p class="mo_plan-desc"></p><h3>$19 - One Time Payment</font><br><br>
2457
  <span>
2458
 
2459
- <input type="button" id="myButton" name="upgrade_btn" class="button button-default button-large" value="Upgrade" onclick="upgradeform('wp_social_login_new_standard_plan')" />
2460
 
2461
 
2462
  </span></h3></th>
2463
 
2464
  <th class="text-center" width="25%"><h3><font color="#ffffff">Premium</h3><p class="mo_plan-desc"></p><h3>$49 - One Time Payment</font><br><br><span>
2465
- <input type="button" id="myButton" name="upgrade_btn" class="button button-default button-large" value="Contact Us using Support Form" onclick="window.location.href='admin.php?page=mo_openid_settings&tab=login'" /> </span></h3></th>
2466
-
2467
-
2468
-
2469
 
2470
 
2471
  </tr>
2456
  <th class="text-center" width="25%"><h3><font color="#ffffff">Standard</h3><p class="mo_plan-desc"></p><h3>$19 - One Time Payment</font><br><br>
2457
  <span>
2458
 
2459
+ <input type="button" id="myButton" name="upgrade_btn" class="button button-default button-large" value="Upgrade" onclick="upgradeform('wp_social_login_standard_plan')" />
2460
 
2461
 
2462
  </span></h3></th>
2463
 
2464
  <th class="text-center" width="25%"><h3><font color="#ffffff">Premium</h3><p class="mo_plan-desc"></p><h3>$49 - One Time Payment</font><br><br><span>
2465
+ <input type="button" id="myButton" name="upgrade_btn" class="button button-default button-large" value="Upgrade" onclick="upgradeform('wp_social_login_premium_plan')" /> </span></h3></th>
 
 
 
2466
 
2467
 
2468
  </tr>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.miniorange.com
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.4
7
- Stable tag: 6.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -165,6 +165,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
165
 
166
 
167
  == Changelog ==
 
 
 
168
  = 6.3.1 =
169
  * Added relative login redirect URL feature
170
 
@@ -483,6 +486,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
483
  * First version of Social Login, Social Sharing plugin.
484
 
485
  == Upgrade Notice ==
 
 
 
486
  = 6.3.1 =
487
  * Added relative login redirect URL feature
488
 
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9.4
7
+ Stable tag: 6.3.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
165
 
166
 
167
  == Changelog ==
168
+ = 6.3.2 =
169
+ * Added upgrade link to Premium Plugin
170
+
171
  = 6.3.1 =
172
  * Added relative login redirect URL feature
173
 
486
  * First version of Social Login, Social Sharing plugin.
487
 
488
  == Upgrade Notice ==
489
+ = 6.3.2 =
490
+ * Added upgrade link to Premium Plugin
491
+
492
  = 6.3.1 =
493
  * Added relative login redirect URL feature
494