Skip to content

Commit 9cd3b17

Browse files
committed
1.5.2
1 parent 86db89c commit 9cd3b17

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

admin/class-uwp-settings-social.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function get_settings($current_section = '')
293293
'desc_tip' => false,
294294
),
295295
array(
296-
'id' => 'enable_uwp_social_linkedin',
296+
'id' => 'enable_uwp_social_linkedinopenid',
297297
'name' => __('Enable LinkedIn', 'uwp-social'),
298298
'desc' => '',
299299
'type' => 'checkbox',

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: stiofansisland, paoltaia, ayecode
33
Donate link: http://userswp.io/
44
Tags: social login, facebook login, google login, twitter login, linkedIn login, vkontakte login, woocommerce login, facebook, twitter, google, social network login, social plugin, userswp
55
Requires at least: 4.9
6-
Tested up to: 6.7
7-
Stable tag: 1.5.1
6+
Tested up to: 6.8
7+
Stable tag: 1.5.2
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -44,7 +44,7 @@ No questions so far, but don't hesitate to ask!
4444

4545
== Changelog ==
4646

47-
= 1.5.1 - 2025-03-31 =
47+
= 1.5.2 - 2025-03-31 =
4848
* Hybridauth library upgraded to v3.11.0 - CHANGED
4949
* Hybridauth library removed VK, manually added back - ADDED
5050
* LinkedIn API v1 deprecated, Please setup LinkedIn OpenID option to continue use - IMPORTANT

uwp-social.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: UsersWP - Social Login
44
Plugin URI: https://userswp.io/
55
Description: Social login add-on for UsersWP.
6-
Version: 1.5.1
6+
Version: 1.5.2
77
Author: AyeCode Ltd
88
Author URI: https://userswp.io
99
License: GPL-2.0+
@@ -15,7 +15,7 @@
1515
// Exit if accessed directly
1616
if ( ! defined( 'ABSPATH' ) ) exit;
1717

18-
define( 'UWP_SOCIAL_VERSION', '1.5.1' );
18+
define( 'UWP_SOCIAL_VERSION', '1.5.2' );
1919

2020
define( 'UWP_SOCIAL_PATH', plugin_dir_path( __FILE__ ) );
2121

0 commit comments

Comments
 (0)