Social Login - Version 5.2.1

Version Description

  • Fixed Issue related to Custom User Role with Admin capabilities
Download this release

Release Info

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

Code changes from version 5.2 to 5.2.1

miniorange_openid_sso_settings.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: http://miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 5.2
8
  * Author: miniOrange
9
  * Author URI: http://miniorange.com
10
  * License: GPL2
@@ -876,7 +876,7 @@ class Miniorange_OpenID_SSO {
876
  function miniorange_openid_menu() {
877
 
878
  //Add miniOrange plugin to the menu
879
- $page = add_menu_page( 'MO OpenID Settings ' . __( 'Configure OpenID', 'mo_openid_settings' ), 'miniOrange Social Login, Sharing', 'administrator',
880
  'mo_openid_settings', array( $this, 'mo_login_widget_openid_options' ),plugin_dir_url(__FILE__) . 'includes/images/miniorange_icon.png');
881
  }
882
 
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: http://miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 5.2.1
8
  * Author: miniOrange
9
  * Author URI: http://miniorange.com
10
  * License: GPL2
876
  function miniorange_openid_menu() {
877
 
878
  //Add miniOrange plugin to the menu
879
+ $page = add_menu_page( 'MO OpenID Settings ' . __( 'Configure OpenID', 'mo_openid_settings' ), 'miniOrange Social Login, Sharing', 'manage_options',
880
  'mo_openid_settings', array( $this, 'mo_login_widget_openid_options' ),plugin_dir_url(__FILE__) . 'includes/images/miniorange_icon.png');
881
  }
882
 
miniorange_openid_sso_settings_page.php CHANGED
@@ -2633,7 +2633,7 @@ function miniorange_openid_support(){
2633
  <div class="mo_openid_support_layout">
2634
 
2635
  <h3>Support</h3>
2636
- <p>Need any help? Just send us a query so we can help you.</p>
2637
  <form method="post" action="">
2638
  <input type="hidden" name="option" value="mo_openid_contact_us_query_option" />
2639
  <table class="mo_openid_settings_table">
2633
  <div class="mo_openid_support_layout">
2634
 
2635
  <h3>Support</h3>
2636
+ <p>Need any help? Use this support form to send us a genuine query. We will reach out to you.</p>
2637
  <form method="post" action="">
2638
  <input type="hidden" name="option" value="mo_openid_contact_us_query_option" />
2639
  <table class="mo_openid_settings_table">
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://miniorange.com
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9
7
- Stable tag: 5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -144,6 +144,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
144
 
145
 
146
  == Changelog ==
 
 
 
147
  = 5.2 =
148
  * Minor Change
149
 
@@ -392,6 +395,9 @@ Please email us at info@miniorange.com. You can also submit your query from the
392
  * First version of Social Login, Social Sharing plugin.
393
 
394
  == Upgrade Notice ==
 
 
 
395
  = 5.2 =
396
  * Minor Change
397
 
4
  Tags: social login, social, facebook, twitter, login
5
  Requires at least: 2.0.2
6
  Tested up to: 4.9
7
+ Stable tag: 5.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
144
 
145
 
146
  == Changelog ==
147
+ = 5.2.1 =
148
+ * Fixed Issue related to Custom User Role with Admin capabilities
149
+
150
  = 5.2 =
151
  * Minor Change
152
 
395
  * First version of Social Login, Social Sharing plugin.
396
 
397
  == Upgrade Notice ==
398
+ = 5.2.1 =
399
+ * Fixed Issue related to Custom User Role with Admin capabilities
400
+
401
  = 5.2 =
402
  * Minor Change
403