Social Login - Version 7.1.2

Version Description

  • Added compatibility with Firefox latest version 63.0.3
  • Added compatibility with WordPress 5.0
Download this release

Release Info

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

Code changes from version 7.1.1 to 7.1.2

miniorange_openid_sso_settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://www.miniorange.com/social-login
5
  * Description: Allow your users to login, comment and share with social login apps like Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
6
- * Version: 7.1.1
7
  * Author: social login (miniOrange)
8
  * Author URI: https://www.miniorange.com/social-login
9
  * License: GPL2
@@ -14,7 +14,7 @@ include_once dirname( __FILE__ ) . '/class-mo-openid-login-widget.php';
14
  require('class-mo-openid-sso-customer.php');
15
  require('class-mo-openid-sso-shortcode-buttons.php');
16
  require('class-mo-openid-social-comment.php');
17
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.1.1');
18
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
19
  class Miniorange_OpenID_SSO {
20
 
3
  * Plugin Name: Social Login, Social Sharing by miniOrange
4
  * Plugin URI: https://www.miniorange.com/social-login
5
  * Description: Allow your users to login, comment and share with social login apps like Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
6
+ * Version: 7.1.2
7
  * Author: social login (miniOrange)
8
  * Author URI: https://www.miniorange.com/social-login
9
  * License: GPL2
14
  require('class-mo-openid-sso-customer.php');
15
  require('class-mo-openid-sso-shortcode-buttons.php');
16
  require('class-mo-openid-social-comment.php');
17
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.1.2');
18
  include dirname( __FILE__ ) . '/mo_openid_feedback_form.php';
19
  class Miniorange_OpenID_SSO {
20
 
miniorange_openid_sso_settings_page.php CHANGED
@@ -4096,7 +4096,7 @@ function miniorange_openid_support(){
4096
  <input type="submit" name="submit" value="Submit Query" style="width:110px;margin-left: 30%;margin-top: -2%;" class="button button-primary button-large" />
4097
  <br><h2 style="text-align: center;margin-left: -10%;">OR</h2><br>
4098
 
4099
- <button type="button" class="button button-primary button-large"style=" margin-top: -4%;margin-left: 23%;" onclick="wordpress_support();"> WordPress Support Forum</button>
4100
  </form>
4101
  <p style="margin-top: 7%;">If you want custom features in the plugin, just drop an email at <a href="mailto:info@miniorange.com">info@miniorange.com</a>.</p>
4102
  </div>
@@ -4205,7 +4205,7 @@ function mo_openid_registeration_modal(){
4205
  <!--Register with miniOrange-->
4206
 
4207
  <form name="f" method="post" action="" id="pop-register-form">
4208
- <input type="hidden" name="option" value="mo_openid_connect_register_customer" />
4209
 
4210
  <div>
4211
 
@@ -4213,30 +4213,32 @@ function mo_openid_registeration_modal(){
4213
  <table style="text-align: left;width: 100%">
4214
 
4215
 
4216
- <tr>
4217
  <td><b><font color="#FF0000">*</font>Email:</b></td>
4218
- <td><input class="mo_openid_table_textbox" type="email" name="email"
4219
- style="width: 100%" required placeholder="person@example.com"
4220
- value="<?php echo $current_user->user_email;?>" />
4221
  </td>
4222
  </tr>
4223
 
4224
  <tr id="pop_register" style="display: none">
4225
  <td><b><font color="#FF0000">*</font>Website/Company Name:</b></td>
4226
- <td><input class="mo_openid_table_textbox" type="text" name="company"
4227
- style="width: 100%" required placeholder="Enter website or company name"
4228
- value="<?php echo $_SERVER['SERVER_NAME']; ?>"/></td>
4229
  </tr>
4230
 
4231
  <tr id="pop_register" style="display: none">
4232
  <td><b><font color="#FF0000">*</font>Password:</b></td>
4233
- <td><input class="mo_openid_table_textbox" required type="password"
4234
- name="password" style="width: 100%" placeholder="Choose your password (Min. length 6)" /></td>
 
4235
  </tr>
4236
  <tr id="pop_register" style="display: none">
4237
  <td><b><font color="#FF0000">*</font>Confirm Password:</b></td>
4238
- <td><input class="mo_openid_table_textbox" required type="password"
4239
- name="confirmPassword" style="width: 100%" placeholder="Confirm your password" /></td>
 
4240
  </tr>
4241
  <tr style="text-align: center">
4242
  <td>
@@ -4245,22 +4247,21 @@ function mo_openid_registeration_modal(){
4245
  </td>
4246
 
4247
  </tr>
4248
- <tr><td><input type="button" id="pop_next" class="button button-primary button-large" style="margin-left: 104%;" value=" Next Step" onclick="show_pass()" />
4249
  </td></tr>
4250
 
4251
- </table>
4252
- <input type="submit" value="Submit" id="register_submit" style="display:none;margin-right: 21%;"class="button button-primary button-large">
4253
- </form>
4254
- <form method="post"> &nbsp &nbsp &nbsp <input type="submit" id="pop_next" name="show_login" value="Existing Account" class="button button-primary button-large" style="margin-left: 31%;margin-top: -6.5%;"> <input type="submit" id="pop_register" name="show_login" value="Existing Account" class="button button-primary button-large" style="display: none;margin-top: -6.0%; float: right; margin-right:22%; ">
4255
  </form>
 
 
 
4256
  </div>
4257
  </div>
4258
 
4259
  </div>
4260
 
4261
- </div>
4262
-
4263
- </div>
4264
  <script>
4265
  function show_pass(){
4266
  var regi_button = document.getElementById('register_submit').style;
4096
  <input type="submit" name="submit" value="Submit Query" style="width:110px;margin-left: 30%;margin-top: -2%;" class="button button-primary button-large" />
4097
  <br><h2 style="text-align: center;margin-left: -10%;">OR</h2><br>
4098
 
4099
+ <button type="button" class="button button-primary button-large"style=" margin-top: -5%;margin-left: 23%;" onclick="wordpress_support();"> WordPress Support Forum</button>
4100
  </form>
4101
  <p style="margin-top: 7%;">If you want custom features in the plugin, just drop an email at <a href="mailto:info@miniorange.com">info@miniorange.com</a>.</p>
4102
  </div>
4205
  <!--Register with miniOrange-->
4206
 
4207
  <form name="f" method="post" action="" id="pop-register-form">
4208
+ <input name="option" value="mo_openid_connect_register_customer" type="hidden"/>
4209
 
4210
  <div>
4211
 
4213
  <table style="text-align: left;width: 100%">
4214
 
4215
 
4216
+ <tbody><tr>
4217
  <td><b><font color="#FF0000">*</font>Email:</b></td>
4218
+ <td><input class="mo_openid_table_textbox" name="email" style="width: 100%"
4219
+ required placeholder="person@example.com"
4220
+ value="<?php echo $current_user->user_email;?>" type="email" />
4221
  </td>
4222
  </tr>
4223
 
4224
  <tr id="pop_register" style="display: none">
4225
  <td><b><font color="#FF0000">*</font>Website/Company Name:</b></td>
4226
+ <td><input class="mo_openid_table_textbox" name="company"
4227
+ style="width: 100%" required placeholder="Enter website or company name"
4228
+ value="localhost" type="text" /></td>
4229
  </tr>
4230
 
4231
  <tr id="pop_register" style="display: none">
4232
  <td><b><font color="#FF0000">*</font>Password:</b></td>
4233
+ <td><input class="mo_openid_table_textbox" required name="password"
4234
+ style="width: 100%" placeholder="Choose your password (Min. length 6)"
4235
+ type="password" /></td>
4236
  </tr>
4237
  <tr id="pop_register" style="display: none">
4238
  <td><b><font color="#FF0000">*</font>Confirm Password:</b></td>
4239
+ <td><input class="mo_openid_table_textbox" required name="confirmPassword"
4240
+ style="width: 100%" placeholder="Confirm your password"
4241
+ type="password" /></td>
4242
  </tr>
4243
  <tr style="text-align: center">
4244
  <td>
4247
  </td>
4248
 
4249
  </tr>
4250
+ <tr><td><input id="pop_next" class="button button-primary button-large" style="float: right; margin-right: -54%;" value=" Next Step" onclick="show_pass()" type="button" />
4251
  </td></tr>
4252
 
4253
+ </tbody></table>
4254
+ <input value="Submit" id="register_submit" style="display:none;margin-right: 21%;" class="button button-primary button-large" type="submit">
4255
+ </div>
 
4256
  </form>
4257
+ <form method="post"> &nbsp; &nbsp; &nbsp; <input id="pop_next" name="show_login" value="Existing Account" class="button button-primary button-large" style="margin-left: 31%; margin-top: -9.2%;" type="submit"> <input id="pop_register" name="show_login" value="Existing Account" class="button button-primary button-large" style="display: none;margin-top: -8.5%; float: right; margin-right:22%; " type="submit">
4258
+ </form>
4259
+
4260
  </div>
4261
  </div>
4262
 
4263
  </div>
4264
 
 
 
 
4265
  <script>
4266
  function show_pass(){
4267
  var regi_button = document.getElementById('register_submit').style;
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, 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: 4.9.8
7
- Stable tag: 7.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -176,6 +176,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
176
 
177
 
178
  == Changelog ==
 
 
 
 
179
  = 7.1.1 =
180
  * Fixed "the plugin generated 2 characters of unexpected output during activation"
181
  * Fixed issue of tour restart every time for Firefox
@@ -592,6 +596,10 @@ Please email us at info@miniorange.com. You can also submit your query from the
592
  * First version of Social Login, Social Sharing plugin.
593
 
594
  == Upgrade Notice ==
 
 
 
 
595
  = 7.1.1 =
596
  * Fixed "the plugin generated 2 characters of unexpected output during activation"
597
  * Fixed issue of tour restart every time for Firefox
3
  Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, 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.0
7
+ Stable tag: 7.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
176
 
177
 
178
  == Changelog ==
179
+ = 7.1.2 =
180
+ * Added compatibility with Firefox latest version 63.0.3
181
+ * Added compatibility with WordPress 5.0
182
+
183
  = 7.1.1 =
184
  * Fixed "the plugin generated 2 characters of unexpected output during activation"
185
  * Fixed issue of tour restart every time for Firefox
596
  * First version of Social Login, Social Sharing plugin.
597
 
598
  == Upgrade Notice ==
599
+ = 7.1.2 =
600
+ * Added compatibility with Firefox latest version 63.0.3
601
+ * Added compatibility with WordPress 5.0
602
+
603
  = 7.1.1 =
604
  * Fixed "the plugin generated 2 characters of unexpected output during activation"
605
  * Fixed issue of tour restart every time for Firefox